From 4893576dc3eda6998f0faf3e4a81e206eb0f68e2 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Tue, 18 Nov 2025 10:44:11 -0600 Subject: [PATCH 01/12] implement download by api version --- .depcheckrc.yml | 2 + api-versions.txt | 28 + apis/.metadata.json | 1 - apis/assignments-oas-1.0.35/.metadata.json | 16 - apis/campaigns-oas-1.0.37/.metadata.json | 16 - apis/catalogs-oas-1.0.42/.metadata.json | 16 - .../.metadata.json | 16 - .../cors-preferences-oas-1.0.5/.metadata.json | 16 - apis/coupons-oas-1.0.39/.metadata.json | 16 - apis/customers-oas-1.0.32/.metadata.json | 16 - .../.metadata.json | 16 - apis/orders-oas-1.4.10/.metadata.json | 16 - apis/preferences-oas-1.1.3/.metadata.json | 16 - apis/products-oas-1.0.40/.metadata.json | 16 - apis/promotions-oas-1.0.33/.metadata.json | 16 - apis/shopper-baskets-oas-1.9.0/.metadata.json | 9 - apis/shopper-baskets-oas-2.1.0/.metadata.json | 17 - .../shopper-consents-oas-1.1.0/.metadata.json | 17 - apis/shopper-context-oas-1.1.1/.metadata.json | 17 - .../.metadata.json | 17 - .../.metadata.json | 17 - .../.metadata.json | 17 - apis/shopper-login-oas-1.39.41/.metadata.json | 17 - apis/shopper-orders-oas-1.5.0/.metadata.json | 17 - .../.metadata.json | 17 - .../.metadata.json | 17 - apis/shopper-search-oas-1.3.0/.metadata.json | 17 - apis/shopper-seo-oas-1.0.13/.metadata.json | 17 - apis/shopper-stores-oas-1.0.17/.metadata.json | 17 - apis/slas-admin-oas-1.12.30/.metadata.json | 16 - .../.metadata.json | 16 - package-lock.json | 25500 ++++++++++------ package.json | 7 +- src/lib/config.ts | 6 - src/lib/utils.test.ts | 281 + src/lib/utils.ts | 139 +- src/updateApis.ts | 104 +- 37 files changed, 16693 insertions(+), 9829 deletions(-) create mode 100644 api-versions.txt delete mode 100644 apis/.metadata.json delete mode 100644 apis/assignments-oas-1.0.35/.metadata.json delete mode 100644 apis/campaigns-oas-1.0.37/.metadata.json delete mode 100644 apis/catalogs-oas-1.0.42/.metadata.json delete mode 100644 apis/cdn-api-process-apis-oas-1.0.39/.metadata.json delete mode 100644 apis/cors-preferences-oas-1.0.5/.metadata.json delete mode 100644 apis/coupons-oas-1.0.39/.metadata.json delete mode 100644 apis/customers-oas-1.0.32/.metadata.json delete mode 100644 apis/gift-certificates-oas-1.0.39/.metadata.json delete mode 100644 apis/orders-oas-1.4.10/.metadata.json delete mode 100644 apis/preferences-oas-1.1.3/.metadata.json delete mode 100644 apis/products-oas-1.0.40/.metadata.json delete mode 100644 apis/promotions-oas-1.0.33/.metadata.json delete mode 100644 apis/shopper-baskets-oas-1.9.0/.metadata.json delete mode 100644 apis/shopper-baskets-oas-2.1.0/.metadata.json delete mode 100644 apis/shopper-consents-oas-1.1.0/.metadata.json delete mode 100644 apis/shopper-context-oas-1.1.1/.metadata.json delete mode 100644 apis/shopper-customers-oas-1.1.1/.metadata.json delete mode 100644 apis/shopper-experience-oas-1.0.7/.metadata.json delete mode 100644 apis/shopper-gift-certificates-oas-1.0.26/.metadata.json delete mode 100644 apis/shopper-login-oas-1.39.41/.metadata.json delete mode 100644 apis/shopper-orders-oas-1.5.0/.metadata.json delete mode 100644 apis/shopper-products-oas-1.0.37/.metadata.json delete mode 100644 apis/shopper-promotions-oas-1.0.36/.metadata.json delete mode 100644 apis/shopper-search-oas-1.3.0/.metadata.json delete mode 100644 apis/shopper-seo-oas-1.0.13/.metadata.json delete mode 100644 apis/shopper-stores-oas-1.0.17/.metadata.json delete mode 100644 apis/slas-admin-oas-1.12.30/.metadata.json delete mode 100644 apis/source-code-groups-oas-1.0.37/.metadata.json create mode 100644 src/lib/utils.test.ts diff --git a/.depcheckrc.yml b/.depcheckrc.yml index be9981e4..19698d19 100644 --- a/.depcheckrc.yml +++ b/.depcheckrc.yml @@ -13,3 +13,5 @@ ignores: - handlebars # Used by generation script to generate version.ts and top level index.ts files - fs-extra # Used by generation script and updateApis script - tslib # Used by the TypeScript compiler + - anypoint-cli-exchange-plugin # CLI tool executed via execSync in scripts, not imported + - anypoint-cli-v4 # CLI tool executed via execSync in scripts, not imported diff --git a/api-versions.txt b/api-versions.txt new file mode 100644 index 00000000..d61c2d75 --- /dev/null +++ b/api-versions.txt @@ -0,0 +1,28 @@ +assignments-oas-v1=1.0.35 +campaigns-oas-v1=1.0.37 +catalogs-oas-v1=1.0.42 +cdn-api-process-apis-oas-v1=1.0.39 +cors-preferences-oas-v1=1.0.5 +coupons-oas-v1=1.0.39 +customers-oas-v1=1.0.32 +gift-certificates-oas-v1=1.0.39 +orders-oas-v1=1.4.10 +preferences-oas-v1=1.1.3 +products-oas-v1=1.0.40 +promotions-oas-v1=1.0.33 +shopper-baskets-oas-v1=1.9.0 +shopper-baskets-oas-v2=2.1.0 +shopper-consents-oas-v1=1.1.0 +shopper-context-oas-v1=1.1.1 +shopper-customers-oas-v1=1.1.1 +shopper-experience-oas-v1=1.0.7 +shopper-gift-certificates-oas-v1=1.0.26 +shopper-login-oas-v1=1.39.41 +shopper-orders-oas-v1=1.5.0 +shopper-products-oas-v1=1.0.37 +shopper-promotions-oas-v1=1.0.36 +shopper-search-oas-v1=1.3.0 +shopper-seo-oas-v1=1.0.13 +shopper-stores-oas-v1=1.0.17 +slas-admin-oas-v1=1.12.30 +source-code-groups-oas-v1=1.0.37 diff --git a/apis/.metadata.json b/apis/.metadata.json deleted file mode 100644 index 97ee0d09..00000000 --- a/apis/.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"shopperAuthClient":"Customer.ShopperCustomers","shopperAuthApi":"authorizeCustomer","shopperAuthDataType":"Customer"} diff --git a/apis/assignments-oas-1.0.35/.metadata.json b/apis/assignments-oas-1.0.35/.metadata.json deleted file mode 100644 index cfc7a5a8..00000000 --- a/apis/assignments-oas-1.0.35/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/assignments-oas/1.0.35", - "name": "Assignments OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "assignments-oas", - "version": "1.0.35", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/campaigns-oas-1.0.37/.metadata.json b/apis/campaigns-oas-1.0.37/.metadata.json deleted file mode 100644 index 86ebc01c..00000000 --- a/apis/campaigns-oas-1.0.37/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/campaigns-oas/1.0.37", - "name": "Campaigns OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "campaigns-oas", - "version": "1.0.37", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/catalogs-oas-1.0.42/.metadata.json b/apis/catalogs-oas-1.0.42/.metadata.json deleted file mode 100644 index 6517d14c..00000000 --- a/apis/catalogs-oas-1.0.42/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/catalogs-oas/1.0.42", - "name": "Catalogs OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "catalogs-oas", - "version": "1.0.42", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/cdn-api-process-apis-oas-1.0.39/.metadata.json b/apis/cdn-api-process-apis-oas-1.0.39/.metadata.json deleted file mode 100644 index b7311862..00000000 --- a/apis/cdn-api-process-apis-oas-1.0.39/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/cdn-api-process-apis-oas/1.0.39", - "name": "CDN API - Process APIs OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "cdn-api-process-apis-oas", - "version": "1.0.39", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/cors-preferences-oas-1.0.5/.metadata.json b/apis/cors-preferences-oas-1.0.5/.metadata.json deleted file mode 100644 index f15b18fe..00000000 --- a/apis/cors-preferences-oas-1.0.5/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/cors-preferences-oas/1.0.5", - "name": "Cors Preferences OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "cors-preferences-oas", - "version": "1.0.5", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/coupons-oas-1.0.39/.metadata.json b/apis/coupons-oas-1.0.39/.metadata.json deleted file mode 100644 index 3bb0fdb9..00000000 --- a/apis/coupons-oas-1.0.39/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/coupons-oas/1.0.39", - "name": "Coupons OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "coupons-oas", - "version": "1.0.39", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/customers-oas-1.0.32/.metadata.json b/apis/customers-oas-1.0.32/.metadata.json deleted file mode 100644 index 7fc179c3..00000000 --- a/apis/customers-oas-1.0.32/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/customers-oas/1.0.32", - "name": "Customers OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "customers-oas", - "version": "1.0.32", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/gift-certificates-oas-1.0.39/.metadata.json b/apis/gift-certificates-oas-1.0.39/.metadata.json deleted file mode 100644 index 5fa98cb1..00000000 --- a/apis/gift-certificates-oas-1.0.39/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/gift-certificates-oas/1.0.39", - "name": "Gift Certificates OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "gift-certificates-oas", - "version": "1.0.39", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/orders-oas-1.4.10/.metadata.json b/apis/orders-oas-1.4.10/.metadata.json deleted file mode 100644 index 69607ec3..00000000 --- a/apis/orders-oas-1.4.10/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/orders-oas/1.4.10", - "name": "Orders OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "orders-oas", - "version": "1.4.10", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/preferences-oas-1.1.3/.metadata.json b/apis/preferences-oas-1.1.3/.metadata.json deleted file mode 100644 index c859cede..00000000 --- a/apis/preferences-oas-1.1.3/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/preferences-oas/1.1.3", - "name": "Preferences OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "preferences-oas", - "version": "1.1.3", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/products-oas-1.0.40/.metadata.json b/apis/products-oas-1.0.40/.metadata.json deleted file mode 100644 index 8c69671a..00000000 --- a/apis/products-oas-1.0.40/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/products-oas/1.0.40", - "name": "Products OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "products-oas", - "version": "1.0.40", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/promotions-oas-1.0.33/.metadata.json b/apis/promotions-oas-1.0.33/.metadata.json deleted file mode 100644 index ccdc44bd..00000000 --- a/apis/promotions-oas-1.0.33/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/promotions-oas/1.0.33", - "name": "Promotions OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "promotions-oas", - "version": "1.0.33", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-baskets-oas-1.9.0/.metadata.json b/apis/shopper-baskets-oas-1.9.0/.metadata.json deleted file mode 100644 index 0b8ca2fc..00000000 --- a/apis/shopper-baskets-oas-1.9.0/.metadata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/1.9.0", - "name": "Shopper Baskets OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-baskets-oas", - "version": "1.9.0", - "categories": {} -} diff --git a/apis/shopper-baskets-oas-2.1.0/.metadata.json b/apis/shopper-baskets-oas-2.1.0/.metadata.json deleted file mode 100644 index ac719306..00000000 --- a/apis/shopper-baskets-oas-2.1.0/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/2.1.0", - "name": "Shopper Baskets OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-baskets-oas", - "version": "2.1.0", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-consents-oas-1.1.0/.metadata.json b/apis/shopper-consents-oas-1.1.0/.metadata.json deleted file mode 100644 index 9d50a5cc..00000000 --- a/apis/shopper-consents-oas-1.1.0/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-consents-oas/1.1.0", - "name": "Shopper Consents OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-consents-oas", - "version": "1.1.0", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-context-oas-1.1.1/.metadata.json b/apis/shopper-context-oas-1.1.1/.metadata.json deleted file mode 100644 index adc2fd1e..00000000 --- a/apis/shopper-context-oas-1.1.1/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-context-oas/1.1.1", - "name": "Shopper Context OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-context-oas", - "version": "1.1.1", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-customers-oas-1.1.1/.metadata.json b/apis/shopper-customers-oas-1.1.1/.metadata.json deleted file mode 100644 index 4f707d38..00000000 --- a/apis/shopper-customers-oas-1.1.1/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-customers-oas/1.1.1", - "name": "Shopper Customers OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-customers-oas", - "version": "1.1.1", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-experience-oas-1.0.7/.metadata.json b/apis/shopper-experience-oas-1.0.7/.metadata.json deleted file mode 100644 index d08f0ad4..00000000 --- a/apis/shopper-experience-oas-1.0.7/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-experience-oas/1.0.7", - "name": "Shopper Experience OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-experience-oas", - "version": "1.0.7", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-gift-certificates-oas-1.0.26/.metadata.json b/apis/shopper-gift-certificates-oas-1.0.26/.metadata.json deleted file mode 100644 index c422b797..00000000 --- a/apis/shopper-gift-certificates-oas-1.0.26/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-gift-certificates-oas/1.0.26", - "name": "Shopper Gift Certificates OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-gift-certificates-oas", - "version": "1.0.26", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-login-oas-1.39.41/.metadata.json b/apis/shopper-login-oas-1.39.41/.metadata.json deleted file mode 100644 index 17ccb4aa..00000000 --- a/apis/shopper-login-oas-1.39.41/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-login-oas/1.39.41", - "name": "Shopper Login OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-login-oas", - "version": "1.39.41", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-orders-oas-1.5.0/.metadata.json b/apis/shopper-orders-oas-1.5.0/.metadata.json deleted file mode 100644 index 5e25c84b..00000000 --- a/apis/shopper-orders-oas-1.5.0/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-orders-oas/1.5.0", - "name": "Shopper Orders OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-orders-oas", - "version": "1.5.0", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-products-oas-1.0.37/.metadata.json b/apis/shopper-products-oas-1.0.37/.metadata.json deleted file mode 100644 index 38f266f3..00000000 --- a/apis/shopper-products-oas-1.0.37/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-products-oas/1.0.37", - "name": "Shopper Products OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-products-oas", - "version": "1.0.37", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-promotions-oas-1.0.36/.metadata.json b/apis/shopper-promotions-oas-1.0.36/.metadata.json deleted file mode 100644 index 526c8bd5..00000000 --- a/apis/shopper-promotions-oas-1.0.36/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-promotions-oas/1.0.36", - "name": "Shopper Promotions OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-promotions-oas", - "version": "1.0.36", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-search-oas-1.3.0/.metadata.json b/apis/shopper-search-oas-1.3.0/.metadata.json deleted file mode 100644 index 0f494913..00000000 --- a/apis/shopper-search-oas-1.3.0/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-search-oas/1.3.0", - "name": "Shopper Search OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-search-oas", - "version": "1.3.0", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-seo-oas-1.0.13/.metadata.json b/apis/shopper-seo-oas-1.0.13/.metadata.json deleted file mode 100644 index 871cb6fb..00000000 --- a/apis/shopper-seo-oas-1.0.13/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-seo-oas/1.0.13", - "name": "Shopper Seo OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-seo-oas", - "version": "1.0.13", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/shopper-stores-oas-1.0.17/.metadata.json b/apis/shopper-stores-oas-1.0.17/.metadata.json deleted file mode 100644 index cf46f91e..00000000 --- a/apis/shopper-stores-oas-1.0.17/.metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-stores-oas/1.0.17", - "name": "Shopper Stores OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "shopper-stores-oas", - "version": "1.0.17", - "categories": { - "SDK Type": [ - "Isomorphic", - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/slas-admin-oas-1.12.30/.metadata.json b/apis/slas-admin-oas-1.12.30/.metadata.json deleted file mode 100644 index cf0a8a14..00000000 --- a/apis/slas-admin-oas-1.12.30/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/slas-admin-oas/1.12.30", - "name": "SLAS Admin OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "slas-admin-oas", - "version": "1.12.30", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/apis/source-code-groups-oas-1.0.37/.metadata.json b/apis/source-code-groups-oas-1.0.37/.metadata.json deleted file mode 100644 index 6c9e120f..00000000 --- a/apis/source-code-groups-oas-1.0.37/.metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/source-code-groups-oas/1.0.37", - "name": "Source Code Groups OAS", - "description": "", - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "source-code-groups-oas", - "version": "1.0.37", - "categories": { - "SDK Type": [ - "Commerce" - ], - "Visibility": [ - "External" - ] - } -} diff --git a/package-lock.json b/package-lock.json index 22aca7ff..bd2abc84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,11 +17,15 @@ "devDependencies": { "@commerce-apps/raml-toolkit": "^0.8.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", + "@types/adm-zip": "^0.5.0", "@types/mocha": "^8.2.3", "@types/node-fetch": "^2.5.12", "@types/retry": "^0.12.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", + "adm-zip": "^0.5.10", + "anypoint-cli-exchange-plugin": "^1.0.0", + "anypoint-cli-v4": "1.6.12", "chai": "^4.3.5", "depcheck": "^0.9.2", "eslint": "^8.38.0", @@ -46,6 +50,33 @@ "typescript": "^4.4.4" } }, + "node_modules/@aml-org/amf-antlr-parsers": { + "version": "0.7.25", + "resolved": "https://registry.npmjs.org/@aml-org/amf-antlr-parsers/-/amf-antlr-parsers-0.7.25.tgz", + "integrity": "sha512-JEwX1Ja8SFbcYboOEbZ+t//w1sWULGKRV3x0moDpKR+MWjL69FWy484/u0GXHBYdydtbGHM4NcKltYNOaH5Bmw==", + "dev": true, + "license": "ISC" + }, + "node_modules/@aml-org/amf-custom-validator": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@aml-org/amf-custom-validator/-/amf-custom-validator-1.5.0.tgz", + "integrity": "sha512-4KBHjZx2UIxSLDwDp0OzpdBIWEoE2QF6oyqlhGU3MopzMmn4bPbOLasnc47/BWqVZYW6jyuPT7TuUOTkvuiBPA==", + "dev": true, + "license": "ISC", + "dependencies": { + "pako": "^2.1.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aml-org/amf-validation-profile-dialect": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@aml-org/amf-validation-profile-dialect/-/amf-validation-profile-dialect-1.6.0.tgz", + "integrity": "sha512-hPz3mnexj8B07qqCsWk87ZZYTZSpnTgBdqylqs0NXDYc3opHL2hYf/36kCxz7cMT/SZZkSJ3oDOb2DH1K1v+TA==", + "dev": true, + "license": "ISC" + }, "node_modules/@babel/code-frame": { "version": "7.12.11", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", @@ -3394,6 +3425,79 @@ "node": ">=8" } }, + "node_modules/@oclif/color": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.13.tgz", + "integrity": "sha512-/2WZxKCNjeHlQogCs1VBtJWlPXjwWke/9gMrwsVsrUt00g2V6LUBvwgwrxhrXepjOmq4IZ5QeNbpDMEOUlx/JA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.2.1", + "chalk": "^4.1.0", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "tslib": "^2" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@oclif/color/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@oclif/color/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/color/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/color/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, "node_modules/@oclif/command": { "version": "1.8.4", "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.4.tgz", @@ -3445,6 +3549,140 @@ "node": ">=8.0.0" } }, + "node_modules/@oclif/core": { + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.26.1.tgz", + "integrity": "sha512-g+OWJcM7JOVI53caTEtq0BB1nPotWctRLUyFODPgvDqXhVR7QED+Qz3LwFAMD8dt7/Ar2ZNq15U3bnpnOv453A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oclif/linewrap": "^1.0.0", + "@oclif/screen": "^3.0.4", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.10.0", + "debug": "^4.3.4", + "ejs": "^3.1.6", + "fs-extra": "^9.1.0", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "semver": "^7.3.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "tslib": "^2.4.1", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oclif/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/core/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@oclif/core/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/core/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@oclif/core/node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@oclif/core/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, "node_modules/@oclif/errors": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", @@ -3660,90 +3898,226 @@ "node": ">=8" } }, - "node_modules/@oclif/plugin-help": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.3.1.tgz", - "integrity": "sha512-QuSiseNRJygaqAdABYFWn/H1CwIZCp9zp/PLid6yXvy6VcQV7OenEFF5XuYaCvSARe2Tg9r8Jqls5+fw1A9CbQ==", - "dev": true, - "dependencies": { - "@oclif/command": "^1.8.15", - "@oclif/config": "1.18.2", - "@oclif/errors": "1.3.5", - "@oclif/help": "^1.0.1", - "chalk": "^4.1.2", - "indent-string": "^4.0.0", - "lodash": "^4.17.21", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "widest-line": "^3.1.0", - "wrap-ansi": "^6.2.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-help/node_modules/@oclif/command": { - "version": "1.8.36", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.36.tgz", - "integrity": "sha512-/zACSgaYGtAQRzc7HjzrlIs14FuEYAZrMOEwicRoUnZVyRunG4+t5iSEeQu0Xy2bgbCD0U1SP/EdeNZSTXRwjQ==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "node_modules/@oclif/plugin-autocomplete": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz", + "integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==", "dev": true, + "license": "MIT", "dependencies": { - "@oclif/config": "^1.18.2", - "@oclif/errors": "^1.3.6", - "@oclif/help": "^1.0.1", - "@oclif/parser": "^3.8.17", - "debug": "^4.1.1", - "semver": "^7.5.4" + "@oclif/core": "^2.15.0", + "chalk": "^4.1.0", + "debug": "^4.3.4" }, "engines": { "node": ">=12.0.0" - }, - "peerDependencies": { - "@oclif/config": "^1" } }, - "node_modules/@oclif/plugin-help/node_modules/@oclif/command/node_modules/@oclif/errors": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", - "integrity": "sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", "dev": true, + "license": "MIT", "dependencies": { - "clean-stack": "^3.0.0", - "fs-extra": "^8.1", + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=14.0.0" } }, - "node_modules/@oclif/plugin-help/node_modules/@oclif/command/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "node_modules/@oclif/plugin-autocomplete/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@oclif/plugin-help/node_modules/@oclif/config": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz", - "integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", - "dev": true, - "dependencies": { + "node_modules/@oclif/plugin-autocomplete/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/@oclif/plugin-help": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.3.1.tgz", + "integrity": "sha512-QuSiseNRJygaqAdABYFWn/H1CwIZCp9zp/PLid6yXvy6VcQV7OenEFF5XuYaCvSARe2Tg9r8Jqls5+fw1A9CbQ==", + "dev": true, + "dependencies": { + "@oclif/command": "^1.8.15", + "@oclif/config": "1.18.2", + "@oclif/errors": "1.3.5", + "@oclif/help": "^1.0.1", + "chalk": "^4.1.2", + "indent-string": "^4.0.0", + "lodash": "^4.17.21", + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "widest-line": "^3.1.0", + "wrap-ansi": "^6.2.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@oclif/plugin-help/node_modules/@oclif/command": { + "version": "1.8.36", + "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.36.tgz", + "integrity": "sha512-/zACSgaYGtAQRzc7HjzrlIs14FuEYAZrMOEwicRoUnZVyRunG4+t5iSEeQu0Xy2bgbCD0U1SP/EdeNZSTXRwjQ==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "dev": true, + "dependencies": { + "@oclif/config": "^1.18.2", + "@oclif/errors": "^1.3.6", + "@oclif/help": "^1.0.1", + "@oclif/parser": "^3.8.17", + "debug": "^4.1.1", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@oclif/config": "^1" + } + }, + "node_modules/@oclif/plugin-help/node_modules/@oclif/command/node_modules/@oclif/errors": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", + "integrity": "sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "dev": true, + "dependencies": { + "clean-stack": "^3.0.0", + "fs-extra": "^8.1", + "indent-string": "^4.0.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@oclif/plugin-help/node_modules/@oclif/command/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@oclif/plugin-help/node_modules/@oclif/config": { + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz", + "integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "dev": true, + "dependencies": { "@oclif/errors": "^1.3.3", "@oclif/parser": "^3.8.0", "debug": "^4.1.1", @@ -3884,45 +4258,62 @@ "node": ">=8" } }, - "node_modules/@openapitools/openapi-generator-cli": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.21.1.tgz", - "integrity": "sha512-y9nWEHHVELVobuSJ79rEvF2u+VY/qNy09U4tU9NdPvhxHhblLsznM3XfYO9gSWCNT3cbcFHe+fIJmByY+OipEQ==", + "node_modules/@oclif/plugin-not-found": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz", + "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==", "dev": true, - "hasInstallScript": true, - "license": "Apache-2.0", + "license": "MIT", "dependencies": { - "@nestjs/axios": "4.0.0", - "@nestjs/common": "11.1.3", - "@nestjs/core": "11.1.3", - "@nuxtjs/opencollective": "0.3.2", - "axios": "1.10.0", - "chalk": "4.1.2", - "commander": "8.3.0", - "compare-versions": "4.1.4", - "concurrently": "9.2.0", - "console.table": "0.10.0", - "fs-extra": "11.3.0", - "glob": "11.0.3", - "inquirer": "8.2.6", - "lodash": "4.17.21", - "proxy-agent": "6.5.0", - "reflect-metadata": "0.2.2", - "rxjs": "7.8.2", - "tslib": "2.8.1" - }, - "bin": { - "openapi-generator-cli": "main.js" + "@oclif/core": "^2.15.0", + "chalk": "^4", + "fast-levenshtein": "^3.0.0" }, "engines": { - "node": ">=16" + "node": ">=12.0.0" + } + }, + "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/openapi_generator" + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/chalk": { + "node_modules/@oclif/plugin-not-found/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -3939,63 +4330,48 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/foreground-child": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "node_modules/@oclif/plugin-not-found/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "cross-spawn": "^7.0.6", - "signal-exit": "^4.0.1" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=8" } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/fs-extra": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", - "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "node_modules/@oclif/plugin-not-found/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "ms": "^2.1.3" }, "engines": { - "node": ">=14.14" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", + "node_modules/@oclif/plugin-not-found/node_modules/fast-levenshtein": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", + "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", "dev": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "foreground-child": "^3.3.1", - "jackspeak": "^4.1.1", - "minimatch": "^10.0.3", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^2.0.0" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "fastest-levenshtein": "^1.0.7" } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/has-flag": { + "node_modules/@oclif/plugin-not-found/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -4005,210 +4381,273 @@ "node": ">=8" } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "node_modules/@oclif/plugin-not-found/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "license": "ISC", - "dependencies": { - "@isaacs/brace-expansion": "^5.0.0" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } + "license": "MIT" }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "node_modules/@oclif/plugin-not-found/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, - "license": "ISC", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { - "node": ">=14" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@openapitools/openapi-generator-cli/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/@oclif/plugin-plugins": { + "version": "2.4.7", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-2.4.7.tgz", + "integrity": "sha512-6fzUDLWrSK7n6+EBrEekEEYrYTCneRoOF9TzojkjuFn1+ailvUlr98G90bblxKOyy8fqMe7QjvqwTgIDQ9ZIzg==", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@oclif/color": "^1.0.4", + "@oclif/core": "^2.8.2", + "chalk": "^4.1.2", + "debug": "^4.3.4", + "fs-extra": "^9.0", + "http-call": "^5.2.2", + "load-json-file": "^5.3.0", + "npm-run-path": "^4.0.1", + "semver": "^7.5.0", + "tslib": "^2.4.1", + "yarn": "^1.22.18" }, "engines": { - "node": ">=8" + "node": ">=12.0.0" } }, - "node_modules/@rdfjs/types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@rdfjs/types/-/types-1.1.0.tgz", - "integrity": "sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==", + "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", "dev": true, + "license": "MIT", "dependencies": { - "@types/node": "*" + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@sentry-internal/tracing": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.120.3.tgz", - "integrity": "sha512-Ausx+Jw1pAMbIBHStoQ6ZqDZR60PsCByvHdw/jdH9AqPrNE9xlBSf9EwcycvmrzwyKspSLaB52grlje2cRIUMg==", + "node_modules/@oclif/plugin-plugins/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "dependencies": { - "@sentry/core": "7.120.3", - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@sentry/core": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.120.3.tgz", - "integrity": "sha512-vyy11fCGpkGK3qI5DSXOjgIboBZTriw0YDx/0KyX5CjIjDDNgp5AGgpgFkfZyiYiaU2Ww3iFuKo4wHmBusz1uA==", + "node_modules/@oclif/plugin-plugins/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "dependencies": { - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3" + "has-flag": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/@sentry/integrations": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.120.3.tgz", - "integrity": "sha512-6i/lYp0BubHPDTg91/uxHvNui427df9r17SsIEXa2eKDwQ9gW2qRx5IWgvnxs2GV/GfSbwcx4swUB3RfEWrXrQ==", + "node_modules/@oclif/plugin-plugins/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { - "@sentry/core": "7.120.3", - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3", - "localforage": "^1.8.1" + "ms": "^2.1.3" }, "engines": { - "node": ">=8" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@sentry/node": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.120.3.tgz", - "integrity": "sha512-t+QtekZedEfiZjbkRAk1QWJPnJlFBH/ti96tQhEq7wmlk3VszDXraZvLWZA0P2vXyglKzbWRGkT31aD3/kX+5Q==", + "node_modules/@oclif/plugin-plugins/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", - "dependencies": { - "@sentry-internal/tracing": "7.120.3", - "@sentry/core": "7.120.3", - "@sentry/integrations": "7.120.3", - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3" - }, "engines": { "node": ">=8" } }, - "node_modules/@sentry/types": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.120.3.tgz", - "integrity": "sha512-C4z+3kGWNFJ303FC+FxAd4KkHvxpNFYAFN8iMIgBwJdpIl25KZ8Q/VdGn0MLLUEHNLvjob0+wvwlcRBBNLXOow==", + "node_modules/@oclif/plugin-plugins/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "license": "MIT", + "license": "MIT" + }, + "node_modules/@oclif/plugin-plugins/node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/@sentry/utils": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.120.3.tgz", - "integrity": "sha512-UDAOQJtJDxZHQ5Nm1olycBIsz2wdGX8SdzyGVHmD8EOQYAeDZQyIlQYohDe9nazdIOQLZCIc3fU0G9gqVLkaGQ==", + "node_modules/@oclif/plugin-plugins/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "license": "MIT", "dependencies": { - "@sentry/types": "7.120.3" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@sinonjs/commons": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", - "integrity": "sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==", + "node_modules/@oclif/plugin-version": { + "version": "1.3.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.10.tgz", + "integrity": "sha512-TiRZALUcv4hwGTPoTyA3nOWtRew9DT4Ge1FeYx16xnuAsWryvJe3IHXmCm6b1VYhzTJhV2XH5U1DqllrQB2YaA==", "dev": true, + "license": "MIT", "dependencies": { - "type-detect": "4.0.8" + "@oclif/core": "^2.15.0" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", - "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", + "node_modules/@oclif/plugin-version/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", "dev": true, + "license": "MIT", "dependencies": { - "@sinonjs/commons": "^1.7.0" + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@sinonjs/samsam": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz", - "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==", + "node_modules/@oclif/plugin-version/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "@sinonjs/commons": "^1.6.0", - "lodash.get": "^4.4.2", - "type-detect": "^4.0.8" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@sinonjs/text-encoding": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz", - "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", - "dev": true - }, - "node_modules/@tokenizer/inflate": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz", - "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==", + "node_modules/@oclif/plugin-version/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "dependencies": { - "debug": "^4.4.0", - "fflate": "^0.8.2", - "token-types": "^6.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/Borewit" + "node": ">=8" } }, - "node_modules/@tokenizer/inflate/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "node_modules/@oclif/plugin-version/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { @@ -4223,267 +4662,269 @@ } } }, - "node_modules/@tokenizer/inflate/node_modules/ms": { + "node_modules/@oclif/plugin-version/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@oclif/plugin-version/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT" }, - "node_modules/@tokenizer/token": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", - "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==", + "node_modules/@oclif/plugin-version/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, - "license": "MIT" - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { - "node": ">= 6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@tootallnate/quickjs-emscripten": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", - "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", + "node_modules/@oclif/screen": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-3.0.8.tgz", + "integrity": "sha512-yx6KAqlt3TAHBduS2fMQtJDL2ufIHnDRArrJEOoTTuizxqmjLT+psGYOHpmMl3gvQpFJ11Hs76guUUktzAF9Bg==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "dev": true, - "license": "MIT" - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", - "dev": true - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true + "license": "MIT", + "engines": { + "node": ">=12.0.0" + } }, - "node_modules/@types/estree": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "node_modules/@openapitools/openapi-generator-cli": { + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.21.1.tgz", + "integrity": "sha512-y9nWEHHVELVobuSJ79rEvF2u+VY/qNy09U4tU9NdPvhxHhblLsznM3XfYO9gSWCNT3cbcFHe+fIJmByY+OipEQ==", "dev": true, - "license": "MIT" + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@nestjs/axios": "4.0.0", + "@nestjs/common": "11.1.3", + "@nestjs/core": "11.1.3", + "@nuxtjs/opencollective": "0.3.2", + "axios": "1.10.0", + "chalk": "4.1.2", + "commander": "8.3.0", + "compare-versions": "4.1.4", + "concurrently": "9.2.0", + "console.table": "0.10.0", + "fs-extra": "11.3.0", + "glob": "11.0.3", + "inquirer": "8.2.6", + "lodash": "4.17.21", + "proxy-agent": "6.5.0", + "reflect-metadata": "0.2.2", + "rxjs": "7.8.2", + "tslib": "2.8.1" + }, + "bin": { + "openapi-generator-cli": "main.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/openapi_generator" + } }, - "node_modules/@types/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/minimatch": "*", - "@types/node": "*" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@types/http-link-header": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.5.tgz", - "integrity": "sha512-AxhIKR8UbyoqCTNp9rRepkktHuUOw3DjfOfDCaO9kwI8AYzjhxyrvZq4+mRw/2daD3hYDknrtSeV6SsPwmc71w==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*" + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "node_modules/@types/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", - "dev": true - }, - "node_modules/@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true - }, - "node_modules/@types/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "dev": true - }, - "node_modules/@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", - "dev": true - }, - "node_modules/@types/n3": { - "version": "1.16.4", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.16.4.tgz", - "integrity": "sha512-6PmHRYCCdjbbBV2UVC/HjtL6/5Orx9ku2CQjuojucuHvNvPmnm6+02B18YGhHfvU25qmX2jPXyYPHsMNkn+w2w==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/fs-extra": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dev": true, + "license": "MIT", "dependencies": { - "@rdfjs/types": "^1.1.0", - "@types/node": "*" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" } }, - "node_modules/@types/node": { - "version": "13.13.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", - "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==", - "dev": true - }, - "node_modules/@types/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/glob": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", + "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" + "foreground-child": "^3.3.1", + "jackspeak": "^4.1.1", + "minimatch": "^10.0.3", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@types/parse-link-header": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.1.tgz", - "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", - "dev": true + "node_modules/@openapitools/openapi-generator-cli/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } }, - "node_modules/@types/readable-stream": { - "version": "2.3.15", - "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", - "integrity": "sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/minimatch": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", + "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", "dev": true, + "license": "ISC", "dependencies": { - "@types/node": "*", - "safe-buffer": "~5.1.1" + "@isaacs/brace-expansion": "^5.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@types/retry": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", - "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==", - "dev": true - }, - "node_modules/@types/semver": { - "version": "7.3.13", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", - "dev": true - }, - "node_modules/@types/spark-md5": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/spark-md5/-/spark-md5-3.0.4.tgz", - "integrity": "sha512-qtOaDz+IXiNndPgYb6t1YoutnGvFRtWSNzpVjkAPCfB2UzTyybuD4Tjgs7VgRawum3JnJNRwNQd4N//SvrHg1Q==", - "dev": true - }, - "node_modules/@types/sparqljs": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.1.10.tgz", - "integrity": "sha512-rqMpUhl/d8B+vaACa6ZVdwPQ1JXw+KxiCc0cndgn/V6moRG3WjUAgoBnhSwfKtXD98wgMThDsc6R1+yRUuMsAg==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, - "dependencies": { - "@rdfjs/types": ">=1.0.0" + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "node_modules/@types/triple-beam": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz", - "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", - "dev": true - }, - "node_modules/@types/uritemplate": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.6.tgz", - "integrity": "sha512-31BMGZ8GgLxgXxLnqg4KbbyYJjU1flhTTD2+PVQStVUPXSk0IIpK0zt+tH3eLT7ZRwLnzQw6JhYx69qza3U0wg==", - "dev": true - }, - "node_modules/@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", - "dev": true + "node_modules/@openapitools/openapi-generator-cli/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, - "node_modules/@types/xml": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.11.tgz", - "integrity": "sha512-9gktTjxBWoz4+X8ZOS+QRFM2/liMQgBv8Z36wuNnomK5jtXFq4IJa7Az4Hzoy+rYux343NkH9Dq+nzIdejVrjw==", + "node_modules/@openapitools/openapi-generator-cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { - "@types/node": "*" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "node_modules/@puppeteer/browsers": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.6.1.tgz", + "integrity": "sha512-aBSREisdsGH890S2rQqK82qmQYU3uFpSH8wcZWHgHzl3LfzsxAKbLNiAG9mO8v1Y0UICBeClICxPJvyr0rcuxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@types/yargs-parser": "*" + "debug": "^4.4.0", + "extract-zip": "^2.0.1", + "progress": "^2.0.3", + "proxy-agent": "^6.5.0", + "semver": "^7.6.3", + "tar-fs": "^3.0.6", + "unbzip2-stream": "^1.4.3", + "yargs": "^17.7.2" + }, + "bin": { + "browsers": "lib/cjs/main-cli.js" + }, + "engines": { + "node": ">=18" } }, - "node_modules/@types/yargs-parser": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "dev": true - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz", - "integrity": "sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==", + "node_modules/@puppeteer/browsers/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, + "license": "ISC", "dependencies": { - "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.58.0", - "@typescript-eslint/type-utils": "5.58.0", - "@typescript-eslint/utils": "5.58.0", - "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "node": ">=12" } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/@puppeteer/browsers/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -4494,14 +4935,19 @@ } } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "node_modules/@puppeteer/browsers/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, + "license": "MIT" + }, + "node_modules/@puppeteer/browsers/node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -4509,4483 +4955,4539 @@ "node": ">=10" } }, - "node_modules/@typescript-eslint/parser": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz", - "integrity": "sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==", + "node_modules/@puppeteer/browsers/node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, - "dependencies": { - "@typescript-eslint/scope-manager": "5.58.0", - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/typescript-estree": "5.58.0", - "debug": "^4.3.4" - }, + "license": "ISC", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "node": ">=10" } }, - "node_modules/@typescript-eslint/parser/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/@puppeteer/browsers/node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": ">=12" } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz", - "integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==", + "node_modules/@puppeteer/browsers/node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/visitor-keys": "5.58.0" - }, + "license": "ISC", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "node": ">=12" } }, - "node_modules/@typescript-eslint/type-utils": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz", - "integrity": "sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==", + "node_modules/@rdfjs/types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@rdfjs/types/-/types-1.1.0.tgz", + "integrity": "sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.58.0", - "@typescript-eslint/utils": "5.58.0", - "debug": "^4.3.4", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "@types/node": "*" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/@sentry-internal/tracing": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.120.3.tgz", + "integrity": "sha512-Ausx+Jw1pAMbIBHStoQ6ZqDZR60PsCByvHdw/jdH9AqPrNE9xlBSf9EwcycvmrzwyKspSLaB52grlje2cRIUMg==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "@sentry/core": "7.120.3", + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": ">=8" } }, - "node_modules/@typescript-eslint/types": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", - "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==", + "node_modules/@sentry/core": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.120.3.tgz", + "integrity": "sha512-vyy11fCGpkGK3qI5DSXOjgIboBZTriw0YDx/0KyX5CjIjDDNgp5AGgpgFkfZyiYiaU2Ww3iFuKo4wHmBusz1uA==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "license": "MIT", + "dependencies": { + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "engines": { + "node": ">=8" } }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", - "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", + "node_modules/@sentry/integrations": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.120.3.tgz", + "integrity": "sha512-6i/lYp0BubHPDTg91/uxHvNui427df9r17SsIEXa2eKDwQ9gW2qRx5IWgvnxs2GV/GfSbwcx4swUB3RfEWrXrQ==", "dev": true, + "license": "MIT", "dependencies": { - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/visitor-keys": "5.58.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "@sentry/core": "7.120.3", + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3", + "localforage": "^1.8.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "node": ">=8" } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/@sentry/node": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.120.3.tgz", + "integrity": "sha512-t+QtekZedEfiZjbkRAk1QWJPnJlFBH/ti96tQhEq7wmlk3VszDXraZvLWZA0P2vXyglKzbWRGkT31aD3/kX+5Q==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "@sentry-internal/tracing": "7.120.3", + "@sentry/core": "7.120.3", + "@sentry/integrations": "7.120.3", + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": ">=8" } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "node_modules/@sentry/types": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.120.3.tgz", + "integrity": "sha512-C4z+3kGWNFJ303FC+FxAd4KkHvxpNFYAFN8iMIgBwJdpIl25KZ8Q/VdGn0MLLUEHNLvjob0+wvwlcRBBNLXOow==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/@typescript-eslint/utils": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.58.0.tgz", - "integrity": "sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==", + "node_modules/@sentry/utils": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.120.3.tgz", + "integrity": "sha512-UDAOQJtJDxZHQ5Nm1olycBIsz2wdGX8SdzyGVHmD8EOQYAeDZQyIlQYohDe9nazdIOQLZCIc3fU0G9gqVLkaGQ==", "dev": true, + "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.58.0", - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/typescript-estree": "5.58.0", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" + "@sentry/types": "7.120.3" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "node": ">=8" } }, - "node_modules/@typescript-eslint/utils/node_modules/semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "node_modules/@sinonjs/commons": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", + "integrity": "sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==", "dev": true, "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "type-detect": "4.0.8" } }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", - "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", + "node_modules/@sinonjs/fake-timers": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", + "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.58.0", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "@sinonjs/commons": "^1.7.0" } }, - "node_modules/@ungap/promise-all-settled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", - "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", + "node_modules/@sinonjs/samsam": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz", + "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==", + "dev": true, + "dependencies": { + "@sinonjs/commons": "^1.6.0", + "lodash.get": "^4.4.2", + "type-detect": "^4.0.8" + } + }, + "node_modules/@sinonjs/text-encoding": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz", + "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", "dev": true }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "node_modules/@tokenizer/inflate": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz", + "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==", "dev": true, + "license": "MIT", "dependencies": { - "event-target-shim": "^5.0.0" + "debug": "^4.4.0", + "fflate": "^0.8.2", + "token-types": "^6.0.0" }, "engines": { - "node": ">=6.5" + "node": ">=18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" } }, - "node_modules/acorn": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "node_modules/@tokenizer/inflate/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "dev": true, "license": "MIT", - "bin": { - "acorn": "bin/acorn" + "dependencies": { + "ms": "^2.1.3" }, "engines": { - "node": ">=0.4.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "node_modules/@tokenizer/inflate/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } + "license": "MIT" }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "node_modules/@tokenizer/token": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", + "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==", "dev": true, - "engines": { - "node": ">=0.4.0" - } + "license": "MIT" }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dependencies": { - "debug": "4" - }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", "engines": { - "node": ">= 6.0.0" + "node": ">= 6" } }, - "node_modules/agentkeepalive": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", - "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } + "node_modules/@tootallnate/quickjs-emscripten": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", + "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", + "dev": true, + "license": "MIT" }, - "node_modules/aggregate-error": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", - "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "node_modules/@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true }, - "node_modules/aggregate-error/node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "engines": { - "node": ">=6" - } + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true }, - "node_modules/ajv": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", - "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.1" - } + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true }, - "node_modules/amf-client-js": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.7.2.tgz", - "integrity": "sha512-Z10xZ1/ES7L8L1J5LliS3RzeiRpZ+LxDpzJAum0/Y+VkbdItGIFSPukwtml+PI+jU4Q7/rUdHbWGTquyMX8Odw==", - "dev": true, - "dependencies": { - "ajv": "6.5.2", - "amf-shacl-node": "2.0.0" - }, - "bin": { - "amf": "bin/amf" - } + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true }, - "node_modules/amf-shacl-node": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", - "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "node_modules/@types/adm-zip": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.7.tgz", + "integrity": "sha512-DNEs/QvmyRLurdQPChqq0Md4zGvPwHerAJYWk9l2jCbD1VPpnzRJorOdiq4zsw09NFbYnhfsoEhWtxIzXpn2yw==", "dev": true, + "license": "MIT", "dependencies": { - "@comunica/actor-init-sparql-rdfjs": "^1.10.0", - "jsonld-streaming-serializer": "^1.1.0", - "lru-cache": "^6.0.0", - "n3": "^1.3.5" - } - }, - "node_modules/ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true, - "engines": { - "node": ">=6" + "@types/node": "*" } }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "node_modules/@types/cli-progress": { + "version": "3.11.6", + "resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.6.tgz", + "integrity": "sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==", "dev": true, "license": "MIT", "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "@types/node": "*" } }, - "node_modules/ansi-escapes/node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "node_modules/@types/clone": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@types/clone/-/clone-2.1.4.tgz", + "integrity": "sha512-NKRWaEGaVGVLnGLB2GazvDaZnyweW9FJLLFL5LhywGJB3aqGMT9R/EUoJoSRP4nzofYnZysuDmrEJtJdAqUOtQ==", "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "license": "MIT" }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@types/minimatch": "*", + "@types/node": "*" } }, - "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "node_modules/@types/http-link-header": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.5.tgz", + "integrity": "sha512-AxhIKR8UbyoqCTNp9rRepkktHuUOw3DjfOfDCaO9kwI8AYzjhxyrvZq4+mRw/2daD3hYDknrtSeV6SsPwmc71w==", "dev": true, "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" + "@types/node": "*" } }, - "node_modules/append-transform": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz", - "integrity": "sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==", + "node_modules/@types/js-yaml": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", + "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", "dev": true, - "dependencies": { - "default-require-extensions": "^3.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", "dev": true }, - "node_modules/are-docs-informative": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", - "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", - "dev": true, - "engines": { - "node": ">=14" - } - }, - "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "node_modules/@types/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", "dev": true }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true }, - "node_modules/arrayify-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", - "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==", + "node_modules/@types/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", "dev": true }, - "node_modules/assertion-error": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", - "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", - "dev": true, - "engines": { - "node": "*" - } + "node_modules/@types/mocha": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", + "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "dev": true }, - "node_modules/ast-types": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", - "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", + "node_modules/@types/n3": { + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.16.4.tgz", + "integrity": "sha512-6PmHRYCCdjbbBV2UVC/HjtL6/5Orx9ku2CQjuojucuHvNvPmnm6+02B18YGhHfvU25qmX2jPXyYPHsMNkn+w2w==", "dev": true, - "license": "MIT", "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" + "@rdfjs/types": "^1.1.0", + "@types/node": "*" } }, - "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true - }, - "node_modules/asynciterator": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.9.0.tgz", - "integrity": "sha512-bwLLTAnoE6Ap6XdjK/j8vDk2Vi9p3ojk0PFwM0SwktAG1k8pfRJF9ng+mmkaRFKdZCQQlOxcWnvOmX2NQ1HV0g==", + "node_modules/@types/node": { + "version": "13.13.52", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", + "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==", "dev": true }, - "node_modules/asyncjoin": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.2.3.tgz", - "integrity": "sha512-4OJH73zYDfIfbgr7wKfAKTgu/P2e/9r0o0NZ4KZu2tFtSf5uUVs/DjzpfY5BueOkkZcBhnq788MbZ57tjwyPIQ==", + "node_modules/@types/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", "dev": true, "dependencies": { - "asynciterator": "^3.9.0" + "@types/node": "*", + "form-data": "^3.0.0" } }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "node_modules/@types/parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", "dev": true }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/axios": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz", - "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==", + "node_modules/@types/readable-stream": { + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", + "integrity": "sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ==", "dev": true, - "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" + "@types/node": "*", + "safe-buffer": "~5.1.1" } }, - "node_modules/axios/node_modules/form-data": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz", - "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==", + "node_modules/@types/retry": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", + "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==", + "dev": true + }, + "node_modules/@types/semver": { + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "dev": true + }, + "node_modules/@types/spark-md5": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/spark-md5/-/spark-md5-3.0.4.tgz", + "integrity": "sha512-qtOaDz+IXiNndPgYb6t1YoutnGvFRtWSNzpVjkAPCfB2UzTyybuD4Tjgs7VgRawum3JnJNRwNQd4N//SvrHg1Q==", + "dev": true + }, + "node_modules/@types/sparqljs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.1.10.tgz", + "integrity": "sha512-rqMpUhl/d8B+vaACa6ZVdwPQ1JXw+KxiCc0cndgn/V6moRG3WjUAgoBnhSwfKtXD98wgMThDsc6R1+yRUuMsAg==", "dev": true, - "license": "MIT", "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "es-set-tostringtag": "^2.1.0", - "hasown": "^2.0.2", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" + "@rdfjs/types": ">=1.0.0" } }, - "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "node_modules/@types/triple-beam": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz", + "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", + "dev": true }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/@types/uritemplate": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.6.tgz", + "integrity": "sha512-31BMGZ8GgLxgXxLnqg4KbbyYJjU1flhTTD2+PVQStVUPXSk0IIpK0zt+tH3eLT7ZRwLnzQw6JhYx69qza3U0wg==", + "dev": true }, - "node_modules/basic-ftp": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", - "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } + "node_modules/@types/uuid": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "dev": true }, - "node_modules/big-integer": { - "version": "1.6.52", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", - "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", + "node_modules/@types/xml": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.11.tgz", + "integrity": "sha512-9gktTjxBWoz4+X8ZOS+QRFM2/liMQgBv8Z36wuNnomK5jtXFq4IJa7Az4Hzoy+rYux343NkH9Dq+nzIdejVrjw==", "dev": true, - "engines": { - "node": ">=0.6" + "dependencies": { + "@types/node": "*" } }, - "node_modules/binary": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", - "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==", + "node_modules/@types/yargs": { + "version": "17.0.32", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", "dev": true, "dependencies": { - "buffers": "~0.1.1", - "chainsaw": "~0.1.0" - }, - "engines": { - "node": "*" + "@types/yargs-parser": "*" } }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "dev": true }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "node_modules/@types/yauzl": { + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, "license": "MIT", + "optional": true, "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" + "@types/node": "*" } }, - "node_modules/bl/node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "node_modules/@types/zen-observable": { + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/@types/zen-observable/-/zen-observable-0.8.7.tgz", + "integrity": "sha512-LKzNTjj+2j09wAo/vvVjzgw5qckJJzhdGgWHW7j69QIGdq/KnZrMAMIHQiWGl3Ccflh5/CudBAntTPYdprPltA==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } + "license": "MIT" }, - "node_modules/bl/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz", + "integrity": "sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==", "dev": true, - "license": "MIT", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/type-utils": "5.58.0", + "@typescript-eslint/utils": "5.58.0", + "debug": "^4.3.4", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "natural-compare-lite": "^1.4.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" }, "engines": { - "node": ">= 6" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/bluebird": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz", - "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==", - "dev": true - }, - "node_modules/boolean": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", - "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, - "license": "MIT" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/browser-stdout": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", - "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", - "dev": true - }, - "node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "node_modules/@typescript-eslint/parser": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz", + "integrity": "sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/buffer-equal-constant-time": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true - }, - "node_modules/buffer-indexof-polyfill": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz", - "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==", - "dev": true, + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", + "debug": "^4.3.4" + }, "engines": { - "node": ">=0.10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/buffers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", - "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", + "node_modules/@typescript-eslint/parser/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, + "dependencies": { + "ms": "2.1.2" + }, "engines": { - "node": ">=0.2.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/builtin-modules": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz", - "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==", + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz", + "integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==", "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/cacache": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", - "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", "dependencies": { - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.0", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0" }, "engines": { - "node": ">= 10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/cacache/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" + "node_modules/@typescript-eslint/type-utils": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz", + "integrity": "sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==", + "dev": true, + "dependencies": { + "@typescript-eslint/typescript-estree": "5.58.0", + "@typescript-eslint/utils": "5.58.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" }, "engines": { - "node": ">=10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/caching-transform": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz", - "integrity": "sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==", + "node_modules/@typescript-eslint/type-utils/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { - "hasha": "^5.0.0", - "make-dir": "^3.0.0", - "package-hash": "^4.0.0", - "write-file-atomic": "^3.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">=8" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "node_modules/@typescript-eslint/types": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", + "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/call-bind-apply-helpers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "license": "MIT", + "node_modules/@typescript-eslint/typescript-estree": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", + "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", + "dev": true, "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" }, "engines": { - "node": ">= 0.4" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { - "callsites": "^2.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">=4" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", "dev": true, "dependencies": { - "caller-callsite": "^2.0.0" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=4" + "node": ">=10" } }, - "node_modules/callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "node_modules/@typescript-eslint/utils": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.58.0.tgz", + "integrity": "sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==", "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", + "eslint-scope": "^5.1.1", + "semver": "^7.3.7" + }, "engines": { - "node": ">=6" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/canonicalize": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.8.tgz", - "integrity": "sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==", - "dev": true - }, - "node_modules/chai": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.5.tgz", - "integrity": "sha512-0gKhNDL29PUlmwz1CG42p/OaBf1v0YD3oH4//YMS1niT7rLH9tC+lqTgk+SvdbhMLd7ToTtxA61orNBmpSO/DA==", + "node_modules/@typescript-eslint/utils/node_modules/semver": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", "dev": true, "dependencies": { - "assertion-error": "^1.1.0", - "check-error": "^1.0.2", - "deep-eql": "^3.0.1", - "get-func-name": "^2.0.0", - "loupe": "^2.3.0", - "pathval": "^1.1.1", - "type-detect": "^4.0.5" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=4" + "node": ">=10" } }, - "node_modules/chainsaw": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", - "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==", + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", + "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", "dev": true, "dependencies": { - "traverse": ">=0.3.0 <0.4" + "@typescript-eslint/types": "5.58.0", + "eslint-visitor-keys": "^3.3.0" }, "engines": { - "node": "*" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/@ungap/promise-all-settled": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", + "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", + "dev": true + }, + "node_modules/@wry/context": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.4.4.tgz", + "integrity": "sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" + "@types/node": ">=6", + "tslib": "^1.9.3" } }, - "node_modules/chalk/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/@wry/context/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, + "license": "0BSD" + }, + "node_modules/@wry/equality": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz", + "integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==", + "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" + "tslib": "^1.9.3" } }, - "node_modules/chalk/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/@wry/equality/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", "dev": true, "dependencies": { - "color-name": "1.1.3" + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" } }, - "node_modules/chalk/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/chalk/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/acorn": { + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, "engines": { - "node": ">=0.8.0" + "node": ">=0.4.0" } }, - "node_modules/chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, - "license": "MIT" + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } }, - "node_modules/check-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "node_modules/acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "dev": true, "engines": { - "node": "*" + "node": ">=0.4.0" } }, - "node_modules/chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", - "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "node_modules/adm-zip": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", + "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", "dev": true, - "dependencies": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, + "license": "MIT", "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.1" + "node": ">=12.0" } }, - "node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, "engines": { - "node": ">=10" + "node": ">= 6.0.0" } }, - "node_modules/clean-stack": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", - "integrity": "sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==", - "dev": true, + "node_modules/agentkeepalive": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", + "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", "dependencies": { - "escape-string-regexp": "4.0.0" + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 8.0.0" } }, - "node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "license": "MIT", + "node_modules/aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", "dependencies": { - "restore-cursor": "^3.1.0" + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/cli-spinners": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", - "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", - "dev": true, - "license": "MIT", + "node_modules/aggregate-error/node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "engines": { "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", - "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">= 10" + "node_modules/ajv": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", + "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.1" } }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, + "license": "MIT", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } } }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, - "engines": { - "node": ">=0.8" + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/cluster-key-slot": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz", - "integrity": "sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw==", - "engines": { - "node": ">=0.10.0" - } + "node_modules/ajv-formats/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" }, - "node_modules/color": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", - "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/amf-client-js": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.7.2.tgz", + "integrity": "sha512-Z10xZ1/ES7L8L1J5LliS3RzeiRpZ+LxDpzJAum0/Y+VkbdItGIFSPukwtml+PI+jU4Q7/rUdHbWGTquyMX8Odw==", "dev": true, "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" + "ajv": "6.5.2", + "amf-shacl-node": "2.0.0" + }, + "bin": { + "amf": "bin/amf" } }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", "dev": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" } }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "node_modules/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true, + "engines": { + "node": ">=6" + } }, - "node_modules/color-string": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/color/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, - "dependencies": { - "color-name": "1.1.3" + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/color/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } }, - "node_modules/colorspace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", - "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "node_modules/ansicolors": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, "dependencies": { - "delayed-stream": "~1.0.0" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" }, "engines": { - "node": ">= 0.8" + "node": ">= 8" } }, - "node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "node_modules/anypoint-apb": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/anypoint-apb/-/anypoint-apb-1.5.5.tgz", + "integrity": "sha512-7tWP2M4hm0ZySmichVzdHH+70DonUCyFhDt3rraDr+Ff5dTRW2MaUSnkwdvQo+uIPwKmnHOLwqhVamket+lb4Q==", "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12" + "license": "Apache-2.0", + "dependencies": { + "@aml-org/amf-antlr-parsers": "0.7.25", + "@aml-org/amf-custom-validator": "1.5.0", + "ajv": "6.12.6" } }, - "node_modules/comment-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", - "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", + "node_modules/anypoint-apb/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "license": "MIT", - "engines": { - "node": ">= 12.0.0" + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "node_modules/compare-versions": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.4.tgz", - "integrity": "sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==", + "node_modules/anypoint-apb/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT" }, - "node_modules/componentsjs": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-4.5.0.tgz", - "integrity": "sha512-0F473HDUFfizVXZH1KBP4jmZRBAqYdVdpGhaNmHFmla/AB76B8NN7hQk7YDGaKkESl9zYqQ6kF3i8UgJBQ+rtg==", + "node_modules/anypoint-cli-account-plugin": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/anypoint-cli-account-plugin/-/anypoint-cli-account-plugin-1.0.9.tgz", + "integrity": "sha512-hOot8xWylAE7mdY+pd/TOw/NZ74HsJ93wFaIGOnFCFWFOeFludRksBHHyaXbmLIrv3f7TyND1g+hWPxbby9gbQ==", "dev": true, + "license": "ISC", "dependencies": { - "@rdfjs/types": "*", - "@types/minimist": "^1.2.0", - "@types/node": "^14.14.7", - "@types/semver": "^7.3.4", - "jsonld-context-parser": "^2.1.1", - "minimist": "^1.2.0", - "rdf-data-factory": "^1.1.0", - "rdf-object": "^1.11.1", - "rdf-parse": "^1.9.1", - "rdf-quad": "^1.5.0", - "rdf-terms": "^1.7.0", - "semver": "^7.3.2", - "winston": "^3.3.3" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "util": "^0.12.4" }, "bin": { - "componentsjs-compile-config": "bin/compile-config.js" + "anypoint-cli-account-plugin": "bin/run" }, "engines": { - "node": ">=8.0" + "node": ">=16.0.0" } }, - "node_modules/componentsjs/node_modules/@types/node": { - "version": "14.18.63", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", - "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", - "dev": true - }, - "node_modules/componentsjs/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "node_modules/anypoint-cli-account-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, - "bin": { - "semver": "bin/semver.js" - }, + "license": "MIT", + "dependencies": { + "@oclif/core": "^1.1.1" + }, "engines": { - "node": ">=10" + "node": ">=12.0.0" } }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/concurrently": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.0.tgz", - "integrity": "sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==", + "node_modules/anypoint-cli-api-mgr-plugin": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/anypoint-cli-api-mgr-plugin/-/anypoint-cli-api-mgr-plugin-1.4.1.tgz", + "integrity": "sha512-YBg4deQ7Gsq1MRoMAY4xz8i1+OwG28ku9g0dkPTtWFiBiiKy7eoVutStS8lMmh5jHZw5kDk3ecQizjFGAaXHOw==", "dev": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "chalk": "^4.1.2", - "lodash": "^4.17.21", - "rxjs": "^7.8.1", - "shell-quote": "^1.8.1", - "supports-color": "^8.1.1", - "tree-kill": "^1.2.2", - "yargs": "^17.7.2" - }, - "bin": { - "conc": "dist/bin/concurrently.js", - "concurrently": "dist/bin/concurrently.js" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "@types/js-yaml": "^4.0.5", + "anypoint-cli-command": "1.6.6", + "fs-extra": "^10.1.0", + "graphql-tag": "^2.12.6", + "js-yaml": "^4.1.0", + "moment": "^2.29.1", + "table": "^6.7.1", + "url-join": "^4.0.1", + "util": "^0.12.4" }, "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" + "node": ">=16.0.0" } }, - "node_modules/concurrently/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/anypoint-cli-api-mgr-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@oclif/core": "^1.1.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=12.0.0" } }, - "node_modules/concurrently/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/anypoint-cli-api-mgr-plugin/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/anypoint-cli-api-mgr-plugin/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/concurrently/node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "node_modules/anypoint-cli-api-mgr-plugin/node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" + "argparse": "^2.0.1" }, - "engines": { - "node": ">=12" + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/concurrently/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/anypoint-cli-cloudhub-plugin": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/anypoint-cli-cloudhub-plugin/-/anypoint-cli-cloudhub-plugin-1.4.13.tgz", + "integrity": "sha512-b2C6Gg61mqJWdXsDpE6k1Oc8KU7WYIzG/8BMc2k9fjomEFBuvl4e3ONjwX8mbiDqyohdRaYkAW3nX2Y8dN7Umw==", "dev": true, "license": "MIT", + "dependencies": { + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "fs-extra": "^10.1.0", + "jszip": "^3.10.0", + "moment": "^2.29.3", + "upath": "^2.0.1", + "util": "^0.12.4" + }, "engines": { - "node": ">=8" + "node": ">=16.0.0" } }, - "node_modules/concurrently/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/anypoint-cli-cloudhub-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@oclif/core": "^1.1.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "node": ">=12.0.0" } }, - "node_modules/concurrently/node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "node_modules/anypoint-cli-cloudhub-plugin/node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "dev": true, - "license": "ISC", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, "engines": { - "node": ">=10" + "node": ">= 6" } }, - "node_modules/concurrently/node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "node_modules/anypoint-cli-cloudhub-plugin/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, "license": "MIT", "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { "node": ">=12" } }, - "node_modules/concurrently/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "node_modules/anypoint-cli-command": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/anypoint-cli-command/-/anypoint-cli-command-1.6.6.tgz", + "integrity": "sha512-LvD0+nl2DxwYrXtnmp5dUkRj/pZ+w2SPyAOYz0421+YKT+drecDsz/mSh1cJTBeP7ptBdK/0dPv6D51CPZezSQ==", "dev": true, "license": "ISC", + "dependencies": { + "@oclif/core": "1.26.1", + "@oclif/plugin-help": "5.1.12", + "@oclif/plugin-version": "1.0.4", + "apollo-cache-inmemory": "^1.6.6", + "apollo-client": "^2.6.10", + "apollo-link-http": "^1.5.17", + "axios": "^1.7.4", + "chalk": "4.1.2", + "clone": "^2.1.2", + "conf": "10.2.0", + "cross-fetch": "^3.1.4", + "crypto": "^1.0.1", + "crypto-js": "^4.2.0", + "fs-extra": "^10.0.1", + "graphql": "^15.0.0", + "home-dir": "^1.0.0", + "hpagent": "^1.2.0", + "https-proxy-agent": "^7.0.5", + "lodash": "^4.17.21", + "puppeteer": "^23.1.1", + "table": "^6.7.1", + "upath": "^2.0.1", + "uuid": "^8.3.2" + }, + "bin": { + "anypoint-cli-core-library": "bin/run" + }, "engines": { - "node": ">=12" + "node": ">=16.0.0" } }, - "node_modules/consola": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", - "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==", + "node_modules/anypoint-cli-command/node_modules/@oclif/plugin-help": { + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.12.tgz", + "integrity": "sha512-HvH/RubJxqCinP0vUWQLTOboT+SfjfL8h40s+PymkWaldIcXlpoRaJX50vz+SjZIs7uewZwEk8fzLqpF/BWXlg==", "dev": true, "license": "MIT", + "dependencies": { + "@oclif/core": "^1.3.6" + }, "engines": { - "node": "^14.18.0 || >=16.10.0" + "node": ">=12.0.0" } }, - "node_modules/console.table": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/console.table/-/console.table-0.10.0.tgz", - "integrity": "sha512-dPyZofqggxuvSf7WXvNjuRfnsOk1YazkVP8FdxH4tcH2c37wc79/Yl6Bhr7Lsu00KMgy2ql/qCMuNu8xctZM8g==", + "node_modules/anypoint-cli-command/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, "license": "MIT", "dependencies": { - "easy-table": "1.1.0" + "@oclif/core": "^1.1.1" }, "engines": { - "node": "> 0.10" + "node": ">=12.0.0" } }, - "node_modules/convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "node_modules/anypoint-cli-command/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" + "license": "MIT", + "engines": { + "node": ">= 14" } }, - "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "node_modules/cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "node_modules/anypoint-cli-command/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true - }, - "node_modules/cross-fetch": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", - "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", + "node_modules/anypoint-cli-command/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { - "node-fetch": "^2.6.12" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" } }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "node_modules/anypoint-cli-command/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, "engines": { - "node": ">= 8" + "node": ">=8" } }, - "node_modules/curriable": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/curriable/-/curriable-1.3.0.tgz", - "integrity": "sha512-7kfjDPRSF+pguU0TlfSFBMCd8XlmF29ZAiXcq/zaN4LhZvWdvV0Y72AvaWFqInXZG9Yg1kA1UMkpE9lFBKMpQA==", - "dev": true - }, - "node_modules/data-uri-to-buffer": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", - "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==", + "node_modules/anypoint-cli-command/node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", "dev": true, "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, "engines": { "node": ">= 14" } }, - "node_modules/de-indent": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", - "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", - "dev": true - }, - "node_modules/debug": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", - "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "node_modules/anypoint-cli-command/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": ">=8" } }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "node_modules/anypoint-cli-command/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" } }, - "node_modules/decimal.js": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", - "dev": true - }, - "node_modules/deep-eql": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", - "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "node_modules/anypoint-cli-datagraph-plugin": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/anypoint-cli-datagraph-plugin/-/anypoint-cli-datagraph-plugin-1.0.9.tgz", + "integrity": "sha512-vBtXBNgU2SYWFmKjEf+PM7Q6bhsYELIBh9YFbnvv2vuV2GqjpKYXo3aoZ49rYgyJenkPAeYZxF07mhM/ZHNfdA==", "dev": true, + "license": "ISC", "dependencies": { - "type-detect": "^4.0.0" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "@types/clone": "^2.1.1", + "anypoint-cli-command": "1.6.6", + "clone": "^2.1.2", + "util": "^0.12.4" }, "engines": { - "node": ">=0.12" + "node": ">=16.0.0" } }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/default-require-extensions": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", - "integrity": "sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg==", + "node_modules/anypoint-cli-datagraph-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, + "license": "MIT", "dependencies": { - "strip-bom": "^4.0.0" + "@oclif/core": "^1.1.1" }, "engines": { - "node": ">=8" + "node": ">=12.0.0" } }, - "node_modules/defaults": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "node_modules/anypoint-cli-designcenter-plugin": { + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/anypoint-cli-designcenter-plugin/-/anypoint-cli-designcenter-plugin-1.0.20.tgz", + "integrity": "sha512-8VzZmRgyFKshVcRfqkLWYOuxVtPGoG/2B2CWsW8ZAKcdm51GR8l/q/PZkATMsrWKkSoZDJ+57Y8LJqI2MGmPhg==", "dev": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "clone": "^1.0.2" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "fs-extra": "^10.0.0", + "recursive-readdir": "^2.2.2", + "upath": "^2.0.1", + "util": "^0.12.4" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=16.0.0" } }, - "node_modules/defaults/node_modules/clone": { + "node_modules/anypoint-cli-designcenter-plugin/node_modules/@oclif/plugin-version": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, "license": "MIT", + "dependencies": { + "@oclif/core": "^1.1.1" + }, "engines": { - "node": ">=0.8" + "node": ">=12.0.0" } }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "node_modules/anypoint-cli-designcenter-plugin/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, "license": "MIT", "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=12" } }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "node_modules/anypoint-cli-exchange-plugin": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/anypoint-cli-exchange-plugin/-/anypoint-cli-exchange-plugin-1.0.12.tgz", + "integrity": "sha512-BZlzua8P4Y0TE6YChI9ldKeBw39vAdB1Djn8xMZAfyTDP7UaubNKt/mWbJ6Z/dKdpEqkbLCFh/ynJnrTZ9BWRw==", "dev": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.3.10", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "fs-extra": "^10.0.0", + "graphql-tag": "^2.9.2", + "lodash": "^4.17.21", + "moment": "^2.29.1", + "os": "^0.1.2", + "path": "^0.12.7", + "util": "^0.12.4" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=18.12.0" } }, - "node_modules/degenerator": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz", - "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==", + "node_modules/anypoint-cli-exchange-plugin/node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "dev": true, "license": "MIT", "dependencies": { - "ast-types": "^0.13.4", - "escodegen": "^2.1.0", - "esprima": "^4.0.1" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" }, "engines": { - "node": ">= 14" + "node": ">= 6" } }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "node_modules/anypoint-cli-exchange-plugin/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/denque": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", - "integrity": "sha512-XwE+iZ4D6ZUB7mfYRMb5wByE8L74HCn30FBN7sWnXksWc1LO1bPDl67pBR9o/kC4z/xSNAwkMYcGgqDV3BE3Hw==", - "engines": { - "node": ">=0.10" + "node": ">=12" } }, - "node_modules/depcheck": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/depcheck/-/depcheck-0.9.2.tgz", - "integrity": "sha512-w5f+lSZqLJJkk58s44eOd0Vor7hLZot4PlFL0y2JsIX5LuHQ2eAjHlDVeGBD4Mj6ZQSKakvKWRRCcPlvrdU2Sg==", + "node_modules/anypoint-cli-governance-plugin": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/anypoint-cli-governance-plugin/-/anypoint-cli-governance-plugin-1.0.17.tgz", + "integrity": "sha512-4UinQIAqHbwnAtRLz8nSKovuBl4LL9Z2VMz8CqRyUWSlr5TV3TRpslYL/EheXLhRiQ8uq38KKXw1wdkC98jH7w==", "dev": true, + "license": "ISC", "dependencies": { - "@babel/parser": "^7.7.7", - "@babel/traverse": "^7.7.4", - "builtin-modules": "^3.0.0", - "camelcase": "^5.3.1", - "cosmiconfig": "^5.2.1", - "debug": "^4.1.1", - "deps-regex": "^0.1.4", - "js-yaml": "^3.4.2", - "lodash": "^4.17.15", - "minimatch": "^3.0.2", - "node-sass-tilde-importer": "^1.0.2", - "please-upgrade-node": "^3.2.0", - "require-package-name": "^2.0.1", - "resolve": "^1.14.1", - "vue-template-compiler": "^2.6.11", - "walkdir": "^0.4.1", - "yargs": "^15.0.2" + "@aml-org/amf-validation-profile-dialect": "1.6.0", + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "amf-client-js": "5.4.4", + "anypoint-apb": "1.5.5", + "anypoint-cli-command": "1.6.6", + "handlebars": "^4.7.7", + "jszip": "^3.10.1", + "util": "^0.12.4", + "uuid": "^9.0.0", + "whatwg-url": "^11.0.0" }, "bin": { - "depcheck": "bin/depcheck.js" + "anypoint-cli-governance-plugin": "bin/run" }, "engines": { - "node": ">=10" + "node": ">=16.0.0" } }, - "node_modules/depcheck/node_modules/cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "node_modules/anypoint-cli-governance-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, + "license": "MIT", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "@oclif/core": "^1.1.1" + }, + "engines": { + "node": ">=12.0.0" } }, - "node_modules/depcheck/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/anypoint-cli-governance-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" }, - "engines": { - "node": ">=8" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/depcheck/node_modules/yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "node_modules/anypoint-cli-governance-plugin/node_modules/amf-client-js": { + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-5.4.4.tgz", + "integrity": "sha512-k2UxZloAHdt3TBdFE1/QYnu85WWf4cZ6gWwf2leN8YWXx0srCSG8zjGjg2paRDlMh1SP9me5Iu2QZupmJzYzrQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" + "@aml-org/amf-antlr-parsers": "0.7.25", + "ajv": "6.12.6" }, - "engines": { - "node": ">=8" + "bin": { + "amf": "bin/amf" } }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "node_modules/anypoint-cli-governance-plugin/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/anypoint-cli-governance-plugin/node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "punycode": "^2.1.1" + }, "engines": { - "node": ">= 0.6" + "node": ">=12" } }, - "node_modules/deps-regex": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deps-regex/-/deps-regex-0.1.4.tgz", - "integrity": "sha1-UYZnt2kUYKXn4KNBvnbrfOgJAYQ=", - "dev": true + "node_modules/anypoint-cli-governance-plugin/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "node_modules/anypoint-cli-governance-plugin/node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "node_modules/anypoint-cli-governance-plugin/node_modules/whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "node_modules/anypoint-cli-runtime-mgr-plugin": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/anypoint-cli-runtime-mgr-plugin/-/anypoint-cli-runtime-mgr-plugin-1.0.8.tgz", + "integrity": "sha512-CPNSA1k3DO6fc8J4ohNI4i3L4uQHJwuith0JfZnVAaZH5wzSVDXP4ViLthI/JNuTxNvPawKkmrU+BEJELMu8dA==", "dev": true, - "license": "MIT" + "license": "ISC", + "dependencies": { + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "fs-extra": "^10.1.0", + "moment": "^2.29.1", + "util": "^0.12.4" + }, + "engines": { + "node": ">=16.0.0" + } }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "node_modules/anypoint-cli-runtime-mgr-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, + "license": "MIT", + "dependencies": { + "@oclif/core": "^1.1.1" + }, "engines": { - "node": ">=0.3.1" + "node": ">=12.0.0" } }, - "node_modules/diff-match-patch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz", - "integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==", - "dev": true - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "node_modules/anypoint-cli-runtime-mgr-plugin/node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "dev": true, + "license": "MIT", "dependencies": { - "path-type": "^4.0.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "node_modules/anypoint-cli-runtime-mgr-plugin/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { - "esutils": "^2.0.2" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=12" } }, - "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "node_modules/anypoint-cli-secrets-mgr-plugin": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/anypoint-cli-secrets-mgr-plugin/-/anypoint-cli-secrets-mgr-plugin-1.0.7.tgz", + "integrity": "sha512-9aGSelJCdsYmDry1PfZAj39ARYEVRV3VLr67Gp5c5vG6bQmPK+pgA1m8F2eH0kSFH+4qxPzPJND1pOyRwpnv9Q==", "dev": true, + "license": "ISC", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "@oclif/core": "1.26.2", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "util": "^0.12.4" }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "bin": { + "anypoint-cli-secrets-mgr-plugin": "bin/run" + }, + "engines": { + "node": ">=16.0.0" } }, - "node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/@oclif/core": { + "version": "1.26.2", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.26.2.tgz", + "integrity": "sha512-6jYuZgXvHfOIc9GIaS4T3CIKGTjPmfAxuMcbCbMRKJJl4aq/4xeRlEz0E8/hz8HxvxZBGvN2GwAUHlrGWQVrVw==", "dev": true, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "license": "MIT", + "dependencies": { + "@oclif/linewrap": "^1.0.0", + "@oclif/screen": "^3.0.4", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.10.0", + "debug": "^4.3.4", + "ejs": "^3.1.6", + "fs-extra": "^9.1.0", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "semver": "^7.3.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "tslib": "^2.4.1", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] + "license": "MIT", + "dependencies": { + "@oclif/core": "^1.1.1" + }, + "engines": { + "node": ">=12.0.0" + } }, - "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "domelementtype": "^2.2.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 4" + "node": ">=10" }, "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "has-flag": "^4.0.0" }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" + "engines": { + "node": ">=8" } }, - "node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, "engines": { - "node": ">=10" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "dev": true, "license": "MIT", "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.4" + "node": ">= 6" } }, - "node_modules/duplexer2": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", - "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "dependencies": { - "readable-stream": "^2.0.2" + "license": "MIT", + "engines": { + "node": ">=8" } }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT" }, - "node_modules/easy-table": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz", - "integrity": "sha512-oq33hWOSSnl2Hoh00tZWaIPi1ievrD9aFG82/IgjlycAnW9hHx5PkJiXpxPsgEE+H7BsbVQXFVFST8TEXS6/pA==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "dev": true, - "license": "MIT", - "optionalDependencies": { - "wcwidth": ">=1.0.1" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, - "node_modules/ecdsa-sig-formatter": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "node_modules/anypoint-cli-secrets-mgr-plugin/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", "dependencies": { - "safe-buffer": "^5.0.1" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/enabled": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", - "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", - "dev": true - }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, + "node_modules/anypoint-cli-v4": { + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/anypoint-cli-v4/-/anypoint-cli-v4-1.6.12.tgz", + "integrity": "sha512-Eex9n5JMcO4mE1uubHFcrtm+QDGaIWheEBgCw0uRfeXlXF7p39uzQhqB4g8BbRmi9ho+lFymeldMLgnYU0Beeg==", + "dev": true, + "license": "ISC", "dependencies": { - "iconv-lite": "^0.6.2" + "@oclif/core": "1.26.1", + "@oclif/plugin-autocomplete": "^2.1.0", + "@oclif/plugin-help": "^5.1.12", + "@oclif/plugin-not-found": "^2.3.1", + "@oclif/plugin-plugins": "^2.1.0", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-account-plugin": "1.0.9", + "anypoint-cli-api-mgr-plugin": "1.4.1", + "anypoint-cli-cloudhub-plugin": "1.4.13", + "anypoint-cli-command": "1.6.6", + "anypoint-cli-datagraph-plugin": "1.0.9", + "anypoint-cli-designcenter-plugin": "1.0.20", + "anypoint-cli-exchange-plugin": "1.0.12", + "anypoint-cli-governance-plugin": "1.0.17", + "anypoint-cli-runtime-mgr-plugin": "1.0.8", + "anypoint-cli-secrets-mgr-plugin": "1.0.7", + "tslib": "^2.3.1" + }, + "bin": { + "anypoint-cli-v4": "bin/run" + }, + "engines": { + "node": ">=16.0.0" } }, - "node_modules/entities": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "node_modules/anypoint-cli-v4/node_modules/@oclif/plugin-help": { + "version": "5.2.20", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz", + "integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==", "dev": true, - "engines": { - "node": ">=0.12" + "license": "MIT", + "dependencies": { + "@oclif/core": "^2.15.0" }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "engines": { + "node": ">=12.0.0" } }, - "node_modules/err-code": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "node_modules/anypoint-cli-v4/node_modules/@oclif/plugin-help/node_modules/@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "license": "MIT", + "dependencies": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + }, "engines": { - "node": ">= 0.4" + "node": ">=14.0.0" } }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "node_modules/anypoint-cli-v4/node_modules/@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, "license": "MIT", + "dependencies": { + "@oclif/core": "^1.1.1" + }, "engines": { - "node": ">= 0.4" + "node": ">=12.0.0" } }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "node_modules/anypoint-cli-v4/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, "license": "MIT", "dependencies": { - "es-errors": "^1.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 0.4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "node_modules/anypoint-cli-v4/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" + "has-flag": "^4.0.0" }, "engines": { - "node": ">= 0.4" + "node": ">=8" } }, - "node_modules/es6-error": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", - "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", - "dev": true - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "node_modules/anypoint-cli-v4/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, "engines": { - "node": ">=6" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/escape-string-regexp": { + "node_modules/anypoint-cli-v4/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/escodegen": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", - "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "node_modules/anypoint-cli-v4/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "license": "BSD-2-Clause", + "license": "MIT" + }, + "node_modules/anypoint-cli-v4/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=6.0" + "node": ">=10" }, - "optionalDependencies": { - "source-map": "~0.6.1" + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/escodegen/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/apollo-cache": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.3.5.tgz", + "integrity": "sha512-1XoDy8kJnyWY/i/+gLTEbYLnoiVtS8y7ikBr/IfmML4Qb+CM7dEEbIUOjnY716WqmZ/UpXIxTfJsY7rMcqiCXA==", "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" + "license": "MIT", + "dependencies": { + "apollo-utilities": "^1.3.4", + "tslib": "^1.10.0" + }, + "peerDependencies": { + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint": { - "version": "8.38.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz", - "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==", - "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", + "node_modules/apollo-cache-inmemory": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.6.tgz", + "integrity": "sha512-L8pToTW/+Xru2FFAhkZ1OA9q4V4nuvfoPecBM34DecAugUZEBhI2Hmpgnzq2hTKZ60LAMrlqiASm0aqAY6F8/A==", "dev": true, + "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.2", - "@eslint/js": "8.38.0", - "@humanwhocodes/config-array": "^0.11.8", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-visitor-keys": "^3.4.0", - "espree": "^9.5.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "apollo-cache": "^1.3.5", + "apollo-utilities": "^1.3.4", + "optimism": "^0.10.0", + "ts-invariant": "^0.4.0", + "tslib": "^1.10.0" }, - "funding": { - "url": "https://opencollective.com/eslint" + "peerDependencies": { + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "node_modules/apollo-cache-inmemory/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, - "bin": { - "eslint-config-prettier": "bin/cli.js" + "license": "0BSD" + }, + "node_modules/apollo-cache/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/apollo-client": { + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/apollo-client/-/apollo-client-2.6.10.tgz", + "integrity": "sha512-jiPlMTN6/5CjZpJOkGeUV0mb4zxx33uXWdj/xQCfAMkuNAC3HN7CvYDyMHHEzmcQ5GV12LszWoQ/VlxET24CtA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/zen-observable": "^0.8.0", + "apollo-cache": "1.3.5", + "apollo-link": "^1.0.0", + "apollo-utilities": "1.3.4", + "symbol-observable": "^1.0.2", + "ts-invariant": "^0.4.0", + "tslib": "^1.10.0", + "zen-observable": "^0.8.0" }, "peerDependencies": { - "eslint": ">=7.0.0" + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint-plugin-header": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz", - "integrity": "sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==", + "node_modules/apollo-client/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, + "license": "0BSD" + }, + "node_modules/apollo-link": { + "version": "1.2.14", + "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", + "integrity": "sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==", + "dev": true, + "license": "MIT", + "dependencies": { + "apollo-utilities": "^1.3.0", + "ts-invariant": "^0.4.0", + "tslib": "^1.9.3", + "zen-observable-ts": "^0.8.21" + }, "peerDependencies": { - "eslint": ">=7.7.0" + "graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint-plugin-jsdoc": { - "version": "50.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.8.0.tgz", - "integrity": "sha512-UyGb5755LMFWPrZTEqqvTJ3urLz1iqj+bYOHFNag+sw3NvaMWP9K2z+uIn37XfNALmQLQyrBlJ5mkiVPL7ADEg==", + "node_modules/apollo-link-http": { + "version": "1.5.17", + "resolved": "https://registry.npmjs.org/apollo-link-http/-/apollo-link-http-1.5.17.tgz", + "integrity": "sha512-uWcqAotbwDEU/9+Dm9e1/clO7hTB2kQ/94JYcGouBVLjoKmTeJTUPQKcJGpPwUjZcSqgYicbFqQSoJIW0yrFvg==", "dev": true, - "license": "BSD-3-Clause", + "license": "MIT", "dependencies": { - "@es-joy/jsdoccomment": "~0.50.2", - "are-docs-informative": "^0.0.2", - "comment-parser": "1.4.1", - "debug": "^4.4.1", - "escape-string-regexp": "^4.0.0", - "espree": "^10.3.0", - "esquery": "^1.6.0", - "parse-imports-exports": "^0.2.4", - "semver": "^7.7.2", - "spdx-expression-parse": "^4.0.0" - }, - "engines": { - "node": ">=18" + "apollo-link": "^1.2.14", + "apollo-link-http-common": "^0.2.16", + "tslib": "^1.9.3" }, "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint-plugin-jsdoc/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "node_modules/apollo-link-http-common": { + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/apollo-link-http-common/-/apollo-link-http-common-0.2.16.tgz", + "integrity": "sha512-2tIhOIrnaF4UbQHf7kjeQA/EmSorB7+HyJIIrUjJOKBgnXwuexi8aMecRlqTIDWcyVXCeqLhUnztMa6bOH/jTg==", "dev": true, "license": "MIT", "dependencies": { - "ms": "^2.1.3" + "apollo-link": "^1.2.14", + "ts-invariant": "^0.4.0", + "tslib": "^1.9.3" }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "peerDependencies": { + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint-plugin-jsdoc/node_modules/espree": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", - "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "node_modules/apollo-link-http-common/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } + "license": "0BSD" }, - "node_modules/eslint-plugin-jsdoc/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "node_modules/apollo-link-http/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, - "license": "MIT" + "license": "0BSD" }, - "node_modules/eslint-plugin-jsdoc/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "node_modules/apollo-link/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } + "license": "0BSD" }, - "node_modules/eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", + "node_modules/apollo-utilities": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz", + "integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==", "dev": true, + "license": "MIT", "dependencies": { - "prettier-linter-helpers": "^1.0.0" - }, - "engines": { - "node": ">=12.0.0" + "@wry/equality": "^0.1.2", + "fast-json-stable-stringify": "^2.0.0", + "ts-invariant": "^0.4.0", + "tslib": "^1.10.0" }, "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" - }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", - "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==", + "node_modules/apollo-utilities/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } + "license": "0BSD" }, - "node_modules/eslint/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "node_modules/append-transform": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz", + "integrity": "sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==", "dev": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "default-require-extensions": "^3.0.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "engines": { + "node": ">=8" } }, - "node_modules/eslint/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "node_modules/archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", "dev": true }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/are-docs-informative": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", + "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=14" } }, - "node_modules/eslint/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true }, - "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "sprintf-js": "~1.0.2" } }, - "node_modules/eslint/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, "engines": { - "node": ">=4.0" + "node": ">=8" } }, - "node_modules/eslint/node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "node_modules/arrayify-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz", + "integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==", "dev": true }, - "node_modules/eslint/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "*" } }, - "node_modules/eslint/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/ast-types": { + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", + "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", "dev": true, + "license": "MIT", "dependencies": { - "is-glob": "^4.0.3" + "tslib": "^2.0.1" }, "engines": { - "node": ">=10.13.0" + "node": ">=4" } }, - "node_modules/eslint/node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, + "license": "MIT", "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/async": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/eslint/node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "node_modules/asynciterator": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-3.9.0.tgz", + "integrity": "sha512-bwLLTAnoE6Ap6XdjK/j8vDk2Vi9p3ojk0PFwM0SwktAG1k8pfRJF9ng+mmkaRFKdZCQQlOxcWnvOmX2NQ1HV0g==", + "dev": true }, - "node_modules/eslint/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/asyncjoin": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/asyncjoin/-/asyncjoin-1.2.3.tgz", + "integrity": "sha512-4OJH73zYDfIfbgr7wKfAKTgu/P2e/9r0o0NZ4KZu2tFtSf5uUVs/DjzpfY5BueOkkZcBhnq788MbZ57tjwyPIQ==", "dev": true, "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "asynciterator": "^3.9.0" } }, - "node_modules/eslint/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 4.0.0" } }, - "node_modules/eslint/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/atomically": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/atomically/-/atomically-1.7.0.tgz", + "integrity": "sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==", "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, + "license": "MIT", "engines": { - "node": "*" + "node": ">=10.12.0" } }, - "node_modules/eslint/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", "dev": true, + "license": "MIT", "dependencies": { - "yocto-queue": "^0.1.0" + "possible-typed-array-names": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "node_modules/axios": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz", + "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==", "dev": true, + "license": "MIT", "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, - "node_modules/eslint/node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "node_modules/axios/node_modules/form-data": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz", + "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==", "dev": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, "engines": { - "node": ">=4" + "node": ">= 6" } }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/b4a": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", + "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" + "license": "Apache-2.0", + "peerDependencies": { + "react-native-b4a": "*" }, - "engines": { - "node": ">=8" + "peerDependenciesMeta": { + "react-native-b4a": { + "optional": true + } } }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "node_modules/bare-events": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz", + "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==", "dev": true, - "engines": { - "node": ">=10" + "license": "Apache-2.0", + "peerDependencies": { + "bare-abort-controller": "*" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "bare-abort-controller": { + "optional": true + } } }, - "node_modules/espree": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz", - "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==", + "node_modules/bare-fs": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.1.tgz", + "integrity": "sha512-zGUCsm3yv/ePt2PHNbVxjjn0nNB1MkIaR4wOCxJ2ig5pCf5cCVAYJXVhQg/3OhhJV6DB1ts7Hv0oUaElc2TPQg==", "dev": true, + "license": "Apache-2.0", + "optional": true, "dependencies": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.0" + "bare-events": "^2.5.4", + "bare-path": "^3.0.0", + "bare-stream": "^2.6.4", + "bare-url": "^2.2.2", + "fast-fifo": "^1.3.2" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "bare": ">=1.16.0" }, - "funding": { - "url": "https://opencollective.com/eslint" + "peerDependencies": { + "bare-buffer": "*" + }, + "peerDependenciesMeta": { + "bare-buffer": { + "optional": true + } } }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "node_modules/bare-os": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz", + "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==", "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, + "license": "Apache-2.0", + "optional": true, "engines": { - "node": ">=4" + "bare": ">=1.14.0" } }, - "node_modules/esquery": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", + "node_modules/bare-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz", + "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==", "dev": true, - "license": "BSD-3-Clause", + "license": "Apache-2.0", + "optional": true, "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" + "bare-os": "^3.0.1" } }, - "node_modules/esquery/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/bare-stream": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz", + "integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==", "dev": true, - "engines": { - "node": ">=4.0" + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "streamx": "^2.21.0" + }, + "peerDependencies": { + "bare-buffer": "*", + "bare-events": "*" + }, + "peerDependenciesMeta": { + "bare-buffer": { + "optional": true + }, + "bare-events": { + "optional": true + } } }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "node_modules/bare-url": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz", + "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==", "dev": true, + "license": "Apache-2.0", + "optional": true, "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" + "bare-path": "^3.0.0" } }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/basic-ftp": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", + "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=4.0" + "node": ">=10.0.0" } }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "node_modules/big-integer": { + "version": "1.6.52", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", + "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", "dev": true, "engines": { - "node": ">=4.0" + "node": ">=0.6" } }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "node_modules/binary": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", + "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==", "dev": true, + "dependencies": { + "buffers": "~0.1.1", + "chainsaw": "~0.1.0" + }, "engines": { - "node": ">=6" + "node": "*" } }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true, "engines": { - "node": ">=0.8.x" + "node": ">=8" } }, - "node_modules/external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dev": true, "license": "MIT", "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=4" + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" } }, - "node_modules/external-editor/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "node_modules/bl/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" } }, - "node_modules/external-editor/node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, "license": "MIT", "dependencies": { - "os-tmpdir": "~1.0.2" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">=0.6.0" + "node": ">= 6" } }, - "node_modules/fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", + "node_modules/bluebird": { + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz", + "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==", "dev": true }, - "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true + "node_modules/boolean": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", + "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "dev": true, + "license": "MIT" }, - "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "fill-range": "^7.0.1" }, "engines": { - "node": ">=8.6.0" + "node": ">=8" } }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "node_modules/browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", "dev": true }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", - "dev": true, - "license": "MIT" - }, - "node_modules/fastq": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", - "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==", + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { - "reusify": "^1.0.4" + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" } }, - "node_modules/fecha": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", - "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==", - "dev": true - }, - "node_modules/fetch-sparql-endpoint": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-2.4.1.tgz", - "integrity": "sha512-4tDjPaRM3NH7CZ7ovLpFpyGQMtOH3L6LO/mbGT8ekHKvZyuXIkrykPTDmb0aEM13Wh1X1SzmQC22yqD8ORKe3w==", + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "@types/readable-stream": "^2.3.11", - "@types/sparqljs": "^3.1.3", - "abort-controller": "^3.0.0", - "cross-fetch": "^3.0.6", - "is-stream": "^2.0.0", - "minimist": "^1.2.0", - "n3": "^1.6.3", - "rdf-string": "^1.6.0", - "readable-web-to-node-stream": "^3.0.2", - "sparqljs": "^3.1.2", - "sparqljson-parse": "^1.7.0", - "sparqlxml-parse": "^1.5.0", - "stream-to-string": "^1.1.0" - }, - "bin": { - "fetch-sparql-endpoint": "bin/fetch-sparql-endpoint.js" + "license": "MIT", + "engines": { + "node": "*" } }, - "node_modules/fetch-to-curl": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fetch-to-curl/-/fetch-to-curl-0.5.2.tgz", - "integrity": "sha512-ygmvsJlU+V4GE91lflkRNAJ956xm5MFl6QukIyxkd6yojTxr6gjp4BsYh7hYXlwVw+ffnMlAIXOTWsWJdk017Q==" + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" }, - "node_modules/fflate": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", - "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", - "dev": true, - "license": "MIT" + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true }, - "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "node_modules/buffer-indexof-polyfill": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz", + "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==", "dev": true, - "license": "MIT", - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10" } }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "license": "MIT", + "node_modules/buffers": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", + "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", + "dev": true, "engines": { - "node": ">=0.8.0" + "node": ">=0.2.0" } }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "node_modules/builtin-modules": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz", + "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==", "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/cacache": { + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", + "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", "dependencies": { - "flat-cache": "^3.0.4" + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.0", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">= 10" } }, - "node_modules/file-type": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.0.0.tgz", - "integrity": "sha512-ek5xNX2YBYlXhiUXui3D/BXa3LdqPmoLJ7rqEx2bKJ7EAUEfmXgW0Das7Dc6Nr9MvqaOnIqiPV0mZk/r/UpNAg==", + "node_modules/cacache/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/caching-transform": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz", + "integrity": "sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==", "dev": true, + "dependencies": { + "hasha": "^5.0.0", + "make-dir": "^3.0.0", + "package-hash": "^4.0.0", + "write-file-atomic": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "license": "MIT", "dependencies": { - "@tokenizer/inflate": "^0.2.7", - "strtok3": "^10.2.2", - "token-types": "^6.0.0", - "uint8array-extras": "^1.4.0" + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" }, "engines": { - "node": ">=20" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sindresorhus/file-type?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", "dependencies": { - "to-regex-range": "^5.0.1" + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", - "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", "dev": true, + "license": "MIT", "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/find-parent-dir": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz", - "integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=", - "dev": true - }, - "node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", "dev": true, "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "callsites": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "node_modules/caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", "dev": true, - "bin": { - "flat": "cli.js" + "dependencies": { + "caller-callsite": "^2.0.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "node_modules/callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", "dev": true, - "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=4" } }, - "node_modules/flatted": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz", - "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==", - "dev": true + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } }, - "node_modules/fn.name": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", - "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==", + "node_modules/canonicalize": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.8.tgz", + "integrity": "sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==", "dev": true }, - "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "node_modules/cardinal": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", + "integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==", "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" + "license": "MIT", + "dependencies": { + "ansicolors": "~0.3.2", + "redeyed": "~2.1.0" }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } + "bin": { + "cdl": "bin/cdl.js" } }, - "node_modules/foreground-child": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", - "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "node_modules/chai": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.5.tgz", + "integrity": "sha512-0gKhNDL29PUlmwz1CG42p/OaBf1v0YD3oH4//YMS1niT7rLH9tC+lqTgk+SvdbhMLd7ToTtxA61orNBmpSO/DA==", "dev": true, "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "loupe": "^2.3.0", + "pathval": "^1.1.1", + "type-detect": "^4.0.5" }, "engines": { - "node": ">=8.0.0" + "node": ">=4" } }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "node_modules/chainsaw": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", + "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==", "dev": true, "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" + "traverse": ">=0.3.0 <0.4" }, "engines": { - "node": ">= 6" + "node": "*" } }, - "node_modules/fromentries": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.0.tgz", - "integrity": "sha512-33X7H/wdfO99GdRLLgkjUrD4geAFdq/Uv0kl3HD4da6HDixd2GUg8Mw7dahLCV9r/EARkmtYBB6Tch4EEokFTQ==", - "dev": true - }, - "node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "node_modules/chalk/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, "dependencies": { - "minipass": "^3.0.0" + "color-convert": "^1.9.0" }, "engines": { - "node": ">= 8" + "node": ">=4" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "node_modules/chalk/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "dependencies": { + "color-name": "1.1.3" } }, - "node_modules/fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "deprecated": "This package is no longer supported.", + "node_modules/chalk/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/chalk/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, "engines": { - "node": ">=0.6" + "node": ">=0.8.0" } }, - "node_modules/fstream/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "license": "MIT" }, - "node_modules/gensync": { - "version": "1.0.0-beta.1", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", - "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==", + "node_modules/check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", "dev": true, "engines": { - "node": ">=6.9.0" + "node": "*" } }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "node_modules/chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", "dev": true, + "dependencies": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + }, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.1" } }, - "node_modules/get-func-name": { + "node_modules/chownr": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", - "dev": true, + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "engines": { - "node": "*" + "node": ">=10" } }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "license": "MIT", + "node_modules/chromium-bidi": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.11.0.tgz", + "integrity": "sha512-6CJWHkNRoyZyjV9Rwv2lYONZf1Xm0IuDyNq97nwSsxxP3wf5Bwy15K5rOvVKMtJ127jJBmxFUanSAOjgFRxgrA==", + "dev": true, + "license": "Apache-2.0", "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" + "mitt": "3.0.1", + "zod": "3.23.8" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "devtools-protocol": "*" } }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "node_modules/clean-stack": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", + "integrity": "sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==", "dev": true, + "dependencies": { + "escape-string-regexp": "4.0.0" + }, "engines": { - "node": ">=8.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/get-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, "license": "MIT", "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" + "restore-cursor": "^3.1.0" }, "engines": { - "node": ">= 0.4" + "node": ">=8" } }, - "node_modules/get-uri": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz", - "integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==", + "node_modules/cli-progress": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz", + "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==", "dev": true, "license": "MIT", "dependencies": { - "basic-ftp": "^5.0.2", - "data-uri-to-buffer": "^6.0.2", - "debug": "^4.3.4" + "string-width": "^4.2.3" }, "engines": { - "node": ">= 14" + "node": ">=4" } }, - "node_modules/get-uri/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", "dev": true, "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, "engines": { - "node": ">=6.0" + "node": ">=6" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/get-uri/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", "dev": true, - "license": "MIT" + "license": "ISC", + "engines": { + "node": ">= 10" + } }, - "node_modules/git-hooks-list": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-1.0.3.tgz", - "integrity": "sha512-Y7wLWcrLUXwk2noSka166byGCvhMtDRpgHdzCno1UQv/n/Hegp++a2xBWJL1lJarnKD3SWaljD+0z1ztqxuKyQ==", + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, - "funding": { - "url": "https://github.com/fisker/git-hooks-list?sponsor=1" + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" } }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "dev": true, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=0.8" } }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/cluster-key-slot": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz", + "integrity": "sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", + "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", "dev": true, "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" + "color-convert": "^1.9.3", + "color-string": "^1.6.0" } }, - "node_modules/global-agent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", - "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { - "boolean": "^3.0.1", - "es6-error": "^4.1.1", - "matcher": "^3.0.0", - "roarr": "^2.15.3", - "semver": "^7.3.2", - "serialize-error": "^7.0.1" + "color-name": "~1.1.4" }, "engines": { - "node": ">=10.0" + "node": ">=7.0.0" } }, - "node_modules/global-agent/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" } }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "node_modules/color/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, - "engines": { - "node": ">=4" + "dependencies": { + "color-name": "1.1.3" } }, - "node_modules/globalthis": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "node_modules/color/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/colorspace": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", + "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", "dev": true, - "license": "MIT", "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "color": "^3.1.3", + "text-hex": "1.0.x" } }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" + "delayed-stream": "~1.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.8" } }, - "node_modules/gopd": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, "license": "MIT", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">= 12" } }, - "node_modules/graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "dev": true - }, - "node_modules/graphql": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", - "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", + "node_modules/comment-parser": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", + "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", "dev": true, + "license": "MIT", "engines": { - "node": ">= 10.x" + "node": ">= 12.0.0" } }, - "node_modules/graphql-ld": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.4.1.tgz", - "integrity": "sha512-oJ8o/1DdAbM+oNE9FBnc0bbWgzvImnl/o2fty2NzA4nyj4T6HNbAkr1CcUL9OieSZPEAW7QcU7W66OVHkxDwVw==", + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "node_modules/compare-versions": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.4.tgz", + "integrity": "sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "graphql-to-sparql": "^2.4.0", - "jsonld-context-parser": "^2.1.0", - "sparqlalgebrajs": "^3.0.2", - "sparqljson-to-tree": "^2.1.0" - } + "license": "MIT" }, - "node_modules/graphql-to-sparql": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.4.0.tgz", - "integrity": "sha512-AwfWSV8NUe5aY2QR+NzUUxImbe8GrUR12PvYBHq6r62aj66667yLdI5xOPsVGcS0DsQJN8+9CXC+vhkjc8mR9Q==", + "node_modules/componentsjs": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/componentsjs/-/componentsjs-4.5.0.tgz", + "integrity": "sha512-0F473HDUFfizVXZH1KBP4jmZRBAqYdVdpGhaNmHFmla/AB76B8NN7hQk7YDGaKkESl9zYqQ6kF3i8UgJBQ+rtg==", "dev": true, "dependencies": { "@rdfjs/types": "*", - "graphql": "^15.0.0", - "jsonld-context-parser": "^2.0.2", + "@types/minimist": "^1.2.0", + "@types/node": "^14.14.7", + "@types/semver": "^7.3.4", + "jsonld-context-parser": "^2.1.1", "minimist": "^1.2.0", "rdf-data-factory": "^1.1.0", - "sparqlalgebrajs": "^3.0.2" + "rdf-object": "^1.11.1", + "rdf-parse": "^1.9.1", + "rdf-quad": "^1.5.0", + "rdf-terms": "^1.7.0", + "semver": "^7.3.2", + "winston": "^3.3.3" }, "bin": { - "graphql-to-sparql": "bin/graphql-to-sparql.js" + "componentsjs-compile-config": "bin/compile-config.js" + }, + "engines": { + "node": ">=8.0" } }, - "node_modules/growl": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", - "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "node_modules/componentsjs/node_modules/@types/node": { + "version": "14.18.63", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", + "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", + "dev": true + }, + "node_modules/componentsjs/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, + "bin": { + "semver": "bin/semver.js" + }, "engines": { - "node": ">=4.x" + "node": ">=10" } }, - "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/concurrently": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.0.tgz", + "integrity": "sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==", "dev": true, + "license": "MIT", "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" + "chalk": "^4.1.2", + "lodash": "^4.17.21", + "rxjs": "^7.8.1", + "shell-quote": "^1.8.1", + "supports-color": "^8.1.1", + "tree-kill": "^1.2.2", + "yargs": "^17.7.2" }, "bin": { - "handlebars": "bin/handlebars" + "conc": "dist/bin/concurrently.js", + "concurrently": "dist/bin/concurrently.js" }, "engines": { - "node": ">=0.4.7" + "node": ">=18" }, - "optionalDependencies": { - "uglify-js": "^3.1.4" + "funding": { + "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "node_modules/concurrently/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { - "function-bind": "^1.1.1" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 0.4.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/concurrently/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "node_modules/concurrently/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "es-define-property": "^1.0.0" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=12" } }, - "node_modules/has-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "node_modules/concurrently/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "license": "MIT", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "node_modules/concurrently/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "license": "MIT", "dependencies": { - "has-symbols": "^1.0.3" + "has-flag": "^4.0.0" }, "engines": { - "node": ">= 0.4" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/hash-it": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hash-it/-/hash-it-4.1.0.tgz", - "integrity": "sha512-YUXBmvWycqr0qVb7RhNyJ2ItiPNaD5iKZ9moDaxduyfT8I9d79F9Zf8Ts2RAG7g6NPwD8351dSqxsD07tznSmQ==", + "node_modules/concurrently/node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, - "dependencies": { - "curriable": "^1.1.0" + "license": "ISC", + "engines": { + "node": ">=10" } }, - "node_modules/hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "node_modules/concurrently/node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, + "license": "MIT", "dependencies": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" } }, - "node_modules/hasha": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", - "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", + "node_modules/concurrently/node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, - "dependencies": { - "is-stream": "^2.0.0", - "type-fest": "^0.8.0" - }, + "license": "ISC", "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "node_modules/conf": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/conf/-/conf-10.2.0.tgz", + "integrity": "sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg==", + "dev": true, "license": "MIT", "dependencies": { - "function-bind": "^1.1.2" + "ajv": "^8.6.3", + "ajv-formats": "^2.1.1", + "atomically": "^1.7.0", + "debounce-fn": "^4.0.0", + "dot-prop": "^6.0.1", + "env-paths": "^2.2.1", + "json-schema-typed": "^7.0.3", + "onetime": "^5.1.2", + "pkg-up": "^3.1.0", + "semver": "^7.3.5" }, "engines": { - "node": ">= 0.4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "node_modules/conf/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, - "bin": { - "he": "bin/he" + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true - }, - "node_modules/htmlparser2": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", - "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", + "node_modules/conf/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" - } + "license": "MIT" }, - "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" + "node_modules/conf/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" }, - "node_modules/http-link-header": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.3.tgz", - "integrity": "sha512-3cZ0SRL8fb9MUlU3mKM61FcQvPfXx2dBrZW3Vbg5CXa8jFlK8OaEpePenLe1oEXQduhz8b0QjsqfS59QP4AJDQ==", + "node_modules/conf/node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, "engines": { - "node": ">=6.0.0" + "node": ">=10" } }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, + "node_modules/consola": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", + "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==", + "dev": true, + "license": "MIT", "engines": { - "node": ">= 6" + "node": "^14.18.0 || >=16.10.0" } }, - "node_modules/https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "node_modules/console.table": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/console.table/-/console.table-0.10.0.tgz", + "integrity": "sha512-dPyZofqggxuvSf7WXvNjuRfnsOk1YazkVP8FdxH4tcH2c37wc79/Yl6Bhr7Lsu00KMgy2ql/qCMuNu8xctZM8g==", + "dev": true, + "license": "MIT", "dependencies": { - "agent-base": "6", - "debug": "4" + "easy-table": "1.1.0" }, "engines": { - "node": ">= 6" + "node": "> 0.10" } }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dependencies": { - "ms": "^2.0.0" + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" } }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "optional": true, + "node_modules/convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dev": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" + "safe-buffer": "~5.1.1" } }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true }, - "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "node_modules/cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", "dev": true, + "dependencies": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + }, "engines": { - "node": ">= 4" + "node": ">=4" } }, - "node_modules/immediate": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", - "dev": true, - "license": "MIT" + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true }, - "node_modules/immutable": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", - "integrity": "sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==", + "node_modules/cross-fetch": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", + "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "node-fetch": "^2.6.12" } }, - "node_modules/import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">=4" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" + "node": ">= 8" } }, - "node_modules/infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + "node_modules/crypto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", + "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", + "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.", + "dev": true, + "license": "ISC" }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } + "node_modules/crypto-js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", + "dev": true, + "license": "MIT" }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "node_modules/curriable": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/curriable/-/curriable-1.3.0.tgz", + "integrity": "sha512-7kfjDPRSF+pguU0TlfSFBMCd8XlmF29ZAiXcq/zaN4LhZvWdvV0Y72AvaWFqInXZG9Yg1kA1UMkpE9lFBKMpQA==", + "dev": true }, - "node_modules/inquirer": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz", - "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==", + "node_modules/data-uri-to-buffer": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", + "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==", "dev": true, "license": "MIT", - "dependencies": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.1", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.21", - "mute-stream": "0.0.8", - "ora": "^5.4.1", - "run-async": "^2.4.0", - "rxjs": "^7.5.5", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6", - "wrap-ansi": "^6.0.1" - }, "engines": { - "node": ">=12.0.0" + "node": ">= 14" } }, - "node_modules/inquirer/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", + "dev": true + }, + "node_modules/debounce-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/debounce-fn/-/debounce-fn-4.0.0.tgz", + "integrity": "sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "mimic-fn": "^3.0.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/inquirer/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/debounce-fn/node_modules/mimic-fn": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", "dev": true, "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/inquirer/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", + "node_modules/debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "dependencies": { - "has-flag": "^4.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">=8" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/inquirer/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", + "node_modules/decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true + }, + "node_modules/deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", "dev": true, + "dependencies": { + "type-detect": "^4.0.0" + }, "engines": { - "node": ">= 0.10" + "node": ">=0.12" } }, - "node_modules/ioredis": { - "version": "4.28.3", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.3.tgz", - "integrity": "sha512-9JOWVgBnuSxpIgfpjc1OeY1OLmA4t2KOWWURTDRXky+eWO0LZhI33pQNT9gYxANUXfh5p/zYephYni6GPRsksQ==", + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/default-require-extensions": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.0.tgz", + "integrity": "sha512-ek6DpXq/SCpvjhpFsLFRVtIxJCRw6fUR42lYMVZuUMK7n8eMz4Uh5clckdBjEpLhn/gEBZo7hDJnJcwdKLKQjg==", + "dev": true, "dependencies": { - "cluster-key-slot": "^1.1.0", - "debug": "^4.3.1", - "denque": "^1.1.0", - "lodash.defaults": "^4.2.0", - "lodash.flatten": "^4.4.0", - "lodash.isarguments": "^3.1.0", - "p-map": "^2.1.0", - "redis-commands": "1.7.0", - "redis-errors": "^1.2.0", - "redis-parser": "^3.0.0", - "standard-as-callback": "^2.1.0" + "strip-bom": "^4.0.0" }, "engines": { - "node": ">=6" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/ioredis" + "node": ">=8" } }, - "node_modules/ioredis/node_modules/p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/defaults/node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=0.8" } }, - "node_modules/ip-address": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", - "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "license": "MIT", "dependencies": { - "jsbn": "1.1.0", - "sprintf-js": "^1.1.3" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" }, "engines": { - "node": ">= 12" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/ip-address/node_modules/sprintf-js": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", - "license": "BSD-3-Clause" - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, + "license": "MIT", "dependencies": { - "binary-extensions": "^2.0.0" + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-core-module": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz", - "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==", + "node_modules/degenerator": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz", + "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==", "dev": true, + "license": "MIT", "dependencies": { - "has": "^1.0.3" + "ast-types": "^0.13.4", + "escodegen": "^2.1.0", + "esprima": "^4.0.1" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">= 14" } }, - "node_modules/is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=0.4.0" } }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "node_modules/denque": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", + "integrity": "sha512-XwE+iZ4D6ZUB7mfYRMb5wByE8L74HCn30FBN7sWnXksWc1LO1bPDl67pBR9o/kC4z/xSNAwkMYcGgqDV3BE3Hw==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/depcheck": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/depcheck/-/depcheck-0.9.2.tgz", + "integrity": "sha512-w5f+lSZqLJJkk58s44eOd0Vor7hLZot4PlFL0y2JsIX5LuHQ2eAjHlDVeGBD4Mj6ZQSKakvKWRRCcPlvrdU2Sg==", "dev": true, + "dependencies": { + "@babel/parser": "^7.7.7", + "@babel/traverse": "^7.7.4", + "builtin-modules": "^3.0.0", + "camelcase": "^5.3.1", + "cosmiconfig": "^5.2.1", + "debug": "^4.1.1", + "deps-regex": "^0.1.4", + "js-yaml": "^3.4.2", + "lodash": "^4.17.15", + "minimatch": "^3.0.2", + "node-sass-tilde-importer": "^1.0.2", + "please-upgrade-node": "^3.2.0", + "require-package-name": "^2.0.1", + "resolve": "^1.14.1", + "vue-template-compiler": "^2.6.11", + "walkdir": "^0.4.1", + "yargs": "^15.0.2" + }, "bin": { - "is-docker": "cli.js" + "depcheck": "bin/depcheck.js" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=10" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "node_modules/depcheck/node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" } }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/depcheck/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, "engines": { "node": ">=8" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "node_modules/depcheck/node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", "dev": true, "dependencies": { - "is-extglob": "^2.1.1" + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true, - "license": "MIT", + "node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", "engines": { - "node": ">=8" + "node": ">= 0.6" } }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=" + "node_modules/deps-regex": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deps-regex/-/deps-regex-0.1.4.tgz", + "integrity": "sha1-UYZnt2kUYKXn4KNBvnbrfOgJAYQ=", + "dev": true }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "node_modules/detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", "dev": true, "engines": { - "node": ">=0.12.0" + "node": ">=8" } }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "dev": true, "engines": { "node": ">=8" } }, - "node_modules/is-plain-obj": { + "node_modules/detect-node": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "node_modules/devtools-protocol": { + "version": "0.0.1367902", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1367902.tgz", + "integrity": "sha512-XxtPuC3PGakY6PD7dG66/o8KwJ/LkH2/EKe19Dcw58w53dv4/vSQEkn/SzuyhHE2q4zPgCkxQBxus3VV4ql+Pg==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.3.1" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "node_modules/diff-match-patch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz", + "integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==", "dev": true }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, "dependencies": { - "is-docker": "^2.0.0" + "path-type": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", - "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-hook": { + "node_modules/doctrine": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz", - "integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "dependencies": { - "append-transform": "^2.0.0" + "esutils": "^2.0.2" }, "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dev": true, "dependencies": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/dom-serializer/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/istanbul-lib-processinfo": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", - "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, "dependencies": { - "archy": "^1.0.0", - "cross-spawn": "^7.0.0", - "istanbul-lib-coverage": "^3.0.0-alpha.1", - "make-dir": "^3.0.0", - "p-map": "^3.0.0", - "rimraf": "^3.0.0", - "uuid": "^3.3.3" + "domelementtype": "^2.2.0" }, "engines": { - "node": ">=8" + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/istanbul-lib-processinfo/node_modules/p-map": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", - "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dev": true, "dependencies": { - "aggregate-error": "^3.0.0" + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, - "node_modules/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "node_modules/dot-prop": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", + "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", "dev": true, + "license": "MIT", "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" + "is-obj": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", - "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "node_modules/duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", "dev": true, "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8" + "readable-stream": "^2.0.2" } }, - "node_modules/istanbul-reports": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", - "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", "dev": true, - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/iterare": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz", - "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==", + "node_modules/easy-table": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz", + "integrity": "sha512-oq33hWOSSnl2Hoh00tZWaIPi1ievrD9aFG82/IgjlycAnW9hHx5PkJiXpxPsgEE+H7BsbVQXFVFST8TEXS6/pA==", "dev": true, - "license": "ISC", - "engines": { - "node": ">=6" + "license": "MIT", + "optionalDependencies": { + "wcwidth": ">=1.0.1" } }, - "node_modules/jackspeak": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz", - "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==", + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/ejs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, - "license": "BlueOak-1.0.0", + "license": "Apache-2.0", "dependencies": { - "@isaacs/cliui": "^8.0.2" + "jake": "^10.8.5" }, - "engines": { - "node": "20 || >=22" + "bin": { + "ejs": "bin/cli.js" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/js-sdsl": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", - "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/js-sdsl" - } + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "node_modules/enabled": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", + "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", "dev": true }, - "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "optional": true, "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "iconv-lite": "^0.6.2" } }, - "node_modules/jsbn": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", - "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", - "license": "MIT" - }, - "node_modules/jsdoc-type-pratt-parser": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz", - "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==", + "node_modules/end-of-stream": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", "dev": true, "license": "MIT", - "engines": { - "node": ">=12.0.0" + "dependencies": { + "once": "^1.4.0" } }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "node_modules/entities": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, "engines": { - "node": ">=4" + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" }, - "node_modules/json-rules-engine": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/json-rules-engine/-/json-rules-engine-5.3.0.tgz", - "integrity": "sha512-v4y3OKAPJF31OUGBQ/t/CVZh0DDWeGyGyPDGAnbXnivFMxWW2H+P2RXyh6PlwfDINCo5iqh5VI2ed6Rcj7CjRg==", + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "dependencies": { - "clone": "^2.1.2", - "events": "^3.2.0", - "hash-it": "^4.0.5", - "jsonpath-plus": "^4.0.0", - "lodash.isobjectlike": "^4.0.0" + "is-arrayish": "^0.2.1" } }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stable-stringify-without-jsonify": { + "node_modules/es-define-property": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } }, - "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dev": true, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "json5": "lib/cli.js" + "es-errors": "^1.3.0" }, "engines": { - "node": ">=6" + "node": ">= 0.4" } }, - "node_modules/jsondiffpatch": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/jsondiffpatch/-/jsondiffpatch-0.4.1.tgz", - "integrity": "sha512-t0etAxTUk1w5MYdNOkZBZ8rvYYN5iL+2dHCCx/DpkFm/bW28M6y5nUS83D4XdZiHy35Fpaw6LBb+F88fHZnVCw==", + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", "dev": true, + "license": "MIT", "dependencies": { - "chalk": "^2.3.0", - "diff-match-patch": "^1.0.0" - }, - "bin": { - "jsondiffpatch": "bin/jsondiffpatch" + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" }, "engines": { - "node": ">=8.17.0" + "node": ">= 0.4" } }, - "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "node_modules/es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "dev": true + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true, - "dependencies": { - "universalify": "^2.0.0" + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jsonld-context-parser": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.4.0.tgz", - "integrity": "sha512-ZYOfvh525SdPd9ReYY58dxB3E2RUEU4DJ6ZibO8AitcowPeBH4L5rCAitE2om5G1P+HMEgYEYEr4EZKbVN4tpA==", + "node_modules/escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "@types/http-link-header": "^1.0.1", - "@types/node": "^18.0.0", - "cross-fetch": "^3.0.6", - "http-link-header": "^1.0.2", - "relative-to-absolute-iri": "^1.0.5" + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" }, "bin": { - "jsonld-context-parse": "bin/jsonld-context-parse.js" + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" } }, - "node_modules/jsonld-context-parser/node_modules/@types/node": { - "version": "18.19.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.35.tgz", - "integrity": "sha512-n+WiqynRake4DDX2tPh4NTxu4dA7BgmsaGKMRc/htuPZBi7w9FkVgSOWU/+92vVEYMz3QOWUr2AwHev9X2XiTg==", + "node_modules/escodegen/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "dependencies": { - "undici-types": "~5.26.4" + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" } }, - "node_modules/jsonld-streaming-parser": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.4.3.tgz", - "integrity": "sha512-ysuevJ+l8+Y4W3J/yQW3pa9VCBNDHo2tZkKmPAnfhfsmFMyxuueAeXMmTbpJZdrpagzeeDVr3A8EZVuHliQJ9A==", + "node_modules/eslint": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz", + "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "dependencies": { - "@rdfjs/types": "*", - "@types/http-link-header": "^1.0.1", - "canonicalize": "^1.0.1", - "http-link-header": "^1.0.2", - "jsonld-context-parser": "^2.1.3", - "jsonparse": "^1.3.1", - "rdf-data-factory": "^1.1.0" + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.4.0", + "@eslint/eslintrc": "^2.0.2", + "@eslint/js": "8.38.0", + "@humanwhocodes/config-array": "^0.11.8", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-visitor-keys": "^3.4.0", + "espree": "^9.5.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-sdsl": "^4.1.4", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/jsonld-streaming-serializer": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.3.0.tgz", - "integrity": "sha512-QGflpxpwmr659ExvAQ5TFAY9BmJQiL/yF/MDRrP5oVWHcBBLhbPjUqDv//y2OvJxUY3UQYMXulTwzmYb1ttv2Q==", + "node_modules/eslint-config-prettier": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", + "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "jsonld-context-parser": "^2.0.0" + "bin": { + "eslint-config-prettier": "bin/cli.js" + }, + "peerDependencies": { + "eslint": ">=7.0.0" } }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "node_modules/eslint-plugin-header": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz", + "integrity": "sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==", "dev": true, - "engines": [ - "node >= 0.2.0" - ] + "peerDependencies": { + "eslint": ">=7.7.0" + } }, - "node_modules/jsonpath-plus": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz", - "integrity": "sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==", + "node_modules/eslint-plugin-jsdoc": { + "version": "50.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.8.0.tgz", + "integrity": "sha512-UyGb5755LMFWPrZTEqqvTJ3urLz1iqj+bYOHFNag+sw3NvaMWP9K2z+uIn37XfNALmQLQyrBlJ5mkiVPL7ADEg==", "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@es-joy/jsdoccomment": "~0.50.2", + "are-docs-informative": "^0.0.2", + "comment-parser": "1.4.1", + "debug": "^4.4.1", + "escape-string-regexp": "^4.0.0", + "espree": "^10.3.0", + "esquery": "^1.6.0", + "parse-imports-exports": "^0.2.4", + "semver": "^7.7.2", + "spdx-expression-parse": "^4.0.0" + }, "engines": { - "node": ">=10.0" + "node": ">=18" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" } }, - "node_modules/JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "node_modules/eslint-plugin-jsdoc/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "dev": true, + "license": "MIT", "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" + "ms": "^2.1.3" }, - "bin": { - "JSONStream": "bin.js" + "engines": { + "node": ">=6.0" }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "dev": true, + "license": "Apache-2.0", "engines": { - "node": "*" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/jsonwebtoken": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", - "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "node_modules/eslint-plugin-jsdoc/node_modules/espree": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "jws": "^3.2.2", - "lodash.includes": "^4.3.0", - "lodash.isboolean": "^3.0.3", - "lodash.isinteger": "^4.0.4", - "lodash.isnumber": "^3.0.3", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.once": "^4.0.0", - "ms": "^2.1.1", - "semver": "^7.5.4" + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.1" }, "engines": { - "node": ">=12", - "npm": ">=6" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/jsonwebtoken/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, + "node_modules/eslint-plugin-jsdoc/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/eslint-plugin-jsdoc/node_modules/semver": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", + "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -8993,231 +9495,179 @@ "node": ">=10" } }, - "node_modules/just-extend": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.0.tgz", - "integrity": "sha512-ApcjaOdVTJ7y4r08xI5wIqpvwS48Q0PBG4DJROcEkH1f8MdAiNFyFxz3xoL0LWAVwjrwPYZdVHHxhRHcx/uGLA==", - "dev": true - }, - "node_modules/jwa": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", - "dependencies": { - "buffer-equal-constant-time": "1.0.1", - "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/jws": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", - "dependencies": { - "jwa": "^1.4.1", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/keyv": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.5.tgz", - "integrity": "sha512-531pkGLqV3BMg0eDqqJFI0R1mkK1Nm5xIP2mM6keP5P8WfFtCkg2IOwplTUmlGoTgIg9yQYZ/kdihhz89XH3vA==", + "node_modules/eslint-plugin-prettier": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", + "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", + "dev": true, "dependencies": { - "json-buffer": "3.0.1" + "prettier-linter-helpers": "^1.0.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "eslint": ">=7.28.0", + "prettier": ">=2.0.0" + }, + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } } }, - "node_modules/kuler": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", - "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==", - "dev": true - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" }, "engines": { - "node": ">= 0.8.0" + "node": ">=8.0.0" } }, - "node_modules/lie": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", - "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", + "node_modules/eslint-visitor-keys": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", + "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, - "license": "MIT", "dependencies": { - "immediate": "~3.0.5" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/listenercount": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz", - "integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==", + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "node_modules/load-esm": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.2.tgz", - "integrity": "sha512-nVAvWk/jeyrWyXEAs84mpQCYccxRqgKY4OznLuJhJCa0XsPSfdOIr2zvBZEj3IHEHbX97jjscKRRV539bW0Gpw==", + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/Borewit" - }, - { - "type": "buymeacoffee", - "url": "https://buymeacoffee.com/borewit" - } - ], - "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { - "node": ">=13.2.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/localforage": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", - "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", + "node_modules/eslint/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "lie": "3.1.1" + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/eslint/node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", "dev": true, "dependencies": { - "p-locate": "^4.1.0" + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" }, "engines": { - "node": ">=8" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", - "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" - }, - "node_modules/lodash.flatten": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", - "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=" - }, - "node_modules/lodash.flattendeep": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", - "dev": true - }, - "node_modules/lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", - "deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.", - "dev": true - }, - "node_modules/lodash.includes": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", - "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" - }, - "node_modules/lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", - "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=" - }, - "node_modules/lodash.isboolean": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" - }, - "node_modules/lodash.isinteger": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", - "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" - }, - "node_modules/lodash.isnumber": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" - }, - "node_modules/lodash.isobjectlike": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/lodash.isobjectlike/-/lodash.isobjectlike-4.0.0.tgz", - "integrity": "sha512-bbRt0Dief0yqjkTgpvzisSxnsmY3ZgVJvokHL30UE+ytsvnpNfiNaCJL4XBEWek8koQmrwZidBHb7coXC5vXlA==", - "dev": true - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" - }, - "node_modules/lodash.isstring": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.once": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + "node_modules/eslint/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } }, - "node_modules/lodash.set": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", - "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", + "node_modules/eslint/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, - "node_modules/log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", - "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==", + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "dependencies": { - "chalk": "^4.0.0" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "node_modules/eslint/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=10" + "node": ">=10.13.0" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/has-flag": { + "node_modules/eslint/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -9226,3606 +9676,3554 @@ "node": ">=8" } }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/eslint/node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/logform": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.0.tgz", - "integrity": "sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==", - "dev": true, + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, "dependencies": { - "@colors/colors": "1.6.0", - "@types/triple-beam": "^1.3.2", - "fecha": "^4.2.0", - "ms": "^2.1.1", - "safe-stable-stringify": "^2.3.1", - "triple-beam": "^1.3.0" + "argparse": "^2.0.1" }, - "engines": { - "node": ">= 12.0.0" + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/loglevel": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz", - "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, "engines": { - "node": ">= 0.6.0" + "node": ">=10" }, "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/loglevel" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/loupe": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.0.tgz", - "integrity": "sha512-b6TVXtF01VErh8IxN/MfdiWLQmttrenN98PPGS01kym8kGycJ9tqBXD6D+4sNEDhgE83+H0Mk1cVSl0mD1nNSg==", - "deprecated": "Please upgrade to 2.3.7 which fixes GHSA-4q6p-r6v2-jvc5", + "node_modules/eslint/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "get-func-name": "^2.0.0", - "type-detect": "^4.0.8" - } - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=10" + "node": "*" } }, - "node_modules/lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true - }, - "node_modules/make-dir": { + "node_modules/eslint/node_modules/p-limit": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, "dependencies": { - "semver": "^6.0.0" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true - }, - "node_modules/make-fetch-happen": { - "version": "8.0.14", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.14.tgz", - "integrity": "sha512-EsS89h6l4vbfJEtBZnENTOFk8mCRpY5ru36Xe5bcX1KYIli2mkSHqoFsp5O1wMDvTJJzxe/4THpCTtygjeeGWQ==", "dependencies": { - "agentkeepalive": "^4.1.3", - "cacache": "^15.0.5", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^5.0.0", - "ssri": "^8.0.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">= 10" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/marked": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz", - "integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==", + "node_modules/eslint/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, - "bin": { - "marked": "bin/marked" - }, "engines": { - "node": ">= 8.16.2" + "node": ">=4" } }, - "node_modules/matcher": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", - "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "license": "MIT", "dependencies": { - "escape-string-regexp": "^4.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=10" - } - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "license": "MIT", - "engines": { - "node": ">= 0.4" + "node": ">=8" } }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, "engines": { - "node": ">= 8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/microdata-rdf-streaming-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/microdata-rdf-streaming-parser/-/microdata-rdf-streaming-parser-1.2.0.tgz", - "integrity": "sha512-cMLNLEcS0mPaiA9iwq6BnsQK9sx2uBwjpRZIEvMRBNJpbvV58f8AFtPeYzNFh3OPyX9B49NYJ77bB0jNAUCurw==", + "node_modules/espree": { + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz", + "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==", "dev": true, "dependencies": { - "@rdfjs/types": "*", - "htmlparser2": "^6.0.0", - "rdf-data-factory": "^1.1.0", - "relative-to-absolute-iri": "^1.0.2" - } - }, - "node_modules/microdata-rdf-streaming-parser/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "dev": true, + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "url": "https://opencollective.com/eslint" } }, - "node_modules/microdata-rdf-streaming-parser/node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true, - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" } }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "node_modules/esquery": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" + "estraverse": "^5.1.0" }, "engines": { - "node": ">=8.6" + "node": ">=0.10" } }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=4.0" } }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "dependencies": { - "mime-db": "1.52.0" + "estraverse": "^5.2.0" }, "engines": { - "node": ">= 0.6" + "node": ">=4.0" } }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "dev": true - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, "engines": { - "node": "*" + "node": ">=4.0" } }, - "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=4.0" } }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "dependencies": { - "minipass": "^3.0.0" - }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, "engines": { - "node": ">= 8" + "node": ">=0.10.0" } }, - "node_modules/minipass-fetch": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.4.tgz", - "integrity": "sha512-TielGogIzbUEtd1LsjZFs47RWuHHfhl6TiCx1InVxApBAmQ8bL0dL5ilkLGcRvuyW/A9nE+Lvn855Ewz8S0PnQ==", - "dependencies": { - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "dev": true, "engines": { - "node": ">=8" - }, - "optionalDependencies": { - "encoding": "^0.1.12" + "node": ">=6" } }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dependencies": { - "minipass": "^3.0.0" - }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, "engines": { - "node": ">= 8" + "node": ">=0.8.x" } }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "node_modules/events-universal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz", + "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==", + "dev": true, + "license": "Apache-2.0", "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" + "bare-events": "^2.7.0" } }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "license": "MIT", "dependencies": { - "minipass": "^3.0.0" + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "node_modules/external-editor/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" + "safer-buffer": ">= 2.1.2 < 3" }, "engines": { - "node": ">= 8" + "node": ">=0.10.0" } }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "node_modules/external-editor/node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, + "license": "MIT", "dependencies": { - "minimist": "^1.2.6" + "os-tmpdir": "~1.0.2" }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/mkdirp/node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=0.6.0" } }, - "node_modules/mocha": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz", - "integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==", + "node_modules/extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "@ungap/promise-all-settled": "1.1.2", - "ansi-colors": "4.1.1", - "browser-stdout": "1.3.1", - "chokidar": "3.5.1", - "debug": "4.3.1", - "diff": "5.0.0", - "escape-string-regexp": "4.0.0", - "find-up": "5.0.0", - "glob": "7.1.6", - "growl": "1.10.5", - "he": "1.2.0", - "js-yaml": "4.0.0", - "log-symbols": "4.0.0", - "minimatch": "3.0.4", - "ms": "2.1.3", - "nanoid": "3.1.20", - "serialize-javascript": "5.0.1", - "strip-json-comments": "3.1.1", - "supports-color": "8.1.1", - "which": "2.0.2", - "wide-align": "1.1.3", - "workerpool": "6.1.0", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0" + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" }, "bin": { - "_mocha": "bin/_mocha", - "mocha": "bin/mocha" + "extract-zip": "cli.js" }, "engines": { - "node": ">= 10.12.0" + "node": ">= 10.17.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mochajs" + "optionalDependencies": { + "@types/yauzl": "^2.9.1" } }, - "node_modules/mocha/node_modules/argparse": { + "node_modules/fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", "dev": true }, - "node_modules/mocha/node_modules/diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "node_modules/fast-diff": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", + "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", + "dev": true + }, + "node_modules/fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", "dev": true, - "engines": { - "node": ">=0.3.1" - } + "license": "MIT" }, - "node_modules/mocha/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "node_modules/fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8.6.0" } }, - "node_modules/mocha/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true }, - "node_modules/mocha/node_modules/js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", - "dev": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4.9.1" } }, - "node_modules/mocha/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "node_modules/fastq": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", + "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==", "dev": true, "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "reusify": "^1.0.4" } }, - "node_modules/mocha/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "node_modules/fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "pend": "~1.2.0" + } + }, + "node_modules/fecha": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", + "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==", "dev": true }, - "node_modules/mocha/node_modules/nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", - "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==", + "node_modules/fetch-sparql-endpoint": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/fetch-sparql-endpoint/-/fetch-sparql-endpoint-2.4.1.tgz", + "integrity": "sha512-4tDjPaRM3NH7CZ7ovLpFpyGQMtOH3L6LO/mbGT8ekHKvZyuXIkrykPTDmb0aEM13Wh1X1SzmQC22yqD8ORKe3w==", "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" + "dependencies": { + "@rdfjs/types": "*", + "@types/readable-stream": "^2.3.11", + "@types/sparqljs": "^3.1.3", + "abort-controller": "^3.0.0", + "cross-fetch": "^3.0.6", + "is-stream": "^2.0.0", + "minimist": "^1.2.0", + "n3": "^1.6.3", + "rdf-string": "^1.6.0", + "readable-web-to-node-stream": "^3.0.2", + "sparqljs": "^3.1.2", + "sparqljson-parse": "^1.7.0", + "sparqlxml-parse": "^1.5.0", + "stream-to-string": "^1.1.0" }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "bin": { + "fetch-sparql-endpoint": "bin/fetch-sparql-endpoint.js" } }, - "node_modules/mocha/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "node_modules/fetch-to-curl": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fetch-to-curl/-/fetch-to-curl-0.5.2.tgz", + "integrity": "sha512-ygmvsJlU+V4GE91lflkRNAJ956xm5MFl6QukIyxkd6yojTxr6gjp4BsYh7hYXlwVw+ffnMlAIXOTWsWJdk017Q==" + }, + "node_modules/fflate": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", + "dev": true, + "license": "MIT" + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { - "yocto-queue": "^0.1.0" + "escape-string-regexp": "^1.0.5" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mocha/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, "dependencies": { - "p-limit": "^3.0.2" + "flat-cache": "^3.0.4" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/mocha/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/file-type": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.0.0.tgz", + "integrity": "sha512-ek5xNX2YBYlXhiUXui3D/BXa3LdqPmoLJ7rqEx2bKJ7EAUEfmXgW0Das7Dc6Nr9MvqaOnIqiPV0mZk/r/UpNAg==", "dev": true, + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@tokenizer/inflate": "^0.2.7", + "strtok3": "^10.2.2", + "token-types": "^6.0.0", + "uint8array-extras": "^1.4.0" }, "engines": { - "node": ">=10" + "node": ">=20" }, "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "url": "https://github.com/sindresorhus/file-type?sponsor=1" } }, - "node_modules/mocha/node_modules/yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "dev": true, - "engines": { - "node": ">=10" + "license": "Apache-2.0", + "dependencies": { + "minimatch": "^5.0.1" } }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, - "license": "ISC" + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } }, - "node_modules/n3": { - "version": "1.17.3", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.17.3.tgz", - "integrity": "sha512-ZHc24eZi2GIJcJQVxtL6NT3g+mTHRNeTVfXWELzeUOirqLrh2AAyg0nfYZ/kryJWKFSCgO37DGB6Ok3qmGgEcA==", + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, + "license": "ISC", "dependencies": { - "queue-microtask": "^1.1.2", - "readable-stream": "^4.0.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=12.0" + "node": ">=10" } }, - "node_modules/n3/node_modules/readable-stream": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", - "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10", - "string_decoder": "^1.3.0" + "to-regex-range": "^5.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=8" } }, - "node_modules/n3/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/n3/node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "node_modules/find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", "dev": true, "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "bin": { - "nanoid": "bin/nanoid.cjs" + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "node_modules/natural-compare-lite": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "dev": true - }, - "node_modules/negotiate": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", - "integrity": "sha512-KBCIM4dAIT9j/pSXLHHQbZG74NmKNXTtxU2zHN0HG6uzzuFE01m1UdGoUmVHmACiBuCAOL7KwfqSW1oUQBj/vg==", - "dev": true - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "node_modules/find-parent-dir": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz", + "integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=", "dev": true }, - "node_modules/netmask": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", - "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, - "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, "engines": { - "node": ">= 0.4.0" + "node": ">=8" } }, - "node_modules/nise": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/nise/-/nise-4.0.4.tgz", - "integrity": "sha512-bTTRUNlemx6deJa+ZyoCUTRvH3liK5+N6VQZ4NIw90AgDXY6iPnsqplNFf6STcj+ePk0H/xqxnP75Lr0J0Fq3A==", + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0", - "@sinonjs/fake-timers": "^6.0.0", - "@sinonjs/text-encoding": "^0.7.1", - "just-extend": "^4.0.2", - "path-to-regexp": "^1.7.0" + "bin": { + "flat": "cli.js" } }, - "node_modules/nock": { - "version": "13.2.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.4.tgz", - "integrity": "sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==", + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, "dependencies": { - "debug": "^4.1.0", - "json-stringify-safe": "^5.0.1", - "lodash.set": "^4.3.2", - "propagate": "^2.0.0" + "flatted": "^3.1.0", + "rimraf": "^3.0.2" }, "engines": { - "node": ">= 10.13" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "node_modules/flatted": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz", + "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==", + "dev": true + }, + "node_modules/fn.name": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", + "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==", + "dev": true + }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, - "dependencies": { - "whatwg-url": "^5.0.0" - }, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" + "node": ">=4.0" }, "peerDependenciesMeta": { - "encoding": { + "debug": { "optional": true } } }, - "node_modules/node-preload": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", - "integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==", + "node_modules/for-each": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", "dev": true, + "license": "MIT", "dependencies": { - "process-on-spawn": "^1.0.0" + "is-callable": "^1.2.7" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/node-sass-tilde-importer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/node-sass-tilde-importer/-/node-sass-tilde-importer-1.0.2.tgz", - "integrity": "sha512-Swcmr38Y7uB78itQeBm3mThjxBy9/Ah/ykPIaURY/L6Nec9AyRoL/jJ7ECfMR+oZeCTVQNxVMu/aHU+TLRVbdg==", + "node_modules/foreground-child": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", + "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", "dev": true, "dependencies": { - "find-parent-dir": "^0.3.0" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, + "cross-spawn": "^7.0.0", + "signal-exit": "^3.0.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8.0.0" } }, - "node_modules/nyc": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", - "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==", + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "dev": true, "dependencies": { - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "caching-transform": "^4.0.0", - "convert-source-map": "^1.7.0", - "decamelize": "^1.2.0", - "find-cache-dir": "^3.2.0", - "find-up": "^4.1.0", - "foreground-child": "^2.0.0", - "get-package-type": "^0.1.0", - "glob": "^7.1.6", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-hook": "^3.0.0", - "istanbul-lib-instrument": "^4.0.0", - "istanbul-lib-processinfo": "^2.0.2", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "make-dir": "^3.0.0", - "node-preload": "^0.2.1", - "p-map": "^3.0.0", - "process-on-spawn": "^1.0.0", - "resolve-from": "^5.0.0", - "rimraf": "^3.0.0", - "signal-exit": "^3.0.2", - "spawn-wrap": "^2.0.0", - "test-exclude": "^6.0.0", - "yargs": "^15.0.2" - }, - "bin": { - "nyc": "bin/nyc.js" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=8.9" + "node": ">= 6" } }, - "node_modules/nyc/node_modules/cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "node_modules/fromentries": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.0.tgz", + "integrity": "sha512-33X7H/wdfO99GdRLLgkjUrD4geAFdq/Uv0kl3HD4da6HDixd2GUg8Mw7dahLCV9r/EARkmtYBB6Tch4EEokFTQ==", + "dev": true + }, + "node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" } }, - "node_modules/nyc/node_modules/p-map": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", - "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", - "dev": true, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dependencies": { - "aggregate-error": "^3.0.0" + "minipass": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">= 8" } }, - "node_modules/nyc/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=8" + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/nyc/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "deprecated": "This package is no longer supported.", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" }, "engines": { - "node": ">=8" + "node": ">=0.6" } }, - "node_modules/nyc/node_modules/yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "node_modules/fstream/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" + "glob": "^7.1.3" }, - "engines": { - "node": ">=8" + "bin": { + "rimraf": "bin.js" } }, - "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", "dev": true, "license": "MIT", "engines": { "node": ">= 0.4" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" + "node_modules/gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==", + "dev": true, + "engines": { + "node": ">=6.9.0" } }, - "node_modules/one-time": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", - "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, - "dependencies": { - "fn.name": "1.x.x" + "engines": { + "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT", "dependencies": { - "mimic-fn": "^2.1.0" + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" }, "engines": { - "node": ">=6" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "dev": true, - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, "engines": { - "node": ">= 0.8.0" + "node": ">=8.0.0" } }, - "node_modules/ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "dev": true, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", "license": "MIT", "dependencies": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.4" } }, - "node_modules/ora/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "pump": "^3.0.0" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/get-uri": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz", + "integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==", "dev": true, "license": "MIT", + "dependencies": { + "basic-ftp": "^5.0.2", + "data-uri-to-buffer": "^6.0.2", + "debug": "^4.3.4" + }, "engines": { - "node": ">=8" + "node": ">= 14" } }, - "node_modules/ora/node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "node_modules/get-uri/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" + "ms": "^2.1.3" }, "engines": { - "node": ">=10" + "node": ">=6.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/ora/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/get-uri/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "node_modules/git-hooks-list": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-1.0.3.tgz", + "integrity": "sha512-Y7wLWcrLUXwk2noSka166byGCvhMtDRpgHdzCno1UQv/n/Hegp++a2xBWJL1lJarnKD3SWaljD+0z1ztqxuKyQ==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/fisker/git-hooks-list?sponsor=1" } }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "deprecated": "Glob versions prior to v9 are no longer supported", "dependencies": { - "p-try": "^2.0.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=6" + "node": "*" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "dependencies": { - "p-limit": "^2.2.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "node_modules/global-agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", + "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" + "boolean": "^3.0.1", + "es6-error": "^4.1.1", + "matcher": "^3.0.0", + "roarr": "^2.15.3", + "semver": "^7.3.2", + "serialize-error": "^7.0.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, "engines": { - "node": ">=6" + "node": ">=10.0" } }, - "node_modules/pac-proxy-agent": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz", - "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==", + "node_modules/global-agent/node_modules/semver": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", + "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", "dev": true, - "license": "MIT", - "dependencies": { - "@tootallnate/quickjs-emscripten": "^0.23.0", - "agent-base": "^7.1.2", - "debug": "^4.3.4", - "get-uri": "^6.0.1", - "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.6", - "pac-resolver": "^7.0.1", - "socks-proxy-agent": "^8.0.5" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">= 14" + "node": ">=10" } }, - "node_modules/pac-proxy-agent/node_modules/agent-base": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", - "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, - "license": "MIT", "engines": { - "node": ">= 14" + "node": ">=4" } }, - "node_modules/pac-proxy-agent/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "node_modules/globalthis": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dev": true, "license": "MIT", "dependencies": { - "ms": "^2.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" }, "engines": { - "node": ">=6.0" + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/pac-proxy-agent/node_modules/http-proxy-agent": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, - "license": "MIT", "dependencies": { - "agent-base": "^7.1.0", - "debug": "^4.3.4" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" }, "engines": { - "node": ">= 14" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/pac-proxy-agent/node_modules/https-proxy-agent": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", - "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", - "dev": true, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "license": "MIT", - "dependencies": { - "agent-base": "^7.1.2", - "debug": "4" + "engines": { + "node": ">= 0.4" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", + "dev": true + }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, + "node_modules/graphql": { + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", + "dev": true, "engines": { - "node": ">= 14" + "node": ">= 10.x" } }, - "node_modules/pac-proxy-agent/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "node_modules/graphql-ld": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/graphql-ld/-/graphql-ld-1.4.1.tgz", + "integrity": "sha512-oJ8o/1DdAbM+oNE9FBnc0bbWgzvImnl/o2fty2NzA4nyj4T6HNbAkr1CcUL9OieSZPEAW7QcU7W66OVHkxDwVw==", "dev": true, - "license": "MIT" + "dependencies": { + "@rdfjs/types": "*", + "graphql-to-sparql": "^2.4.0", + "jsonld-context-parser": "^2.1.0", + "sparqlalgebrajs": "^3.0.2", + "sparqljson-to-tree": "^2.1.0" + } }, - "node_modules/pac-proxy-agent/node_modules/socks-proxy-agent": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", - "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", + "node_modules/graphql-tag": { + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.1.2", - "debug": "^4.3.4", - "socks": "^2.8.3" + "tslib": "^2.1.0" }, "engines": { - "node": ">= 14" + "node": ">=10" + }, + "peerDependencies": { + "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/pac-resolver": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz", - "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==", + "node_modules/graphql-to-sparql": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.4.0.tgz", + "integrity": "sha512-AwfWSV8NUe5aY2QR+NzUUxImbe8GrUR12PvYBHq6r62aj66667yLdI5xOPsVGcS0DsQJN8+9CXC+vhkjc8mR9Q==", "dev": true, - "license": "MIT", "dependencies": { - "degenerator": "^5.0.0", - "netmask": "^2.0.2" + "@rdfjs/types": "*", + "graphql": "^15.0.0", + "jsonld-context-parser": "^2.0.2", + "minimist": "^1.2.0", + "rdf-data-factory": "^1.1.0", + "sparqlalgebrajs": "^3.0.2" }, + "bin": { + "graphql-to-sparql": "bin/graphql-to-sparql.js" + } + }, + "node_modules/growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true, "engines": { - "node": ">= 14" + "node": ">=4.x" } }, - "node_modules/package-hash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz", - "integrity": "sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==", + "node_modules/handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.15", - "hasha": "^5.0.0", - "lodash.flattendeep": "^4.4.0", - "release-zalgo": "^1.0.0" + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" }, "engines": { - "node": ">=8" + "node": ">=0.4.7" + }, + "optionalDependencies": { + "uglify-js": "^3.1.4" } }, - "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "dev": true, - "license": "BlueOak-1.0.0" - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "dependencies": { - "callsites": "^3.0.0" + "function-bind": "^1.1.1" }, "engines": { - "node": ">=6" + "node": ">= 0.4.0" } }, - "node_modules/parent-module/node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/parse-imports-exports": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz", - "integrity": "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==", - "dev": true, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "license": "MIT", "dependencies": { - "parse-statements": "1.0.11" + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "dev": true, + "license": "MIT", "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "has-symbols": "^1.0.3" }, "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/parse-link-header": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", - "integrity": "sha512-Z0gpfHmwCIKDr5rRzjypL+p93aHVWO7e+0rFcUl9E3sC67njjs+xHFenuboSXZGlvYtmQqRzRaE3iFpTUnLmFQ==", + "node_modules/hash-it": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hash-it/-/hash-it-4.1.0.tgz", + "integrity": "sha512-YUXBmvWycqr0qVb7RhNyJ2ItiPNaD5iKZ9moDaxduyfT8I9d79F9Zf8Ts2RAG7g6NPwD8351dSqxsD07tznSmQ==", "dev": true, "dependencies": { - "xtend": "~4.0.1" + "curriable": "^1.1.0" } }, - "node_modules/parse-statements": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz", - "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==", - "dev": true, - "license": "MIT" - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" } }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "node_modules/hasha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", + "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", "dev": true, + "dependencies": { + "is-stream": "^2.0.0", + "type-fest": "^0.8.0" + }, "engines": { "node": ">=8" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/path-scurry": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", - "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", - "dev": true, - "license": "BlueOak-1.0.0", + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", "dependencies": { - "lru-cache": "^11.0.0", - "minipass": "^7.1.2" + "function-bind": "^1.1.2" }, "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 0.4" } }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", - "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true, - "license": "ISC", - "engines": { - "node": "20 || >=22" + "bin": { + "he": "bin/he" } }, - "node_modules/path-scurry/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "node_modules/home-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/home-dir/-/home-dir-1.0.0.tgz", + "integrity": "sha512-PPAP0BMY72XQ0sYwFow8EgHwUYfptkZusnZEGHkBjdKRXIYcVFsbEViqU4k8VrJWf0m7wMr9gscQX9klJYh7zg==", "dev": true, - "license": "ISC", + "license": "MIT" + }, + "node_modules/hpagent": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hpagent/-/hpagent-1.2.0.tgz", + "integrity": "sha512-A91dYTeIB6NoXG+PxTQpCCDDnfHsW9kc06Lvpu1TEe9gnd6ZFeiBoRO9JvzEv6xK7EX97/dUE8g/vBMTqTS3CA==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=14" } }, - "node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "node_modules/htmlparser2": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", + "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], "dependencies": { - "isarray": "0.0.1" + "domelementtype": "^2.0.1", + "domhandler": "^4.2.2", + "domutils": "^2.8.0", + "entities": "^3.0.1" } }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" }, - "node_modules/pathval": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", - "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "node_modules/http-call": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz", + "integrity": "sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==", "dev": true, + "license": "ISC", + "dependencies": { + "content-type": "^1.0.4", + "debug": "^4.1.1", + "is-retry-allowed": "^1.1.0", + "is-stream": "^2.0.0", + "parse-json": "^4.0.0", + "tunnel-agent": "^0.6.0" + }, "engines": { - "node": "*" + "node": ">=8.0.0" } }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "node_modules/http-link-header": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.3.tgz", + "integrity": "sha512-3cZ0SRL8fb9MUlU3mKM61FcQvPfXx2dBrZW3Vbg5CXa8jFlK8OaEpePenLe1oEXQduhz8b0QjsqfS59QP4AJDQ==", "dev": true, "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "node": ">=6.0.0" } }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "dependencies": { - "find-up": "^4.0.0" + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/please-upgrade-node": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", - "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", - "dev": true, + "node_modules/https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", "dependencies": { - "semver-compare": "^1.0.0" + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/prelude-ls": { + "node_modules/humanize-ms": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "dependencies": { + "ms": "^2.0.0" } }, - "node_modules/prettier": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", + "node_modules/hyperlinker": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz", + "integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==", "dev": true, - "bin": { - "prettier": "bin-prettier.js" - }, + "license": "MIT", "engines": { - "node": ">=10.13.0" + "node": ">=4" } }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "optional": true, "dependencies": { - "fast-diff": "^1.1.2" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=0.10.0" } }, - "node_modules/process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "dev": true, - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "node_modules/process-on-spawn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", - "integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==", + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true, - "dependencies": { - "fromentries": "^1.2.0" - }, "engines": { - "node": ">=8" + "node": ">= 4" } }, - "node_modules/progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "node_modules/immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==", "dev": true, "engines": { - "node": ">=0.4.0" + "node": ">=0.10.0" } }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "node_modules/promise-polyfill": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", - "integrity": "sha512-7rrONfyLkDEc7OJ5QBkqa4KI4EBhCd340xRuIUPGCfu13znS+vx+VDdrT9ODAJHlXm7w4lbxN3DRjyv58EuzDg==", - "dev": true - }, - "node_modules/promise-retry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "node_modules/import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "dev": true, "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/promise-retry/node_modules/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "engines": { - "node": ">= 4" + "node": ">=0.8.19" } }, - "node_modules/propagate": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", - "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", - "dev": true, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "engines": { - "node": ">= 8" + "node": ">=8" } }, - "node_modules/proxy-agent": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz", - "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==", - "dev": true, - "license": "MIT", + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dependencies": { - "agent-base": "^7.1.2", - "debug": "^4.3.4", - "http-proxy-agent": "^7.0.1", - "https-proxy-agent": "^7.0.6", - "lru-cache": "^7.14.1", - "pac-proxy-agent": "^7.1.0", - "proxy-from-env": "^1.1.0", - "socks-proxy-agent": "^8.0.5" - }, - "engines": { - "node": ">= 14" + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/proxy-agent/node_modules/agent-base": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", - "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/inquirer": { + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz", + "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==", "dev": true, "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^6.0.1" + }, "engines": { - "node": ">= 14" + "node": ">=12.0.0" } }, - "node_modules/proxy-agent/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "dependencies": { - "ms": "^2.1.3" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=6.0" + "node": ">=10" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/proxy-agent/node_modules/http-proxy-agent": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "node_modules/inquirer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "license": "MIT", - "dependencies": { - "agent-base": "^7.1.0", - "debug": "^4.3.4" - }, "engines": { - "node": ">= 14" + "node": ">=8" } }, - "node_modules/proxy-agent/node_modules/https-proxy-agent": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", - "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "node_modules/inquirer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.1.2", - "debug": "4" + "has-flag": "^4.0.0" }, "engines": { - "node": ">= 14" - } - }, - "node_modules/proxy-agent/node_modules/lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=12" + "node": ">=8" } }, - "node_modules/proxy-agent/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true, - "license": "MIT" - }, - "node_modules/proxy-agent/node_modules/socks-proxy-agent": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", - "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", + "node_modules/inquirer/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.1.2", - "debug": "^4.3.4", - "socks": "^2.8.3" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">= 14" + "node": ">=8" } }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "dev": true, - "license": "MIT" - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "node_modules/interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", "dev": true, "engines": { - "node": ">=6" + "node": ">= 0.10" } }, - "node_modules/qs": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", - "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", + "node_modules/ioredis": { + "version": "4.28.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.3.tgz", + "integrity": "sha512-9JOWVgBnuSxpIgfpjc1OeY1OLmA4t2KOWWURTDRXky+eWO0LZhI33pQNT9gYxANUXfh5p/zYephYni6GPRsksQ==", "dependencies": { - "side-channel": "^1.0.4" + "cluster-key-slot": "^1.1.0", + "debug": "^4.3.1", + "denque": "^1.1.0", + "lodash.defaults": "^4.2.0", + "lodash.flatten": "^4.4.0", + "lodash.isarguments": "^3.1.0", + "p-map": "^2.1.0", + "redis-commands": "1.7.0", + "redis-errors": "^1.2.0", + "redis-parser": "^3.0.0", + "standard-as-callback": "^2.1.0" }, "engines": { - "node": ">=0.6" + "node": ">=6" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/ioredis" } }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "node_modules/ioredis/node_modules/p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "license": "MIT", "dependencies": { - "safe-buffer": "^5.1.0" + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" } }, - "node_modules/rdf-data-factory": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.1.2.tgz", - "integrity": "sha512-TfQD63Lokabd09ES1jAtKK8AA6rkr9rwyUBGo6olOt1CE0Um36CUQIqytyf0am2ouBPR0l7SaHxCiMcPGHkt1A==", + "node_modules/ip-address/node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "license": "BSD-3-Clause" + }, + "node_modules/is-arguments": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", + "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", "dev": true, + "license": "MIT", "dependencies": { - "@rdfjs/types": "*" + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rdf-isomorphic": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rdf-isomorphic/-/rdf-isomorphic-1.3.1.tgz", - "integrity": "sha512-6uIhsXTVp2AtO6f41PdnRV5xZsa0zVZQDTBdn0br+DZuFf5M/YD+T6m8hKDUnALI6nFL/IujTMLgEs20MlNidQ==", + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "dependencies": { - "@rdfjs/types": "*", - "hash.js": "^1.1.7", - "rdf-string": "^1.6.0", - "rdf-terms": "^1.7.0" + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/rdf-literal": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.3.2.tgz", - "integrity": "sha512-79Stlu3sXy0kq9/decHFLf3xNPuY6sfhFPhd/diWErgaFr0Ekyg38Vh9bnVcqDYu48CFRi0t+hrFii49n92Hbw==", + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "rdf-data-factory": "^1.1.0" + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rdf-object": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/rdf-object/-/rdf-object-1.14.0.tgz", - "integrity": "sha512-/KSUWr7onDtL7d81kOpcUzJ2vHYOYJc2KU9WzBZRYydBhK0Sksh5Hg4VCQNaxUEvYEgdrrTuq9SLpOOCmag0rQ==", + "node_modules/is-core-module": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz", + "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==", "dev": true, "dependencies": { - "@rdfjs/types": "*", - "jsonld-context-parser": "^2.0.2", - "rdf-data-factory": "^1.1.0", - "rdf-string": "^1.6.0", - "streamify-array": "^1.0.1" + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rdf-parse": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-1.9.1.tgz", - "integrity": "sha512-W6ouYE+ufmCNFmXD1iGs5gUZH75jZekh/I5qF8a4Sl37BUc9mY0Jz5A0CV1tiKKhx+I+HYfxyX9VjOljD8rzgQ==", + "node_modules/is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", "dev": true, - "dependencies": { - "@comunica/actor-http-native": "~1.22.0", - "@comunica/actor-rdf-parse-html": "~1.22.0", - "@comunica/actor-rdf-parse-html-microdata": "~1.22.0", - "@comunica/actor-rdf-parse-html-rdfa": "~1.22.0", - "@comunica/actor-rdf-parse-html-script": "~1.22.0", - "@comunica/actor-rdf-parse-jsonld": "^1.22.0", - "@comunica/actor-rdf-parse-n3": "~1.22.0", - "@comunica/actor-rdf-parse-rdfxml": "~1.22.0", - "@comunica/actor-rdf-parse-xml-rdfa": "~1.22.0", - "@comunica/bus-http": "~1.22.0", - "@comunica/bus-init": "~1.22.0", - "@comunica/bus-rdf-parse": "~1.22.0", - "@comunica/bus-rdf-parse-html": "~1.22.0", - "@comunica/core": "~1.22.0", - "@comunica/mediator-combine-union": "~1.22.0", - "@comunica/mediator-number": "~1.22.0", - "@comunica/mediator-race": "~1.22.0", - "@rdfjs/types": "*", - "stream-to-string": "^1.2.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/rdf-quad": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.5.0.tgz", - "integrity": "sha512-LnCYx8XbRVW1wr6UiZPSy2Tv7bXAtEwuyck/68dANhFu8VMnGS+QfUNP3b9YI6p4Bfd/fyDx5E3x81IxGV6BzA==", + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "dev": true, - "dependencies": { - "rdf-data-factory": "^1.0.1", - "rdf-literal": "^1.2.0", - "rdf-string": "^1.5.0" + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/rdf-store-stream": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.3.1.tgz", - "integrity": "sha512-+cpnGKJMwFbCa/L0fogSMrNA95P+T2tSoWWXj94IdGN2UdYu+oQpaP7vav5wGenWQ1J9/nQu6Sy0m+stNfAZFw==", + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "n3": "^1.11.1" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/rdf-string": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.6.3.tgz", - "integrity": "sha512-HIVwQ2gOqf+ObsCLSUAGFZMIl3rh9uGcRf1KbM85UDhKqP+hy6qj7Vz8FKt3GA54RiThqK3mNcr66dm1LP0+6g==", + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "rdf-data-factory": "^1.1.0" + "engines": { + "node": ">=8" } }, - "node_modules/rdf-string-ttl": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.3.2.tgz", - "integrity": "sha512-yqolaVoUvTaSC5aaQuMcB4BL54G/pCGsV4jQH87f0TvAx8zHZG0koh7XWrjva/IPGcVb1QTtaeEdfda5mcddJg==", + "node_modules/is-generator-function": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "dev": true, + "license": "MIT", "dependencies": { - "@rdfjs/types": "*", - "rdf-data-factory": "^1.1.0" + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rdf-terms": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.11.0.tgz", - "integrity": "sha512-iKlVgnMopRKl9pHVNrQrax7PtZKRCT/uJIgYqvuw1VVQb88zDvurtDr1xp0rt7N9JtKtFwUXoIQoEsjyRo20qQ==", + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "dependencies": { - "@rdfjs/types": "*", - "rdf-data-factory": "^1.1.0", - "rdf-string": "^1.6.0" + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/rdfa-streaming-parser": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.5.0.tgz", - "integrity": "sha512-A+Kl0vbRQKK3SqgWdCiR48Hi75LK6z6glPdGcbLXMw6qMRcLeIKe4p6yFkPXpbwtegmOa94uaxeLs5HMdo66AQ==", + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "htmlparser2": "^6.0.0", - "rdf-data-factory": "^1.1.0", - "relative-to-absolute-iri": "^1.0.2" + "license": "MIT", + "engines": { + "node": ">=8" } }, - "node_modules/rdfa-streaming-parser/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=" + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "engines": { + "node": ">=0.12.0" } }, - "node_modules/rdfa-streaming-parser/node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true, - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" + "license": "MIT", + "engines": { + "node": ">=8" } }, - "node_modules/rdfxml-streaming-parser": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.5.0.tgz", - "integrity": "sha512-pnt+7NgeqCMd2/rub+dqxzYJhZwJjBNU2BRwyYdCTmRZu2fr795jCPJB6Io5pjPzAt29ASqy+ODBSRMDKoKGbQ==", + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "rdf-data-factory": "^1.1.0", - "relative-to-absolute-iri": "^1.0.0", - "sax": "^1.2.4" + "engines": { + "node": ">=8" } }, - "node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "engines": { + "node": ">=8" } }, - "node_modules/readable-stream-node-to-web": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", - "integrity": "sha512-OGzi2VKLa8H259kAx7BIwuRrXHGcxeHj4RdASSgEGBP9Q2wowdPvBc65upF4Q9O05qWgKqBw1+9PiLTtObl7uQ==", - "dev": true - }, - "node_modules/readable-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "node_modules/readable-web-to-node-stream": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz", - "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==", + "node_modules/is-regex": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", "dev": true, + "license": "MIT", "dependencies": { - "readable-stream": "^3.6.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/Borewit" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/readable-web-to-node-stream/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "node_modules/is-retry-allowed": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", + "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==", "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, + "license": "MIT", "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, "engines": { - "node": ">=8.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", + "node_modules/is-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", "dev": true, + "license": "MIT", "dependencies": { - "resolve": "^1.1.6" + "which-typed-array": "^1.1.16" }, "engines": { - "node": ">= 0.10" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/redis-commands": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.7.0.tgz", - "integrity": "sha512-nJWqw3bTFy21hX/CPKHth6sfhZbdiHP6bTawSgQBlKOVRG7EZkfHbbHwQJnrE4vsQf0CMNE+3gJ4Fmm16vdVlQ==" + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true }, - "node_modules/redis-errors": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz", - "integrity": "sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=", + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/redis-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz", - "integrity": "sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ=", + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, "dependencies": { - "redis-errors": "^1.0.0" + "is-docker": "^2.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/reflect-metadata": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", - "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", - "dev": true, - "license": "Apache-2.0" + "node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true }, - "node_modules/relative-to-absolute-iri": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.7.tgz", - "integrity": "sha512-Xjyl4HmIzg2jzK/Un2gELqbcE8Fxy85A/aLSHE6PE/3+OGsFwmKVA1vRyGaz6vLWSqLDMHA+5rjD/xbibSQN1Q==", + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, - "node_modules/release-zalgo": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", - "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "node_modules/istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", "dev": true, - "dependencies": { - "es6-error": "^4.0.1" - }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "node_modules/istanbul-lib-hook": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz", + "integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==", "dev": true, + "dependencies": { + "append-transform": "^2.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "node_modules/require-package-name": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/require-package-name/-/require-package-name-2.0.1.tgz", - "integrity": "sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk=", - "dev": true - }, - "node_modules/resolve": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", - "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", + "node_modules/istanbul-lib-instrument": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", + "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", "dev": true, "dependencies": { - "is-core-module": "^2.1.0", - "path-parse": "^1.0.6" + "@babel/core": "^7.7.5", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.0.0", + "semver": "^6.3.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/istanbul-lib-processinfo": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", + "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", "dev": true, + "dependencies": { + "archy": "^1.0.0", + "cross-spawn": "^7.0.0", + "istanbul-lib-coverage": "^3.0.0-alpha.1", + "make-dir": "^3.0.0", + "p-map": "^3.0.0", + "rimraf": "^3.0.0", + "uuid": "^3.3.3" + }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "node_modules/istanbul-lib-processinfo/node_modules/p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", "dev": true, - "license": "MIT", "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" + "aggregate-error": "^3.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "node_modules/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, "engines": { - "node": ">= 4" + "node": ">=8" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" + "has-flag": "^4.0.0" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "engines": { + "node": ">=8" } }, - "node_modules/roarr": { - "version": "2.15.4", - "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", - "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { - "boolean": "^3.0.1", - "detect-node": "^2.0.4", - "globalthis": "^1.0.1", - "json-stringify-safe": "^5.0.1", - "semver-compare": "^1.0.0", - "sprintf-js": "^1.1.2" + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" }, "engines": { - "node": ">=8.0" + "node": ">=8" } }, - "node_modules/roarr/node_modules/sprintf-js": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "node_modules/istanbul-reports": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", "dev": true, - "license": "BSD-3-Clause" + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } }, - "node_modules/run-async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "node_modules/iterare": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz", + "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==", "dev": true, - "license": "MIT", + "license": "ISC", "engines": { - "node": ">=0.12.0" + "node": ">=6" } }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "node_modules/jackspeak": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz", + "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "license": "BlueOak-1.0.0", "dependencies": { - "queue-microtask": "^1.2.2" + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rxjs": { - "version": "7.8.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", - "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "node_modules/jake": { + "version": "10.9.4", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz", + "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-stable-stringify": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz", - "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==", - "dev": true, + "async": "^3.2.6", + "filelist": "^1.0.4", + "picocolors": "^1.1.1" + }, + "bin": { + "jake": "bin/cli.js" + }, "engines": { "node": ">=10" } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "devOptional": true - }, - "node_modules/sax": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", - "dev": true - }, - "node_modules/sax-stream": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", - "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", + "node_modules/js-sdsl": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", + "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", "dev": true, - "dependencies": { - "debug": "~2", - "sax": "~1" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" } }, - "node_modules/sax-stream/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, "dependencies": { - "ms": "2.0.0" + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/sax-stream/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "license": "MIT" }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "node_modules/jsdoc-type-pratt-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz", + "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==", "dev": true, - "bin": { - "semver": "bin/semver" + "license": "MIT", + "engines": { + "node": ">=12.0.0" } }, - "node_modules/semver-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", - "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", - "dev": true - }, - "node_modules/serialize-error": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", - "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.13.1" + "bin": { + "jsesc": "bin/jsesc" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, - "node_modules/serialize-error/node_modules/type-fest": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "license": "MIT" }, - "node_modules/serialize-javascript": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", - "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", + "node_modules/json-rules-engine": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/json-rules-engine/-/json-rules-engine-5.3.0.tgz", + "integrity": "sha512-v4y3OKAPJF31OUGBQ/t/CVZh0DDWeGyGyPDGAnbXnivFMxWW2H+P2RXyh6PlwfDINCo5iqh5VI2ed6Rcj7CjRg==", "dev": true, "dependencies": { - "randombytes": "^2.1.0" + "clone": "^2.1.2", + "events": "^3.2.0", + "hash-it": "^4.0.5", + "jsonpath-plus": "^4.0.0", + "lodash.isobjectlike": "^4.0.0" } }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "node_modules/json-schema-typed": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-7.0.3.tgz", + "integrity": "sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", "dev": true, "dependencies": { - "shebang-regex": "^3.0.0" + "minimist": "^1.2.5" + }, + "bin": { + "json5": "lib/cli.js" }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "node_modules/jsondiffpatch": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/jsondiffpatch/-/jsondiffpatch-0.4.1.tgz", + "integrity": "sha512-t0etAxTUk1w5MYdNOkZBZ8rvYYN5iL+2dHCCx/DpkFm/bW28M6y5nUS83D4XdZiHy35Fpaw6LBb+F88fHZnVCw==", "dev": true, + "dependencies": { + "chalk": "^2.3.0", + "diff-match-patch": "^1.0.0" + }, + "bin": { + "jsondiffpatch": "bin/jsondiffpatch" + }, "engines": { - "node": ">=8" + "node": ">=8.17.0" } }, - "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" + "dependencies": { + "universalify": "^2.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "optionalDependencies": { + "graceful-fs": "^4.1.6" } }, - "node_modules/shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", + "node_modules/jsonld-context-parser": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.4.0.tgz", + "integrity": "sha512-ZYOfvh525SdPd9ReYY58dxB3E2RUEU4DJ6ZibO8AitcowPeBH4L5rCAitE2om5G1P+HMEgYEYEr4EZKbVN4tpA==", "dev": true, "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" + "@types/http-link-header": "^1.0.1", + "@types/node": "^18.0.0", + "cross-fetch": "^3.0.6", + "http-link-header": "^1.0.2", + "relative-to-absolute-iri": "^1.0.5" }, "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" + "jsonld-context-parse": "bin/jsonld-context-parse.js" } }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "node_modules/jsonld-context-parser/node_modules/@types/node": { + "version": "18.19.35", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.35.tgz", + "integrity": "sha512-n+WiqynRake4DDX2tPh4NTxu4dA7BgmsaGKMRc/htuPZBi7w9FkVgSOWU/+92vVEYMz3QOWUr2AwHev9X2XiTg==", + "dev": true, "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "undici-types": "~5.26.4" } }, - "node_modules/signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "node_modules/simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "node_modules/jsonld-streaming-parser": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-2.4.3.tgz", + "integrity": "sha512-ysuevJ+l8+Y4W3J/yQW3pa9VCBNDHo2tZkKmPAnfhfsmFMyxuueAeXMmTbpJZdrpagzeeDVr3A8EZVuHliQJ9A==", "dev": true, "dependencies": { - "is-arrayish": "^0.3.1" + "@rdfjs/types": "*", + "@types/http-link-header": "^1.0.1", + "canonicalize": "^1.0.1", + "http-link-header": "^1.0.2", + "jsonld-context-parser": "^2.1.3", + "jsonparse": "^1.3.1", + "rdf-data-factory": "^1.1.0" } }, - "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", - "dev": true - }, - "node_modules/sinon": { - "version": "9.2.4", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.4.tgz", - "integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==", - "deprecated": "16.1.1", + "node_modules/jsonld-streaming-serializer": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsonld-streaming-serializer/-/jsonld-streaming-serializer-1.3.0.tgz", + "integrity": "sha512-QGflpxpwmr659ExvAQ5TFAY9BmJQiL/yF/MDRrP5oVWHcBBLhbPjUqDv//y2OvJxUY3UQYMXulTwzmYb1ttv2Q==", "dev": true, "dependencies": { - "@sinonjs/commons": "^1.8.1", - "@sinonjs/fake-timers": "^6.0.1", - "@sinonjs/samsam": "^5.3.1", - "diff": "^4.0.2", - "nise": "^4.0.4", - "supports-color": "^7.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/sinon" + "@rdfjs/types": "*", + "jsonld-context-parser": "^2.0.0" } }, - "node_modules/sinon/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, - "engines": { - "node": ">=8" - } + "engines": [ + "node >= 0.2.0" + ] }, - "node_modules/sinon/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "node_modules/jsonpath-plus": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz", + "integrity": "sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==", "dev": true, "engines": { - "node": ">=8" - } - }, - "node_modules/smart-buffer": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "license": "MIT", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" + "node": ">=10.0" } }, - "node_modules/snyk": { - "version": "1.1297.3", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1297.3.tgz", - "integrity": "sha512-D4gj5Yeg0IdLUfrYObaj/qhg/k7ONO/OmPY8aa3JpZoo/dH3kecUjUqyPgfL9mq7kFswZO5Piwno6PmZ7Dv8Ig==", + "node_modules/JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, - "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { - "@sentry/node": "^7.36.0", - "global-agent": "^3.0.0" + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" }, "bin": { - "snyk": "bin/snyk" + "JSONStream": "bin.js" }, "engines": { - "node": ">=12" + "node": "*" } }, - "node_modules/socks": { - "version": "2.8.6", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz", - "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==", - "license": "MIT", + "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", "dependencies": { - "ip-address": "^9.0.5", - "smart-buffer": "^4.2.0" + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^7.5.4" }, "engines": { - "node": ">= 10.0.0", - "npm": ">= 3.0.0" + "node": ">=12", + "npm": ">=6" } }, - "node_modules/socks-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", - "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", + "node_modules/jsonwebtoken/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dependencies": { - "agent-base": "6", - "debug": "4", - "socks": "^2.3.3" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">= 6" + "node": ">=10" } }, - "node_modules/sort-object-keys": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz", - "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==", - "dev": true - }, - "node_modules/sort-package-json": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.53.1.tgz", - "integrity": "sha512-ltLORrQuuPMpy23YkWCA8fO7zBOxM4P1j9LcGxci4K2Fk8jmSyCA/ATU6CFyy8qR2HQRx4RBYWzoi78FU/Anuw==", + "node_modules/jszip": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "dev": true, + "license": "(MIT OR GPL-3.0-or-later)", "dependencies": { - "detect-indent": "^6.0.0", - "detect-newline": "3.1.0", - "git-hooks-list": "1.0.3", - "globby": "10.0.0", - "is-plain-obj": "2.1.0", - "sort-object-keys": "^1.1.3" - }, - "bin": { - "sort-package-json": "cli.js" + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "setimmediate": "^1.0.5" } }, - "node_modules/sort-package-json/node_modules/globby": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.0.tgz", - "integrity": "sha512-3LifW9M4joGZasyYPz2A1U74zbC/45fvpXUvO/9KbSa+VV0aGZarWkfdgKyR9sExNP0t0x0ss/UMJpNpcaTspw==", + "node_modules/jszip/node_modules/lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.0.3", - "glob": "^7.1.3", - "ignore": "^5.1.1", - "merge2": "^1.2.3", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=8" + "immediate": "~3.0.5" } }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/jszip/node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", "dev": true, - "engines": { - "node": ">=0.10.0" - } + "license": "(MIT AND Zlib)" }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, + "node_modules/just-extend": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.0.tgz", + "integrity": "sha512-ApcjaOdVTJ7y4r08xI5wIqpvwS48Q0PBG4DJROcEkH1f8MdAiNFyFxz3xoL0LWAVwjrwPYZdVHHxhRHcx/uGLA==", + "dev": true + }, + "node_modules/jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" } }, - "node_modules/spark-md5": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.2.tgz", - "integrity": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==", - "dev": true + "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } }, - "node_modules/sparqlalgebrajs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-3.0.3.tgz", - "integrity": "sha512-XFNhsO55bprayrM35h/jY0kzzuGc3oZ1On3kc+s7Un0BFQBXa046aLcMZFp4MYSvn7GtMe9eZ08ONFnBH5kEsQ==", - "dev": true, + "node_modules/keyv": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.5.tgz", + "integrity": "sha512-531pkGLqV3BMg0eDqqJFI0R1mkK1Nm5xIP2mM6keP5P8WfFtCkg2IOwplTUmlGoTgIg9yQYZ/kdihhz89XH3vA==", "dependencies": { - "@rdfjs/types": "*", - "@types/sparqljs": "^3.1.2", - "fast-deep-equal": "^3.1.3", - "minimist": "^1.2.5", - "rdf-data-factory": "^1.1.0", - "rdf-isomorphic": "^1.3.0", - "rdf-string": "^1.6.0", - "sparqljs": "^3.4.2" - }, - "bin": { - "sparqlalgebrajs": "bin/sparqlalgebrajs.js" + "json-buffer": "3.0.1" } }, - "node_modules/sparqlalgebrajs/node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "node_modules/kuler": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", + "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==", "dev": true }, - "node_modules/sparqlee": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.10.0.tgz", - "integrity": "sha512-rKuyXIIyEsRsACZC86yrN0m/rUhKZQl6HfqeIqAC+5WXE08PB/tGQ9RPxiwo+P6u6QEk2Sd/h6Yq1pnT0607JA==", - "deprecated": "Sparqlee has been moved to @comunica/expression-evaluator", + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "dependencies": { - "@rdfjs/types": "*", - "@types/spark-md5": "^3.0.2", - "@types/uuid": "^8.0.0", - "decimal.js": "^10.2.0", - "hash.js": "^1.1.7", - "immutable": "^3.8.2", - "rdf-data-factory": "^1.1.0", - "rdf-string": "^1.6.0", - "relative-to-absolute-iri": "^1.0.6", - "spark-md5": "^3.0.1", - "sparqlalgebrajs": "^3.0.2", - "uuid": "^8.0.0" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" }, - "bin": { - "sparqlee": "dist/bin/Sparqlee.js" + "engines": { + "node": ">= 0.8.0" } }, - "node_modules/sparqlee/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "node_modules/lie": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", + "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", "dev": true, - "bin": { - "uuid": "dist/bin/uuid" + "license": "MIT", + "dependencies": { + "immediate": "~3.0.5" } }, - "node_modules/sparqljs": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.7.1.tgz", - "integrity": "sha512-I1jYMtcwDkgCEqQ4eQuQIhB8hFAlRAJ6YDXDcV54XztaJaYRFqJlidHt77S3j8Mfh6kY6GK04dXPEIopxbEeuQ==", + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "dev": true, - "dependencies": { - "rdf-data-factory": "^1.1.2" - }, - "bin": { - "sparqljs": "bin/sparql-to-json" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } + "license": "MIT" }, - "node_modules/sparqljson-parse": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.7.0.tgz", - "integrity": "sha512-/88g7aK1QZ42YvMx+nStNeZsiVJhmg/OC4RNnQk+ybItvEkQiTOpnYDmST5FnzOIsSmp5RxAZDCIDdMK1h7Ynw==", - "dev": true, - "dependencies": { - "@rdfjs/types": "*", - "@types/node": "^13.1.0", - "JSONStream": "^1.3.3", - "rdf-data-factory": "^1.1.0" - } + "node_modules/listenercount": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz", + "integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==", + "dev": true }, - "node_modules/sparqljson-to-tree": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.1.0.tgz", - "integrity": "sha512-LwEMlrvjzEigatJ8iw1RKGWL9dKmATQNbTEXyadzsOQxbBhJNaGk8G9/WPCcVj2zlCPKGMysfNGb4UfvwHKeSw==", + "node_modules/load-esm": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.2.tgz", + "integrity": "sha512-nVAvWk/jeyrWyXEAs84mpQCYccxRqgKY4OznLuJhJCa0XsPSfdOIr2zvBZEj3IHEHbX97jjscKRRV539bW0Gpw==", "dev": true, - "dependencies": { - "rdf-literal": "^1.2.0", - "sparqljson-parse": "^1.6.0" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + }, + { + "type": "buymeacoffee", + "url": "https://buymeacoffee.com/borewit" + } + ], + "license": "MIT", + "engines": { + "node": ">=13.2.0" } }, - "node_modules/sparqlxml-parse": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.5.0.tgz", - "integrity": "sha512-+0DCekgO3G6ugeVntrZS6+Fj60MsHR0q51WoRAdVzARb5V3jhX3dZJbwSaeydsOsXrtts4XSMc/z+kbqy5/VUQ==", + "node_modules/load-json-file": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz", + "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==", "dev": true, + "license": "MIT", "dependencies": { - "@rdfjs/types": "*", - "@types/node": "^13.1.0", - "rdf-data-factory": "^1.1.0", - "sax-stream": "^1.2.3" + "graceful-fs": "^4.1.15", + "parse-json": "^4.0.0", + "pify": "^4.0.1", + "strip-bom": "^3.0.0", + "type-fest": "^0.3.0" + }, + "engines": { + "node": ">=6" } }, - "node_modules/spawn-wrap": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", - "integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==", + "node_modules/load-json-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, - "dependencies": { - "foreground-child": "^2.0.0", - "is-windows": "^1.0.2", - "make-dir": "^3.0.0", - "rimraf": "^3.0.0", - "signal-exit": "^3.0.2", - "which": "^2.0.1" - }, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/spdx-exceptions": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "node_modules/load-json-file/node_modules/type-fest": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", + "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", "dev": true, - "license": "CC-BY-3.0" + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=6" + } }, - "node_modules/spdx-expression-parse": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", - "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", + "node_modules/localforage": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", + "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", "dev": true, - "license": "MIT", + "license": "Apache-2.0", "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "lie": "3.1.1" } }, - "node_modules/spdx-license-ids": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", - "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, - "license": "CC0-1.0" - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "node_modules/ssri": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", "dependencies": { - "minipass": "^3.1.1" + "p-locate": "^4.1.0" }, "engines": { - "node": ">= 8" + "node": ">=8" } }, - "node_modules/stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", - "dev": true, - "engines": { - "node": "*" - } + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, - "node_modules/standard-as-callback": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz", - "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" + "node_modules/lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" }, - "node_modules/stream-to-string": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.1.tgz", - "integrity": "sha512-WsvTDNF8UYs369Yko3pcdTducQtYpzEZeOV7cTuReyFvOoA9S/DLJ6sYK+xPafSPHhUMpaxiljKYnT6JSFztIA==", - "dev": true, - "dependencies": { - "promise-polyfill": "^1.1.6" - } + "node_modules/lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=" }, - "node_modules/streamify-array": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/streamify-array/-/streamify-array-1.0.1.tgz", - "integrity": "sha512-ZnswaBcC6B1bhPLSQOlC6CdaDUSzU0wr2lvvHpbHNms8V7+DLd8uEAzDAWpsjxbFkijBHhuObFO/qqu52DZUMA==", + "node_modules/lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", "dev": true }, - "node_modules/streamify-string": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", - "integrity": "sha512-RXvBglotrvSIuQQ7oC55pdV40wZ/17gTb68ipMC4LA0SqMN4Sqfsf31Dpei7qXpYqZQ8ueVnPglUvtep3tlhqw==", + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.", "dev": true }, - "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + }, + "node_modules/lodash.isarguments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", + "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + }, + "node_modules/lodash.isobjectlike": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/lodash.isobjectlike/-/lodash.isobjectlike-4.0.0.tgz", + "integrity": "sha512-bbRt0Dief0yqjkTgpvzisSxnsmY3ZgVJvokHL30UE+ytsvnpNfiNaCJL4XBEWek8koQmrwZidBHb7coXC5vXlA==", + "dev": true + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + }, + "node_modules/lodash.set": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", + "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", + "dev": true + }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } + "license": "MIT" }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/log-symbols": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", + "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "chalk": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "dev": true, - "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, "engines": { "node": ">=8" } }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "has-flag": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "node_modules/logform": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.0.tgz", + "integrity": "sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "@colors/colors": "1.6.0", + "@types/triple-beam": "^1.3.2", + "fecha": "^4.2.0", + "ms": "^2.1.1", + "safe-stable-stringify": "^2.3.1", + "triple-beam": "^1.3.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">= 12.0.0" } }, - "node_modules/strtok3": { - "version": "10.3.2", - "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.2.tgz", - "integrity": "sha512-or9w505RhhY66+uoe5YOC5QO/bRuATaoim3XTh+pGKx5VMWi/HDhMKuCjDLsLJouU2zg9Hf1nLPcNW7IHv80kQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@tokenizer/token": "^0.3.0" - }, + "node_modules/loglevel": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz", + "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", "engines": { - "node": ">=18" + "node": ">= 0.6.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/Borewit" + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" } }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/loupe": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.0.tgz", + "integrity": "sha512-b6TVXtF01VErh8IxN/MfdiWLQmttrenN98PPGS01kym8kGycJ9tqBXD6D+4sNEDhgE83+H0Mk1cVSl0mD1nNSg==", + "deprecated": "Please upgrade to 2.3.7 which fixes GHSA-4q6p-r6v2-jvc5", "dev": true, "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" + "get-func-name": "^2.0.0", + "type-detect": "^4.0.8" } }, - "node_modules/tar": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", - "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", "yallist": "^4.0.0" }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/tar/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, "engines": { "node": ">=10" } }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "dev": true + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" + "semver": "^6.0.0" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/text-hex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", - "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==", - "dev": true - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "dev": true }, - "node_modules/tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, + "node_modules/make-fetch-happen": { + "version": "8.0.14", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.14.tgz", + "integrity": "sha512-EsS89h6l4vbfJEtBZnENTOFk8mCRpY5ru36Xe5bcX1KYIli2mkSHqoFsp5O1wMDvTJJzxe/4THpCTtygjeeGWQ==", "dependencies": { - "rimraf": "^3.0.0" + "agentkeepalive": "^4.1.3", + "cacache": "^15.0.5", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^6.0.0", + "minipass": "^3.1.3", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^1.3.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^5.0.0", + "ssri": "^8.0.0" }, "engines": { - "node": ">=8.17.0" + "node": ">= 10" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "node_modules/marked": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz", + "integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==", "dev": true, + "bin": { + "marked": "bin/marked" + }, "engines": { - "node": ">=4" + "node": ">= 8.16.2" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "node_modules/matcher": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", "dev": true, + "license": "MIT", "dependencies": { - "is-number": "^7.0.0" + "escape-string-regexp": "^4.0.0" }, "engines": { - "node": ">=8.0" + "node": ">=10" } }, - "node_modules/token-types": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.0.3.tgz", - "integrity": "sha512-IKJ6EzuPPWtKtEIEPpIdXv9j5j2LGJEYk0CKY2efgKoYKLBiZdh6iQkLVBow/CB3phyWAWCyk+bZeaimJn6uRQ==", - "dev": true, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", "license": "MIT", - "dependencies": { - "@tokenizer/token": "^0.3.0", - "ieee754": "^1.2.1" - }, "engines": { - "node": ">=14.16" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/Borewit" + "node": ">= 0.4" } }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, - "node_modules/traverse": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", - "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==", + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, "engines": { - "node": "*" + "node": ">= 8" } }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "node_modules/microdata-rdf-streaming-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/microdata-rdf-streaming-parser/-/microdata-rdf-streaming-parser-1.2.0.tgz", + "integrity": "sha512-cMLNLEcS0mPaiA9iwq6BnsQK9sx2uBwjpRZIEvMRBNJpbvV58f8AFtPeYzNFh3OPyX9B49NYJ77bB0jNAUCurw==", "dev": true, - "license": "MIT", - "bin": { - "tree-kill": "cli.js" + "dependencies": { + "@rdfjs/types": "*", + "htmlparser2": "^6.0.0", + "rdf-data-factory": "^1.1.0", + "relative-to-absolute-iri": "^1.0.2" } }, - "node_modules/triple-beam": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz", - "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==", + "node_modules/microdata-rdf-streaming-parser/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true, - "engines": { - "node": ">= 14.0.0" + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/ts-node": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "node_modules/microdata-rdf-streaming-parser/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", "dev": true, - "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" } }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "license": "0BSD" - }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "tslib": "^1.8.1" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + "node": ">=8.6" } }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, "dependencies": { - "prelude-ls": "^1.2.1" + "mime-db": "1.52.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 0.6" } }, - "node_modules/type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, "engines": { - "node": ">=8" + "node": "*" } }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", "dependencies": { - "is-typedarray": "^1.0.0" + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/typedoc": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.17.8.tgz", - "integrity": "sha512-/OyrHCJ8jtzu+QZ+771YaxQ9s4g5Z3XsQE3Ma7q+BL392xxBn4UMvvCdVnqKC2T/dz03/VXSLVKOP3lHmDdc/w==", - "dev": true, + "node_modules/minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", "dependencies": { - "fs-extra": "^8.1.0", - "handlebars": "^4.7.6", - "highlight.js": "^10.0.0", - "lodash": "^4.17.15", - "lunr": "^2.3.8", - "marked": "1.0.0", - "minimatch": "^3.0.0", - "progress": "^2.0.3", - "shelljs": "^0.8.4", - "typedoc-default-themes": "^0.10.2" + "minipass": "^3.0.0" }, - "bin": { - "typedoc": "bin/typedoc" + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-fetch": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.4.tgz", + "integrity": "sha512-TielGogIzbUEtd1LsjZFs47RWuHHfhl6TiCx1InVxApBAmQ8bL0dL5ilkLGcRvuyW/A9nE+Lvn855Ewz8S0PnQ==", + "dependencies": { + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" }, "engines": { - "node": ">= 8.0.0" + "node": ">=8" }, - "peerDependencies": { - "typescript": ">=3.8.3" + "optionalDependencies": { + "encoding": "^0.1.12" } }, - "node_modules/typedoc-default-themes": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.10.2.tgz", - "integrity": "sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg==", - "dev": true, + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dependencies": { - "lunr": "^2.3.8" + "minipass": "^3.0.0" }, "engines": { "node": ">= 8" } }, - "node_modules/typedoc-plugin-external-module-map": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-map/-/typedoc-plugin-external-module-map-1.2.1.tgz", - "integrity": "sha512-ha+he4JFhCufF6wnpMpeH2XwsMgnYR6IrRUBCiMbZoYoudn6zICX7NA40pMjA35A6afxWNhKZU19pXnvysPK7A==", - "dev": true, - "peerDependencies": { - "typedoc": ">=0.14 <1.0" - } - }, - "node_modules/typedoc-plugin-nojekyll": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-nojekyll/-/typedoc-plugin-nojekyll-1.0.1.tgz", - "integrity": "sha512-hdFMhn0vAFCwepihSaVVs5yyImjo2FCX/OVQW89lrrqoARYHlAchOki4BQug23UqFSrYdykUu8yP4gD0M48qbw==", - "dev": true, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dependencies": { - "fs-extra": "^6.0.1" + "minipass": "^3.0.0" }, - "peerDependencies": { - "typedoc": "^0.11.1" + "engines": { + "node": ">=8" } }, - "node_modules/typedoc-plugin-nojekyll/node_modules/fs-extra": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", - "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", - "dev": true, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/typedoc-plugin-nojekyll/node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "dev": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/typedoc-plugin-nojekyll/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "node_modules/mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", "dev": true, - "engines": { - "node": ">= 4.0.0" - } + "license": "MIT" }, - "node_modules/typedoc/node_modules/fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "minimist": "^1.2.6" }, - "engines": { - "node": ">=6 <7 || >=8" + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/typedoc/node_modules/highlight.js": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "node_modules/mkdirp/node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, - "engines": { - "node": "*" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typedoc/node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "node_modules/mocha": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz", + "integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==", "dev": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" + "dependencies": { + "@ungap/promise-all-settled": "1.1.2", + "ansi-colors": "4.1.1", + "browser-stdout": "1.3.1", + "chokidar": "3.5.1", + "debug": "4.3.1", + "diff": "5.0.0", + "escape-string-regexp": "4.0.0", + "find-up": "5.0.0", + "glob": "7.1.6", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "4.0.0", + "log-symbols": "4.0.0", + "minimatch": "3.0.4", + "ms": "2.1.3", + "nanoid": "3.1.20", + "serialize-javascript": "5.0.1", + "strip-json-comments": "3.1.1", + "supports-color": "8.1.1", + "which": "2.0.2", + "wide-align": "1.1.3", + "workerpool": "6.1.0", + "yargs": "16.2.0", + "yargs-parser": "20.2.4", + "yargs-unparser": "2.0.0" + }, + "bin": { + "_mocha": "bin/_mocha", + "mocha": "bin/mocha" + }, + "engines": { + "node": ">= 10.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mochajs" } }, - "node_modules/typedoc/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "node_modules/mocha/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/mocha/node_modules/diff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", + "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", "dev": true, "engines": { - "node": ">= 4.0.0" + "node": ">=0.3.1" } }, - "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "node_modules/mocha/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=4.2.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/uglify-js": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.0.tgz", - "integrity": "sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==", + "node_modules/mocha/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, "engines": { - "node": ">=0.8.0" + "node": ">=8" } }, - "node_modules/uid": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz", - "integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==", + "node_modules/mocha/node_modules/js-yaml": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", + "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", "dev": true, - "license": "MIT", "dependencies": { - "@lukeed/csprng": "^1.0.0" + "argparse": "^2.0.1" }, - "engines": { - "node": ">=8" + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/uint8array-extras": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.4.0.tgz", - "integrity": "sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==", + "node_modules/mocha/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, - "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, "engines": { - "node": ">=18" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "node_modules/mocha/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dependencies": { - "unique-slug": "^2.0.0" + "node_modules/mocha/node_modules/nanoid": { + "version": "3.1.20", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", + "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "node_modules/mocha/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, "dependencies": { - "imurmurhash": "^0.1.4" + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "node_modules/mocha/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, "engines": { - "node": ">= 10.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/unzipper": { - "version": "0.10.11", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.11.tgz", - "integrity": "sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==", + "node_modules/mocha/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "dependencies": { - "big-integer": "^1.6.17", - "binary": "~0.3.0", - "bluebird": "~3.4.1", - "buffer-indexof-polyfill": "~1.0.0", - "duplexer2": "~0.1.4", - "fstream": "^1.0.12", - "graceful-fs": "^4.2.2", - "listenercount": "~1.0.1", - "readable-stream": "~2.3.6", - "setimmediate": "~1.0.4" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "node_modules/mocha/node_modules/yargs-parser": { + "version": "20.2.4", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", + "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", "dev": true, - "dependencies": { - "punycode": "^2.1.0" + "engines": { + "node": ">=10" } }, - "node_modules/uritemplate": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", - "integrity": "sha512-enADBvHfhjrwxFMTVWeIIYz51SZ91uC6o2MR/NQTVljJB6HTZ8eQL3Q7JBj3RxNISA14MOwJaU3vpf5R6dyxHA==", - "dev": true - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "dev": true, - "bin": { - "uuid": "bin/uuid" + "license": "MIT", + "engines": { + "node": "*" } }, - "node_modules/v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "dev": true + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "node_modules/vue-template-compiler": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz", - "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==", + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true, - "dependencies": { - "de-indent": "^1.0.2", - "he": "^1.1.0" - } + "license": "ISC" }, - "node_modules/walkdir": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz", - "integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==", + "node_modules/n3": { + "version": "1.17.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.17.3.tgz", + "integrity": "sha512-ZHc24eZi2GIJcJQVxtL6NT3g+mTHRNeTVfXWELzeUOirqLrh2AAyg0nfYZ/kryJWKFSCgO37DGB6Ok3qmGgEcA==", "dev": true, + "dependencies": { + "queue-microtask": "^1.1.2", + "readable-stream": "^4.0.0" + }, "engines": { - "node": ">=6.0.0" + "node": ">=12.0" } }, - "node_modules/wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "node_modules/n3/node_modules/readable-stream": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", "dev": true, - "license": "MIT", "dependencies": { - "defaults": "^1.0.3" + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/web-streams-node": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", - "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "node_modules/n3/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/n3/node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "dependencies": { - "is-stream": "^1.1.0", - "readable-stream-node-to-web": "^1.0.1", - "web-streams-ponyfill": "^1.4.1" + "safe-buffer": "~5.2.0" } }, - "node_modules/web-streams-node/node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", - "dev": true, + "node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/web-streams-ponyfill": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", - "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==", + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "node_modules/natural-compare-lite": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", "dev": true }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "node_modules/natural-orderby": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", + "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", "dev": true, - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" + "license": "MIT", + "engines": { + "node": "*" } }, - "node_modules/which": { + "node_modules/negotiate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", + "integrity": "sha512-KBCIM4dAIT9j/pSXLHHQbZG74NmKNXTtxU2zHN0HG6uzzuFE01m1UdGoUmVHmACiBuCAOL7KwfqSW1oUQBj/vg==", + "dev": true + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/netmask": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", + "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, + "license": "MIT", "engines": { - "node": ">= 8" + "node": ">= 0.4.0" } }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "node_modules/wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "node_modules/nise": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/nise/-/nise-4.0.4.tgz", + "integrity": "sha512-bTTRUNlemx6deJa+ZyoCUTRvH3liK5+N6VQZ4NIw90AgDXY6iPnsqplNFf6STcj+ePk0H/xqxnP75Lr0J0Fq3A==", "dev": true, "dependencies": { - "string-width": "^1.0.2 || 2" + "@sinonjs/commons": "^1.7.0", + "@sinonjs/fake-timers": "^6.0.0", + "@sinonjs/text-encoding": "^0.7.1", + "just-extend": "^4.0.2", + "path-to-regexp": "^1.7.0" } }, - "node_modules/wide-align/node_modules/ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "node_modules/nock": { + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.4.tgz", + "integrity": "sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==", "dev": true, + "dependencies": { + "debug": "^4.1.0", + "json-stringify-safe": "^5.0.1", + "lodash.set": "^4.3.2", + "propagate": "^2.0.0" + }, "engines": { - "node": ">=4" + "node": ">= 10.13" } }, - "node_modules/wide-align/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/wide-align/node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "whatwg-url": "^5.0.0" }, "engines": { - "node": ">=4" + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, - "node_modules/wide-align/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "node_modules/node-preload": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz", + "integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==", "dev": true, "dependencies": { - "ansi-regex": "^3.0.0" + "process-on-spawn": "^1.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "node_modules/node-sass-tilde-importer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/node-sass-tilde-importer/-/node-sass-tilde-importer-1.0.2.tgz", + "integrity": "sha512-Swcmr38Y7uB78itQeBm3mThjxBy9/Ah/ykPIaURY/L6Nec9AyRoL/jJ7ECfMR+oZeCTVQNxVMu/aHU+TLRVbdg==", "dev": true, "dependencies": { - "string-width": "^4.0.0" - }, + "find-parent-dir": "^0.3.0" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { - "@colors/colors": "^1.6.0", - "@dabh/diagnostics": "^2.0.2", - "async": "^3.2.3", - "is-stream": "^2.0.0", - "logform": "^2.4.0", - "one-time": "^1.0.0", - "readable-stream": "^3.4.0", - "safe-stable-stringify": "^2.3.1", - "stack-trace": "0.0.x", - "triple-beam": "^1.3.0", - "winston-transport": "^4.7.0" + "path-key": "^3.0.0" }, "engines": { - "node": ">= 12.0.0" + "node": ">=8" } }, - "node_modules/winston-transport": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz", - "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==", + "node_modules/nyc": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", + "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==", "dev": true, "dependencies": { - "logform": "^2.3.2", - "readable-stream": "^3.6.0", - "triple-beam": "^1.3.0" + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "caching-transform": "^4.0.0", + "convert-source-map": "^1.7.0", + "decamelize": "^1.2.0", + "find-cache-dir": "^3.2.0", + "find-up": "^4.1.0", + "foreground-child": "^2.0.0", + "get-package-type": "^0.1.0", + "glob": "^7.1.6", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-hook": "^3.0.0", + "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-processinfo": "^2.0.2", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.0.2", + "make-dir": "^3.0.0", + "node-preload": "^0.2.1", + "p-map": "^3.0.0", + "process-on-spawn": "^1.0.0", + "resolve-from": "^5.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "spawn-wrap": "^2.0.0", + "test-exclude": "^6.0.0", + "yargs": "^15.0.2" + }, + "bin": { + "nyc": "bin/nyc.js" }, "engines": { - "node": ">= 12.0.0" + "node": ">=8.9" } }, - "node_modules/winston-transport/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "node_modules/nyc/node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" } }, - "node_modules/winston/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "node_modules/nyc/node_modules/p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "aggregate-error": "^3.0.0" }, "engines": { - "node": ">= 6" + "node": ">=8" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "node_modules/nyc/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - }, - "node_modules/workerpool": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.1.0.tgz", - "integrity": "sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==", - "dev": true - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "node_modules/nyc/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, "dependencies": { "ansi-styles": "^4.0.0", @@ -12833,137 +13231,180 @@ "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "node": ">=8" } }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "node_modules/nyc/node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "node": ">=8" } }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "node_modules/object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" + "license": "MIT", + "engines": { + "node": ">= 0.4" } }, - "node_modules/xml": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", - "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", - "dev": true - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "node_modules/object-treeify": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz", + "integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.4" + "node": ">= 10" } }, - "node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } }, - "node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "node_modules/one-time": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", + "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", "dev": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "fn.name": "1.x.x" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" }, "engines": { - "node": ">=10" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "node_modules/optimism": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.10.3.tgz", + "integrity": "sha512-9A5pqGoQk49H6Vhjb9kPgAeeECfUDF6aIICbMDL23kDLStBn1MWk3YvcZ4xWF9CsSf6XEgvRLkXy4xof/56vVw==", "dev": true, + "license": "MIT", "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" + "@wry/context": "^0.4.0" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" }, "engines": { - "node": ">=6" + "node": ">= 0.8.0" } }, - "node_modules/yargs-unparser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", - "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "dev": true, + "license": "MIT", "dependencies": { - "camelcase": "^6.0.0", - "decamelize": "^4.0.0", - "flat": "^5.0.2", - "is-plain-obj": "^2.1.0" + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yargs-unparser/node_modules/camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", - "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "node_modules/ora/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/yargs-unparser/node_modules/decamelize": { + "node_modules/ora/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", - "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, "engines": { "node": ">=10" }, @@ -12971,2068 +13412,5608 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yargs/node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "node_modules/ora/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/yargs/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "node_modules/os": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/os/-/os-0.1.2.tgz", + "integrity": "sha512-ZoXJkvAnljwvc56MbvhtKVWmSkzV712k42Is2mA0+0KTSRakq5XXuXpjZjgAt9ctzl51ojhQWakQQpmOvXWfjQ==", "dev": true, + "license": "MIT" + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, "engines": { "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dependencies": { + "aggregate-error": "^3.0.0" + }, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } - } - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, - "requires": { - "@babel/highlight": "^7.10.4" + "engines": { + "node": ">=6" } }, - "@babel/core": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.4.tgz", - "integrity": "sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==", + "node_modules/pac-proxy-agent": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz", + "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==", "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.10.4", - "@babel/helper-module-transforms": "^7.10.4", - "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.10.4", - "@babel/types": "^7.10.4", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.13", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, + "license": "MIT", "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } + "@tootallnate/quickjs-emscripten": "^0.23.0", + "agent-base": "^7.1.2", + "debug": "^4.3.4", + "get-uri": "^6.0.1", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.6", + "pac-resolver": "^7.0.1", + "socks-proxy-agent": "^8.0.5" + }, + "engines": { + "node": ">= 14" } }, - "@babel/generator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", - "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", - "dev": true, - "requires": { - "@babel/types": "^7.10.4", - "jsesc": "^2.5.1", - "lodash": "^4.17.13", - "source-map": "^0.5.0" - }, + "node_modules/pac-proxy-agent/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, + "node_modules/pac-proxy-agent/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dev": true, + "license": "MIT", "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true } } }, - "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "node_modules/pac-proxy-agent/node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" } }, - "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "node_modules/pac-proxy-agent/node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", "dev": true, - "requires": { - "@babel/types": "^7.10.4" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" } }, - "@babel/helper-member-expression-to-functions": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz", - "integrity": "sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==", + "node_modules/pac-proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "requires": { - "@babel/types": "^7.10.4" - } + "license": "MIT" }, - "@babel/helper-module-imports": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", - "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "node_modules/pac-proxy-agent/node_modules/socks-proxy-agent": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", + "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", "dev": true, - "requires": { - "@babel/types": "^7.10.4" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "^4.3.4", + "socks": "^2.8.3" + }, + "engines": { + "node": ">= 14" } }, - "@babel/helper-module-transforms": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz", - "integrity": "sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==", + "node_modules/pac-resolver": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz", + "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==", "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.10.4", - "@babel/helper-replace-supers": "^7.10.4", - "@babel/helper-simple-access": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4", - "lodash": "^4.17.13" + "license": "MIT", + "dependencies": { + "degenerator": "^5.0.0", + "netmask": "^2.0.2" + }, + "engines": { + "node": ">= 14" } }, - "@babel/helper-optimise-call-expression": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", - "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "node_modules/package-hash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz", + "integrity": "sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==", "dev": true, - "requires": { - "@babel/types": "^7.10.4" + "dependencies": { + "graceful-fs": "^4.1.15", + "hasha": "^5.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + }, + "engines": { + "node": ">=8" } }, - "@babel/helper-replace-supers": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", - "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", "dev": true, - "requires": { - "@babel/helper-member-expression-to-functions": "^7.10.4", - "@babel/helper-optimise-call-expression": "^7.10.4", - "@babel/traverse": "^7.10.4", - "@babel/types": "^7.10.4" - } + "license": "BlueOak-1.0.0" }, - "@babel/helper-simple-access": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", - "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", + "node_modules/pako": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", "dev": true, - "requires": { - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "license": "(MIT AND Zlib)" + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "@babel/helper-split-export-declaration": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", - "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "node_modules/parent-module/node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, - "requires": { - "@babel/types": "^7.10.4" + "engines": { + "node": ">=6" } }, - "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", - "dev": true + "node_modules/parse-imports-exports": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz", + "integrity": "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse-statements": "1.0.11" + } }, - "@babel/helpers": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", - "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", + "node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, - "requires": { - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.10.4", - "@babel/types": "^7.10.4" + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" } }, - "@babel/highlight": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", - "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "node_modules/parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha512-Z0gpfHmwCIKDr5rRzjypL+p93aHVWO7e+0rFcUl9E3sC67njjs+xHFenuboSXZGlvYtmQqRzRaE3iFpTUnLmFQ==", "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.10.4", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" + "dependencies": { + "xtend": "~4.0.1" } }, - "@babel/parser": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", - "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==", - "dev": true + "node_modules/parse-statements": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz", + "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==", + "dev": true, + "license": "MIT" }, - "@babel/template": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", - "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "node_modules/password-prompt": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz", + "integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==", "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/parser": "^7.10.4", - "@babel/types": "^7.10.4" + "license": "0BSD", + "dependencies": { + "ansi-escapes": "^4.3.2", + "cross-spawn": "^7.0.3" } }, - "@babel/traverse": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", - "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", + "node_modules/path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.10.4", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.10.4", - "@babel/parser": "^7.10.4", - "@babel/types": "^7.10.4", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.13" + "license": "MIT", + "dependencies": { + "process": "^0.11.1", + "util": "^0.10.3" } }, - "@babel/types": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", - "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.10.4", - "lodash": "^4.17.13", - "to-fast-properties": "^2.0.0" + "engines": { + "node": ">=8" } }, - "@colors/colors": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", - "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==", + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, - "@commerce-apps/core": { + "node_modules/path-scurry": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@commerce-apps/core/-/core-2.0.0.tgz", - "integrity": "sha512-pGJD2WpMPLsKspHPPS5Mp3yZi/n96JrMTUb4Tmvbj8FXed+TcYuT/m7Dx7ZLRxbFck3x77sUFu09XzukwAe9Rg==", - "requires": { - "@keyv/redis": "^2.2.2", - "dotenv": "^8.6.0", - "fetch-to-curl": "^0.5.2", - "ioredis": "^4.28.3", - "jsonwebtoken": "^9.0.0", - "keyv": "^4.0.5", - "lodash": "^4.17.21", - "loglevel": "^1.8.0", - "make-fetch-happen": "^8.0.14", - "minipass-fetch": "^1.4.1", - "qs": "^6.10.4", - "quick-lru": "^5.1.1", - "retry": "^0.13.1", - "ssri": "^8.0.1", - "tslib": "^1.14.1" - }, + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", + "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "minipass-fetch": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", - "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", - "requires": { - "encoding": "^0.1.12", - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "@commerce-apps/raml-toolkit": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@commerce-apps/raml-toolkit/-/raml-toolkit-0.8.0.tgz", - "integrity": "sha512-n4ivteJjnOlPR70djOwlUSX2AuhJZtAGW2aZ3XwN5aMYWJueN5SHAr/OatXrW9I1QZWqVnSPrQpkGzfr2a5UPw==", + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", + "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", "dev": true, - "requires": { - "@oclif/command": "1.8.4", - "@oclif/config": "1.18.1", - "@openapitools/openapi-generator-cli": "^2.20.0", - "amf-client-js": "4.7.2", - "dotenv": "8.6.0", - "fs-extra": "8.1.0", - "handlebars": "4.7.7", - "js-yaml": "3.14.1", - "json-rules-engine": "5.3.0", - "jsondiffpatch": "0.4.1", - "lodash": "4.17.21", - "loglevel": "1.8.1", - "make-fetch-happen": "8.0.14", - "tmp": "0.2.1", - "ts-node": "8.10.2", - "unzipper": "0.10.11" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "loglevel": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz", - "integrity": "sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==", - "dev": true - }, - "ts-node": { - "version": "8.10.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", - "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", - "dev": true, - "requires": { - "arg": "^4.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "source-map-support": "^0.5.17", - "yn": "3.1.1" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true - } + "license": "ISC", + "engines": { + "node": "20 || >=22" } }, - "@comunica/actor-abstract-bindings-hash": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.22.0.tgz", - "integrity": "sha512-3Yrupl0AUFcPtxjImzvPSx6ygCgiJ4Ss0rFIhTuNRvTJohhYc/VpmPjqdprhghtHnhfmIEcqgb7TqdwqlntR2Q==", + "node_modules/path-scurry/node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "canonicalize": "^1.0.1", - "hash.js": "^1.1.7", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "@comunica/actor-abstract-mediatyped": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.22.0.tgz", - "integrity": "sha512-+KQLPpx8GFqrhWFfuvrsA4Rjlfbo/QOIo2IvzSgmDwy6YVQZXaSQiNQv/BnrnedaFCf2ONV+w+PMLqXgzn8N9A==", - "dev": true - }, - "@comunica/actor-abstract-path": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.22.0.tgz", - "integrity": "sha512-S7IfWTKWvTTyRDiNb0NApLG1lwh3WKHmmBx6WqI3GicJfS+6kjZqrM2ke5OyVr2R6dpVfu6OnF0TiRYdPVgjEQ==", + "node_modules/path-to-regexp": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-data-factory": "^1.0.3", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "isarray": "0.0.1" } }, - "@comunica/actor-context-preprocess-source-to-destination": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-context-preprocess-source-to-destination/-/actor-context-preprocess-source-to-destination-1.22.0.tgz", - "integrity": "sha512-37aC7WacPIn7yObMubD3QvN0fze9kwBrHDf2M6cwe+54l3uCKYd8jeMH7pJTAT3eSLb32PYU1cxRiwRkQ8gVwQ==", + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0" + "engines": { + "node": ">=8" } }, - "@comunica/actor-http-memento": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.22.1.tgz", - "integrity": "sha512-H10dWC+RA/xkhORKBMUIw133PxKXmo8ByEeYgbV3QplyeZ5+Wv+0hh+Icil4rC5rsqcpW+iU2TZGK6vfsTQpMQ==", + "node_modules/path/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@types/parse-link-header": "^1.0.0", - "cross-fetch": "^3.0.5", - "parse-link-header": "^1.0.1" - } + "license": "ISC" }, - "@comunica/actor-http-native": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.22.1.tgz", - "integrity": "sha512-BdB+hvQ9CJF9tI42hNhcvTMagOty+jw21LIQDJWI628xMcXZ88BJaUX0Ulc7g2nrWH97ZRm5+KjLC4Zf+OGwZg==", + "node_modules/path/node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@types/parse-link-header": "^1.0.0", - "cross-fetch": "^3.0.5", - "follow-redirects": "^1.5.1", - "parse-link-header": "^1.0.1" + "license": "MIT", + "dependencies": { + "inherits": "2.0.3" } }, - "@comunica/actor-http-node-fetch": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-node-fetch/-/actor-http-node-fetch-1.22.3.tgz", - "integrity": "sha512-e2J8g32QgwcbysOQkFDio757oaPLCGpSs7rRDoGq/daGS8l1m7Ugzhx7Vh3NHcCI3XXrymMOBzMT+ku5ddJbNg==", + "node_modules/pathval": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "cross-fetch": "^3.0.5" + "engines": { + "node": "*" } }, - "@comunica/actor-http-proxy": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.22.1.tgz", - "integrity": "sha512-q8Dil+MnKeZWKNxLLDXan070TUP+8io7zwwCs5apvaU26ghojBU4OOJx1vL6CInUjZCzTeyCYVPsBbvykjLZ2w==", - "dev": true + "node_modules/pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", + "dev": true, + "license": "MIT" }, - "@comunica/actor-init-sparql": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.22.3.tgz", - "integrity": "sha512-rtD4ssn2JSrHHhpoHfvZoe4RpYkSZVuvWb2gh9Pu/sTo4wyIaCuRBc4Wn8N3ZnA4omBzv6/kM2NUF47eabmoBA==", + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.22.0", - "@comunica/actor-abstract-mediatyped": "^1.22.0", - "@comunica/actor-context-preprocess-source-to-destination": "^1.22.0", - "@comunica/actor-http-memento": "^1.22.1", - "@comunica/actor-http-native": "^1.22.1", - "@comunica/actor-http-node-fetch": "^1.22.3", - "@comunica/actor-http-proxy": "^1.22.1", - "@comunica/actor-optimize-query-operation-join-bgp": "^1.22.0", - "@comunica/actor-query-operation-ask": "^1.22.0", - "@comunica/actor-query-operation-bgp-empty": "^1.22.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.22.0", - "@comunica/actor-query-operation-bgp-single": "^1.22.0", - "@comunica/actor-query-operation-construct": "^1.22.0", - "@comunica/actor-query-operation-describe-subject": "^1.22.0", - "@comunica/actor-query-operation-distinct-hash": "^1.22.0", - "@comunica/actor-query-operation-extend": "^1.22.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.22.0", - "@comunica/actor-query-operation-from-quad": "^1.22.0", - "@comunica/actor-query-operation-group": "^1.22.0", - "@comunica/actor-query-operation-join": "^1.22.0", - "@comunica/actor-query-operation-leftjoin-left-deep": "^1.22.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.22.0", - "@comunica/actor-query-operation-minus": "^1.22.0", - "@comunica/actor-query-operation-nop": "^1.22.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.22.0", - "@comunica/actor-query-operation-path-alt": "^1.22.0", - "@comunica/actor-query-operation-path-inv": "^1.22.0", - "@comunica/actor-query-operation-path-link": "^1.22.0", - "@comunica/actor-query-operation-path-nps": "^1.22.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.22.0", - "@comunica/actor-query-operation-path-seq": "^1.22.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.22.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.22.0", - "@comunica/actor-query-operation-project": "^1.22.0", - "@comunica/actor-query-operation-quadpattern": "^1.22.0", - "@comunica/actor-query-operation-reduced-hash": "^1.22.0", - "@comunica/actor-query-operation-service": "^1.22.3", - "@comunica/actor-query-operation-slice": "^1.22.0", - "@comunica/actor-query-operation-sparql-endpoint": "^1.22.2", - "@comunica/actor-query-operation-union": "^1.22.0", - "@comunica/actor-query-operation-update-add-rewrite": "^1.22.0", - "@comunica/actor-query-operation-update-clear": "^1.22.0", - "@comunica/actor-query-operation-update-compositeupdate": "^1.22.0", - "@comunica/actor-query-operation-update-copy-rewrite": "^1.22.0", - "@comunica/actor-query-operation-update-create": "^1.22.0", - "@comunica/actor-query-operation-update-deleteinsert": "^1.22.2", - "@comunica/actor-query-operation-update-drop": "^1.22.0", - "@comunica/actor-query-operation-update-load": "^1.22.0", - "@comunica/actor-query-operation-update-move-rewrite": "^1.22.0", - "@comunica/actor-query-operation-values": "^1.22.0", - "@comunica/actor-rdf-dereference-fallback": "^1.22.2", - "@comunica/actor-rdf-dereference-http-parse": "^1.22.3", - "@comunica/actor-rdf-join-multi-smallest": "^1.22.0", - "@comunica/actor-rdf-join-nestedloop": "^1.22.0", - "@comunica/actor-rdf-join-symmetrichash": "^1.22.0", - "@comunica/actor-rdf-metadata-all": "^1.22.0", - "@comunica/actor-rdf-metadata-extract-allow-http-methods": "^1.22.0", - "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.22.0", - "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.22.0", - "@comunica/actor-rdf-metadata-extract-patch-sparql-update": "^1.22.2", - "@comunica/actor-rdf-metadata-extract-put-accepted": "^1.22.0", - "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.22.0", - "@comunica/actor-rdf-metadata-primary-topic": "^1.22.0", - "@comunica/actor-rdf-parse-html": "^1.22.0", - "@comunica/actor-rdf-parse-html-microdata": "^1.22.0", - "@comunica/actor-rdf-parse-html-rdfa": "^1.22.0", - "@comunica/actor-rdf-parse-html-script": "^1.22.0", - "@comunica/actor-rdf-parse-jsonld": "^1.22.1", - "@comunica/actor-rdf-parse-n3": "^1.22.0", - "@comunica/actor-rdf-parse-rdfxml": "^1.22.0", - "@comunica/actor-rdf-parse-xml-rdfa": "^1.22.0", - "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.22.0", - "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^1.22.0", - "@comunica/actor-rdf-resolve-hypermedia-none": "^1.22.0", - "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.22.2", - "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.22.1", - "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.22.0", - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.22.2", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.22.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.22.0", - "@comunica/actor-rdf-serialize-n3": "^1.22.0", - "@comunica/actor-rdf-update-hypermedia-patch-sparql-update": "^1.22.2", - "@comunica/actor-rdf-update-hypermedia-put-ldp": "^1.22.2", - "@comunica/actor-rdf-update-hypermedia-sparql": "^1.22.2", - "@comunica/actor-rdf-update-quads-hypermedia": "^1.22.2", - "@comunica/actor-rdf-update-quads-rdfjs-store": "^1.22.2", - "@comunica/actor-sparql-parse-algebra": "^1.22.0", - "@comunica/actor-sparql-parse-graphql": "^1.22.0", - "@comunica/actor-sparql-serialize-json": "^1.22.0", - "@comunica/actor-sparql-serialize-rdf": "^1.22.0", - "@comunica/actor-sparql-serialize-simple": "^1.22.0", - "@comunica/actor-sparql-serialize-sparql-csv": "^1.22.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.22.0", - "@comunica/actor-sparql-serialize-sparql-tsv": "^1.22.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.22.0", - "@comunica/actor-sparql-serialize-stats": "^1.22.1", - "@comunica/actor-sparql-serialize-table": "^1.22.0", - "@comunica/actor-sparql-serialize-tree": "^1.22.0", - "@comunica/bus-context-preprocess": "^1.22.0", - "@comunica/bus-http": "^1.22.1", - "@comunica/bus-http-invalidate": "^1.22.0", - "@comunica/bus-init": "^1.22.0", - "@comunica/bus-optimize-query-operation": "^1.22.0", - "@comunica/bus-query-operation": "^1.22.0", - "@comunica/bus-rdf-dereference": "^1.22.2", - "@comunica/bus-rdf-dereference-paged": "^1.22.0", - "@comunica/bus-rdf-join": "^1.22.0", - "@comunica/bus-rdf-metadata": "^1.22.0", - "@comunica/bus-rdf-metadata-extract": "^1.22.0", - "@comunica/bus-rdf-parse": "^1.22.0", - "@comunica/bus-rdf-parse-html": "^1.22.0", - "@comunica/bus-rdf-resolve-hypermedia": "^1.22.0", - "@comunica/bus-rdf-resolve-hypermedia-links": "^1.22.0", - "@comunica/bus-rdf-resolve-hypermedia-links-queue": "^1.22.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@comunica/bus-rdf-serialize": "^1.22.0", - "@comunica/bus-rdf-update-hypermedia": "^1.22.2", - "@comunica/bus-rdf-update-quads": "^1.22.2", - "@comunica/bus-sparql-parse": "^1.22.0", - "@comunica/bus-sparql-serialize": "^1.22.0", - "@comunica/context-entries": "^1.22.0", - "@comunica/core": "^1.22.0", - "@comunica/logger-pretty": "^1.22.0", - "@comunica/logger-void": "^1.22.0", - "@comunica/mediator-all": "^1.22.0", - "@comunica/mediator-combine-pipeline": "^1.22.0", - "@comunica/mediator-combine-union": "^1.22.0", - "@comunica/mediator-number": "^1.22.0", - "@comunica/mediator-race": "^1.22.0", - "@comunica/runner": "^1.22.0", - "@comunica/runner-cli": "^1.22.0", - "@rdfjs/types": "*", - "@types/yargs": "^17.0.2", - "asynciterator": "^3.2.0", - "negotiate": "^1.0.1", - "rdf-quad": "^1.4.0", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0", - "streamify-string": "^1.0.1", - "yargs": "^17.1.1" + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, "dependencies": { - "cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - } - }, - "y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true - }, - "yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, - "requires": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true - } + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "@comunica/actor-init-sparql-rdfjs": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.22.3.tgz", - "integrity": "sha512-twc9yf1nOCuCxuSYREODKRN1WJ2updEJ6Y5AllrY1VnBAiP1hWWJxn65KGjE6e9GDvfW1MTfPuXtqxlqIsDn8w==", + "node_modules/pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", "dev": true, - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.22.0", - "@comunica/actor-init-sparql": "^1.22.3", - "@comunica/actor-query-operation-ask": "^1.22.0", - "@comunica/actor-query-operation-bgp-empty": "^1.22.0", - "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.22.0", - "@comunica/actor-query-operation-bgp-single": "^1.22.0", - "@comunica/actor-query-operation-construct": "^1.22.0", - "@comunica/actor-query-operation-describe-subject": "^1.22.0", - "@comunica/actor-query-operation-distinct-hash": "^1.22.0", - "@comunica/actor-query-operation-extend": "^1.22.0", - "@comunica/actor-query-operation-filter-sparqlee": "^1.22.0", - "@comunica/actor-query-operation-from-quad": "^1.22.0", - "@comunica/actor-query-operation-join": "^1.22.0", - "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.22.0", - "@comunica/actor-query-operation-orderby-sparqlee": "^1.22.0", - "@comunica/actor-query-operation-path-alt": "^1.22.0", - "@comunica/actor-query-operation-path-inv": "^1.22.0", - "@comunica/actor-query-operation-path-link": "^1.22.0", - "@comunica/actor-query-operation-path-nps": "^1.22.0", - "@comunica/actor-query-operation-path-one-or-more": "^1.22.0", - "@comunica/actor-query-operation-path-seq": "^1.22.0", - "@comunica/actor-query-operation-path-zero-or-more": "^1.22.0", - "@comunica/actor-query-operation-path-zero-or-one": "^1.22.0", - "@comunica/actor-query-operation-project": "^1.22.0", - "@comunica/actor-query-operation-quadpattern": "^1.22.0", - "@comunica/actor-query-operation-service": "^1.22.3", - "@comunica/actor-query-operation-slice": "^1.22.0", - "@comunica/actor-query-operation-union": "^1.22.0", - "@comunica/actor-query-operation-values": "^1.22.0", - "@comunica/actor-rdf-join-nestedloop": "^1.22.0", - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.22.0", - "@comunica/actor-rdf-serialize-jsonld": "^1.22.0", - "@comunica/actor-rdf-serialize-n3": "^1.22.0", - "@comunica/actor-sparql-parse-algebra": "^1.22.0", - "@comunica/actor-sparql-serialize-json": "^1.22.0", - "@comunica/actor-sparql-serialize-rdf": "^1.22.0", - "@comunica/actor-sparql-serialize-simple": "^1.22.0", - "@comunica/actor-sparql-serialize-sparql-json": "^1.22.0", - "@comunica/actor-sparql-serialize-sparql-xml": "^1.22.0", - "@comunica/bus-context-preprocess": "^1.22.0", - "@comunica/bus-init": "^1.22.0", - "@comunica/bus-query-operation": "^1.22.0", - "@comunica/bus-rdf-join": "^1.22.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@comunica/bus-rdf-serialize": "^1.22.0", - "@comunica/bus-sparql-parse": "^1.22.0", - "@comunica/bus-sparql-serialize": "^1.22.0", - "@comunica/core": "^1.22.0", - "@comunica/mediator-combine-pipeline": "^1.22.0", - "@comunica/mediator-combine-union": "^1.22.0", - "@comunica/mediator-number": "^1.22.0", - "@comunica/mediator-race": "^1.22.0", - "@comunica/runner": "^1.22.0", - "@comunica/runner-cli": "^1.22.0" - } - }, - "@comunica/actor-optimize-query-operation-join-bgp": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.22.0.tgz", - "integrity": "sha512-G0JSVM0q2kJb4X6p/zTyuMi4E5vdQsrJjx6Zy9FIG2EySAP+Q/M8TNSteJbyan07xZwxane6bZcCckvNyDVqTg==", - "dev": true, - "requires": { - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "@comunica/actor-query-operation-ask": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.22.0.tgz", - "integrity": "sha512-kdByALpa1SM0PFlHarDQc6KjGXZ1xaTwvmhdldov7XN6KmXZyozic0qx29d5kNgMUsDOfaTbxPZFNmBRr32K0w==", + "node_modules/pkg-up/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "@comunica/actor-query-operation-bgp-empty": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.22.0.tgz", - "integrity": "sha512-qitWhNrmehzvnNHZ98QuClOATyNRYte98OtR/C3trljMWjOrnC8pnstUHS5BN3bOBftRCBjO6ukJcnfgZFeNTQ==", + "node_modules/pkg-up/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "@comunica/actor-query-operation-bgp-left-deep-smallest": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.22.0.tgz", - "integrity": "sha512-c6u9knbOLh7W4JNGZh0Vc2dMCsDzm5/tjhhKttbvLuN8bGqvdx2Pxuv0beTyWSXhLXxeo6DkhtWAh/b+gtNBRw==", + "node_modules/pkg-up/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" } }, - "@comunica/actor-query-operation-bgp-single": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.22.0.tgz", - "integrity": "sha512-wxOO1Df9oRiAHUgZWx+o7zP+PZF/7kkHCueBWnvFA9Qqlw3naJLoFuAnhxSh1Ej4p5XGldjd1Bt/7VUFgfKOvQ==", + "node_modules/pkg-up/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "engines": { + "node": ">=4" } }, - "@comunica/actor-query-operation-construct": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.22.0.tgz", - "integrity": "sha512-URXw1bip+ZmBfcN6lksOMKfTOO7OuBZhJc09s6EiyBTfHbBxPmLEhkv/d/hzNiEf2D+LYHjmqRHq6gSh93g//g==", + "node_modules/please-upgrade-node": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", + "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", "dev": true, - "requires": { - "@comunica/data-factory": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-data-factory": "^1.0.3", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "semver-compare": "^1.0.0" } }, - "@comunica/actor-query-operation-describe-subject": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.22.0.tgz", - "integrity": "sha512-DrBhicGLF00VYv6+QJ04tmKAn6nGQ0Yyih01K++yNfXByBL++1iXFrYwoLwQAJQZJ6H5FRLhYGMaB12mLq/wvQ==", + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", "dev": true, - "requires": { - "@comunica/actor-query-operation-union": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-data-factory": "^1.0.3", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "engines": { + "node": ">= 0.4" } }, - "@comunica/actor-query-operation-distinct-hash": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.22.0.tgz", - "integrity": "sha512-6anXCszrUDoBZdOhLBmsBFxQR/P5tPsuzGFuXP+pf7zI9zIU6nfaMeffOj+GDPClReyXf1UmyJXsIKo7r5WWUg==", + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.22.0", - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0" + "engines": { + "node": ">= 0.8.0" } }, - "@comunica/actor-query-operation-extend": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.22.0.tgz", - "integrity": "sha512-61AOM+62/Xtfd+5XtWiJUlcmK5oKQ2z77s5we2Z9AIrsxqKM90RdU9/t7U1g/3SrMiCMPNrN6mPfYiz7yG9pfA==", + "node_modules/prettier": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", + "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.2", - "sparqlee": "^1.10.0" + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" } }, - "@comunica/actor-query-operation-filter-sparqlee": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.22.0.tgz", - "integrity": "sha512-FceqE7qlPUADr3lbUbVKFL245IPNGS2OwFPIN6ksGPe1y/Cgd7f/lLpqmURxzpPELm76VgJQM5VzMOeDuwlt9Q==", + "node_modules/prettier-linter-helpers": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0", - "sparqlee": "^1.10.0" + "dependencies": { + "fast-diff": "^1.1.2" + }, + "engines": { + "node": ">=6.0.0" } }, - "@comunica/actor-query-operation-from-quad": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.22.0.tgz", - "integrity": "sha512-rkVS/YMOb50F7vo45jgvyErbiG17DDj0pSaaMo1Dm1XWohXOvXOMoJtE+x0iTISEbw8F+g/oPjUhns3VOR38hw==", + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "sparqlalgebrajs": "^3.0.0" + "engines": { + "node": ">= 0.6.0" } }, - "@comunica/actor-query-operation-group": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.22.0.tgz", - "integrity": "sha512-EQCV/eFMTcplqwxcX0uR+cyaExrW0xIJPRJZkJpLX1mKYoeYh43FwYj6HQy00gwXImYYqFXw03lU0x+9P3dGLA==", - "dev": true, - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.22.0", - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0", - "sparqlee": "^1.10.0" - } + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true }, - "@comunica/actor-query-operation-join": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.22.0.tgz", - "integrity": "sha512-QJBU4Vm438SGxqpV8g+vDg7IsETCfoHsl6GaZdFb8qT8EfSeIqd/oYAKJJMH/a6SzV5f8zRwDtXeWmDcA3fS1w==", + "node_modules/process-on-spawn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz", + "integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "fromentries": "^1.2.0" + }, + "engines": { + "node": ">=8" } }, - "@comunica/actor-query-operation-leftjoin-left-deep": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.22.0.tgz", - "integrity": "sha512-JetWHipImYLXffNVmSk0Q2f0CJYmO4UWjb1rixNtih2Plu10BWpwLICNhw6bnuco5LJb3/EdEmDBrWrkztXH6Q==", + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true, - "requires": { - "@comunica/bus-rdf-join": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0" + "engines": { + "node": ">=0.4.0" } }, - "@comunica/actor-query-operation-leftjoin-nestedloop": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.22.0.tgz", - "integrity": "sha512-NttPFDGr9vWJh5iYNz/xhLPTo7TEFc45D2UqAVa0bF2XyHSM0T+oVXKEZre+FqSxTxSxHUQ22vUXY9vctnO4Xg==", - "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0", - "sparqlee": "^1.10.0" + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "node_modules/promise-polyfill": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz", + "integrity": "sha512-7rrONfyLkDEc7OJ5QBkqa4KI4EBhCd340xRuIUPGCfu13znS+vx+VDdrT9ODAJHlXm7w4lbxN3DRjyv58EuzDg==", + "dev": true + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" } }, - "@comunica/actor-query-operation-minus": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.22.0.tgz", - "integrity": "sha512-53f6V6XdypGu0aaFMHr6TcE1hOqoDHphNfd1OE/CRDbNfbK+ELz2pWTnGoWf6zGRW4srnCGA3Q5vtZpSNpOMHQ==", - "dev": true, - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "node_modules/promise-retry/node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "engines": { + "node": ">= 4" } }, - "@comunica/actor-query-operation-nop": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-nop/-/actor-query-operation-nop-1.22.0.tgz", - "integrity": "sha512-l0koSVdYIKisQHC6S31UIbxMdVau6G85gs3+sIYhKf1Ry+TivHM5Px2t1pfYfugS53+7cw4t87/q7mhgvh3GGQ==", + "node_modules/propagate": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", + "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", "dev": true, - "requires": { - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.1" + "engines": { + "node": ">= 8" } }, - "@comunica/actor-query-operation-orderby-sparqlee": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.22.0.tgz", - "integrity": "sha512-5R4li6DxPvSrsr5oGi8hACmSBtARD/W6EzUhEiN7IRF1UjBMGMttKo/BrlcBKsolirWrPmvNsz9Y9eLSgcxx9Q==", + "node_modules/proxy-agent": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz", + "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0", - "sparqlee": "^1.10.0" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "^4.3.4", + "http-proxy-agent": "^7.0.1", + "https-proxy-agent": "^7.0.6", + "lru-cache": "^7.14.1", + "pac-proxy-agent": "^7.1.0", + "proxy-from-env": "^1.1.0", + "socks-proxy-agent": "^8.0.5" + }, + "engines": { + "node": ">= 14" } }, - "@comunica/actor-query-operation-path-alt": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.22.0.tgz", - "integrity": "sha512-mEDuira41HEcDdjCXcE9ofkDRD+mBOAKMKR6yl/C/xZdeC2ol/XltqbP7nZdxafgQ7rPCVAbsf0dyC2rU6uSNg==", + "node_modules/proxy-agent/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "engines": { + "node": ">= 14" } }, - "@comunica/actor-query-operation-path-inv": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.22.0.tgz", - "integrity": "sha512-ZJnURpQ5JaxRR6Neh/Uea+bEVaeKFZCvVjMFxcPPelP/Xj7Bu7qSklhwwUCjgwvJafDYpdgvPNll9qV8QiQ8QA==", + "node_modules/proxy-agent/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0" + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "@comunica/actor-query-operation-path-link": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.22.0.tgz", - "integrity": "sha512-xVqbgx8iF4YKgD4wf3CHBiTaOK+uj3IZsr/pB2xMUYL263tZCmRNF8xY9+pqnogb+7bOp2tvAn1lRXl7sydGrg==", + "node_modules/proxy-agent/node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" } }, - "@comunica/actor-query-operation-path-nps": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.22.0.tgz", - "integrity": "sha512-aBM44q3wjFz7J9nuPVEI0kpsFXcN14LK1bih8SwiUz8DMb+Ls4pODgWN00Y4PZgB6Aqf3NL9bRr/8UlheQZ56A==", + "node_modules/proxy-agent/node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" } }, - "@comunica/actor-query-operation-path-one-or-more": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.22.0.tgz", - "integrity": "sha512-lc8Qp9HhMwmhLI+PFpchmExFtivbDDR8EhFUsFt0LZuSLvmz4nH1wxrOLnL99/054RIisNyz7pYa+CzAsE5KUg==", + "node_modules/proxy-agent/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "license": "ISC", + "engines": { + "node": ">=12" } }, - "@comunica/actor-query-operation-path-seq": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.22.0.tgz", - "integrity": "sha512-9oLdRJr9kDab0wzg75Ki54CxLkeU2lYMNGpPCj5AAtFXlXwCL3qiVnkNBjGdgyLLwg8hd6cQeOG12SYEcSfFDQ==", + "node_modules/proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" - } + "license": "MIT" }, - "@comunica/actor-query-operation-path-zero-or-more": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.22.0.tgz", - "integrity": "sha512-u9+v07ZxadcYiKTkrXW1GMiBAuS0Bi7N5Z1iPQSgD0HHC8p2JsNySteY4U9eSO5Y4lht8koeSGanplmCZY/YhA==", + "node_modules/proxy-agent/node_modules/socks-proxy-agent": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", + "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "^4.3.4", + "socks": "^2.8.3" + }, + "engines": { + "node": ">= 14" } }, - "@comunica/actor-query-operation-path-zero-or-one": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.22.0.tgz", - "integrity": "sha512-RnjN9y6oat2kZtYvcxBdyY29oDrO2ZH6sTwEDX4qro10QkfHm5Pa4SPGSoIdj5x1g5meeOOXisqKoZHQZUTJfA==", + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "dev": true, - "requires": { - "@comunica/actor-abstract-path": "^1.22.0", - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" - } + "license": "MIT" }, - "@comunica/actor-query-operation-project": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.22.0.tgz", - "integrity": "sha512-qjvpx4rto/CK/xefDn3232R0Ilc4DrhK5xl8RK7/l5Yn1/yFgWnqHK2sY+51O2/qeOkqYrb9ojoT9PwXHaLyXA==", + "node_modules/pump": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", + "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", "dev": true, - "requires": { - "@comunica/data-factory": "^1.22.0", - "@comunica/types": "^1.22.0", - "rdf-data-factory": "^1.0.3", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, - "@comunica/actor-query-operation-quadpattern": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.22.0.tgz", - "integrity": "sha512-kNNPhM28JCiJ/iYpobM+wv6Y71Q3adWTlt2GM1MF8ckU9Fa+IwdlFaZ9oYaLudLpPW48QtAXDLZgiNtZEhPNAg==", - "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" } }, - "@comunica/actor-query-operation-reduced-hash": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.22.0.tgz", - "integrity": "sha512-vymsRgS+c4J48uzyvSIb/Qj1sJ1DEqRZXuQuw8KhCCzWmCRA49DPpx2lg2sc6PJJTjyQAU3xbqHVaZUyX5e9jQ==", + "node_modules/puppeteer": { + "version": "23.11.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.11.1.tgz", + "integrity": "sha512-53uIX3KR5en8l7Vd8n5DUv90Ae9QDQsyIthaUFVzwV6yU750RjqRznEtNMBT20VthqAdemnJN+hxVdmMHKt7Zw==", + "deprecated": "< 24.15.0 is no longer supported", "dev": true, - "requires": { - "@comunica/actor-abstract-bindings-hash": "^1.22.0", - "@comunica/types": "^1.22.0", - "@types/lru-cache": "^5.1.0", - "lru-cache": "^6.0.0", - "sparqlalgebrajs": "^3.0.0" + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@puppeteer/browsers": "2.6.1", + "chromium-bidi": "0.11.0", + "cosmiconfig": "^9.0.0", + "devtools-protocol": "0.0.1367902", + "puppeteer-core": "23.11.1", + "typed-query-selector": "^2.12.0" + }, + "bin": { + "puppeteer": "lib/cjs/puppeteer/node/cli.js" + }, + "engines": { + "node": ">=18" } }, - "@comunica/actor-query-operation-service": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.22.3.tgz", - "integrity": "sha512-z+UUJjgYppnZwV+Oz3ZVQBZpLxUAFrAtvpuVSUmjJn6ab76X29ZQY13czY2y6TfiBhbbsW+HL5kuv0g3SEOHug==", + "node_modules/puppeteer-core": { + "version": "23.11.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.11.1.tgz", + "integrity": "sha512-3HZ2/7hdDKZvZQ7dhhITOUg4/wOrDRjyK2ZBllRB0ZCOi9u0cwq1ACHDjBB+nX+7+kltHjQvBRdeY7+W0T+7Gg==", "dev": true, - "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@comunica/context-entries": "^1.22.0", - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0" + "license": "Apache-2.0", + "dependencies": { + "@puppeteer/browsers": "2.6.1", + "chromium-bidi": "0.11.0", + "debug": "^4.4.0", + "devtools-protocol": "0.0.1367902", + "typed-query-selector": "^2.12.0", + "ws": "^8.18.0" + }, + "engines": { + "node": ">=18" } }, - "@comunica/actor-query-operation-slice": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.22.0.tgz", - "integrity": "sha512-BjanWrGY2EgH8nm5aEsYCLQIt4FZRYU9lQECdpihmVCloGX1ItzR5Rfk51tnGbXBarqm+pj6WoT+zSu0Ee4x2A==", + "node_modules/puppeteer-core/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "@comunica/actor-query-operation-sparql-endpoint": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.22.2.tgz", - "integrity": "sha512-y+bnQlhTUtlybstinINiayQVXro9lZfpBiVBM9zxyZOST/fwXho5alclasfFgwy04js8aIM1efx8eJD2OUwlxQ==", + "node_modules/puppeteer-core/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, - "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@comunica/bus-rdf-update-quads": "^1.22.2", - "@comunica/types": "^1.22.0", - "@comunica/utils-datasource": "^1.22.2", - "@rdfjs/types": "*", - "arrayify-stream": "^1.0.0", - "asynciterator": "^3.2.0", - "fetch-sparql-endpoint": "^2.3.2", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" - } + "license": "MIT" }, - "@comunica/actor-query-operation-union": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.22.0.tgz", - "integrity": "sha512-/qoweeCXg52ObfkFxjsU3nxsJBPavU6bCcDBJMLCFwd6VT9i7IKI+Y6aBH0CmCZpzBgaZQ1o3kGHJdUoxr+qyQ==", + "node_modules/puppeteer/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0" - } + "license": "Python-2.0" }, - "@comunica/actor-query-operation-update-add-rewrite": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-add-rewrite/-/actor-query-operation-update-add-rewrite-1.22.0.tgz", - "integrity": "sha512-4SBqqrsZBAwPJYoVr4w24D9NsAR48fQOUH6ZD05vyWG/vqedO2T2POFFNXBCCXiigr35QWvQLvbzoqamC5mbpg==", + "node_modules/puppeteer/node_modules/cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, - "requires": { - "rdf-data-factory": "^1.0.4", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "@comunica/actor-query-operation-update-clear": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-clear/-/actor-query-operation-update-clear-1.22.0.tgz", - "integrity": "sha512-qRrUrkQJjvLv6PysbVJ1vOndHIvCHXpp5CmP1GFU4SF7s0LT65PSWh6+LgmcLKs+bntVMbdqaBu58lR5jk7J7Q==", + "node_modules/puppeteer/node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", "dev": true, - "requires": { - "rdf-data-factory": "^1.0.4" + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "@comunica/actor-query-operation-update-compositeupdate": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-compositeupdate/-/actor-query-operation-update-compositeupdate-1.22.0.tgz", - "integrity": "sha512-rDt7JtQXOQ1LZY+xuhao6pv25zrXNH6VB8I6TlOAYm6OIE+PtAtbRp5AWzg8Yjqz81UHiXGQHV8SNx51LBkmtA==", + "node_modules/puppeteer/node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, - "requires": { - "@rdfjs/types": "*" + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "@comunica/actor-query-operation-update-copy-rewrite": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-copy-rewrite/-/actor-query-operation-update-copy-rewrite-1.22.0.tgz", - "integrity": "sha512-WYapkqUcVZ8KWfSUlEz8iBg+OoRnHI3XvAlx6cyql4Fs/3l0Gqwc2PzWHi3N5J2AUsyiFJ28JrGDba8f1PYGLg==", + "node_modules/puppeteer/node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, - "requires": { - "rdf-data-factory": "^1.0.4", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "@comunica/actor-query-operation-update-create": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-create/-/actor-query-operation-update-create-1.22.0.tgz", - "integrity": "sha512-tZxqO+4n7qbDVJcp0VNYKRbI9uS8xTyK5s63sD53YeFl6Fl52dJtBb916R9Wb0pe2Pb37ErXF38/Z127P9EiNA==", - "dev": true - }, - "@comunica/actor-query-operation-update-deleteinsert": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-deleteinsert/-/actor-query-operation-update-deleteinsert-1.22.2.tgz", - "integrity": "sha512-8VGwvEEjHoEVwTJXGW4USHLS5DKc5iZwn1NByTAg8YdgX8ycE2odJi766cR8GLkeZu6621OUyZIgSnLdSAuMvA==", + "node_modules/puppeteer/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, - "requires": { - "@comunica/actor-query-operation-construct": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0" + "license": "MIT", + "engines": { + "node": ">=4" } }, - "@comunica/actor-query-operation-update-drop": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-drop/-/actor-query-operation-update-drop-1.22.0.tgz", - "integrity": "sha512-5DuDEmUrUO5vktgiDIHtBJtv0k1mHQqCQyF4nKLctq2bTDPaaYK533jqPM+ucxXINryx6t4SowUgdVRqpn4VIA==", - "dev": true, - "requires": { - "rdf-data-factory": "^1.0.4" + "node_modules/qs": { + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", + "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "@comunica/actor-query-operation-update-load": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-load/-/actor-query-operation-update-load-1.22.0.tgz", - "integrity": "sha512-nI4fMNGUevmprlTBgbuovJMQl+1LabCajvjC9ri5hZ9Ya0fEVQsFNbXH7H2oYlC0OOzM6uUjTdb9I8D/OzF8+g==", + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, - "requires": { - "rdf-data-factory": "^1.0.4", - "sparqlalgebrajs": "^3.0.0" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "@comunica/actor-query-operation-update-move-rewrite": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-move-rewrite/-/actor-query-operation-update-move-rewrite-1.22.0.tgz", - "integrity": "sha512-ulo9KDuUy7555C0aOdgMUgOvCTLszJy8zLzN67HKktu1wK6WKV10zVMX/OcecdFE4fIVf/AA4SKXJCgsHGpXsQ==", + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, - "requires": { - "rdf-data-factory": "^1.0.4", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "safe-buffer": "^5.1.0" } }, - "@comunica/actor-query-operation-values": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.22.0.tgz", - "integrity": "sha512-P6znlDSYd6aD6NlSepc++V5HbmnNE8O4vZ8nvNmwZAS4z/pWjkaFM6eQkZPdkz+qXaGTzWHS3ib2zUDq3CaD4w==", + "node_modules/rdf-data-factory": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.1.2.tgz", + "integrity": "sha512-TfQD63Lokabd09ES1jAtKK8AA6rkr9rwyUBGo6olOt1CE0Um36CUQIqytyf0am2ouBPR0l7SaHxCiMcPGHkt1A==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asynciterator": "^3.2.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "@rdfjs/types": "*" } }, - "@comunica/actor-rdf-dereference-fallback": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-fallback/-/actor-rdf-dereference-fallback-1.22.2.tgz", - "integrity": "sha512-EzvBerax4WVOxmkRuHviehUQ3VUU0CPHV+fErFB9+s5UbXHk6MU3GqzH9iehoFYzpP7Xic0VZXFd34nCTvzmtg==", - "dev": true - }, - "@comunica/actor-rdf-dereference-http-parse": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.22.3.tgz", - "integrity": "sha512-OBtJTHA8OXAWF3+FJ7n0R1i8nGzxD2xK18mgMPu4JId9r9bUS4RMKCDWa8MIG6p9Hd7SleuS9bC48w5vm07yww==", + "node_modules/rdf-isomorphic": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/rdf-isomorphic/-/rdf-isomorphic-1.3.1.tgz", + "integrity": "sha512-6uIhsXTVp2AtO6f41PdnRV5xZsa0zVZQDTBdn0br+DZuFf5M/YD+T6m8hKDUnALI6nFL/IujTMLgEs20MlNidQ==", "dev": true, - "requires": { - "cross-fetch": "^3.0.5", - "relative-to-absolute-iri": "^1.0.5", - "stream-to-string": "^1.2.0" + "dependencies": { + "@rdfjs/types": "*", + "hash.js": "^1.1.7", + "rdf-string": "^1.6.0", + "rdf-terms": "^1.7.0" } }, - "@comunica/actor-rdf-join-multi-smallest": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.22.0.tgz", - "integrity": "sha512-eoMuumFT+GB73f7H8Q8ijzchqHRY26w20lcKcsylC2bWS+ET8tFkYCODHop0uO53DMZPCrAm0C1higPB4XOw7Q==", + "node_modules/rdf-literal": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/rdf-literal/-/rdf-literal-1.3.2.tgz", + "integrity": "sha512-79Stlu3sXy0kq9/decHFLf3xNPuY6sfhFPhd/diWErgaFr0Ekyg38Vh9bnVcqDYu48CFRi0t+hrFii49n92Hbw==", "dev": true, - "requires": { - "@comunica/bus-query-operation": "^1.22.0", - "@comunica/mediatortype-iterations": "^1.22.0", - "@comunica/types": "^1.22.0" + "dependencies": { + "@rdfjs/types": "*", + "rdf-data-factory": "^1.1.0" } }, - "@comunica/actor-rdf-join-nestedloop": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.22.0.tgz", - "integrity": "sha512-8APKCtsH6lWmadCnp8xkJqu0O8uqBZ1GfFmV3KxmE3jPx9lrMVckmKBAd3i7vcMHWRwzOvZF4YFJkJxL7JeqnQ==", + "node_modules/rdf-object": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/rdf-object/-/rdf-object-1.14.0.tgz", + "integrity": "sha512-/KSUWr7onDtL7d81kOpcUzJ2vHYOYJc2KU9WzBZRYydBhK0Sksh5Hg4VCQNaxUEvYEgdrrTuq9SLpOOCmag0rQ==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asyncjoin": "^1.0.3" + "dependencies": { + "@rdfjs/types": "*", + "jsonld-context-parser": "^2.0.2", + "rdf-data-factory": "^1.1.0", + "rdf-string": "^1.6.0", + "streamify-array": "^1.0.1" } }, - "@comunica/actor-rdf-join-symmetrichash": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.22.0.tgz", - "integrity": "sha512-+K11crWY5N+Txb5HOP8P5/z2EN7WK8Cq1o1Go2RkUHhR0Pc4HZMoJtf6ATyJGB64y3lRpUVzKayrqSkDXlaSbQ==", + "node_modules/rdf-parse": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/rdf-parse/-/rdf-parse-1.9.1.tgz", + "integrity": "sha512-W6ouYE+ufmCNFmXD1iGs5gUZH75jZekh/I5qF8a4Sl37BUc9mY0Jz5A0CV1tiKKhx+I+HYfxyX9VjOljD8rzgQ==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "asyncjoin": "^1.0.3" + "dependencies": { + "@comunica/actor-http-native": "~1.22.0", + "@comunica/actor-rdf-parse-html": "~1.22.0", + "@comunica/actor-rdf-parse-html-microdata": "~1.22.0", + "@comunica/actor-rdf-parse-html-rdfa": "~1.22.0", + "@comunica/actor-rdf-parse-html-script": "~1.22.0", + "@comunica/actor-rdf-parse-jsonld": "^1.22.0", + "@comunica/actor-rdf-parse-n3": "~1.22.0", + "@comunica/actor-rdf-parse-rdfxml": "~1.22.0", + "@comunica/actor-rdf-parse-xml-rdfa": "~1.22.0", + "@comunica/bus-http": "~1.22.0", + "@comunica/bus-init": "~1.22.0", + "@comunica/bus-rdf-parse": "~1.22.0", + "@comunica/bus-rdf-parse-html": "~1.22.0", + "@comunica/core": "~1.22.0", + "@comunica/mediator-combine-union": "~1.22.0", + "@comunica/mediator-number": "~1.22.0", + "@comunica/mediator-race": "~1.22.0", + "@rdfjs/types": "*", + "stream-to-string": "^1.2.0" } }, - "@comunica/actor-rdf-metadata-all": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.22.0.tgz", - "integrity": "sha512-8I7xrelM3G5nJ8SB5sh/cuIniAF0uDQ4AH8LA9z+aZQI5RvHN4kfgW6V/9NSmaEskyscy9m+nGkByEpuh+pHvQ==", + "node_modules/rdf-quad": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdf-quad/-/rdf-quad-1.5.0.tgz", + "integrity": "sha512-LnCYx8XbRVW1wr6UiZPSy2Tv7bXAtEwuyck/68dANhFu8VMnGS+QfUNP3b9YI6p4Bfd/fyDx5E3x81IxGV6BzA==", "dev": true, - "requires": { - "@rdfjs/types": "*" + "dependencies": { + "rdf-data-factory": "^1.0.1", + "rdf-literal": "^1.2.0", + "rdf-string": "^1.5.0" } }, - "@comunica/actor-rdf-metadata-extract-allow-http-methods": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-allow-http-methods/-/actor-rdf-metadata-extract-allow-http-methods-1.22.0.tgz", - "integrity": "sha512-vbbJxxtDZ8KFOLTZ4/bbilI95Kj1u7eaQcOw15PWvsMz29e9Mi28Gvguv1m/7CIpn4myNEWWu9hkardzWGcFhg==", - "dev": true - }, - "@comunica/actor-rdf-metadata-extract-hydra-controls": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.22.0.tgz", - "integrity": "sha512-fSYye14RuiT0H9il92G8bDUuOrRxRY1is/+C+ShAXb6npx05GDfO+p9Ew4hBCRbveU10DAdsarOTYpcP2bTZSQ==", + "node_modules/rdf-store-stream": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/rdf-store-stream/-/rdf-store-stream-1.3.1.tgz", + "integrity": "sha512-+cpnGKJMwFbCa/L0fogSMrNA95P+T2tSoWWXj94IdGN2UdYu+oQpaP7vav5wGenWQ1J9/nQu6Sy0m+stNfAZFw==", "dev": true, - "requires": { + "dependencies": { "@rdfjs/types": "*", - "@types/uritemplate": "^0.3.4", - "uritemplate": "0.3.4" + "n3": "^1.11.1" } }, - "@comunica/actor-rdf-metadata-extract-hydra-count": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.22.0.tgz", - "integrity": "sha512-IM27SyFT2lRZc853m10I8YQX+nzSS5ouY4dLWyI3yzlYfI1LFOI/kDiUicgiyAoAy7UBG2c60jvFXTC6HQsdJw==", - "dev": true - }, - "@comunica/actor-rdf-metadata-extract-patch-sparql-update": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-patch-sparql-update/-/actor-rdf-metadata-extract-patch-sparql-update-1.22.2.tgz", - "integrity": "sha512-de9IJPIuXrvh8plhl8RndrbNcigO7hhi34bEoKwcjdX8YBK1F4BEK3mRvE0rlSjwv5vDLPjT4ejxl6bL2Da/rQ==", - "dev": true - }, - "@comunica/actor-rdf-metadata-extract-put-accepted": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-put-accepted/-/actor-rdf-metadata-extract-put-accepted-1.22.0.tgz", - "integrity": "sha512-VLZQI1eEQOImxFgfa9grlB1AzmfZweypBodQlvHSESgqUhKzyEkaX00HiK2kM74vmccdCpzEEoOfwaJdXU8TbQ==", - "dev": true - }, - "@comunica/actor-rdf-metadata-extract-sparql-service": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.22.0.tgz", - "integrity": "sha512-z2w/bhFZ/iWq7KgdLqBD/8CWL7S9VZJSmczccgKmwQGRJWzJ4mHpUAdOCh7EFD/9HbsC4fXJGXZHQjZ8u6SM6g==", + "node_modules/rdf-string": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/rdf-string/-/rdf-string-1.6.3.tgz", + "integrity": "sha512-HIVwQ2gOqf+ObsCLSUAGFZMIl3rh9uGcRf1KbM85UDhKqP+hy6qj7Vz8FKt3GA54RiThqK3mNcr66dm1LP0+6g==", "dev": true, - "requires": { - "relative-to-absolute-iri": "^1.0.5" + "dependencies": { + "@rdfjs/types": "*", + "rdf-data-factory": "^1.1.0" } }, - "@comunica/actor-rdf-metadata-primary-topic": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.22.0.tgz", - "integrity": "sha512-+ZRSUVDqUZo5RLwOUbtIifiBn2Qgg6awMsfRlw2PeGE72BhQ1ik0tfz1l9Q7UuYnxnLoUFe2zyKEYc7GXAV34g==", + "node_modules/rdf-string-ttl": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/rdf-string-ttl/-/rdf-string-ttl-1.3.2.tgz", + "integrity": "sha512-yqolaVoUvTaSC5aaQuMcB4BL54G/pCGsV4jQH87f0TvAx8zHZG0koh7XWrjva/IPGcVb1QTtaeEdfda5mcddJg==", "dev": true, - "requires": { - "@rdfjs/types": "*" + "dependencies": { + "@rdfjs/types": "*", + "rdf-data-factory": "^1.1.0" } }, - "@comunica/actor-rdf-parse-html": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.22.0.tgz", - "integrity": "sha512-U9pznSpQ1POSH+ekOke3lYKO0fsUbNdv1g1nfuWz/MV3xMCF/d2f3CVBjXRSx9qwyb/2zUrOjBCJRrYkfZ6geQ==", + "node_modules/rdf-terms": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/rdf-terms/-/rdf-terms-1.11.0.tgz", + "integrity": "sha512-iKlVgnMopRKl9pHVNrQrax7PtZKRCT/uJIgYqvuw1VVQb88zDvurtDr1xp0rt7N9JtKtFwUXoIQoEsjyRo20qQ==", "dev": true, - "requires": { - "@comunica/bus-rdf-parse-html": "^1.22.0", + "dependencies": { "@rdfjs/types": "*", - "htmlparser2": "^7.0.0" + "rdf-data-factory": "^1.1.0", + "rdf-string": "^1.6.0" } }, - "@comunica/actor-rdf-parse-html-microdata": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-microdata/-/actor-rdf-parse-html-microdata-1.22.0.tgz", - "integrity": "sha512-OdB3Z7ZCtVAcsVU2Vs0ytGbiz0eYkeBwVA3k0vGVhSN3ygng5Thj+t8jxG6QWHlLvaIXfJFh0x57qY5tXkr8uQ==", + "node_modules/rdfa-streaming-parser": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdfa-streaming-parser/-/rdfa-streaming-parser-1.5.0.tgz", + "integrity": "sha512-A+Kl0vbRQKK3SqgWdCiR48Hi75LK6z6glPdGcbLXMw6qMRcLeIKe4p6yFkPXpbwtegmOa94uaxeLs5HMdo66AQ==", "dev": true, - "requires": { - "microdata-rdf-streaming-parser": "^1.2.0" + "dependencies": { + "@rdfjs/types": "*", + "htmlparser2": "^6.0.0", + "rdf-data-factory": "^1.1.0", + "relative-to-absolute-iri": "^1.0.2" } }, - "@comunica/actor-rdf-parse-html-rdfa": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.22.0.tgz", - "integrity": "sha512-yVjYLpm9rbpPiqU1OE4Yioyk/YHtO6ywVMbdOPUNLeOwrtWou8vKX0Xh4UUR24Qrt8nuhE+p0kCJiZZtM1PmSQ==", + "node_modules/rdfa-streaming-parser/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true, - "requires": { - "rdfa-streaming-parser": "^1.5.0" + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "@comunica/actor-rdf-parse-html-script": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.22.0.tgz", - "integrity": "sha512-gQSY56wkS/uftRyjQf+/dQFRpA/jZ6z2o2RgGbQc2avgKTkhaiTtPxpfO1oarLskm1sPlQOFo24ZwqUSqjOwcA==", + "node_modules/rdfa-streaming-parser/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", "dev": true, - "requires": { - "@comunica/bus-rdf-parse-html": "^1.22.0", - "@rdfjs/types": "*", - "relative-to-absolute-iri": "^1.0.5" + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" } }, - "@comunica/actor-rdf-parse-jsonld": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.22.1.tgz", - "integrity": "sha512-MFFhJ6eGyO40Be80zsFKAbRjkPXr80PvCqvVKsEstdv3u9C6GFV3nqZpCwvsVCz22IPQhW+rzb8ZyasmgHnurA==", + "node_modules/rdfxml-streaming-parser": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/rdfxml-streaming-parser/-/rdfxml-streaming-parser-1.5.0.tgz", + "integrity": "sha512-pnt+7NgeqCMd2/rub+dqxzYJhZwJjBNU2BRwyYdCTmRZu2fr795jCPJB6Io5pjPzAt29ASqy+ODBSRMDKoKGbQ==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", + "dependencies": { "@rdfjs/types": "*", - "jsonld-context-parser": "^2.1.2", - "jsonld-streaming-parser": "^2.4.0", - "stream-to-string": "^1.2.0" - } - }, - "@comunica/actor-rdf-parse-n3": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.22.0.tgz", - "integrity": "sha512-qHrGfh5k/pZa4imy7m9gJ1kt9aW1uxXqLDKnLKvR2l0m09YiEx/YOYWr1Wtu1YtH/Yyc13OX4mo/OwaE5PfrHQ==", - "dev": true, - "requires": { - "@types/n3": "^1.4.4", - "n3": "^1.6.3" - } - }, - "@comunica/actor-rdf-parse-rdfxml": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.22.0.tgz", - "integrity": "sha512-k47WEAZ6qKEhf1eBZZeI5aVywlrUUKP3BKHw2zKJUjuWq5k+w/rp2WALCyt0Owtb37UlJbET3fTlUhXKvT+2aw==", - "dev": true, - "requires": { - "rdfxml-streaming-parser": "^1.5.0" + "rdf-data-factory": "^1.1.0", + "relative-to-absolute-iri": "^1.0.0", + "sax": "^1.2.4" } }, - "@comunica/actor-rdf-parse-xml-rdfa": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.22.0.tgz", - "integrity": "sha512-y315YcZTz7AizKf8Jl022IocAJIh3OHSlzNrRNH3zB7i/ch+WHj1VL9pjIf6y77PD4BR75EdeoQCPafpm5Gsbg==", + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, - "requires": { - "rdfa-streaming-parser": "^1.5.0" + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "@comunica/actor-rdf-resolve-hypermedia-links-next": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.22.0.tgz", - "integrity": "sha512-94t3u2B2kH8ftMtkLfo1B/v1SJkiFdEf3y351UOqrWJ71GNMQwgvzQFcSRL4QRcgaIjz4wecj8oGUN0wPs2Kdg==", + "node_modules/readable-stream-node-to-web": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "integrity": "sha512-OGzi2VKLa8H259kAx7BIwuRrXHGcxeHj4RdASSgEGBP9Q2wowdPvBc65upF4Q9O05qWgKqBw1+9PiLTtObl7uQ==", "dev": true }, - "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo/-/actor-rdf-resolve-hypermedia-links-queue-fifo-1.22.0.tgz", - "integrity": "sha512-DzQgHFDDXtawPvNbei1j6xL2yWdlSpq/vOD4K8Z+NrheKjNbPz84bJp0bhnWiOonwHMCRdxQRu+Etf33SFWFJQ==", + "node_modules/readable-stream/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, - "@comunica/actor-rdf-resolve-hypermedia-none": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.22.0.tgz", - "integrity": "sha512-rPtjD7WAlXBwrWmG5vy9hGo5J9AlKaWuH7Cf3I0HFUnPRegF98UAFZyygQP4otDC3EsygJakbmApBkzjiKFRPw==", + "node_modules/readable-web-to-node-stream": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz", + "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==", "dev": true, - "requires": { - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.22.0", - "@rdfjs/types": "*", - "rdf-store-stream": "^1.3.0" + "dependencies": { + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" } }, - "@comunica/actor-rdf-resolve-hypermedia-qpf": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.22.2.tgz", - "integrity": "sha512-dHR6FtLj/buvHmOT9B0FysWwIQO7L0+uqCnHQ9peShKOwpKMtl5qW9a8L63yWNlB34JgB+ZvL0/qJO7JWZZXTQ==", + "node_modules/readable-web-to-node-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, - "requires": { - "@comunica/bus-rdf-dereference": "^1.22.2", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-data-factory": "^1.0.3", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2" + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "@comunica/actor-rdf-resolve-hypermedia-sparql": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.22.1.tgz", - "integrity": "sha512-nbvGfhHKyPBygeQyxLyUyrQen7q3JrSJi92x8TrkhUoTxiEYM0bYUvYmsciqlxLhNxH7EPpMzzf1oaiZfiqlqA==", + "node_modules/readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", "dev": true, - "requires": { - "@comunica/bus-query-operation": "^1.22.0", - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "fetch-sparql-endpoint": "^2.3.2", - "rdf-data-factory": "^1.0.3", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" } }, - "@comunica/actor-rdf-resolve-quad-pattern-federated": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.22.0.tgz", - "integrity": "sha512-Cpt5LvusDUK/mnA2LlcuQ3hqpJp9CSDjd0c7NESWuR2uCXDAxugWVJAll0EosIAw0Lx82n0SneOBqh6pk2gPxQ==", + "node_modules/rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@comunica/data-factory": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-data-factory": "^1.0.3", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "resolve": "^1.1.6" + }, + "engines": { + "node": ">= 0.10" } }, - "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.22.2.tgz", - "integrity": "sha512-eQhXoOYVpEJNkp6pYvJwaU+PmvR41VEKX9zivcBxRGagbLOaX5SG0xV+0I2YApB4HvagD/0IICVRRxXqODRUVA==", + "node_modules/recursive-readdir": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", "dev": true, - "requires": { - "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^1.22.0", - "@comunica/bus-rdf-metadata": "^1.22.0", - "@comunica/bus-rdf-metadata-extract": "^1.22.0", - "@comunica/types": "^1.22.0", - "@comunica/utils-datasource": "^1.22.2", - "@rdfjs/types": "*", - "@types/lru-cache": "^5.1.0", - "asynciterator": "^3.2.0", - "lru-cache": "^6.0.0", - "rdf-data-factory": "^1.0.3", - "rdf-string": "^1.5.0", - "rdf-terms": "^1.6.2", - "sparqlalgebrajs": "^3.0.0" + "license": "MIT", + "dependencies": { + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=6.0.0" } }, - "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.22.0.tgz", - "integrity": "sha512-iy7PQav5pytbtHfU7EjP9NTKRXEKNez7tZfoI6FwGVIreX0WrxpE100xCjhQt0kkkEb7l0R0Yn6n9cXsJc8Gcg==", + "node_modules/recursive-readdir/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "requires": { - "@rdfjs/types": "*", - "asynciterator": "^3.2.0" + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" } }, - "@comunica/actor-rdf-serialize-jsonld": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.22.0.tgz", - "integrity": "sha512-UrkVEkeY2Oobsjw0kiswtTNcJU9ePXlekFE0iyemZs7b3DLAibzQeMERTiY2lSV+NBwpGhKAR+6DkCjLjd/TOA==", + "node_modules/redeyed": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", + "integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==", "dev": true, - "requires": { - "jsonld-streaming-serializer": "^1.3.0" + "license": "MIT", + "dependencies": { + "esprima": "~4.0.0" } }, - "@comunica/actor-rdf-serialize-n3": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.22.0.tgz", - "integrity": "sha512-9LBLd+ayFn7Rb/ASt1ZrBjjsUZV9I01E7MB19mcz3pyCt1HZdQ0l8JeZ5gC18cOK5B/X1KKZsx2wP+ZpHwa/og==", - "dev": true, - "requires": { - "@rdfjs/types": "*", - "@types/n3": "^1.4.4", - "n3": "^1.6.3", - "rdf-string": "^1.5.0" - } + "node_modules/redis-commands": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.7.0.tgz", + "integrity": "sha512-nJWqw3bTFy21hX/CPKHth6sfhZbdiHP6bTawSgQBlKOVRG7EZkfHbbHwQJnrE4vsQf0CMNE+3gJ4Fmm16vdVlQ==" }, - "@comunica/actor-rdf-update-hypermedia-patch-sparql-update": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-hypermedia-patch-sparql-update/-/actor-rdf-update-hypermedia-patch-sparql-update-1.22.2.tgz", - "integrity": "sha512-CqaDel2GTxYcM9CVzMERaGlA6XVWbqjkAfvnufhl9suMiDw8aqnuw91sPMbTlh38MhAaLY6SVwmxqekmdtxOhg==", - "dev": true, - "requires": { - "@comunica/bus-rdf-update-quads": "^1.22.2", - "cross-fetch": "^3.0.5", - "rdf-string-ttl": "^1.1.0" + "node_modules/redis-errors": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz", + "integrity": "sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=", + "engines": { + "node": ">=4" } }, - "@comunica/actor-rdf-update-hypermedia-put-ldp": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-hypermedia-put-ldp/-/actor-rdf-update-hypermedia-put-ldp-1.22.2.tgz", - "integrity": "sha512-SucEQhDSA5Tul7+RNWKaKuRMiNZS9zzBo92lJH1VSOx9SY9nnOcTVieNJrA8p3ExyYivnLmufe4AAM7M/m/T1g==", - "dev": true, - "requires": { - "@comunica/bus-rdf-update-quads": "^1.22.2", - "cross-fetch": "^3.0.5" + "node_modules/redis-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz", + "integrity": "sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ=", + "dependencies": { + "redis-errors": "^1.0.0" + }, + "engines": { + "node": ">=4" } }, - "@comunica/actor-rdf-update-hypermedia-sparql": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-hypermedia-sparql/-/actor-rdf-update-hypermedia-sparql-1.22.2.tgz", - "integrity": "sha512-wtA5ZRqWdPH3lIjouCavTmfbNzLxP4QhmlR4SXeefgICf5bSP/2J7/UMBZHHpEmuQhrvqbKYRJGNzQSCzzd9vA==", + "node_modules/reflect-metadata": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", "dev": true, - "requires": { - "fetch-sparql-endpoint": "^2.3.2", - "rdf-string-ttl": "^1.1.0", - "stream-to-string": "^1.2.0" - } + "license": "Apache-2.0" }, - "@comunica/actor-rdf-update-quads-hypermedia": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-quads-hypermedia/-/actor-rdf-update-quads-hypermedia-1.22.2.tgz", - "integrity": "sha512-e6kbJTIo92ig4LxdgQTGHcXp3PjHjdWWqOpVDO6Um5S/hoYRWZLA5/KI9BAxIodyaMaYU+gfSymkVfSNPrJjmw==", + "node_modules/relative-to-absolute-iri": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.7.tgz", + "integrity": "sha512-Xjyl4HmIzg2jzK/Un2gELqbcE8Fxy85A/aLSHE6PE/3+OGsFwmKVA1vRyGaz6vLWSqLDMHA+5rjD/xbibSQN1Q==", + "dev": true + }, + "node_modules/release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", "dev": true, - "requires": { - "@comunica/bus-rdf-dereference": "^1.22.2", - "@comunica/bus-rdf-metadata": "^1.22.0", - "@comunica/bus-rdf-metadata-extract": "^1.22.0", - "@comunica/bus-rdf-update-hypermedia": "^1.22.2", - "@types/lru-cache": "^5.1.0", - "lru-cache": "^6.0.0" + "dependencies": { + "es6-error": "^4.0.1" + }, + "engines": { + "node": ">=4" } }, - "@comunica/actor-rdf-update-quads-rdfjs-store": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-quads-rdfjs-store/-/actor-rdf-update-quads-rdfjs-store-1.22.2.tgz", - "integrity": "sha512-veMjUWILDYzsvETvlGjFN14w5zNTAZlbFr7vmm6F4zuI5m5G4wnVHrdhU1cf7wp3foGVDOzp5jIC9Hl3UMKtCQ==", + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true, - "requires": { - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "rdf-data-factory": "^1.0.4", - "rdf-string": "^1.5.0" + "engines": { + "node": ">=0.10.0" } }, - "@comunica/actor-sparql-parse-algebra": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.22.0.tgz", - "integrity": "sha512-8XdAbj0zd2O+2dE/i+J/mdL6xAK8qYcQ6xFf61SmIPIQBxdSRmlqxKfIc+qdCp8/KyEEG/ePA6+nG0rb94nqfw==", + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, - "requires": { - "@types/sparqljs": "^3.0.0", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0", - "sparqljs": "^3.4.1" + "license": "MIT", + "engines": { + "node": ">=0.10.0" } }, - "@comunica/actor-sparql-parse-graphql": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.22.0.tgz", - "integrity": "sha512-tbN2Vh1y+XwvkKP+6Pshq89Enr/aWmG9qJH7WKdu25GqJRN9yydk3NVHJBwGpesydtRKlgFN/UrYuM7FCls8MQ==", + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "node_modules/require-package-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/require-package-name/-/require-package-name-2.0.1.tgz", + "integrity": "sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk=", + "dev": true + }, + "node_modules/resolve": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", + "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", "dev": true, - "requires": { - "graphql-to-sparql": "^2.4.0" + "dependencies": { + "is-core-module": "^2.1.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "@comunica/actor-sparql-serialize-json": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.22.0.tgz", - "integrity": "sha512-DFFBGoQxvGHtE6t9/5vsIABUakFLok1l4FSx97fhQ3551+LiosWBbjFpswFwEr0AGKHJPEDH4qYe0gvVuUqq+w==", + "node_modules/resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "rdf-string": "^1.5.0" + "engines": { + "node": ">=4" } }, - "@comunica/actor-sparql-serialize-rdf": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.22.0.tgz", - "integrity": "sha512-OMe31+egTtd7aSTi1bu3ufsNXjJDNPQ/5glxGCzPb0ZxC+lE4LMdGtMZ3mpfLy8mzEQCrMXGZboCyv1K7I9EAw==", + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0" + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" } }, - "@comunica/actor-sparql-serialize-simple": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.22.0.tgz", - "integrity": "sha512-wkoQz+xyd7FA00C0T70ochP3UOW4TrYpxBLbnqPkm7Iw8pFEn1iJ8ta12SNuju/lVtqfN+e16CFD0OlaGgCEZA==", - "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*" + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "engines": { + "node": ">= 4" } }, - "@comunica/actor-sparql-serialize-sparql-csv": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.22.0.tgz", - "integrity": "sha512-dXlNRulCZRCtf+GamYrBsR4bAbLZvcFPZp1WsbuGhCygqitu2QLwTlSMphgOtyuOCPEeF8Y6+1yljqoTC58WMA==", + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, - "requires": { - "@comunica/bus-query-operation": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*" + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" } }, - "@comunica/actor-sparql-serialize-sparql-json": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.22.0.tgz", - "integrity": "sha512-bFQX/a/lAv4akO7/8xMM/lbr2ZZbSPb4byo4TlSDLihnOeB8sEXb8hBPHqHoN57faxUUqzBEy4zzx4cdcXHM4g==", - "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*" + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "@comunica/actor-sparql-serialize-sparql-tsv": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.22.0.tgz", - "integrity": "sha512-a/zZDura9tu0g6wP/Z1+/RUT1zKJICjeC5azOX6BOSTdt6N+ldNrB06tyRyIbPyAGSAK0t+tOgiUPWanjXXUng==", + "node_modules/roarr": { + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", "dev": true, - "requires": { - "@comunica/bus-query-operation": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "rdf-string-ttl": "^1.1.0" + "license": "BSD-3-Clause", + "dependencies": { + "boolean": "^3.0.1", + "detect-node": "^2.0.4", + "globalthis": "^1.0.1", + "json-stringify-safe": "^5.0.1", + "semver-compare": "^1.0.0", + "sprintf-js": "^1.1.2" + }, + "engines": { + "node": ">=8.0" } }, - "@comunica/actor-sparql-serialize-sparql-xml": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.22.0.tgz", - "integrity": "sha512-vADmIcOg2A+d4MRRjp/nm1yxpRjCB1nJKaGlXgqmEfkRYKbxrhv0/WzByF6OqdrR3W3ZMTKwzAsNdo4+mWQVRQ==", + "node_modules/roarr/node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "@types/xml": "^1.0.2", - "xml": "^1.0.1" - } + "license": "BSD-3-Clause" }, - "@comunica/actor-sparql-serialize-stats": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.22.1.tgz", - "integrity": "sha512-v8OzTGRZNlh86f8C24WA3IIf8XfHQBMWJIxQsFsGeVj3jtB2ngYM7GZtr/xvcRjHooTULygcQIE4wwkW+KMlCQ==", + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*" + "license": "MIT", + "engines": { + "node": ">=0.12.0" } }, - "@comunica/actor-sparql-serialize-table": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.22.0.tgz", - "integrity": "sha512-Vh8PGLHGNBnqtzqwdLAekQuneetmrpcXIdTaC+CSpjbGLamsXTfvzkPJCi4TgdxWnEmRcjMGo8MMyho0A+cToA==", + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "rdf-terms": "^1.6.2" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" } }, - "@comunica/actor-sparql-serialize-tree": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.22.0.tgz", - "integrity": "sha512-ICC1jTz++ThLXjXVIbrPJvfibu1DL9eTlPpooX3P70n8RQyG80f1SBAxdn4M42Q1+YE8poRjJx1ZgxVoQ8Rnag==", + "node_modules/rxjs": { + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "sparqljson-to-tree": "^2.0.0" + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" } }, - "@comunica/bus-context-preprocess": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.22.0.tgz", - "integrity": "sha512-N4Lmu8JovfhDBOuyhG/7Gaig4v+nWFYbrhCRpj5gSnbn4J8WwqNmcbwVWWi3jCgw/SGsk3QRIQaFXyS3IigydQ==", - "dev": true + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, - "@comunica/bus-http": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.22.1.tgz", - "integrity": "sha512-CZ0NDWZH0k0FOshuRQJzYr3Z+2ZM1vqr9ZepONuaoYDwyKaxl29xPs3hNfjSy6YawjEQP+elr/WDc3TxKIpu8g==", + "node_modules/safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@types/readable-stream": "^2.3.11", - "is-stream": "^2.0.0", - "readable-web-to-node-stream": "^3.0.2", - "web-streams-node": "^0.4.0" + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "@comunica/bus-http-invalidate": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.22.0.tgz", - "integrity": "sha512-JQnEvU9s+Q/OBUdKEbI15QPyO4d7opkGi1nGah9aMpFx7o3CuIa62SuzmDokfgHXOIVaOh2e6gWDNuFjCj9cBA==", - "dev": true - }, - "@comunica/bus-init": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.22.0.tgz", - "integrity": "sha512-NIfEJLI8EYFdTWJB0PV/lxPagStPl+gUj3LtOnovcF1ZhC5rgcJSC/tq1r04n0TziY2KVangnLDsF4752LjD6g==", - "dev": true - }, - "@comunica/bus-optimize-query-operation": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.22.0.tgz", - "integrity": "sha512-psRjzvqYdohXIM9AYRDawe0axJM8S1RfeRWsbi+f4z18axEDMq/FEBRkmbpCoZaQ2DR2a16RcUr0ItgchWHUJQ==", + "node_modules/safe-stable-stringify": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz", + "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "sparqlalgebrajs": "^3.0.0" + "engines": { + "node": ">=10" } }, - "@comunica/bus-query-operation": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.22.0.tgz", - "integrity": "sha512-4qRytLHR+1ghNsct9+OArnXDPQt8/PGTwLsseI7ACZ0Q8Ao1Oq212nNshC5Vl90bueh20iksHfBFBogttzsTDA==", - "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@comunica/data-factory": "^1.22.0", - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "immutable": "^3.8.2", - "rdf-string": "^1.5.0", - "sparqlalgebrajs": "^3.0.0" - } + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "devOptional": true }, - "@comunica/bus-rdf-dereference": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.22.2.tgz", - "integrity": "sha512-dtLEmCzlscpe8AqEver8H+7a7UzyOXslUQ00VE+igt/+oAQvJpRBCQ3yB6XkyjAV/+ApLrbAjpCRf3Gp2NWfgg==", - "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@rdfjs/types": "*" - } + "node_modules/sax": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", + "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", + "dev": true }, - "@comunica/bus-rdf-dereference-paged": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.22.0.tgz", - "integrity": "sha512-UMjrL8VXP5gMcESAOqMq/yhaK6MlFRPtewcG7hpOEkCKUaR2Ss3N7caGCkBc3c2aLvCjuD3aZXiiRfR+JuzRRA==", + "node_modules/sax-stream": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax-stream/-/sax-stream-1.3.0.tgz", + "integrity": "sha512-tcfsAAICAkyNNe4uiKtKmLKxx3C7qPAej13UUoN+7OLYq/P5kHGahZtJhhMVM3fIMndA6TlYHWFlFEzFkv1VGg==", "dev": true, - "requires": { - "@rdfjs/types": "*", - "asynciterator": "^3.2.0" + "dependencies": { + "debug": "~2", + "sax": "~1" } }, - "@comunica/bus-rdf-join": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.22.0.tgz", - "integrity": "sha512-kxxoOnSgMCEIhU1ToSnucT1nv6ktoPwTPr3uVt/q36873WdCnfUGgd1yAMGQfTQWQbOf9BlL2dYHmJkzPvx78A==", + "node_modules/sax-stream/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0" + "dependencies": { + "ms": "2.0.0" } }, - "@comunica/bus-rdf-metadata": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.22.0.tgz", - "integrity": "sha512-d/eHq4ofHDll2c9SFQkxGFg8rwsezOQJ5vktGEaic1k57297ke4tEG4JB0MdgZCUNwLieAtEtB81qj0mqW1WaA==", - "dev": true, - "requires": { - "@rdfjs/types": "*" - } + "node_modules/sax-stream/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, - "@comunica/bus-rdf-metadata-extract": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.22.0.tgz", - "integrity": "sha512-u7YXAKh3jXbPBE1ATciwwdYjwi8BNDi6hkRYxszD+IKJeW6x62VXiw24sraR3mvJohl3a2tR9nQHWv9Khijisg==", + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "requires": { - "@comunica/types": "^1.22.0", - "@rdfjs/types": "*", - "graphql-ld": "^1.4.0", - "rdf-store-stream": "^1.3.0", - "sparqlalgebrajs": "^3.0.0", - "stream-to-string": "^1.2.0" + "bin": { + "semver": "bin/semver" } }, - "@comunica/bus-rdf-parse": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.22.0.tgz", - "integrity": "sha512-ohZGlabX5K+dEmn+v4BzP+IZVyRc1ovWItHDLznnRqsHQr8W19WPG21lEFh5kk2MK4YnyQWmlUax1Yxrg7cbXg==", + "node_modules/semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", + "dev": true + }, + "node_modules/serialize-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", "dev": true, - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.22.0", - "@rdfjs/types": "*" + "license": "MIT", + "dependencies": { + "type-fest": "^0.13.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "@comunica/bus-rdf-parse-html": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.22.0.tgz", - "integrity": "sha512-zqdLdF5qvru1vnzN4t9eXpJhi6khKm1ZWhUovBB9pfYnnyGRCQCPlFpcgJPrD8JfKd6nTvhgdLB5QcAbBb1I0A==", + "node_modules/serialize-error/node_modules/type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", "dev": true, - "requires": { - "@rdfjs/types": "*" + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "@comunica/bus-rdf-resolve-hypermedia": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.22.0.tgz", - "integrity": "sha512-stZUCKUOkt7DCwgSZdhY6tFiUEj4sbkjroJg6BfA3ATJptH7waINPn1D0ytrg0NHy1+vuU+5H1E6/Qtlczuk0g==", + "node_modules/serialize-javascript": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", + "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", "dev": true, - "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0" + "dependencies": { + "randombytes": "^2.1.0" } }, - "@comunica/bus-rdf-resolve-hypermedia-links": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.22.0.tgz", - "integrity": "sha512-w76L61DC/7PchmONzf7wYuMlN08TWN9Vr+ulse84/4+jResEYzCji5kYJV4AiAKQ868ufwuGJuskf6FJlUjqFg==", + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, - "@comunica/bus-rdf-resolve-hypermedia-links-queue": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links-queue/-/bus-rdf-resolve-hypermedia-links-queue-1.22.0.tgz", - "integrity": "sha512-2l+AEDwEIGD19ogk3umDuV25h0xMpHCMliefK8aL3iUqw1LzY93aHx7A2BgidfdQKrWog6R+vkazTaL/duTX2w==", + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", "dev": true }, - "@comunica/bus-rdf-resolve-quad-pattern": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.22.0.tgz", - "integrity": "sha512-Re3hM8mwqbPNuS23Uh0GvMI+ryC6gWMrC+johCWhDOX+iYqLv1bUgfrC0tZE4v7reMyYp6nuCVHa/9o+F3Fweg==", + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "sparqlalgebrajs": "^3.0.0" + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "@comunica/bus-rdf-serialize": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.22.0.tgz", - "integrity": "sha512-GY07qx6IIfM2GoIa8Vm8rq+iU2d/r7T6fBX61ZJxAsNKrbhtniuaqMrdZ2CL6sYKSBxVTNeRzP2l+d55So8v2Q==", + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.22.0", - "@rdfjs/types": "*" + "engines": { + "node": ">=8" } }, - "@comunica/bus-rdf-update-hypermedia": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-update-hypermedia/-/bus-rdf-update-hypermedia-1.22.2.tgz", - "integrity": "sha512-pvTEAKDgpCuUcR+JK/8VbuhiL1WYBMe9nyWdHZrrVhQC6hJMKB6Gmrly3qc8JKVk8iPmpYyAT4Ea29DxEIl6HQ==", + "node_modules/shell-quote": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", "dev": true, - "requires": { - "@comunica/bus-rdf-update-quads": "^1.22.2" + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "@comunica/bus-rdf-update-quads": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-update-quads/-/bus-rdf-update-quads-1.22.2.tgz", - "integrity": "sha512-MnczplJyAwZrfPAMfORKG+U8xdTxUbdKUcbopOk82JJvN3AjiDrbBetp3eS+Q+O+wV4Ae0kzrng+Q1aJ3zpiRA==", + "node_modules/shelljs": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, - "requires": { - "@comunica/bus-http": "^1.22.1", - "@comunica/context-entries": "^1.22.0", - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "stream-to-string": "^1.2.0" + "dependencies": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + }, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=4" } }, - "@comunica/bus-sparql-parse": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.22.0.tgz", - "integrity": "sha512-3xnsbh5wfiCuFPMa2RHzzIIBkwVRUEdao4iydzlp3mTJjU5huWSyL6zvteIm/lIjW0HbWCQY5QfQ1FiAyZB6lA==", - "dev": true, - "requires": { - "sparqlalgebrajs": "^3.0.0" + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "@comunica/bus-sparql-serialize": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.22.0.tgz", - "integrity": "sha512-qBlhEkEwtScGLrlebu2YqWbyAR/765zNtxqQqUBfEXaf+3ahmSACpwKFMuxJh0v7VXWCQNKYTA5WfFlEz7V4Uw==", + "node_modules/signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "node_modules/simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", "dev": true, - "requires": { - "@comunica/actor-abstract-mediatyped": "^1.22.0", - "@comunica/types": "^1.22.0" + "dependencies": { + "is-arrayish": "^0.3.1" } }, - "@comunica/context-entries": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/context-entries/-/context-entries-1.22.0.tgz", - "integrity": "sha512-HOYr1HdhgavxABpw8saZa9pueLAeGVVd/6cZ3FWcYnH3CvfQu6Ima06Gd00QdIAiGjQm01qQcWCxp0xURiqLKg==", + "node_modules/simple-swizzle/node_modules/is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", "dev": true }, - "@comunica/core": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.22.0.tgz", - "integrity": "sha512-tgozygRFTd6t6l0YyvfVUWNC+KXWiTlBclkxtzFioQsplKvUSvg1TPjopRk8hhAvMaNRGMNBK2ZafNaqNTkI4w==", + "node_modules/sinon": { + "version": "9.2.4", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.4.tgz", + "integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==", + "deprecated": "16.1.1", "dev": true, - "requires": { - "@comunica/context-entries": "^1.22.0", - "@comunica/types": "^1.22.0", - "immutable": "^3.8.2" + "dependencies": { + "@sinonjs/commons": "^1.8.1", + "@sinonjs/fake-timers": "^6.0.1", + "@sinonjs/samsam": "^5.3.1", + "diff": "^4.0.2", + "nise": "^4.0.4", + "supports-color": "^7.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/sinon" } }, - "@comunica/data-factory": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.22.0.tgz", - "integrity": "sha512-t18NJMdB6n/CjhNKIfofTkAL2YClj842se8utnk2sfCis9OIdUW8EuRfR9iyFHmVFdfe2RjEeKBPd6iye5Ns3Q==", + "node_modules/sinon/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "requires": { - "@rdfjs/types": "*" + "engines": { + "node": ">=8" } }, - "@comunica/logger-pretty": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.22.0.tgz", - "integrity": "sha512-YCCRDIvbhWAygEqADnKnbCt7jnR4AasnoukLOQKyv1JAYxEV61FqReGG2LMtCqYR4VWUAa9tr51Ov+vOH1cMBg==", - "dev": true - }, - "@comunica/logger-void": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.22.0.tgz", - "integrity": "sha512-ORLVmoE47wqWZGdNKcZ8wpnEHtfcUKGhnDt5KbS/YV2qv4m/dG9eNIn6ax5FZeX2EFDSzWtlvMYNxNFhTvb7VQ==", - "dev": true - }, - "@comunica/mediator-all": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.22.0.tgz", - "integrity": "sha512-jr+tYDDDJuVeW20yauB6GH3Xov0I9eW1y0V69hgcFgyi2xTBN1z+X7OkLjOBVFzYJnHmpr+rLvpxkZIiYcOW/w==", - "dev": true - }, - "@comunica/mediator-combine-pipeline": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.22.0.tgz", - "integrity": "sha512-SSXOvup8vlw1tS60RICXO3N+pK+7OzpwFmw5VuIVfliIdzAklEBoMUy4BucxlyX64Pgvt6nUXvaSvY3JGf9GXw==", - "dev": true - }, - "@comunica/mediator-combine-union": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.22.0.tgz", - "integrity": "sha512-iUHmEGgWVmk02e80uB7w8xZ5vgTLpiqzrImvbokolJzWcVbobVCUkq8DUxzz3FJbNVRGipZUFrOqkRPAuAX6FA==", - "dev": true - }, - "@comunica/mediator-number": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.22.0.tgz", - "integrity": "sha512-KDPlJEvj0Lu+JygGXjnH8pf33k01lJ+wgzUlWK216jZJ1Px2lTlfc/COhSqi/e0y+k4ZSBcxx0gnjt2awMpbrQ==", - "dev": true - }, - "@comunica/mediator-race": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.22.0.tgz", - "integrity": "sha512-hIMaHyf9M4jOS0199OURSVgWFmzkyF2K2keuAb+iHoCH3UUcUnWjPOL1TrdkxvaUnrxmsBWR9SXbnqgMnhIsiQ==", - "dev": true - }, - "@comunica/mediatortype-iterations": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/mediatortype-iterations/-/mediatortype-iterations-1.22.0.tgz", - "integrity": "sha512-pN8aCGSh19FFu2IHjXJdCib2ewhOuW+DzQVkGTG0oD472amqQAlBVNxR38QParVP/ra70Isnbp+mfFlFLHrkYg==", - "dev": true - }, - "@comunica/runner": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.22.0.tgz", - "integrity": "sha512-U2coGGD2n/fmu6zOGPBXAvsG/pjJ3agblX0bxpRvspsZdScE/8N+5rDil1lacIayAn/JE2g4oRZgI4WZ4ZicvA==", + "node_modules/sinon/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "requires": { - "componentsjs": "^4.0.6" + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "@comunica/runner-cli": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.22.0.tgz", - "integrity": "sha512-bkMMOJKv5zEilxgFNmVIE4SX0xNDUUoHn4J/fEakhbGtLkhmrKSKlVTU4lv3opIn3yM9jZXxyJgda1DmZMld+Q==", + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, - "requires": { - "@comunica/runner": "^1.22.0" + "engines": { + "node": ">=8" } }, - "@comunica/types": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@comunica/types/-/types-1.22.0.tgz", - "integrity": "sha512-ZQ8p+ZvMAKmdq6Hz2QwqIQ2JScwRMotiWz0iSw2zYHsYQOhVmLg7HSMzMHpWNEA5UWzO/A5A+Co/ONXMhlnx3g==", + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, - "requires": { - "@rdfjs/types": "*", - "asynciterator": "^3.2.0", - "immutable": "^3.8.2", - "sparqlalgebrajs": "^3.0.1" + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "@comunica/utils-datasource": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.22.2.tgz", - "integrity": "sha512-f4md6ydlNu/0lCrcts0T+Rqwbyx68IdmCvyd8DChg/hWlVqKbrKW8RKPzYhIN7kyF/+IDqg0a0KVpoaaD1mBYw==", - "dev": true, - "requires": { - "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", - "@comunica/bus-rdf-update-quads": "^1.22.2", - "@comunica/context-entries": "^1.22.0", - "asynciterator": "^3.2.0" + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" } }, - "@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "node_modules/snyk": { + "version": "1.1297.3", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1297.3.tgz", + "integrity": "sha512-D4gj5Yeg0IdLUfrYObaj/qhg/k7ONO/OmPY8aa3JpZoo/dH3kecUjUqyPgfL9mq7kFswZO5Piwno6PmZ7Dv8Ig==", "dev": true, - "requires": { - "@jridgewell/trace-mapping": "0.3.9" + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@sentry/node": "^7.36.0", + "global-agent": "^3.0.0" + }, + "bin": { + "snyk": "bin/snyk" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/socks": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz", + "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==", + "license": "MIT", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", + "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", + "dependencies": { + "agent-base": "6", + "debug": "4", + "socks": "^2.3.3" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/sort-object-keys": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz", + "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==", + "dev": true + }, + "node_modules/sort-package-json": { + "version": "1.53.1", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.53.1.tgz", + "integrity": "sha512-ltLORrQuuPMpy23YkWCA8fO7zBOxM4P1j9LcGxci4K2Fk8jmSyCA/ATU6CFyy8qR2HQRx4RBYWzoi78FU/Anuw==", + "dev": true, + "dependencies": { + "detect-indent": "^6.0.0", + "detect-newline": "3.1.0", + "git-hooks-list": "1.0.3", + "globby": "10.0.0", + "is-plain-obj": "2.1.0", + "sort-object-keys": "^1.1.3" + }, + "bin": { + "sort-package-json": "cli.js" + } + }, + "node_modules/sort-package-json/node_modules/globby": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.0.tgz", + "integrity": "sha512-3LifW9M4joGZasyYPz2A1U74zbC/45fvpXUvO/9KbSa+VV0aGZarWkfdgKyR9sExNP0t0x0ss/UMJpNpcaTspw==", + "dev": true, + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.0.3", + "glob": "^7.1.3", + "ignore": "^5.1.1", + "merge2": "^1.2.3", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/spark-md5": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.2.tgz", + "integrity": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==", + "dev": true + }, + "node_modules/sparqlalgebrajs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparqlalgebrajs/-/sparqlalgebrajs-3.0.3.tgz", + "integrity": "sha512-XFNhsO55bprayrM35h/jY0kzzuGc3oZ1On3kc+s7Un0BFQBXa046aLcMZFp4MYSvn7GtMe9eZ08ONFnBH5kEsQ==", + "dev": true, + "dependencies": { + "@rdfjs/types": "*", + "@types/sparqljs": "^3.1.2", + "fast-deep-equal": "^3.1.3", + "minimist": "^1.2.5", + "rdf-data-factory": "^1.1.0", + "rdf-isomorphic": "^1.3.0", + "rdf-string": "^1.6.0", + "sparqljs": "^3.4.2" + }, + "bin": { + "sparqlalgebrajs": "bin/sparqlalgebrajs.js" + } + }, + "node_modules/sparqlalgebrajs/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/sparqlee": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/sparqlee/-/sparqlee-1.10.0.tgz", + "integrity": "sha512-rKuyXIIyEsRsACZC86yrN0m/rUhKZQl6HfqeIqAC+5WXE08PB/tGQ9RPxiwo+P6u6QEk2Sd/h6Yq1pnT0607JA==", + "deprecated": "Sparqlee has been moved to @comunica/expression-evaluator", + "dev": true, + "dependencies": { + "@rdfjs/types": "*", + "@types/spark-md5": "^3.0.2", + "@types/uuid": "^8.0.0", + "decimal.js": "^10.2.0", + "hash.js": "^1.1.7", + "immutable": "^3.8.2", + "rdf-data-factory": "^1.1.0", + "rdf-string": "^1.6.0", + "relative-to-absolute-iri": "^1.0.6", + "spark-md5": "^3.0.1", + "sparqlalgebrajs": "^3.0.2", + "uuid": "^8.0.0" + }, + "bin": { + "sparqlee": "dist/bin/Sparqlee.js" + } + }, + "node_modules/sparqlee/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/sparqljs": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/sparqljs/-/sparqljs-3.7.1.tgz", + "integrity": "sha512-I1jYMtcwDkgCEqQ4eQuQIhB8hFAlRAJ6YDXDcV54XztaJaYRFqJlidHt77S3j8Mfh6kY6GK04dXPEIopxbEeuQ==", + "dev": true, + "dependencies": { + "rdf-data-factory": "^1.1.2" + }, + "bin": { + "sparqljs": "bin/sparql-to-json" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/sparqljson-parse": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/sparqljson-parse/-/sparqljson-parse-1.7.0.tgz", + "integrity": "sha512-/88g7aK1QZ42YvMx+nStNeZsiVJhmg/OC4RNnQk+ybItvEkQiTOpnYDmST5FnzOIsSmp5RxAZDCIDdMK1h7Ynw==", + "dev": true, + "dependencies": { + "@rdfjs/types": "*", + "@types/node": "^13.1.0", + "JSONStream": "^1.3.3", + "rdf-data-factory": "^1.1.0" + } + }, + "node_modules/sparqljson-to-tree": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sparqljson-to-tree/-/sparqljson-to-tree-2.1.0.tgz", + "integrity": "sha512-LwEMlrvjzEigatJ8iw1RKGWL9dKmATQNbTEXyadzsOQxbBhJNaGk8G9/WPCcVj2zlCPKGMysfNGb4UfvwHKeSw==", + "dev": true, + "dependencies": { + "rdf-literal": "^1.2.0", + "sparqljson-parse": "^1.6.0" + } + }, + "node_modules/sparqlxml-parse": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sparqlxml-parse/-/sparqlxml-parse-1.5.0.tgz", + "integrity": "sha512-+0DCekgO3G6ugeVntrZS6+Fj60MsHR0q51WoRAdVzARb5V3jhX3dZJbwSaeydsOsXrtts4XSMc/z+kbqy5/VUQ==", + "dev": true, + "dependencies": { + "@rdfjs/types": "*", + "@types/node": "^13.1.0", + "rdf-data-factory": "^1.1.0", + "sax-stream": "^1.2.3" + } + }, + "node_modules/spawn-wrap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz", + "integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==", + "dev": true, + "dependencies": { + "foreground-child": "^2.0.0", + "is-windows": "^1.0.2", + "make-dir": "^3.0.0", + "rimraf": "^3.0.0", + "signal-exit": "^3.0.2", + "which": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true, + "license": "CC-BY-3.0" + }, + "node_modules/spdx-expression-parse": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", + "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.21", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", + "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/standard-as-callback": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz", + "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" + }, + "node_modules/stream-to-string": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/stream-to-string/-/stream-to-string-1.2.1.tgz", + "integrity": "sha512-WsvTDNF8UYs369Yko3pcdTducQtYpzEZeOV7cTuReyFvOoA9S/DLJ6sYK+xPafSPHhUMpaxiljKYnT6JSFztIA==", + "dev": true, + "dependencies": { + "promise-polyfill": "^1.1.6" + } + }, + "node_modules/streamify-array": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-array/-/streamify-array-1.0.1.tgz", + "integrity": "sha512-ZnswaBcC6B1bhPLSQOlC6CdaDUSzU0wr2lvvHpbHNms8V7+DLd8uEAzDAWpsjxbFkijBHhuObFO/qqu52DZUMA==", + "dev": true + }, + "node_modules/streamify-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/streamify-string/-/streamify-string-1.0.1.tgz", + "integrity": "sha512-RXvBglotrvSIuQQ7oC55pdV40wZ/17gTb68ipMC4LA0SqMN4Sqfsf31Dpei7qXpYqZQ8ueVnPglUvtep3tlhqw==", + "dev": true + }, + "node_modules/streamx": { + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz", + "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "events-universal": "^1.0.0", + "fast-fifo": "^1.3.2", + "text-decoder": "^1.1.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strtok3": { + "version": "10.3.2", + "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.2.tgz", + "integrity": "sha512-or9w505RhhY66+uoe5YOC5QO/bRuATaoim3XTh+pGKx5VMWi/HDhMKuCjDLsLJouU2zg9Hf1nLPcNW7IHv80kQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tokenizer/token": "^0.3.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/symbol-observable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/table": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz", + "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/table/node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/table/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/tar": { + "version": "6.1.11", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", + "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/tar-fs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", + "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "pump": "^3.0.0", + "tar-stream": "^3.1.5" + }, + "optionalDependencies": { + "bare-fs": "^4.0.1", + "bare-path": "^3.0.0" + } + }, + "node_modules/tar-stream": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", + "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "b4a": "^1.6.4", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, + "node_modules/tar/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/text-decoder": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz", + "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "b4a": "^1.6.4" + } + }, + "node_modules/text-hex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", + "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==", + "dev": true + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true + }, + "node_modules/tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "dev": true, + "dependencies": { + "rimraf": "^3.0.0" + }, + "engines": { + "node": ">=8.17.0" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/token-types": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.0.3.tgz", + "integrity": "sha512-IKJ6EzuPPWtKtEIEPpIdXv9j5j2LGJEYk0CKY2efgKoYKLBiZdh6iQkLVBow/CB3phyWAWCyk+bZeaimJn6uRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tokenizer/token": "^0.3.0", + "ieee754": "^1.2.1" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/traverse": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", + "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "license": "MIT", + "bin": { + "tree-kill": "cli.js" + } + }, + "node_modules/triple-beam": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz", + "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==", + "dev": true, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/ts-invariant": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz", + "integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^1.9.3" + } + }, + "node_modules/ts-invariant/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "dependencies": { + "tslib": "^1.8.1" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/typed-query-selector": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz", + "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==", + "dev": true, + "license": "MIT" + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/typedoc": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.17.8.tgz", + "integrity": "sha512-/OyrHCJ8jtzu+QZ+771YaxQ9s4g5Z3XsQE3Ma7q+BL392xxBn4UMvvCdVnqKC2T/dz03/VXSLVKOP3lHmDdc/w==", + "dev": true, + "dependencies": { + "fs-extra": "^8.1.0", + "handlebars": "^4.7.6", + "highlight.js": "^10.0.0", + "lodash": "^4.17.15", + "lunr": "^2.3.8", + "marked": "1.0.0", + "minimatch": "^3.0.0", + "progress": "^2.0.3", + "shelljs": "^0.8.4", + "typedoc-default-themes": "^0.10.2" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 8.0.0" + }, + "peerDependencies": { + "typescript": ">=3.8.3" + } + }, + "node_modules/typedoc-default-themes": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.10.2.tgz", + "integrity": "sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg==", + "dev": true, + "dependencies": { + "lunr": "^2.3.8" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/typedoc-plugin-external-module-map": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-map/-/typedoc-plugin-external-module-map-1.2.1.tgz", + "integrity": "sha512-ha+he4JFhCufF6wnpMpeH2XwsMgnYR6IrRUBCiMbZoYoudn6zICX7NA40pMjA35A6afxWNhKZU19pXnvysPK7A==", + "dev": true, + "peerDependencies": { + "typedoc": ">=0.14 <1.0" + } + }, + "node_modules/typedoc-plugin-nojekyll": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-nojekyll/-/typedoc-plugin-nojekyll-1.0.1.tgz", + "integrity": "sha512-hdFMhn0vAFCwepihSaVVs5yyImjo2FCX/OVQW89lrrqoARYHlAchOki4BQug23UqFSrYdykUu8yP4gD0M48qbw==", + "dev": true, + "dependencies": { + "fs-extra": "^6.0.1" + }, + "peerDependencies": { + "typedoc": "^0.11.1" + } + }, + "node_modules/typedoc-plugin-nojekyll/node_modules/fs-extra": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", + "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "node_modules/typedoc-plugin-nojekyll/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/typedoc-plugin-nojekyll/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/typedoc/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/typedoc/node_modules/highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/typedoc/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/typedoc/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/uglify-js": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.0.tgz", + "integrity": "sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==", + "dev": true, + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/uid": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz", + "integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@lukeed/csprng": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/uint8array-extras": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.4.0.tgz", + "integrity": "sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/unbzip2-stream": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^5.2.1", + "through": "^2.3.8" + } + }, + "node_modules/unbzip2-stream/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "dependencies": { + "unique-slug": "^2.0.0" + } + }, + "node_modules/unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "dependencies": { + "imurmurhash": "^0.1.4" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unzipper": { + "version": "0.10.11", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.11.tgz", + "integrity": "sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==", + "dev": true, + "dependencies": { + "big-integer": "^1.6.17", + "binary": "~0.3.0", + "bluebird": "~3.4.1", + "buffer-indexof-polyfill": "~1.0.0", + "duplexer2": "~0.1.4", + "fstream": "^1.0.12", + "graceful-fs": "^4.2.2", + "listenercount": "~1.0.1", + "readable-stream": "~2.3.6", + "setimmediate": "~1.0.4" + } + }, + "node_modules/upath": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", + "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uritemplate": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/uritemplate/-/uritemplate-0.3.4.tgz", + "integrity": "sha512-enADBvHfhjrwxFMTVWeIIYz51SZ91uC6o2MR/NQTVljJB6HTZ8eQL3Q7JBj3RxNISA14MOwJaU3vpf5R6dyxHA==", + "dev": true + }, + "node_modules/url-join": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true, + "license": "MIT" + }, + "node_modules/util": { + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "dev": true, + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true + }, + "node_modules/vue-template-compiler": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz", + "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==", + "dev": true, + "dependencies": { + "de-indent": "^1.0.2", + "he": "^1.1.0" + } + }, + "node_modules/walkdir": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz", + "integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/web-streams-node": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/web-streams-node/-/web-streams-node-0.4.0.tgz", + "integrity": "sha512-u+PBQs8DFaBrN/bxCLFn21tO/ZP7EM3qA4FGzppoUCcZ5CaMbKOsN8uOp27ylVEsfrxcR2tsF6gWHI5M8bN73w==", + "dev": true, + "dependencies": { + "is-stream": "^1.1.0", + "readable-stream-node-to-web": "^1.0.1", + "web-streams-ponyfill": "^1.4.1" + } + }, + "node_modules/web-streams-node/node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/web-streams-ponyfill": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/web-streams-ponyfill/-/web-streams-ponyfill-1.4.2.tgz", + "integrity": "sha512-LCHW+fE2UBJ2vjhqJujqmoxh1ytEDEr0dPO3CabMdMDJPKmsaxzS90V1Ar6LtNE5VHLqxR4YMEj1i4lzMAccIA==", + "dev": true + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "node_modules/which-typed-array": { + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", + "dev": true, + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "dependencies": { + "string-width": "^1.0.2 || 2" + } + }, + "node_modules/wide-align/node_modules/ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/winston": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", + "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "dev": true, + "dependencies": { + "@colors/colors": "^1.6.0", + "@dabh/diagnostics": "^2.0.2", + "async": "^3.2.3", + "is-stream": "^2.0.0", + "logform": "^2.4.0", + "one-time": "^1.0.0", + "readable-stream": "^3.4.0", + "safe-stable-stringify": "^2.3.1", + "stack-trace": "0.0.x", + "triple-beam": "^1.3.0", + "winston-transport": "^4.7.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/winston-transport": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz", + "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==", + "dev": true, + "dependencies": { + "logform": "^2.3.2", + "readable-stream": "^3.6.0", + "triple-beam": "^1.3.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/winston-transport/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/winston/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true + }, + "node_modules/workerpool": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.1.0.tgz", + "integrity": "sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", + "dev": true + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs-unparser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", + "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", + "dev": true, + "dependencies": { + "camelcase": "^6.0.0", + "decamelize": "^4.0.0", + "flat": "^5.0.2", + "is-plain-obj": "^2.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-unparser/node_modules/camelcase": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yargs-unparser/node_modules/decamelize": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", + "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yargs/node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yarn": { + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==", + "dev": true, + "hasInstallScript": true, + "license": "BSD-2-Clause", + "bin": { + "yarn": "bin/yarn.js", + "yarnpkg": "bin/yarn.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zen-observable": { + "version": "0.8.15", + "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", + "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/zen-observable-ts": { + "version": "0.8.21", + "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz", + "integrity": "sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^1.9.3", + "zen-observable": "^0.8.0" + } + }, + "node_modules/zen-observable-ts/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/zod": { + "version": "3.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + } + }, + "dependencies": { + "@aml-org/amf-antlr-parsers": { + "version": "0.7.25", + "resolved": "https://registry.npmjs.org/@aml-org/amf-antlr-parsers/-/amf-antlr-parsers-0.7.25.tgz", + "integrity": "sha512-JEwX1Ja8SFbcYboOEbZ+t//w1sWULGKRV3x0moDpKR+MWjL69FWy484/u0GXHBYdydtbGHM4NcKltYNOaH5Bmw==", + "dev": true + }, + "@aml-org/amf-custom-validator": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@aml-org/amf-custom-validator/-/amf-custom-validator-1.5.0.tgz", + "integrity": "sha512-4KBHjZx2UIxSLDwDp0OzpdBIWEoE2QF6oyqlhGU3MopzMmn4bPbOLasnc47/BWqVZYW6jyuPT7TuUOTkvuiBPA==", + "dev": true, + "requires": { + "pako": "^2.1.0" + } + }, + "@aml-org/amf-validation-profile-dialect": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@aml-org/amf-validation-profile-dialect/-/amf-validation-profile-dialect-1.6.0.tgz", + "integrity": "sha512-hPz3mnexj8B07qqCsWk87ZZYTZSpnTgBdqylqs0NXDYc3opHL2hYf/36kCxz7cMT/SZZkSJ3oDOb2DH1K1v+TA==", + "dev": true + }, + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/core": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.4.tgz", + "integrity": "sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", + "dev": true, + "requires": { + "@babel/types": "^7.10.4", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "dev": true, + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz", + "integrity": "sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==", + "dev": true, + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "dev": true, + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz", + "integrity": "sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4", + "lodash": "^4.17.13" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "dev": true, + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "dev": true, + "requires": { + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-simple-access": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", + "dev": true, + "requires": { + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "dev": true, + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "dev": true + }, + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", + "dev": true, + "requires": { + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==", + "dev": true + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/traverse": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "@colors/colors": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", + "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==", + "dev": true + }, + "@commerce-apps/core": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@commerce-apps/core/-/core-2.0.0.tgz", + "integrity": "sha512-pGJD2WpMPLsKspHPPS5Mp3yZi/n96JrMTUb4Tmvbj8FXed+TcYuT/m7Dx7ZLRxbFck3x77sUFu09XzukwAe9Rg==", + "requires": { + "@keyv/redis": "^2.2.2", + "dotenv": "^8.6.0", + "fetch-to-curl": "^0.5.2", + "ioredis": "^4.28.3", + "jsonwebtoken": "^9.0.0", + "keyv": "^4.0.5", + "lodash": "^4.17.21", + "loglevel": "^1.8.0", + "make-fetch-happen": "^8.0.14", + "minipass-fetch": "^1.4.1", + "qs": "^6.10.4", + "quick-lru": "^5.1.1", + "retry": "^0.13.1", + "ssri": "^8.0.1", + "tslib": "^1.14.1" + }, + "dependencies": { + "minipass-fetch": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", + "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", + "requires": { + "encoding": "^0.1.12", + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + } + }, + "@commerce-apps/raml-toolkit": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@commerce-apps/raml-toolkit/-/raml-toolkit-0.8.0.tgz", + "integrity": "sha512-n4ivteJjnOlPR70djOwlUSX2AuhJZtAGW2aZ3XwN5aMYWJueN5SHAr/OatXrW9I1QZWqVnSPrQpkGzfr2a5UPw==", + "dev": true, + "requires": { + "@oclif/command": "1.8.4", + "@oclif/config": "1.18.1", + "@openapitools/openapi-generator-cli": "^2.20.0", + "amf-client-js": "4.7.2", + "dotenv": "8.6.0", + "fs-extra": "8.1.0", + "handlebars": "4.7.7", + "js-yaml": "3.14.1", + "json-rules-engine": "5.3.0", + "jsondiffpatch": "0.4.1", + "lodash": "4.17.21", + "loglevel": "1.8.1", + "make-fetch-happen": "8.0.14", + "tmp": "0.2.1", + "ts-node": "8.10.2", + "unzipper": "0.10.11" + }, + "dependencies": { + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "loglevel": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz", + "integrity": "sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==", + "dev": true + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "dev": true, + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + } + } + }, + "@comunica/actor-abstract-bindings-hash": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-bindings-hash/-/actor-abstract-bindings-hash-1.22.0.tgz", + "integrity": "sha512-3Yrupl0AUFcPtxjImzvPSx6ygCgiJ4Ss0rFIhTuNRvTJohhYc/VpmPjqdprhghtHnhfmIEcqgb7TqdwqlntR2Q==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "canonicalize": "^1.0.1", + "hash.js": "^1.1.7", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-abstract-mediatyped": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.22.0.tgz", + "integrity": "sha512-+KQLPpx8GFqrhWFfuvrsA4Rjlfbo/QOIo2IvzSgmDwy6YVQZXaSQiNQv/BnrnedaFCf2ONV+w+PMLqXgzn8N9A==", + "dev": true + }, + "@comunica/actor-abstract-path": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-path/-/actor-abstract-path-1.22.0.tgz", + "integrity": "sha512-S7IfWTKWvTTyRDiNb0NApLG1lwh3WKHmmBx6WqI3GicJfS+6kjZqrM2ke5OyVr2R6dpVfu6OnF0TiRYdPVgjEQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-data-factory": "^1.0.3", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-context-preprocess-source-to-destination": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-context-preprocess-source-to-destination/-/actor-context-preprocess-source-to-destination-1.22.0.tgz", + "integrity": "sha512-37aC7WacPIn7yObMubD3QvN0fze9kwBrHDf2M6cwe+54l3uCKYd8jeMH7pJTAT3eSLb32PYU1cxRiwRkQ8gVwQ==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0" + } + }, + "@comunica/actor-http-memento": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-memento/-/actor-http-memento-1.22.1.tgz", + "integrity": "sha512-H10dWC+RA/xkhORKBMUIw133PxKXmo8ByEeYgbV3QplyeZ5+Wv+0hh+Icil4rC5rsqcpW+iU2TZGK6vfsTQpMQ==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-native": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-native/-/actor-http-native-1.22.1.tgz", + "integrity": "sha512-BdB+hvQ9CJF9tI42hNhcvTMagOty+jw21LIQDJWI628xMcXZ88BJaUX0Ulc7g2nrWH97ZRm5+KjLC4Zf+OGwZg==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@types/parse-link-header": "^1.0.0", + "cross-fetch": "^3.0.5", + "follow-redirects": "^1.5.1", + "parse-link-header": "^1.0.1" + } + }, + "@comunica/actor-http-node-fetch": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-node-fetch/-/actor-http-node-fetch-1.22.3.tgz", + "integrity": "sha512-e2J8g32QgwcbysOQkFDio757oaPLCGpSs7rRDoGq/daGS8l1m7Ugzhx7Vh3NHcCI3XXrymMOBzMT+ku5ddJbNg==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "cross-fetch": "^3.0.5" + } + }, + "@comunica/actor-http-proxy": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.22.1.tgz", + "integrity": "sha512-q8Dil+MnKeZWKNxLLDXan070TUP+8io7zwwCs5apvaU26ghojBU4OOJx1vL6CInUjZCzTeyCYVPsBbvykjLZ2w==", + "dev": true + }, + "@comunica/actor-init-sparql": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql/-/actor-init-sparql-1.22.3.tgz", + "integrity": "sha512-rtD4ssn2JSrHHhpoHfvZoe4RpYkSZVuvWb2gh9Pu/sTo4wyIaCuRBc4Wn8N3ZnA4omBzv6/kM2NUF47eabmoBA==", + "dev": true, + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.22.0", + "@comunica/actor-abstract-mediatyped": "^1.22.0", + "@comunica/actor-context-preprocess-source-to-destination": "^1.22.0", + "@comunica/actor-http-memento": "^1.22.1", + "@comunica/actor-http-native": "^1.22.1", + "@comunica/actor-http-node-fetch": "^1.22.3", + "@comunica/actor-http-proxy": "^1.22.1", + "@comunica/actor-optimize-query-operation-join-bgp": "^1.22.0", + "@comunica/actor-query-operation-ask": "^1.22.0", + "@comunica/actor-query-operation-bgp-empty": "^1.22.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.22.0", + "@comunica/actor-query-operation-bgp-single": "^1.22.0", + "@comunica/actor-query-operation-construct": "^1.22.0", + "@comunica/actor-query-operation-describe-subject": "^1.22.0", + "@comunica/actor-query-operation-distinct-hash": "^1.22.0", + "@comunica/actor-query-operation-extend": "^1.22.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.22.0", + "@comunica/actor-query-operation-from-quad": "^1.22.0", + "@comunica/actor-query-operation-group": "^1.22.0", + "@comunica/actor-query-operation-join": "^1.22.0", + "@comunica/actor-query-operation-leftjoin-left-deep": "^1.22.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.22.0", + "@comunica/actor-query-operation-minus": "^1.22.0", + "@comunica/actor-query-operation-nop": "^1.22.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.22.0", + "@comunica/actor-query-operation-path-alt": "^1.22.0", + "@comunica/actor-query-operation-path-inv": "^1.22.0", + "@comunica/actor-query-operation-path-link": "^1.22.0", + "@comunica/actor-query-operation-path-nps": "^1.22.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.22.0", + "@comunica/actor-query-operation-path-seq": "^1.22.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.22.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.22.0", + "@comunica/actor-query-operation-project": "^1.22.0", + "@comunica/actor-query-operation-quadpattern": "^1.22.0", + "@comunica/actor-query-operation-reduced-hash": "^1.22.0", + "@comunica/actor-query-operation-service": "^1.22.3", + "@comunica/actor-query-operation-slice": "^1.22.0", + "@comunica/actor-query-operation-sparql-endpoint": "^1.22.2", + "@comunica/actor-query-operation-union": "^1.22.0", + "@comunica/actor-query-operation-update-add-rewrite": "^1.22.0", + "@comunica/actor-query-operation-update-clear": "^1.22.0", + "@comunica/actor-query-operation-update-compositeupdate": "^1.22.0", + "@comunica/actor-query-operation-update-copy-rewrite": "^1.22.0", + "@comunica/actor-query-operation-update-create": "^1.22.0", + "@comunica/actor-query-operation-update-deleteinsert": "^1.22.2", + "@comunica/actor-query-operation-update-drop": "^1.22.0", + "@comunica/actor-query-operation-update-load": "^1.22.0", + "@comunica/actor-query-operation-update-move-rewrite": "^1.22.0", + "@comunica/actor-query-operation-values": "^1.22.0", + "@comunica/actor-rdf-dereference-fallback": "^1.22.2", + "@comunica/actor-rdf-dereference-http-parse": "^1.22.3", + "@comunica/actor-rdf-join-multi-smallest": "^1.22.0", + "@comunica/actor-rdf-join-nestedloop": "^1.22.0", + "@comunica/actor-rdf-join-symmetrichash": "^1.22.0", + "@comunica/actor-rdf-metadata-all": "^1.22.0", + "@comunica/actor-rdf-metadata-extract-allow-http-methods": "^1.22.0", + "@comunica/actor-rdf-metadata-extract-hydra-controls": "^1.22.0", + "@comunica/actor-rdf-metadata-extract-hydra-count": "^1.22.0", + "@comunica/actor-rdf-metadata-extract-patch-sparql-update": "^1.22.2", + "@comunica/actor-rdf-metadata-extract-put-accepted": "^1.22.0", + "@comunica/actor-rdf-metadata-extract-sparql-service": "^1.22.0", + "@comunica/actor-rdf-metadata-primary-topic": "^1.22.0", + "@comunica/actor-rdf-parse-html": "^1.22.0", + "@comunica/actor-rdf-parse-html-microdata": "^1.22.0", + "@comunica/actor-rdf-parse-html-rdfa": "^1.22.0", + "@comunica/actor-rdf-parse-html-script": "^1.22.0", + "@comunica/actor-rdf-parse-jsonld": "^1.22.1", + "@comunica/actor-rdf-parse-n3": "^1.22.0", + "@comunica/actor-rdf-parse-rdfxml": "^1.22.0", + "@comunica/actor-rdf-parse-xml-rdfa": "^1.22.0", + "@comunica/actor-rdf-resolve-hypermedia-links-next": "^1.22.0", + "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^1.22.0", + "@comunica/actor-rdf-resolve-hypermedia-none": "^1.22.0", + "@comunica/actor-rdf-resolve-hypermedia-qpf": "^1.22.2", + "@comunica/actor-rdf-resolve-hypermedia-sparql": "^1.22.1", + "@comunica/actor-rdf-resolve-quad-pattern-federated": "^1.22.0", + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": "^1.22.2", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.22.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.22.0", + "@comunica/actor-rdf-serialize-n3": "^1.22.0", + "@comunica/actor-rdf-update-hypermedia-patch-sparql-update": "^1.22.2", + "@comunica/actor-rdf-update-hypermedia-put-ldp": "^1.22.2", + "@comunica/actor-rdf-update-hypermedia-sparql": "^1.22.2", + "@comunica/actor-rdf-update-quads-hypermedia": "^1.22.2", + "@comunica/actor-rdf-update-quads-rdfjs-store": "^1.22.2", + "@comunica/actor-sparql-parse-algebra": "^1.22.0", + "@comunica/actor-sparql-parse-graphql": "^1.22.0", + "@comunica/actor-sparql-serialize-json": "^1.22.0", + "@comunica/actor-sparql-serialize-rdf": "^1.22.0", + "@comunica/actor-sparql-serialize-simple": "^1.22.0", + "@comunica/actor-sparql-serialize-sparql-csv": "^1.22.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.22.0", + "@comunica/actor-sparql-serialize-sparql-tsv": "^1.22.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.22.0", + "@comunica/actor-sparql-serialize-stats": "^1.22.1", + "@comunica/actor-sparql-serialize-table": "^1.22.0", + "@comunica/actor-sparql-serialize-tree": "^1.22.0", + "@comunica/bus-context-preprocess": "^1.22.0", + "@comunica/bus-http": "^1.22.1", + "@comunica/bus-http-invalidate": "^1.22.0", + "@comunica/bus-init": "^1.22.0", + "@comunica/bus-optimize-query-operation": "^1.22.0", + "@comunica/bus-query-operation": "^1.22.0", + "@comunica/bus-rdf-dereference": "^1.22.2", + "@comunica/bus-rdf-dereference-paged": "^1.22.0", + "@comunica/bus-rdf-join": "^1.22.0", + "@comunica/bus-rdf-metadata": "^1.22.0", + "@comunica/bus-rdf-metadata-extract": "^1.22.0", + "@comunica/bus-rdf-parse": "^1.22.0", + "@comunica/bus-rdf-parse-html": "^1.22.0", + "@comunica/bus-rdf-resolve-hypermedia": "^1.22.0", + "@comunica/bus-rdf-resolve-hypermedia-links": "^1.22.0", + "@comunica/bus-rdf-resolve-hypermedia-links-queue": "^1.22.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@comunica/bus-rdf-serialize": "^1.22.0", + "@comunica/bus-rdf-update-hypermedia": "^1.22.2", + "@comunica/bus-rdf-update-quads": "^1.22.2", + "@comunica/bus-sparql-parse": "^1.22.0", + "@comunica/bus-sparql-serialize": "^1.22.0", + "@comunica/context-entries": "^1.22.0", + "@comunica/core": "^1.22.0", + "@comunica/logger-pretty": "^1.22.0", + "@comunica/logger-void": "^1.22.0", + "@comunica/mediator-all": "^1.22.0", + "@comunica/mediator-combine-pipeline": "^1.22.0", + "@comunica/mediator-combine-union": "^1.22.0", + "@comunica/mediator-number": "^1.22.0", + "@comunica/mediator-race": "^1.22.0", + "@comunica/runner": "^1.22.0", + "@comunica/runner-cli": "^1.22.0", + "@rdfjs/types": "*", + "@types/yargs": "^17.0.2", + "asynciterator": "^3.2.0", + "negotiate": "^1.0.1", + "rdf-quad": "^1.4.0", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0", + "streamify-string": "^1.0.1", + "yargs": "^17.1.1" + }, + "dependencies": { + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + } + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "requires": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + } + }, + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true + } + } + }, + "@comunica/actor-init-sparql-rdfjs": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/@comunica/actor-init-sparql-rdfjs/-/actor-init-sparql-rdfjs-1.22.3.tgz", + "integrity": "sha512-twc9yf1nOCuCxuSYREODKRN1WJ2updEJ6Y5AllrY1VnBAiP1hWWJxn65KGjE6e9GDvfW1MTfPuXtqxlqIsDn8w==", + "dev": true, + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.22.0", + "@comunica/actor-init-sparql": "^1.22.3", + "@comunica/actor-query-operation-ask": "^1.22.0", + "@comunica/actor-query-operation-bgp-empty": "^1.22.0", + "@comunica/actor-query-operation-bgp-left-deep-smallest": "^1.22.0", + "@comunica/actor-query-operation-bgp-single": "^1.22.0", + "@comunica/actor-query-operation-construct": "^1.22.0", + "@comunica/actor-query-operation-describe-subject": "^1.22.0", + "@comunica/actor-query-operation-distinct-hash": "^1.22.0", + "@comunica/actor-query-operation-extend": "^1.22.0", + "@comunica/actor-query-operation-filter-sparqlee": "^1.22.0", + "@comunica/actor-query-operation-from-quad": "^1.22.0", + "@comunica/actor-query-operation-join": "^1.22.0", + "@comunica/actor-query-operation-leftjoin-nestedloop": "^1.22.0", + "@comunica/actor-query-operation-orderby-sparqlee": "^1.22.0", + "@comunica/actor-query-operation-path-alt": "^1.22.0", + "@comunica/actor-query-operation-path-inv": "^1.22.0", + "@comunica/actor-query-operation-path-link": "^1.22.0", + "@comunica/actor-query-operation-path-nps": "^1.22.0", + "@comunica/actor-query-operation-path-one-or-more": "^1.22.0", + "@comunica/actor-query-operation-path-seq": "^1.22.0", + "@comunica/actor-query-operation-path-zero-or-more": "^1.22.0", + "@comunica/actor-query-operation-path-zero-or-one": "^1.22.0", + "@comunica/actor-query-operation-project": "^1.22.0", + "@comunica/actor-query-operation-quadpattern": "^1.22.0", + "@comunica/actor-query-operation-service": "^1.22.3", + "@comunica/actor-query-operation-slice": "^1.22.0", + "@comunica/actor-query-operation-union": "^1.22.0", + "@comunica/actor-query-operation-values": "^1.22.0", + "@comunica/actor-rdf-join-nestedloop": "^1.22.0", + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.22.0", + "@comunica/actor-rdf-serialize-jsonld": "^1.22.0", + "@comunica/actor-rdf-serialize-n3": "^1.22.0", + "@comunica/actor-sparql-parse-algebra": "^1.22.0", + "@comunica/actor-sparql-serialize-json": "^1.22.0", + "@comunica/actor-sparql-serialize-rdf": "^1.22.0", + "@comunica/actor-sparql-serialize-simple": "^1.22.0", + "@comunica/actor-sparql-serialize-sparql-json": "^1.22.0", + "@comunica/actor-sparql-serialize-sparql-xml": "^1.22.0", + "@comunica/bus-context-preprocess": "^1.22.0", + "@comunica/bus-init": "^1.22.0", + "@comunica/bus-query-operation": "^1.22.0", + "@comunica/bus-rdf-join": "^1.22.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@comunica/bus-rdf-serialize": "^1.22.0", + "@comunica/bus-sparql-parse": "^1.22.0", + "@comunica/bus-sparql-serialize": "^1.22.0", + "@comunica/core": "^1.22.0", + "@comunica/mediator-combine-pipeline": "^1.22.0", + "@comunica/mediator-combine-union": "^1.22.0", + "@comunica/mediator-number": "^1.22.0", + "@comunica/mediator-race": "^1.22.0", + "@comunica/runner": "^1.22.0", + "@comunica/runner-cli": "^1.22.0" + } + }, + "@comunica/actor-optimize-query-operation-join-bgp": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-optimize-query-operation-join-bgp/-/actor-optimize-query-operation-join-bgp-1.22.0.tgz", + "integrity": "sha512-G0JSVM0q2kJb4X6p/zTyuMi4E5vdQsrJjx6Zy9FIG2EySAP+Q/M8TNSteJbyan07xZwxane6bZcCckvNyDVqTg==", + "dev": true, + "requires": { + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-ask": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-ask/-/actor-query-operation-ask-1.22.0.tgz", + "integrity": "sha512-kdByALpa1SM0PFlHarDQc6KjGXZ1xaTwvmhdldov7XN6KmXZyozic0qx29d5kNgMUsDOfaTbxPZFNmBRr32K0w==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-bgp-empty": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-empty/-/actor-query-operation-bgp-empty-1.22.0.tgz", + "integrity": "sha512-qitWhNrmehzvnNHZ98QuClOATyNRYte98OtR/C3trljMWjOrnC8pnstUHS5BN3bOBftRCBjO6ukJcnfgZFeNTQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-bgp-left-deep-smallest": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-left-deep-smallest/-/actor-query-operation-bgp-left-deep-smallest-1.22.0.tgz", + "integrity": "sha512-c6u9knbOLh7W4JNGZh0Vc2dMCsDzm5/tjhhKttbvLuN8bGqvdx2Pxuv0beTyWSXhLXxeo6DkhtWAh/b+gtNBRw==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-bgp-single": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-bgp-single/-/actor-query-operation-bgp-single-1.22.0.tgz", + "integrity": "sha512-wxOO1Df9oRiAHUgZWx+o7zP+PZF/7kkHCueBWnvFA9Qqlw3naJLoFuAnhxSh1Ej4p5XGldjd1Bt/7VUFgfKOvQ==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-construct": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-construct/-/actor-query-operation-construct-1.22.0.tgz", + "integrity": "sha512-URXw1bip+ZmBfcN6lksOMKfTOO7OuBZhJc09s6EiyBTfHbBxPmLEhkv/d/hzNiEf2D+LYHjmqRHq6gSh93g//g==", + "dev": true, + "requires": { + "@comunica/data-factory": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-data-factory": "^1.0.3", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-describe-subject": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-describe-subject/-/actor-query-operation-describe-subject-1.22.0.tgz", + "integrity": "sha512-DrBhicGLF00VYv6+QJ04tmKAn6nGQ0Yyih01K++yNfXByBL++1iXFrYwoLwQAJQZJ6H5FRLhYGMaB12mLq/wvQ==", + "dev": true, + "requires": { + "@comunica/actor-query-operation-union": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-data-factory": "^1.0.3", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-distinct-hash": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-distinct-hash/-/actor-query-operation-distinct-hash-1.22.0.tgz", + "integrity": "sha512-6anXCszrUDoBZdOhLBmsBFxQR/P5tPsuzGFuXP+pf7zI9zIU6nfaMeffOj+GDPClReyXf1UmyJXsIKo7r5WWUg==", + "dev": true, + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.22.0", + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-extend": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-extend/-/actor-query-operation-extend-1.22.0.tgz", + "integrity": "sha512-61AOM+62/Xtfd+5XtWiJUlcmK5oKQ2z77s5we2Z9AIrsxqKM90RdU9/t7U1g/3SrMiCMPNrN6mPfYiz7yG9pfA==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.2", + "sparqlee": "^1.10.0" + } + }, + "@comunica/actor-query-operation-filter-sparqlee": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-filter-sparqlee/-/actor-query-operation-filter-sparqlee-1.22.0.tgz", + "integrity": "sha512-FceqE7qlPUADr3lbUbVKFL245IPNGS2OwFPIN6ksGPe1y/Cgd7f/lLpqmURxzpPELm76VgJQM5VzMOeDuwlt9Q==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0", + "sparqlee": "^1.10.0" + } + }, + "@comunica/actor-query-operation-from-quad": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-from-quad/-/actor-query-operation-from-quad-1.22.0.tgz", + "integrity": "sha512-rkVS/YMOb50F7vo45jgvyErbiG17DDj0pSaaMo1Dm1XWohXOvXOMoJtE+x0iTISEbw8F+g/oPjUhns3VOR38hw==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-group": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-group/-/actor-query-operation-group-1.22.0.tgz", + "integrity": "sha512-EQCV/eFMTcplqwxcX0uR+cyaExrW0xIJPRJZkJpLX1mKYoeYh43FwYj6HQy00gwXImYYqFXw03lU0x+9P3dGLA==", + "dev": true, + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.22.0", + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0", + "sparqlee": "^1.10.0" + } + }, + "@comunica/actor-query-operation-join": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-join/-/actor-query-operation-join-1.22.0.tgz", + "integrity": "sha512-QJBU4Vm438SGxqpV8g+vDg7IsETCfoHsl6GaZdFb8qT8EfSeIqd/oYAKJJMH/a6SzV5f8zRwDtXeWmDcA3fS1w==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-leftjoin-left-deep": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-left-deep/-/actor-query-operation-leftjoin-left-deep-1.22.0.tgz", + "integrity": "sha512-JetWHipImYLXffNVmSk0Q2f0CJYmO4UWjb1rixNtih2Plu10BWpwLICNhw6bnuco5LJb3/EdEmDBrWrkztXH6Q==", + "dev": true, + "requires": { + "@comunica/bus-rdf-join": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-leftjoin-nestedloop": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-leftjoin-nestedloop/-/actor-query-operation-leftjoin-nestedloop-1.22.0.tgz", + "integrity": "sha512-NttPFDGr9vWJh5iYNz/xhLPTo7TEFc45D2UqAVa0bF2XyHSM0T+oVXKEZre+FqSxTxSxHUQ22vUXY9vctnO4Xg==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0", + "sparqlee": "^1.10.0" + } + }, + "@comunica/actor-query-operation-minus": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-minus/-/actor-query-operation-minus-1.22.0.tgz", + "integrity": "sha512-53f6V6XdypGu0aaFMHr6TcE1hOqoDHphNfd1OE/CRDbNfbK+ELz2pWTnGoWf6zGRW4srnCGA3Q5vtZpSNpOMHQ==", + "dev": true, + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-nop": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-nop/-/actor-query-operation-nop-1.22.0.tgz", + "integrity": "sha512-l0koSVdYIKisQHC6S31UIbxMdVau6G85gs3+sIYhKf1Ry+TivHM5Px2t1pfYfugS53+7cw4t87/q7mhgvh3GGQ==", + "dev": true, + "requires": { + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.1" + } + }, + "@comunica/actor-query-operation-orderby-sparqlee": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-orderby-sparqlee/-/actor-query-operation-orderby-sparqlee-1.22.0.tgz", + "integrity": "sha512-5R4li6DxPvSrsr5oGi8hACmSBtARD/W6EzUhEiN7IRF1UjBMGMttKo/BrlcBKsolirWrPmvNsz9Y9eLSgcxx9Q==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0", + "sparqlee": "^1.10.0" + } + }, + "@comunica/actor-query-operation-path-alt": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-alt/-/actor-query-operation-path-alt-1.22.0.tgz", + "integrity": "sha512-mEDuira41HEcDdjCXcE9ofkDRD+mBOAKMKR6yl/C/xZdeC2ol/XltqbP7nZdxafgQ7rPCVAbsf0dyC2rU6uSNg==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-path-inv": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-inv/-/actor-query-operation-path-inv-1.22.0.tgz", + "integrity": "sha512-ZJnURpQ5JaxRR6Neh/Uea+bEVaeKFZCvVjMFxcPPelP/Xj7Bu7qSklhwwUCjgwvJafDYpdgvPNll9qV8QiQ8QA==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0" + } + }, + "@comunica/actor-query-operation-path-link": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-link/-/actor-query-operation-path-link-1.22.0.tgz", + "integrity": "sha512-xVqbgx8iF4YKgD4wf3CHBiTaOK+uj3IZsr/pB2xMUYL263tZCmRNF8xY9+pqnogb+7bOp2tvAn1lRXl7sydGrg==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-path-nps": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-nps/-/actor-query-operation-path-nps-1.22.0.tgz", + "integrity": "sha512-aBM44q3wjFz7J9nuPVEI0kpsFXcN14LK1bih8SwiUz8DMb+Ls4pODgWN00Y4PZgB6Aqf3NL9bRr/8UlheQZ56A==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-path-one-or-more": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-one-or-more/-/actor-query-operation-path-one-or-more-1.22.0.tgz", + "integrity": "sha512-lc8Qp9HhMwmhLI+PFpchmExFtivbDDR8EhFUsFt0LZuSLvmz4nH1wxrOLnL99/054RIisNyz7pYa+CzAsE5KUg==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-path-seq": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-seq/-/actor-query-operation-path-seq-1.22.0.tgz", + "integrity": "sha512-9oLdRJr9kDab0wzg75Ki54CxLkeU2lYMNGpPCj5AAtFXlXwCL3qiVnkNBjGdgyLLwg8hd6cQeOG12SYEcSfFDQ==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-path-zero-or-more": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-more/-/actor-query-operation-path-zero-or-more-1.22.0.tgz", + "integrity": "sha512-u9+v07ZxadcYiKTkrXW1GMiBAuS0Bi7N5Z1iPQSgD0HHC8p2JsNySteY4U9eSO5Y4lht8koeSGanplmCZY/YhA==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-path-zero-or-one": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-path-zero-or-one/-/actor-query-operation-path-zero-or-one-1.22.0.tgz", + "integrity": "sha512-RnjN9y6oat2kZtYvcxBdyY29oDrO2ZH6sTwEDX4qro10QkfHm5Pa4SPGSoIdj5x1g5meeOOXisqKoZHQZUTJfA==", + "dev": true, + "requires": { + "@comunica/actor-abstract-path": "^1.22.0", + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-project": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-project/-/actor-query-operation-project-1.22.0.tgz", + "integrity": "sha512-qjvpx4rto/CK/xefDn3232R0Ilc4DrhK5xl8RK7/l5Yn1/yFgWnqHK2sY+51O2/qeOkqYrb9ojoT9PwXHaLyXA==", + "dev": true, + "requires": { + "@comunica/data-factory": "^1.22.0", + "@comunica/types": "^1.22.0", + "rdf-data-factory": "^1.0.3", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-quadpattern": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-quadpattern/-/actor-query-operation-quadpattern-1.22.0.tgz", + "integrity": "sha512-kNNPhM28JCiJ/iYpobM+wv6Y71Q3adWTlt2GM1MF8ckU9Fa+IwdlFaZ9oYaLudLpPW48QtAXDLZgiNtZEhPNAg==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-reduced-hash": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-reduced-hash/-/actor-query-operation-reduced-hash-1.22.0.tgz", + "integrity": "sha512-vymsRgS+c4J48uzyvSIb/Qj1sJ1DEqRZXuQuw8KhCCzWmCRA49DPpx2lg2sc6PJJTjyQAU3xbqHVaZUyX5e9jQ==", + "dev": true, + "requires": { + "@comunica/actor-abstract-bindings-hash": "^1.22.0", + "@comunica/types": "^1.22.0", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-service": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-service/-/actor-query-operation-service-1.22.3.tgz", + "integrity": "sha512-z+UUJjgYppnZwV+Oz3ZVQBZpLxUAFrAtvpuVSUmjJn6ab76X29ZQY13czY2y6TfiBhbbsW+HL5kuv0g3SEOHug==", + "dev": true, + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@comunica/context-entries": "^1.22.0", + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-slice": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-slice/-/actor-query-operation-slice-1.22.0.tgz", + "integrity": "sha512-BjanWrGY2EgH8nm5aEsYCLQIt4FZRYU9lQECdpihmVCloGX1ItzR5Rfk51tnGbXBarqm+pj6WoT+zSu0Ee4x2A==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-sparql-endpoint": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-sparql-endpoint/-/actor-query-operation-sparql-endpoint-1.22.2.tgz", + "integrity": "sha512-y+bnQlhTUtlybstinINiayQVXro9lZfpBiVBM9zxyZOST/fwXho5alclasfFgwy04js8aIM1efx8eJD2OUwlxQ==", + "dev": true, + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@comunica/bus-rdf-update-quads": "^1.22.2", + "@comunica/types": "^1.22.0", + "@comunica/utils-datasource": "^1.22.2", + "@rdfjs/types": "*", + "arrayify-stream": "^1.0.0", + "asynciterator": "^3.2.0", + "fetch-sparql-endpoint": "^2.3.2", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-union": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-union/-/actor-query-operation-union-1.22.0.tgz", + "integrity": "sha512-/qoweeCXg52ObfkFxjsU3nxsJBPavU6bCcDBJMLCFwd6VT9i7IKI+Y6aBH0CmCZpzBgaZQ1o3kGHJdUoxr+qyQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-update-add-rewrite": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-add-rewrite/-/actor-query-operation-update-add-rewrite-1.22.0.tgz", + "integrity": "sha512-4SBqqrsZBAwPJYoVr4w24D9NsAR48fQOUH6ZD05vyWG/vqedO2T2POFFNXBCCXiigr35QWvQLvbzoqamC5mbpg==", + "dev": true, + "requires": { + "rdf-data-factory": "^1.0.4", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-update-clear": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-clear/-/actor-query-operation-update-clear-1.22.0.tgz", + "integrity": "sha512-qRrUrkQJjvLv6PysbVJ1vOndHIvCHXpp5CmP1GFU4SF7s0LT65PSWh6+LgmcLKs+bntVMbdqaBu58lR5jk7J7Q==", + "dev": true, + "requires": { + "rdf-data-factory": "^1.0.4" + } + }, + "@comunica/actor-query-operation-update-compositeupdate": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-compositeupdate/-/actor-query-operation-update-compositeupdate-1.22.0.tgz", + "integrity": "sha512-rDt7JtQXOQ1LZY+xuhao6pv25zrXNH6VB8I6TlOAYm6OIE+PtAtbRp5AWzg8Yjqz81UHiXGQHV8SNx51LBkmtA==", + "dev": true, + "requires": { + "@rdfjs/types": "*" + } + }, + "@comunica/actor-query-operation-update-copy-rewrite": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-copy-rewrite/-/actor-query-operation-update-copy-rewrite-1.22.0.tgz", + "integrity": "sha512-WYapkqUcVZ8KWfSUlEz8iBg+OoRnHI3XvAlx6cyql4Fs/3l0Gqwc2PzWHi3N5J2AUsyiFJ28JrGDba8f1PYGLg==", + "dev": true, + "requires": { + "rdf-data-factory": "^1.0.4", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-update-create": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-create/-/actor-query-operation-update-create-1.22.0.tgz", + "integrity": "sha512-tZxqO+4n7qbDVJcp0VNYKRbI9uS8xTyK5s63sD53YeFl6Fl52dJtBb916R9Wb0pe2Pb37ErXF38/Z127P9EiNA==", + "dev": true + }, + "@comunica/actor-query-operation-update-deleteinsert": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-deleteinsert/-/actor-query-operation-update-deleteinsert-1.22.2.tgz", + "integrity": "sha512-8VGwvEEjHoEVwTJXGW4USHLS5DKc5iZwn1NByTAg8YdgX8ycE2odJi766cR8GLkeZu6621OUyZIgSnLdSAuMvA==", + "dev": true, + "requires": { + "@comunica/actor-query-operation-construct": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0" + } + }, + "@comunica/actor-query-operation-update-drop": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-drop/-/actor-query-operation-update-drop-1.22.0.tgz", + "integrity": "sha512-5DuDEmUrUO5vktgiDIHtBJtv0k1mHQqCQyF4nKLctq2bTDPaaYK533jqPM+ucxXINryx6t4SowUgdVRqpn4VIA==", + "dev": true, + "requires": { + "rdf-data-factory": "^1.0.4" + } + }, + "@comunica/actor-query-operation-update-load": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-load/-/actor-query-operation-update-load-1.22.0.tgz", + "integrity": "sha512-nI4fMNGUevmprlTBgbuovJMQl+1LabCajvjC9ri5hZ9Ya0fEVQsFNbXH7H2oYlC0OOzM6uUjTdb9I8D/OzF8+g==", + "dev": true, + "requires": { + "rdf-data-factory": "^1.0.4", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-update-move-rewrite": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-move-rewrite/-/actor-query-operation-update-move-rewrite-1.22.0.tgz", + "integrity": "sha512-ulo9KDuUy7555C0aOdgMUgOvCTLszJy8zLzN67HKktu1wK6WKV10zVMX/OcecdFE4fIVf/AA4SKXJCgsHGpXsQ==", + "dev": true, + "requires": { + "rdf-data-factory": "^1.0.4", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-query-operation-values": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-values/-/actor-query-operation-values-1.22.0.tgz", + "integrity": "sha512-P6znlDSYd6aD6NlSepc++V5HbmnNE8O4vZ8nvNmwZAS4z/pWjkaFM6eQkZPdkz+qXaGTzWHS3ib2zUDq3CaD4w==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asynciterator": "^3.2.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-rdf-dereference-fallback": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-fallback/-/actor-rdf-dereference-fallback-1.22.2.tgz", + "integrity": "sha512-EzvBerax4WVOxmkRuHviehUQ3VUU0CPHV+fErFB9+s5UbXHk6MU3GqzH9iehoFYzpP7Xic0VZXFd34nCTvzmtg==", + "dev": true + }, + "@comunica/actor-rdf-dereference-http-parse": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-http-parse/-/actor-rdf-dereference-http-parse-1.22.3.tgz", + "integrity": "sha512-OBtJTHA8OXAWF3+FJ7n0R1i8nGzxD2xK18mgMPu4JId9r9bUS4RMKCDWa8MIG6p9Hd7SleuS9bC48w5vm07yww==", + "dev": true, + "requires": { + "cross-fetch": "^3.0.5", + "relative-to-absolute-iri": "^1.0.5", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-join-multi-smallest": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-multi-smallest/-/actor-rdf-join-multi-smallest-1.22.0.tgz", + "integrity": "sha512-eoMuumFT+GB73f7H8Q8ijzchqHRY26w20lcKcsylC2bWS+ET8tFkYCODHop0uO53DMZPCrAm0C1higPB4XOw7Q==", + "dev": true, + "requires": { + "@comunica/bus-query-operation": "^1.22.0", + "@comunica/mediatortype-iterations": "^1.22.0", + "@comunica/types": "^1.22.0" + } + }, + "@comunica/actor-rdf-join-nestedloop": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-nestedloop/-/actor-rdf-join-nestedloop-1.22.0.tgz", + "integrity": "sha512-8APKCtsH6lWmadCnp8xkJqu0O8uqBZ1GfFmV3KxmE3jPx9lrMVckmKBAd3i7vcMHWRwzOvZF4YFJkJxL7JeqnQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asyncjoin": "^1.0.3" + } + }, + "@comunica/actor-rdf-join-symmetrichash": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-join-symmetrichash/-/actor-rdf-join-symmetrichash-1.22.0.tgz", + "integrity": "sha512-+K11crWY5N+Txb5HOP8P5/z2EN7WK8Cq1o1Go2RkUHhR0Pc4HZMoJtf6ATyJGB64y3lRpUVzKayrqSkDXlaSbQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "asyncjoin": "^1.0.3" + } + }, + "@comunica/actor-rdf-metadata-all": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-all/-/actor-rdf-metadata-all-1.22.0.tgz", + "integrity": "sha512-8I7xrelM3G5nJ8SB5sh/cuIniAF0uDQ4AH8LA9z+aZQI5RvHN4kfgW6V/9NSmaEskyscy9m+nGkByEpuh+pHvQ==", + "dev": true, + "requires": { + "@rdfjs/types": "*" + } + }, + "@comunica/actor-rdf-metadata-extract-allow-http-methods": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-allow-http-methods/-/actor-rdf-metadata-extract-allow-http-methods-1.22.0.tgz", + "integrity": "sha512-vbbJxxtDZ8KFOLTZ4/bbilI95Kj1u7eaQcOw15PWvsMz29e9Mi28Gvguv1m/7CIpn4myNEWWu9hkardzWGcFhg==", + "dev": true + }, + "@comunica/actor-rdf-metadata-extract-hydra-controls": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-controls/-/actor-rdf-metadata-extract-hydra-controls-1.22.0.tgz", + "integrity": "sha512-fSYye14RuiT0H9il92G8bDUuOrRxRY1is/+C+ShAXb6npx05GDfO+p9Ew4hBCRbveU10DAdsarOTYpcP2bTZSQ==", + "dev": true, + "requires": { + "@rdfjs/types": "*", + "@types/uritemplate": "^0.3.4", + "uritemplate": "0.3.4" + } + }, + "@comunica/actor-rdf-metadata-extract-hydra-count": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.22.0.tgz", + "integrity": "sha512-IM27SyFT2lRZc853m10I8YQX+nzSS5ouY4dLWyI3yzlYfI1LFOI/kDiUicgiyAoAy7UBG2c60jvFXTC6HQsdJw==", + "dev": true + }, + "@comunica/actor-rdf-metadata-extract-patch-sparql-update": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-patch-sparql-update/-/actor-rdf-metadata-extract-patch-sparql-update-1.22.2.tgz", + "integrity": "sha512-de9IJPIuXrvh8plhl8RndrbNcigO7hhi34bEoKwcjdX8YBK1F4BEK3mRvE0rlSjwv5vDLPjT4ejxl6bL2Da/rQ==", + "dev": true + }, + "@comunica/actor-rdf-metadata-extract-put-accepted": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-put-accepted/-/actor-rdf-metadata-extract-put-accepted-1.22.0.tgz", + "integrity": "sha512-VLZQI1eEQOImxFgfa9grlB1AzmfZweypBodQlvHSESgqUhKzyEkaX00HiK2kM74vmccdCpzEEoOfwaJdXU8TbQ==", + "dev": true + }, + "@comunica/actor-rdf-metadata-extract-sparql-service": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-sparql-service/-/actor-rdf-metadata-extract-sparql-service-1.22.0.tgz", + "integrity": "sha512-z2w/bhFZ/iWq7KgdLqBD/8CWL7S9VZJSmczccgKmwQGRJWzJ4mHpUAdOCh7EFD/9HbsC4fXJGXZHQjZ8u6SM6g==", + "dev": true, + "requires": { + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-metadata-primary-topic": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-primary-topic/-/actor-rdf-metadata-primary-topic-1.22.0.tgz", + "integrity": "sha512-+ZRSUVDqUZo5RLwOUbtIifiBn2Qgg6awMsfRlw2PeGE72BhQ1ik0tfz1l9Q7UuYnxnLoUFe2zyKEYc7GXAV34g==", + "dev": true, + "requires": { + "@rdfjs/types": "*" + } + }, + "@comunica/actor-rdf-parse-html": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html/-/actor-rdf-parse-html-1.22.0.tgz", + "integrity": "sha512-U9pznSpQ1POSH+ekOke3lYKO0fsUbNdv1g1nfuWz/MV3xMCF/d2f3CVBjXRSx9qwyb/2zUrOjBCJRrYkfZ6geQ==", + "dev": true, + "requires": { + "@comunica/bus-rdf-parse-html": "^1.22.0", + "@rdfjs/types": "*", + "htmlparser2": "^7.0.0" + } + }, + "@comunica/actor-rdf-parse-html-microdata": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-microdata/-/actor-rdf-parse-html-microdata-1.22.0.tgz", + "integrity": "sha512-OdB3Z7ZCtVAcsVU2Vs0ytGbiz0eYkeBwVA3k0vGVhSN3ygng5Thj+t8jxG6QWHlLvaIXfJFh0x57qY5tXkr8uQ==", + "dev": true, + "requires": { + "microdata-rdf-streaming-parser": "^1.2.0" + } + }, + "@comunica/actor-rdf-parse-html-rdfa": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-rdfa/-/actor-rdf-parse-html-rdfa-1.22.0.tgz", + "integrity": "sha512-yVjYLpm9rbpPiqU1OE4Yioyk/YHtO6ywVMbdOPUNLeOwrtWou8vKX0Xh4UUR24Qrt8nuhE+p0kCJiZZtM1PmSQ==", + "dev": true, + "requires": { + "rdfa-streaming-parser": "^1.5.0" + } + }, + "@comunica/actor-rdf-parse-html-script": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-html-script/-/actor-rdf-parse-html-script-1.22.0.tgz", + "integrity": "sha512-gQSY56wkS/uftRyjQf+/dQFRpA/jZ6z2o2RgGbQc2avgKTkhaiTtPxpfO1oarLskm1sPlQOFo24ZwqUSqjOwcA==", + "dev": true, + "requires": { + "@comunica/bus-rdf-parse-html": "^1.22.0", + "@rdfjs/types": "*", + "relative-to-absolute-iri": "^1.0.5" + } + }, + "@comunica/actor-rdf-parse-jsonld": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-jsonld/-/actor-rdf-parse-jsonld-1.22.1.tgz", + "integrity": "sha512-MFFhJ6eGyO40Be80zsFKAbRjkPXr80PvCqvVKsEstdv3u9C6GFV3nqZpCwvsVCz22IPQhW+rzb8ZyasmgHnurA==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@rdfjs/types": "*", + "jsonld-context-parser": "^2.1.2", + "jsonld-streaming-parser": "^2.4.0", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-parse-n3": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-n3/-/actor-rdf-parse-n3-1.22.0.tgz", + "integrity": "sha512-qHrGfh5k/pZa4imy7m9gJ1kt9aW1uxXqLDKnLKvR2l0m09YiEx/YOYWr1Wtu1YtH/Yyc13OX4mo/OwaE5PfrHQ==", + "dev": true, + "requires": { + "@types/n3": "^1.4.4", + "n3": "^1.6.3" + } + }, + "@comunica/actor-rdf-parse-rdfxml": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-rdfxml/-/actor-rdf-parse-rdfxml-1.22.0.tgz", + "integrity": "sha512-k47WEAZ6qKEhf1eBZZeI5aVywlrUUKP3BKHw2zKJUjuWq5k+w/rp2WALCyt0Owtb37UlJbET3fTlUhXKvT+2aw==", + "dev": true, + "requires": { + "rdfxml-streaming-parser": "^1.5.0" + } + }, + "@comunica/actor-rdf-parse-xml-rdfa": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-parse-xml-rdfa/-/actor-rdf-parse-xml-rdfa-1.22.0.tgz", + "integrity": "sha512-y315YcZTz7AizKf8Jl022IocAJIh3OHSlzNrRNH3zB7i/ch+WHj1VL9pjIf6y77PD4BR75EdeoQCPafpm5Gsbg==", + "dev": true, + "requires": { + "rdfa-streaming-parser": "^1.5.0" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-links-next": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.22.0.tgz", + "integrity": "sha512-94t3u2B2kH8ftMtkLfo1B/v1SJkiFdEf3y351UOqrWJ71GNMQwgvzQFcSRL4QRcgaIjz4wecj8oGUN0wPs2Kdg==", + "dev": true + }, + "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo/-/actor-rdf-resolve-hypermedia-links-queue-fifo-1.22.0.tgz", + "integrity": "sha512-DzQgHFDDXtawPvNbei1j6xL2yWdlSpq/vOD4K8Z+NrheKjNbPz84bJp0bhnWiOonwHMCRdxQRu+Etf33SFWFJQ==", + "dev": true + }, + "@comunica/actor-rdf-resolve-hypermedia-none": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-none/-/actor-rdf-resolve-hypermedia-none-1.22.0.tgz", + "integrity": "sha512-rPtjD7WAlXBwrWmG5vy9hGo5J9AlKaWuH7Cf3I0HFUnPRegF98UAFZyygQP4otDC3EsygJakbmApBkzjiKFRPw==", + "dev": true, + "requires": { + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": "^1.22.0", + "@rdfjs/types": "*", + "rdf-store-stream": "^1.3.0" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-qpf": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-qpf/-/actor-rdf-resolve-hypermedia-qpf-1.22.2.tgz", + "integrity": "sha512-dHR6FtLj/buvHmOT9B0FysWwIQO7L0+uqCnHQ9peShKOwpKMtl5qW9a8L63yWNlB34JgB+ZvL0/qJO7JWZZXTQ==", + "dev": true, + "requires": { + "@comunica/bus-rdf-dereference": "^1.22.2", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-data-factory": "^1.0.3", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2" + } + }, + "@comunica/actor-rdf-resolve-hypermedia-sparql": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-sparql/-/actor-rdf-resolve-hypermedia-sparql-1.22.1.tgz", + "integrity": "sha512-nbvGfhHKyPBygeQyxLyUyrQen7q3JrSJi92x8TrkhUoTxiEYM0bYUvYmsciqlxLhNxH7EPpMzzf1oaiZfiqlqA==", + "dev": true, + "requires": { + "@comunica/bus-query-operation": "^1.22.0", + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "fetch-sparql-endpoint": "^2.3.2", + "rdf-data-factory": "^1.0.3", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-federated": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-federated/-/actor-rdf-resolve-quad-pattern-federated-1.22.0.tgz", + "integrity": "sha512-Cpt5LvusDUK/mnA2LlcuQ3hqpJp9CSDjd0c7NESWuR2uCXDAxugWVJAll0EosIAw0Lx82n0SneOBqh6pk2gPxQ==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@comunica/data-factory": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-data-factory": "^1.0.3", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-hypermedia": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-hypermedia/-/actor-rdf-resolve-quad-pattern-hypermedia-1.22.2.tgz", + "integrity": "sha512-eQhXoOYVpEJNkp6pYvJwaU+PmvR41VEKX9zivcBxRGagbLOaX5SG0xV+0I2YApB4HvagD/0IICVRRxXqODRUVA==", + "dev": true, + "requires": { + "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^1.22.0", + "@comunica/bus-rdf-metadata": "^1.22.0", + "@comunica/bus-rdf-metadata-extract": "^1.22.0", + "@comunica/types": "^1.22.0", + "@comunica/utils-datasource": "^1.22.2", + "@rdfjs/types": "*", + "@types/lru-cache": "^5.1.0", + "asynciterator": "^3.2.0", + "lru-cache": "^6.0.0", + "rdf-data-factory": "^1.0.3", + "rdf-string": "^1.5.0", + "rdf-terms": "^1.6.2", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/-/actor-rdf-resolve-quad-pattern-rdfjs-source-1.22.0.tgz", + "integrity": "sha512-iy7PQav5pytbtHfU7EjP9NTKRXEKNez7tZfoI6FwGVIreX0WrxpE100xCjhQt0kkkEb7l0R0Yn6n9cXsJc8Gcg==", + "dev": true, + "requires": { + "@rdfjs/types": "*", + "asynciterator": "^3.2.0" + } + }, + "@comunica/actor-rdf-serialize-jsonld": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-jsonld/-/actor-rdf-serialize-jsonld-1.22.0.tgz", + "integrity": "sha512-UrkVEkeY2Oobsjw0kiswtTNcJU9ePXlekFE0iyemZs7b3DLAibzQeMERTiY2lSV+NBwpGhKAR+6DkCjLjd/TOA==", + "dev": true, + "requires": { + "jsonld-streaming-serializer": "^1.3.0" + } + }, + "@comunica/actor-rdf-serialize-n3": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-serialize-n3/-/actor-rdf-serialize-n3-1.22.0.tgz", + "integrity": "sha512-9LBLd+ayFn7Rb/ASt1ZrBjjsUZV9I01E7MB19mcz3pyCt1HZdQ0l8JeZ5gC18cOK5B/X1KKZsx2wP+ZpHwa/og==", + "dev": true, + "requires": { + "@rdfjs/types": "*", + "@types/n3": "^1.4.4", + "n3": "^1.6.3", + "rdf-string": "^1.5.0" + } + }, + "@comunica/actor-rdf-update-hypermedia-patch-sparql-update": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-hypermedia-patch-sparql-update/-/actor-rdf-update-hypermedia-patch-sparql-update-1.22.2.tgz", + "integrity": "sha512-CqaDel2GTxYcM9CVzMERaGlA6XVWbqjkAfvnufhl9suMiDw8aqnuw91sPMbTlh38MhAaLY6SVwmxqekmdtxOhg==", + "dev": true, + "requires": { + "@comunica/bus-rdf-update-quads": "^1.22.2", + "cross-fetch": "^3.0.5", + "rdf-string-ttl": "^1.1.0" + } + }, + "@comunica/actor-rdf-update-hypermedia-put-ldp": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-hypermedia-put-ldp/-/actor-rdf-update-hypermedia-put-ldp-1.22.2.tgz", + "integrity": "sha512-SucEQhDSA5Tul7+RNWKaKuRMiNZS9zzBo92lJH1VSOx9SY9nnOcTVieNJrA8p3ExyYivnLmufe4AAM7M/m/T1g==", + "dev": true, + "requires": { + "@comunica/bus-rdf-update-quads": "^1.22.2", + "cross-fetch": "^3.0.5" + } + }, + "@comunica/actor-rdf-update-hypermedia-sparql": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-hypermedia-sparql/-/actor-rdf-update-hypermedia-sparql-1.22.2.tgz", + "integrity": "sha512-wtA5ZRqWdPH3lIjouCavTmfbNzLxP4QhmlR4SXeefgICf5bSP/2J7/UMBZHHpEmuQhrvqbKYRJGNzQSCzzd9vA==", + "dev": true, + "requires": { + "fetch-sparql-endpoint": "^2.3.2", + "rdf-string-ttl": "^1.1.0", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/actor-rdf-update-quads-hypermedia": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-quads-hypermedia/-/actor-rdf-update-quads-hypermedia-1.22.2.tgz", + "integrity": "sha512-e6kbJTIo92ig4LxdgQTGHcXp3PjHjdWWqOpVDO6Um5S/hoYRWZLA5/KI9BAxIodyaMaYU+gfSymkVfSNPrJjmw==", + "dev": true, + "requires": { + "@comunica/bus-rdf-dereference": "^1.22.2", + "@comunica/bus-rdf-metadata": "^1.22.0", + "@comunica/bus-rdf-metadata-extract": "^1.22.0", + "@comunica/bus-rdf-update-hypermedia": "^1.22.2", + "@types/lru-cache": "^5.1.0", + "lru-cache": "^6.0.0" + } + }, + "@comunica/actor-rdf-update-quads-rdfjs-store": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-update-quads-rdfjs-store/-/actor-rdf-update-quads-rdfjs-store-1.22.2.tgz", + "integrity": "sha512-veMjUWILDYzsvETvlGjFN14w5zNTAZlbFr7vmm6F4zuI5m5G4wnVHrdhU1cf7wp3foGVDOzp5jIC9Hl3UMKtCQ==", + "dev": true, + "requires": { + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "rdf-data-factory": "^1.0.4", + "rdf-string": "^1.5.0" + } + }, + "@comunica/actor-sparql-parse-algebra": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-algebra/-/actor-sparql-parse-algebra-1.22.0.tgz", + "integrity": "sha512-8XdAbj0zd2O+2dE/i+J/mdL6xAK8qYcQ6xFf61SmIPIQBxdSRmlqxKfIc+qdCp8/KyEEG/ePA6+nG0rb94nqfw==", + "dev": true, + "requires": { + "@types/sparqljs": "^3.0.0", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0", + "sparqljs": "^3.4.1" + } + }, + "@comunica/actor-sparql-parse-graphql": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-parse-graphql/-/actor-sparql-parse-graphql-1.22.0.tgz", + "integrity": "sha512-tbN2Vh1y+XwvkKP+6Pshq89Enr/aWmG9qJH7WKdu25GqJRN9yydk3NVHJBwGpesydtRKlgFN/UrYuM7FCls8MQ==", + "dev": true, + "requires": { + "graphql-to-sparql": "^2.4.0" + } + }, + "@comunica/actor-sparql-serialize-json": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-json/-/actor-sparql-serialize-json-1.22.0.tgz", + "integrity": "sha512-DFFBGoQxvGHtE6t9/5vsIABUakFLok1l4FSx97fhQ3551+LiosWBbjFpswFwEr0AGKHJPEDH4qYe0gvVuUqq+w==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "rdf-string": "^1.5.0" + } + }, + "@comunica/actor-sparql-serialize-rdf": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-rdf/-/actor-sparql-serialize-rdf-1.22.0.tgz", + "integrity": "sha512-OMe31+egTtd7aSTi1bu3ufsNXjJDNPQ/5glxGCzPb0ZxC+lE4LMdGtMZ3mpfLy8mzEQCrMXGZboCyv1K7I9EAw==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0" + } + }, + "@comunica/actor-sparql-serialize-simple": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-simple/-/actor-sparql-serialize-simple-1.22.0.tgz", + "integrity": "sha512-wkoQz+xyd7FA00C0T70ochP3UOW4TrYpxBLbnqPkm7Iw8pFEn1iJ8ta12SNuju/lVtqfN+e16CFD0OlaGgCEZA==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/actor-sparql-serialize-sparql-csv": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-csv/-/actor-sparql-serialize-sparql-csv-1.22.0.tgz", + "integrity": "sha512-dXlNRulCZRCtf+GamYrBsR4bAbLZvcFPZp1WsbuGhCygqitu2QLwTlSMphgOtyuOCPEeF8Y6+1yljqoTC58WMA==", + "dev": true, + "requires": { + "@comunica/bus-query-operation": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/actor-sparql-serialize-sparql-json": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-json/-/actor-sparql-serialize-sparql-json-1.22.0.tgz", + "integrity": "sha512-bFQX/a/lAv4akO7/8xMM/lbr2ZZbSPb4byo4TlSDLihnOeB8sEXb8hBPHqHoN57faxUUqzBEy4zzx4cdcXHM4g==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/actor-sparql-serialize-sparql-tsv": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-tsv/-/actor-sparql-serialize-sparql-tsv-1.22.0.tgz", + "integrity": "sha512-a/zZDura9tu0g6wP/Z1+/RUT1zKJICjeC5azOX6BOSTdt6N+ldNrB06tyRyIbPyAGSAK0t+tOgiUPWanjXXUng==", + "dev": true, + "requires": { + "@comunica/bus-query-operation": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "rdf-string-ttl": "^1.1.0" + } + }, + "@comunica/actor-sparql-serialize-sparql-xml": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-sparql-xml/-/actor-sparql-serialize-sparql-xml-1.22.0.tgz", + "integrity": "sha512-vADmIcOg2A+d4MRRjp/nm1yxpRjCB1nJKaGlXgqmEfkRYKbxrhv0/WzByF6OqdrR3W3ZMTKwzAsNdo4+mWQVRQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "@types/xml": "^1.0.2", + "xml": "^1.0.1" + } + }, + "@comunica/actor-sparql-serialize-stats": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-stats/-/actor-sparql-serialize-stats-1.22.1.tgz", + "integrity": "sha512-v8OzTGRZNlh86f8C24WA3IIf8XfHQBMWJIxQsFsGeVj3jtB2ngYM7GZtr/xvcRjHooTULygcQIE4wwkW+KMlCQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/actor-sparql-serialize-table": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-table/-/actor-sparql-serialize-table-1.22.0.tgz", + "integrity": "sha512-Vh8PGLHGNBnqtzqwdLAekQuneetmrpcXIdTaC+CSpjbGLamsXTfvzkPJCi4TgdxWnEmRcjMGo8MMyho0A+cToA==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "rdf-terms": "^1.6.2" + } + }, + "@comunica/actor-sparql-serialize-tree": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/actor-sparql-serialize-tree/-/actor-sparql-serialize-tree-1.22.0.tgz", + "integrity": "sha512-ICC1jTz++ThLXjXVIbrPJvfibu1DL9eTlPpooX3P70n8RQyG80f1SBAxdn4M42Q1+YE8poRjJx1ZgxVoQ8Rnag==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "sparqljson-to-tree": "^2.0.0" + } + }, + "@comunica/bus-context-preprocess": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.22.0.tgz", + "integrity": "sha512-N4Lmu8JovfhDBOuyhG/7Gaig4v+nWFYbrhCRpj5gSnbn4J8WwqNmcbwVWWi3jCgw/SGsk3QRIQaFXyS3IigydQ==", + "dev": true + }, + "@comunica/bus-http": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@comunica/bus-http/-/bus-http-1.22.1.tgz", + "integrity": "sha512-CZ0NDWZH0k0FOshuRQJzYr3Z+2ZM1vqr9ZepONuaoYDwyKaxl29xPs3hNfjSy6YawjEQP+elr/WDc3TxKIpu8g==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@types/readable-stream": "^2.3.11", + "is-stream": "^2.0.0", + "readable-web-to-node-stream": "^3.0.2", + "web-streams-node": "^0.4.0" + } + }, + "@comunica/bus-http-invalidate": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.22.0.tgz", + "integrity": "sha512-JQnEvU9s+Q/OBUdKEbI15QPyO4d7opkGi1nGah9aMpFx7o3CuIa62SuzmDokfgHXOIVaOh2e6gWDNuFjCj9cBA==", + "dev": true + }, + "@comunica/bus-init": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.22.0.tgz", + "integrity": "sha512-NIfEJLI8EYFdTWJB0PV/lxPagStPl+gUj3LtOnovcF1ZhC5rgcJSC/tq1r04n0TziY2KVangnLDsF4752LjD6g==", + "dev": true + }, + "@comunica/bus-optimize-query-operation": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-optimize-query-operation/-/bus-optimize-query-operation-1.22.0.tgz", + "integrity": "sha512-psRjzvqYdohXIM9AYRDawe0axJM8S1RfeRWsbi+f4z18axEDMq/FEBRkmbpCoZaQ2DR2a16RcUr0ItgchWHUJQ==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/bus-query-operation": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-query-operation/-/bus-query-operation-1.22.0.tgz", + "integrity": "sha512-4qRytLHR+1ghNsct9+OArnXDPQt8/PGTwLsseI7ACZ0Q8Ao1Oq212nNshC5Vl90bueh20iksHfBFBogttzsTDA==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@comunica/data-factory": "^1.22.0", + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "immutable": "^3.8.2", + "rdf-string": "^1.5.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/bus-rdf-dereference": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference/-/bus-rdf-dereference-1.22.2.tgz", + "integrity": "sha512-dtLEmCzlscpe8AqEver8H+7a7UzyOXslUQ00VE+igt/+oAQvJpRBCQ3yB6XkyjAV/+ApLrbAjpCRf3Gp2NWfgg==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/bus-rdf-dereference-paged": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-dereference-paged/-/bus-rdf-dereference-paged-1.22.0.tgz", + "integrity": "sha512-UMjrL8VXP5gMcESAOqMq/yhaK6MlFRPtewcG7hpOEkCKUaR2Ss3N7caGCkBc3c2aLvCjuD3aZXiiRfR+JuzRRA==", + "dev": true, + "requires": { + "@rdfjs/types": "*", + "asynciterator": "^3.2.0" + } + }, + "@comunica/bus-rdf-join": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-join/-/bus-rdf-join-1.22.0.tgz", + "integrity": "sha512-kxxoOnSgMCEIhU1ToSnucT1nv6ktoPwTPr3uVt/q36873WdCnfUGgd1yAMGQfTQWQbOf9BlL2dYHmJkzPvx78A==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0" + } + }, + "@comunica/bus-rdf-metadata": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata/-/bus-rdf-metadata-1.22.0.tgz", + "integrity": "sha512-d/eHq4ofHDll2c9SFQkxGFg8rwsezOQJ5vktGEaic1k57297ke4tEG4JB0MdgZCUNwLieAtEtB81qj0mqW1WaA==", + "dev": true, + "requires": { + "@rdfjs/types": "*" + } + }, + "@comunica/bus-rdf-metadata-extract": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-metadata-extract/-/bus-rdf-metadata-extract-1.22.0.tgz", + "integrity": "sha512-u7YXAKh3jXbPBE1ATciwwdYjwi8BNDi6hkRYxszD+IKJeW6x62VXiw24sraR3mvJohl3a2tR9nQHWv9Khijisg==", + "dev": true, + "requires": { + "@comunica/types": "^1.22.0", + "@rdfjs/types": "*", + "graphql-ld": "^1.4.0", + "rdf-store-stream": "^1.3.0", + "sparqlalgebrajs": "^3.0.0", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/bus-rdf-parse": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse/-/bus-rdf-parse-1.22.0.tgz", + "integrity": "sha512-ohZGlabX5K+dEmn+v4BzP+IZVyRc1ovWItHDLznnRqsHQr8W19WPG21lEFh5kk2MK4YnyQWmlUax1Yxrg7cbXg==", + "dev": true, + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/bus-rdf-parse-html": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-parse-html/-/bus-rdf-parse-html-1.22.0.tgz", + "integrity": "sha512-zqdLdF5qvru1vnzN4t9eXpJhi6khKm1ZWhUovBB9pfYnnyGRCQCPlFpcgJPrD8JfKd6nTvhgdLB5QcAbBb1I0A==", + "dev": true, + "requires": { + "@rdfjs/types": "*" + } + }, + "@comunica/bus-rdf-resolve-hypermedia": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia/-/bus-rdf-resolve-hypermedia-1.22.0.tgz", + "integrity": "sha512-stZUCKUOkt7DCwgSZdhY6tFiUEj4sbkjroJg6BfA3ATJptH7waINPn1D0ytrg0NHy1+vuU+5H1E6/Qtlczuk0g==", + "dev": true, + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0" + } + }, + "@comunica/bus-rdf-resolve-hypermedia-links": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.22.0.tgz", + "integrity": "sha512-w76L61DC/7PchmONzf7wYuMlN08TWN9Vr+ulse84/4+jResEYzCji5kYJV4AiAKQ868ufwuGJuskf6FJlUjqFg==", + "dev": true + }, + "@comunica/bus-rdf-resolve-hypermedia-links-queue": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links-queue/-/bus-rdf-resolve-hypermedia-links-queue-1.22.0.tgz", + "integrity": "sha512-2l+AEDwEIGD19ogk3umDuV25h0xMpHCMliefK8aL3iUqw1LzY93aHx7A2BgidfdQKrWog6R+vkazTaL/duTX2w==", + "dev": true + }, + "@comunica/bus-rdf-resolve-quad-pattern": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-quad-pattern/-/bus-rdf-resolve-quad-pattern-1.22.0.tgz", + "integrity": "sha512-Re3hM8mwqbPNuS23Uh0GvMI+ryC6gWMrC+johCWhDOX+iYqLv1bUgfrC0tZE4v7reMyYp6nuCVHa/9o+F3Fweg==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/bus-rdf-serialize": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-serialize/-/bus-rdf-serialize-1.22.0.tgz", + "integrity": "sha512-GY07qx6IIfM2GoIa8Vm8rq+iU2d/r7T6fBX61ZJxAsNKrbhtniuaqMrdZ2CL6sYKSBxVTNeRzP2l+d55So8v2Q==", + "dev": true, + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.22.0", + "@rdfjs/types": "*" + } + }, + "@comunica/bus-rdf-update-hypermedia": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-update-hypermedia/-/bus-rdf-update-hypermedia-1.22.2.tgz", + "integrity": "sha512-pvTEAKDgpCuUcR+JK/8VbuhiL1WYBMe9nyWdHZrrVhQC6hJMKB6Gmrly3qc8JKVk8iPmpYyAT4Ea29DxEIl6HQ==", + "dev": true, + "requires": { + "@comunica/bus-rdf-update-quads": "^1.22.2" + } + }, + "@comunica/bus-rdf-update-quads": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-update-quads/-/bus-rdf-update-quads-1.22.2.tgz", + "integrity": "sha512-MnczplJyAwZrfPAMfORKG+U8xdTxUbdKUcbopOk82JJvN3AjiDrbBetp3eS+Q+O+wV4Ae0kzrng+Q1aJ3zpiRA==", + "dev": true, + "requires": { + "@comunica/bus-http": "^1.22.1", + "@comunica/context-entries": "^1.22.0", + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "stream-to-string": "^1.2.0" + } + }, + "@comunica/bus-sparql-parse": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-parse/-/bus-sparql-parse-1.22.0.tgz", + "integrity": "sha512-3xnsbh5wfiCuFPMa2RHzzIIBkwVRUEdao4iydzlp3mTJjU5huWSyL6zvteIm/lIjW0HbWCQY5QfQ1FiAyZB6lA==", + "dev": true, + "requires": { + "sparqlalgebrajs": "^3.0.0" + } + }, + "@comunica/bus-sparql-serialize": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/bus-sparql-serialize/-/bus-sparql-serialize-1.22.0.tgz", + "integrity": "sha512-qBlhEkEwtScGLrlebu2YqWbyAR/765zNtxqQqUBfEXaf+3ahmSACpwKFMuxJh0v7VXWCQNKYTA5WfFlEz7V4Uw==", + "dev": true, + "requires": { + "@comunica/actor-abstract-mediatyped": "^1.22.0", + "@comunica/types": "^1.22.0" + } + }, + "@comunica/context-entries": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/context-entries/-/context-entries-1.22.0.tgz", + "integrity": "sha512-HOYr1HdhgavxABpw8saZa9pueLAeGVVd/6cZ3FWcYnH3CvfQu6Ima06Gd00QdIAiGjQm01qQcWCxp0xURiqLKg==", + "dev": true + }, + "@comunica/core": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/core/-/core-1.22.0.tgz", + "integrity": "sha512-tgozygRFTd6t6l0YyvfVUWNC+KXWiTlBclkxtzFioQsplKvUSvg1TPjopRk8hhAvMaNRGMNBK2ZafNaqNTkI4w==", + "dev": true, + "requires": { + "@comunica/context-entries": "^1.22.0", + "@comunica/types": "^1.22.0", + "immutable": "^3.8.2" + } + }, + "@comunica/data-factory": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/data-factory/-/data-factory-1.22.0.tgz", + "integrity": "sha512-t18NJMdB6n/CjhNKIfofTkAL2YClj842se8utnk2sfCis9OIdUW8EuRfR9iyFHmVFdfe2RjEeKBPd6iye5Ns3Q==", + "dev": true, + "requires": { + "@rdfjs/types": "*" + } + }, + "@comunica/logger-pretty": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.22.0.tgz", + "integrity": "sha512-YCCRDIvbhWAygEqADnKnbCt7jnR4AasnoukLOQKyv1JAYxEV61FqReGG2LMtCqYR4VWUAa9tr51Ov+vOH1cMBg==", + "dev": true + }, + "@comunica/logger-void": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.22.0.tgz", + "integrity": "sha512-ORLVmoE47wqWZGdNKcZ8wpnEHtfcUKGhnDt5KbS/YV2qv4m/dG9eNIn6ax5FZeX2EFDSzWtlvMYNxNFhTvb7VQ==", + "dev": true + }, + "@comunica/mediator-all": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.22.0.tgz", + "integrity": "sha512-jr+tYDDDJuVeW20yauB6GH3Xov0I9eW1y0V69hgcFgyi2xTBN1z+X7OkLjOBVFzYJnHmpr+rLvpxkZIiYcOW/w==", + "dev": true + }, + "@comunica/mediator-combine-pipeline": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.22.0.tgz", + "integrity": "sha512-SSXOvup8vlw1tS60RICXO3N+pK+7OzpwFmw5VuIVfliIdzAklEBoMUy4BucxlyX64Pgvt6nUXvaSvY3JGf9GXw==", + "dev": true + }, + "@comunica/mediator-combine-union": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.22.0.tgz", + "integrity": "sha512-iUHmEGgWVmk02e80uB7w8xZ5vgTLpiqzrImvbokolJzWcVbobVCUkq8DUxzz3FJbNVRGipZUFrOqkRPAuAX6FA==", + "dev": true + }, + "@comunica/mediator-number": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.22.0.tgz", + "integrity": "sha512-KDPlJEvj0Lu+JygGXjnH8pf33k01lJ+wgzUlWK216jZJ1Px2lTlfc/COhSqi/e0y+k4ZSBcxx0gnjt2awMpbrQ==", + "dev": true + }, + "@comunica/mediator-race": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.22.0.tgz", + "integrity": "sha512-hIMaHyf9M4jOS0199OURSVgWFmzkyF2K2keuAb+iHoCH3UUcUnWjPOL1TrdkxvaUnrxmsBWR9SXbnqgMnhIsiQ==", + "dev": true + }, + "@comunica/mediatortype-iterations": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/mediatortype-iterations/-/mediatortype-iterations-1.22.0.tgz", + "integrity": "sha512-pN8aCGSh19FFu2IHjXJdCib2ewhOuW+DzQVkGTG0oD472amqQAlBVNxR38QParVP/ra70Isnbp+mfFlFLHrkYg==", + "dev": true + }, + "@comunica/runner": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/runner/-/runner-1.22.0.tgz", + "integrity": "sha512-U2coGGD2n/fmu6zOGPBXAvsG/pjJ3agblX0bxpRvspsZdScE/8N+5rDil1lacIayAn/JE2g4oRZgI4WZ4ZicvA==", + "dev": true, + "requires": { + "componentsjs": "^4.0.6" + } + }, + "@comunica/runner-cli": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/runner-cli/-/runner-cli-1.22.0.tgz", + "integrity": "sha512-bkMMOJKv5zEilxgFNmVIE4SX0xNDUUoHn4J/fEakhbGtLkhmrKSKlVTU4lv3opIn3yM9jZXxyJgda1DmZMld+Q==", + "dev": true, + "requires": { + "@comunica/runner": "^1.22.0" + } + }, + "@comunica/types": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@comunica/types/-/types-1.22.0.tgz", + "integrity": "sha512-ZQ8p+ZvMAKmdq6Hz2QwqIQ2JScwRMotiWz0iSw2zYHsYQOhVmLg7HSMzMHpWNEA5UWzO/A5A+Co/ONXMhlnx3g==", + "dev": true, + "requires": { + "@rdfjs/types": "*", + "asynciterator": "^3.2.0", + "immutable": "^3.8.2", + "sparqlalgebrajs": "^3.0.1" + } + }, + "@comunica/utils-datasource": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/@comunica/utils-datasource/-/utils-datasource-1.22.2.tgz", + "integrity": "sha512-f4md6ydlNu/0lCrcts0T+Rqwbyx68IdmCvyd8DChg/hWlVqKbrKW8RKPzYhIN7kyF/+IDqg0a0KVpoaaD1mBYw==", + "dev": true, + "requires": { + "@comunica/bus-rdf-resolve-quad-pattern": "^1.22.0", + "@comunica/bus-rdf-update-quads": "^1.22.2", + "@comunica/context-entries": "^1.22.0", + "asynciterator": "^3.2.0" + } + }, + "@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "0.3.9" } }, "@dabh/diagnostics": { @@ -15041,1612 +19022,3312 @@ "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", "dev": true, "requires": { - "colorspace": "1.1.x", - "enabled": "2.0.x", - "kuler": "^2.0.0" + "colorspace": "1.1.x", + "enabled": "2.0.x", + "kuler": "^2.0.0" + } + }, + "@es-joy/jsdoccomment": { + "version": "0.50.2", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.50.2.tgz", + "integrity": "sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==", + "dev": true, + "requires": { + "@types/estree": "^1.0.6", + "@typescript-eslint/types": "^8.11.0", + "comment-parser": "1.4.1", + "esquery": "^1.6.0", + "jsdoc-type-pratt-parser": "~4.1.0" + }, + "dependencies": { + "@typescript-eslint/types": { + "version": "8.37.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.37.0.tgz", + "integrity": "sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==", + "dev": true + } + } + }, + "@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", + "dev": true + }, + "@eslint/eslintrc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz", + "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.5.1", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "@eslint/js": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz", + "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==", + "dev": true + }, + "@humanwhocodes/config-array": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + }, + "dependencies": { + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "@isaacs/balanced-match": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", + "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", + "dev": true + }, + "@isaacs/brace-expansion": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz", + "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==", + "dev": true, + "requires": { + "@isaacs/balanced-match": "^4.0.1" + } + }, + "@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "requires": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true + }, + "ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true + }, + "emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "requires": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + } + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + }, + "wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "requires": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + } + } + } + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + } + } + }, + "@istanbuljs/nyc-config-typescript": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/nyc-config-typescript/-/nyc-config-typescript-1.0.2.tgz", + "integrity": "sha512-iKGIyMoyJuFnJRSVTZ78POIRvNnwZaWIf8vG4ZS3rQq58MMDrqEX2nnzx0R28V2X8JvmKYiqY9FP2hlJsm8A0w==", + "dev": true, + "requires": { + "@istanbuljs/schema": "^0.1.2" + } + }, + "@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==", + "dev": true + }, + "@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@keyv/redis": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@keyv/redis/-/redis-2.2.2.tgz", + "integrity": "sha512-/Md3orSEJr/6oAHt+OlQydEJLf/bWI82YaHCje6BqZGHJJsCZ6LfrNIB0GrC3qWE8NB7vaG94y7L4mOXL8ztbg==", + "requires": { + "ioredis": "^4.28.2" + } + }, + "@lukeed/csprng": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", + "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==", + "dev": true + }, + "@nestjs/axios": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-4.0.0.tgz", + "integrity": "sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==", + "dev": true + }, + "@nestjs/common": { + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.3.tgz", + "integrity": "sha512-ogEK+GriWodIwCw6buQ1rpcH4Kx+G7YQ9EwuPySI3rS05pSdtQ++UhucjusSI9apNidv+QURBztJkRecwwJQXg==", + "dev": true, + "requires": { + "file-type": "21.0.0", + "iterare": "1.2.1", + "load-esm": "1.0.2", + "tslib": "2.8.1", + "uid": "2.0.2" + } + }, + "@nestjs/core": { + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.3.tgz", + "integrity": "sha512-5lTni0TCh8x7bXETRD57pQFnKnEg1T6M+VLE7wAmyQRIecKQU+2inRGZD+A4v2DC1I04eA0WffP0GKLxjOKlzw==", + "dev": true, + "requires": { + "@nuxt/opencollective": "0.4.1", + "fast-safe-stringify": "2.1.1", + "iterare": "1.2.1", + "path-to-regexp": "8.2.0", + "tslib": "2.8.1", + "uid": "2.0.2" + }, + "dependencies": { + "path-to-regexp": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "dev": true + } + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@npmcli/move-file": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz", + "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==", + "requires": { + "mkdirp": "^1.0.4" + }, + "dependencies": { + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + } + } + }, + "@nuxt/opencollective": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz", + "integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==", + "dev": true, + "requires": { + "consola": "^3.2.3" + } + }, + "@nuxtjs/opencollective": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz", + "integrity": "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "consola": "^2.15.0", + "node-fetch": "^2.6.1" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@oclif/color": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.13.tgz", + "integrity": "sha512-/2WZxKCNjeHlQogCs1VBtJWlPXjwWke/9gMrwsVsrUt00g2V6LUBvwgwrxhrXepjOmq4IZ5QeNbpDMEOUlx/JA==", + "dev": true, + "requires": { + "ansi-styles": "^4.2.1", + "chalk": "^4.1.0", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "tslib": "^2" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@oclif/command": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.4.tgz", + "integrity": "sha512-fZVzaIzC0CSj5KCgAp84Z+LHqSwElA6G2lCRiQW4UfDaOx1CrHXbUCqGDBpV6lG1sobuJzKlsS6mh5fmJWeEyw==", + "dev": true, + "requires": { + "@oclif/config": "^1.17.1", + "@oclif/errors": "^1.3.5", + "@oclif/parser": "^3.8.6", + "@oclif/plugin-help": "^3.2.6", + "debug": "^4.1.1", + "semver": "^7.3.2" + }, + "dependencies": { + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + } + } + }, + "@oclif/config": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.1.tgz", + "integrity": "sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==", + "dev": true, + "requires": { + "@oclif/errors": "^1.3.3", + "@oclif/parser": "^3.8.0", + "debug": "^4.1.1", + "globby": "^11.0.1", + "is-wsl": "^2.1.1", + "tslib": "^2.0.0" + } + }, + "@oclif/core": { + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.26.1.tgz", + "integrity": "sha512-g+OWJcM7JOVI53caTEtq0BB1nPotWctRLUyFODPgvDqXhVR7QED+Qz3LwFAMD8dt7/Ar2ZNq15U3bnpnOv453A==", + "dev": true, + "requires": { + "@oclif/linewrap": "^1.0.0", + "@oclif/screen": "^3.0.4", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.10.0", + "debug": "^4.3.4", + "ejs": "^3.1.6", + "fs-extra": "^9.1.0", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "semver": "^7.3.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "tslib": "^2.4.1", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@oclif/errors": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", + "integrity": "sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==", + "dev": true, + "requires": { + "clean-stack": "^3.0.0", + "fs-extra": "^8.1", + "indent-string": "^4.0.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + } + } + }, + "@oclif/help": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@oclif/help/-/help-1.0.15.tgz", + "integrity": "sha512-Yt8UHoetk/XqohYX76DfdrUYLsPKMc5pgkzsZVHDyBSkLiGRzujVaGZdjr32ckVZU9q3a47IjhWxhip7Dz5W/g==", + "dev": true, + "requires": { + "@oclif/config": "1.18.16", + "@oclif/errors": "1.3.6", + "chalk": "^4.1.2", + "indent-string": "^4.0.0", + "lodash": "^4.17.21", + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "widest-line": "^3.1.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "@oclif/config": { + "version": "1.18.16", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.16.tgz", + "integrity": "sha512-VskIxVcN22qJzxRUq+raalq6Q3HUde7sokB7/xk5TqRZGEKRVbFeqdQBxDWwQeudiJEgcNiMvIFbMQ43dY37FA==", + "dev": true, + "requires": { + "@oclif/errors": "^1.3.6", + "@oclif/parser": "^3.8.16", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-wsl": "^2.1.1", + "tslib": "^2.6.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "@oclif/linewrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz", + "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==", + "dev": true + }, + "@oclif/parser": { + "version": "3.8.17", + "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.17.tgz", + "integrity": "sha512-l04iSd0xoh/16TGVpXb81Gg3z7tlQGrEup16BrVLsZBK6SEYpYHRJZnM32BwZrHI97ZSFfuSwVlzoo6HdsaK8A==", + "dev": true, + "requires": { + "@oclif/errors": "^1.3.6", + "@oclif/linewrap": "^1.0.0", + "chalk": "^4.1.0", + "tslib": "^2.6.2" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@oclif/plugin-autocomplete": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz", + "integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==", + "dev": true, + "requires": { + "@oclif/core": "^2.15.0", + "chalk": "^4.1.0", + "debug": "^4.3.4" + }, + "dependencies": { + "@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "requires": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@oclif/plugin-help": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.3.1.tgz", + "integrity": "sha512-QuSiseNRJygaqAdABYFWn/H1CwIZCp9zp/PLid6yXvy6VcQV7OenEFF5XuYaCvSARe2Tg9r8Jqls5+fw1A9CbQ==", + "dev": true, + "requires": { + "@oclif/command": "^1.8.15", + "@oclif/config": "1.18.2", + "@oclif/errors": "1.3.5", + "@oclif/help": "^1.0.1", + "chalk": "^4.1.2", + "indent-string": "^4.0.0", + "lodash": "^4.17.21", + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "widest-line": "^3.1.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "@oclif/command": { + "version": "1.8.36", + "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.36.tgz", + "integrity": "sha512-/zACSgaYGtAQRzc7HjzrlIs14FuEYAZrMOEwicRoUnZVyRunG4+t5iSEeQu0Xy2bgbCD0U1SP/EdeNZSTXRwjQ==", + "dev": true, + "requires": { + "@oclif/config": "^1.18.2", + "@oclif/errors": "^1.3.6", + "@oclif/help": "^1.0.1", + "@oclif/parser": "^3.8.17", + "debug": "^4.1.1", + "semver": "^7.5.4" + }, + "dependencies": { + "@oclif/errors": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", + "integrity": "sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==", + "dev": true, + "requires": { + "clean-stack": "^3.0.0", + "fs-extra": "^8.1", + "indent-string": "^4.0.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "@oclif/config": { + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz", + "integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==", + "dev": true, + "requires": { + "@oclif/errors": "^1.3.3", + "@oclif/parser": "^3.8.0", + "debug": "^4.1.1", + "globby": "^11.0.1", + "is-wsl": "^2.1.1", + "tslib": "^2.0.0" + } + }, + "@oclif/errors": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz", + "integrity": "sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==", + "dev": true, + "requires": { + "clean-stack": "^3.0.0", + "fs-extra": "^8.1", + "indent-string": "^4.0.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "@oclif/plugin-not-found": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz", + "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==", + "dev": true, + "requires": { + "@oclif/core": "^2.15.0", + "chalk": "^4", + "fast-levenshtein": "^3.0.0" + }, + "dependencies": { + "@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "requires": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "fast-levenshtein": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", + "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", + "dev": true, + "requires": { + "fastest-levenshtein": "^1.0.7" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@oclif/plugin-plugins": { + "version": "2.4.7", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-2.4.7.tgz", + "integrity": "sha512-6fzUDLWrSK7n6+EBrEekEEYrYTCneRoOF9TzojkjuFn1+ailvUlr98G90bblxKOyy8fqMe7QjvqwTgIDQ9ZIzg==", + "dev": true, + "requires": { + "@oclif/color": "^1.0.4", + "@oclif/core": "^2.8.2", + "chalk": "^4.1.2", + "debug": "^4.3.4", + "fs-extra": "^9.0", + "http-call": "^5.2.2", + "load-json-file": "^5.3.0", + "npm-run-path": "^4.0.1", + "semver": "^7.5.0", + "tslib": "^2.4.1", + "yarn": "^1.22.18" + }, + "dependencies": { + "@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "requires": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, - "@es-joy/jsdoccomment": { - "version": "0.50.2", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.50.2.tgz", - "integrity": "sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==", + "@oclif/plugin-version": { + "version": "1.3.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.10.tgz", + "integrity": "sha512-TiRZALUcv4hwGTPoTyA3nOWtRew9DT4Ge1FeYx16xnuAsWryvJe3IHXmCm6b1VYhzTJhV2XH5U1DqllrQB2YaA==", "dev": true, "requires": { - "@types/estree": "^1.0.6", - "@typescript-eslint/types": "^8.11.0", - "comment-parser": "1.4.1", - "esquery": "^1.6.0", - "jsdoc-type-pratt-parser": "~4.1.0" + "@oclif/core": "^2.15.0" }, "dependencies": { - "@typescript-eslint/types": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.37.0.tgz", - "integrity": "sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==", + "@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "requires": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, - "@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^3.3.0" - } - }, - "@eslint-community/regexpp": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", - "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", + "@oclif/screen": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-3.0.8.tgz", + "integrity": "sha512-yx6KAqlt3TAHBduS2fMQtJDL2ufIHnDRArrJEOoTTuizxqmjLT+psGYOHpmMl3gvQpFJ11Hs76guUUktzAF9Bg==", "dev": true }, - "@eslint/eslintrc": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz", - "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==", + "@openapitools/openapi-generator-cli": { + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.21.1.tgz", + "integrity": "sha512-y9nWEHHVELVobuSJ79rEvF2u+VY/qNy09U4tU9NdPvhxHhblLsznM3XfYO9gSWCNT3cbcFHe+fIJmByY+OipEQ==", "dev": true, "requires": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.5.1", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" + "@nestjs/axios": "4.0.0", + "@nestjs/common": "11.1.3", + "@nestjs/core": "11.1.3", + "@nuxtjs/opencollective": "0.3.2", + "axios": "1.10.0", + "chalk": "4.1.2", + "commander": "8.3.0", + "compare-versions": "4.1.4", + "concurrently": "9.2.0", + "console.table": "0.10.0", + "fs-extra": "11.3.0", + "glob": "11.0.3", + "inquirer": "8.2.6", + "lodash": "4.17.21", + "proxy-agent": "6.5.0", + "reflect-metadata": "0.2.2", + "rxjs": "7.8.2", + "tslib": "2.8.1" }, "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + } }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "fs-extra": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dev": true, "requires": { - "ms": "2.1.2" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" } }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "glob": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", + "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", + "dev": true, + "requires": { + "foreground-child": "^3.3.1", + "jackspeak": "^4.1.1", + "minimatch": "^10.0.3", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, - "globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "minimatch": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", + "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", "dev": true, "requires": { - "type-fest": "^0.20.2" + "@isaacs/brace-expansion": "^5.0.0" } }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + }, + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "has-flag": "^4.0.0" + } + } + } + }, + "@puppeteer/browsers": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.6.1.tgz", + "integrity": "sha512-aBSREisdsGH890S2rQqK82qmQYU3uFpSH8wcZWHgHzl3LfzsxAKbLNiAG9mO8v1Y0UICBeClICxPJvyr0rcuxg==", + "dev": true, + "requires": { + "debug": "^4.4.0", + "extract-zip": "^2.0.1", + "progress": "^2.0.3", + "proxy-agent": "^6.5.0", + "semver": "^7.6.3", + "tar-fs": "^3.0.6", + "unbzip2-stream": "^1.4.3", + "yargs": "^17.7.2" + }, + "dependencies": { + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" } }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "requires": { - "argparse": "^2.0.1" + "ms": "^2.1.3" } }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, "requires": { - "brace-expansion": "^1.1.7" + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" } }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true } } }, - "@eslint/js": { - "version": "8.38.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz", - "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==", - "dev": true + "@rdfjs/types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@rdfjs/types/-/types-1.1.0.tgz", + "integrity": "sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==", + "dev": true, + "requires": { + "@types/node": "*" + } }, - "@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "@sentry-internal/tracing": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.120.3.tgz", + "integrity": "sha512-Ausx+Jw1pAMbIBHStoQ6ZqDZR60PsCByvHdw/jdH9AqPrNE9xlBSf9EwcycvmrzwyKspSLaB52grlje2cRIUMg==", "dev": true, "requires": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } + "@sentry/core": "7.120.3", + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3" } }, - "@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true + "@sentry/core": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.120.3.tgz", + "integrity": "sha512-vyy11fCGpkGK3qI5DSXOjgIboBZTriw0YDx/0KyX5CjIjDDNgp5AGgpgFkfZyiYiaU2Ww3iFuKo4wHmBusz1uA==", + "dev": true, + "requires": { + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3" + } }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "@sentry/integrations": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.120.3.tgz", + "integrity": "sha512-6i/lYp0BubHPDTg91/uxHvNui427df9r17SsIEXa2eKDwQ9gW2qRx5IWgvnxs2GV/GfSbwcx4swUB3RfEWrXrQ==", + "dev": true, + "requires": { + "@sentry/core": "7.120.3", + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3", + "localforage": "^1.8.1" + } }, - "@isaacs/balanced-match": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", - "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", + "@sentry/node": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.120.3.tgz", + "integrity": "sha512-t+QtekZedEfiZjbkRAk1QWJPnJlFBH/ti96tQhEq7wmlk3VszDXraZvLWZA0P2vXyglKzbWRGkT31aD3/kX+5Q==", + "dev": true, + "requires": { + "@sentry-internal/tracing": "7.120.3", + "@sentry/core": "7.120.3", + "@sentry/integrations": "7.120.3", + "@sentry/types": "7.120.3", + "@sentry/utils": "7.120.3" + } + }, + "@sentry/types": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.120.3.tgz", + "integrity": "sha512-C4z+3kGWNFJ303FC+FxAd4KkHvxpNFYAFN8iMIgBwJdpIl25KZ8Q/VdGn0MLLUEHNLvjob0+wvwlcRBBNLXOow==", "dev": true }, - "@isaacs/brace-expansion": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz", - "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==", + "@sentry/utils": { + "version": "7.120.3", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.120.3.tgz", + "integrity": "sha512-UDAOQJtJDxZHQ5Nm1olycBIsz2wdGX8SdzyGVHmD8EOQYAeDZQyIlQYohDe9nazdIOQLZCIc3fU0G9gqVLkaGQ==", "dev": true, "requires": { - "@isaacs/balanced-match": "^4.0.1" + "@sentry/types": "7.120.3" } }, - "@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "@sinonjs/commons": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", + "integrity": "sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==", "dev": true, "requires": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true - }, - "ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "dev": true - }, - "emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "requires": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - } - }, - "strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "requires": { - "ansi-regex": "^6.0.1" - } - }, - "wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "requires": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - } - } + "type-detect": "4.0.8" } }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "@sinonjs/fake-timers": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", + "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", "dev": true, "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" + "@sinonjs/commons": "^1.7.0" + } + }, + "@sinonjs/samsam": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz", + "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==", + "dev": true, + "requires": { + "@sinonjs/commons": "^1.6.0", + "lodash.get": "^4.4.2", + "type-detect": "^4.0.8" + } + }, + "@sinonjs/text-encoding": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz", + "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", + "dev": true + }, + "@tokenizer/inflate": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz", + "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==", + "dev": true, + "requires": { + "debug": "^4.4.0", + "fflate": "^0.8.2", + "token-types": "^6.0.0" }, "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true } } }, - "@istanbuljs/nyc-config-typescript": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@istanbuljs/nyc-config-typescript/-/nyc-config-typescript-1.0.2.tgz", - "integrity": "sha512-iKGIyMoyJuFnJRSVTZ78POIRvNnwZaWIf8vG4ZS3rQq58MMDrqEX2nnzx0R28V2X8JvmKYiqY9FP2hlJsm8A0w==", - "dev": true, - "requires": { - "@istanbuljs/schema": "^0.1.2" - } + "@tokenizer/token": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", + "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==", + "dev": true }, - "@istanbuljs/schema": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", - "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==", + "@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" + }, + "@tootallnate/quickjs-emscripten": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", + "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", "dev": true }, - "@jridgewell/resolve-uri": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", "dev": true }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", "dev": true }, - "@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "@types/adm-zip": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.7.tgz", + "integrity": "sha512-DNEs/QvmyRLurdQPChqq0Md4zGvPwHerAJYWk9l2jCbD1VPpnzRJorOdiq4zsw09NFbYnhfsoEhWtxIzXpn2yw==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@types/node": "*" } }, - "@keyv/redis": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@keyv/redis/-/redis-2.2.2.tgz", - "integrity": "sha512-/Md3orSEJr/6oAHt+OlQydEJLf/bWI82YaHCje6BqZGHJJsCZ6LfrNIB0GrC3qWE8NB7vaG94y7L4mOXL8ztbg==", + "@types/cli-progress": { + "version": "3.11.6", + "resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.6.tgz", + "integrity": "sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==", + "dev": true, "requires": { - "ioredis": "^4.28.2" + "@types/node": "*" } }, - "@lukeed/csprng": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", - "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==", + "@types/clone": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@types/clone/-/clone-2.1.4.tgz", + "integrity": "sha512-NKRWaEGaVGVLnGLB2GazvDaZnyweW9FJLLFL5LhywGJB3aqGMT9R/EUoJoSRP4nzofYnZysuDmrEJtJdAqUOtQ==", "dev": true }, - "@nestjs/axios": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-4.0.0.tgz", - "integrity": "sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==", + "@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true }, - "@nestjs/common": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.3.tgz", - "integrity": "sha512-ogEK+GriWodIwCw6buQ1rpcH4Kx+G7YQ9EwuPySI3rS05pSdtQ++UhucjusSI9apNidv+QURBztJkRecwwJQXg==", + "@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, "requires": { - "file-type": "21.0.0", - "iterare": "1.2.1", - "load-esm": "1.0.2", - "tslib": "2.8.1", - "uid": "2.0.2" + "@types/minimatch": "*", + "@types/node": "*" } }, - "@nestjs/core": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.3.tgz", - "integrity": "sha512-5lTni0TCh8x7bXETRD57pQFnKnEg1T6M+VLE7wAmyQRIecKQU+2inRGZD+A4v2DC1I04eA0WffP0GKLxjOKlzw==", + "@types/http-link-header": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.5.tgz", + "integrity": "sha512-AxhIKR8UbyoqCTNp9rRepkktHuUOw3DjfOfDCaO9kwI8AYzjhxyrvZq4+mRw/2daD3hYDknrtSeV6SsPwmc71w==", "dev": true, "requires": { - "@nuxt/opencollective": "0.4.1", - "fast-safe-stringify": "2.1.1", - "iterare": "1.2.1", - "path-to-regexp": "8.2.0", - "tslib": "2.8.1", - "uid": "2.0.2" - }, - "dependencies": { - "path-to-regexp": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", - "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", - "dev": true - } + "@types/node": "*" } }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } + "@types/js-yaml": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", + "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", + "dev": true }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", "dev": true }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } + "@types/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", + "dev": true }, - "@npmcli/move-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz", - "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==", - "requires": { - "mkdirp": "^1.0.4" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - } - } + "@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true }, - "@nuxt/opencollective": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz", - "integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==", + "@types/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", + "dev": true + }, + "@types/mocha": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", + "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "dev": true + }, + "@types/n3": { + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.16.4.tgz", + "integrity": "sha512-6PmHRYCCdjbbBV2UVC/HjtL6/5Orx9ku2CQjuojucuHvNvPmnm6+02B18YGhHfvU25qmX2jPXyYPHsMNkn+w2w==", "dev": true, "requires": { - "consola": "^3.2.3" + "@rdfjs/types": "^1.1.0", + "@types/node": "*" } }, - "@nuxtjs/opencollective": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz", - "integrity": "sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==", + "@types/node": { + "version": "13.13.52", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", + "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==", + "dev": true + }, + "@types/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", "dev": true, "requires": { - "chalk": "^4.1.0", - "consola": "^2.15.0", - "node-fetch": "^2.6.1" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "consola": { - "version": "2.15.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", - "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@types/node": "*", + "form-data": "^3.0.0" } }, - "@oclif/command": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.4.tgz", - "integrity": "sha512-fZVzaIzC0CSj5KCgAp84Z+LHqSwElA6G2lCRiQW4UfDaOx1CrHXbUCqGDBpV6lG1sobuJzKlsS6mh5fmJWeEyw==", + "@types/parse-link-header": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.1.tgz", + "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", + "dev": true + }, + "@types/readable-stream": { + "version": "2.3.15", + "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", + "integrity": "sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ==", "dev": true, "requires": { - "@oclif/config": "^1.17.1", - "@oclif/errors": "^1.3.5", - "@oclif/parser": "^3.8.6", - "@oclif/plugin-help": "^3.2.6", - "debug": "^4.1.1", - "semver": "^7.3.2" - }, - "dependencies": { - "semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true - } + "@types/node": "*", + "safe-buffer": "~5.1.1" } }, - "@oclif/config": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.1.tgz", - "integrity": "sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==", + "@types/retry": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", + "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==", + "dev": true + }, + "@types/semver": { + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "dev": true + }, + "@types/spark-md5": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/spark-md5/-/spark-md5-3.0.4.tgz", + "integrity": "sha512-qtOaDz+IXiNndPgYb6t1YoutnGvFRtWSNzpVjkAPCfB2UzTyybuD4Tjgs7VgRawum3JnJNRwNQd4N//SvrHg1Q==", + "dev": true + }, + "@types/sparqljs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.1.10.tgz", + "integrity": "sha512-rqMpUhl/d8B+vaACa6ZVdwPQ1JXw+KxiCc0cndgn/V6moRG3WjUAgoBnhSwfKtXD98wgMThDsc6R1+yRUuMsAg==", "dev": true, "requires": { - "@oclif/errors": "^1.3.3", - "@oclif/parser": "^3.8.0", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-wsl": "^2.1.1", - "tslib": "^2.0.0" + "@rdfjs/types": ">=1.0.0" } }, - "@oclif/errors": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", - "integrity": "sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==", + "@types/triple-beam": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz", + "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", + "dev": true + }, + "@types/uritemplate": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.6.tgz", + "integrity": "sha512-31BMGZ8GgLxgXxLnqg4KbbyYJjU1flhTTD2+PVQStVUPXSk0IIpK0zt+tH3eLT7ZRwLnzQw6JhYx69qza3U0wg==", + "dev": true + }, + "@types/uuid": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "dev": true + }, + "@types/xml": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.11.tgz", + "integrity": "sha512-9gktTjxBWoz4+X8ZOS+QRFM2/liMQgBv8Z36wuNnomK5jtXFq4IJa7Az4Hzoy+rYux343NkH9Dq+nzIdejVrjw==", "dev": true, "requires": { - "clean-stack": "^3.0.0", - "fs-extra": "^8.1", - "indent-string": "^4.0.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true - } + "@types/node": "*" } }, - "@oclif/help": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@oclif/help/-/help-1.0.15.tgz", - "integrity": "sha512-Yt8UHoetk/XqohYX76DfdrUYLsPKMc5pgkzsZVHDyBSkLiGRzujVaGZdjr32ckVZU9q3a47IjhWxhip7Dz5W/g==", + "@types/yargs": { + "version": "17.0.32", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", "dev": true, "requires": { - "@oclif/config": "1.18.16", - "@oclif/errors": "1.3.6", - "chalk": "^4.1.2", - "indent-string": "^4.0.0", - "lodash": "^4.17.21", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "widest-line": "^3.1.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "@oclif/config": { - "version": "1.18.16", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.16.tgz", - "integrity": "sha512-VskIxVcN22qJzxRUq+raalq6Q3HUde7sokB7/xk5TqRZGEKRVbFeqdQBxDWwQeudiJEgcNiMvIFbMQ43dY37FA==", - "dev": true, - "requires": { - "@oclif/errors": "^1.3.6", - "@oclif/parser": "^3.8.16", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-wsl": "^2.1.1", - "tslib": "^2.6.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } + "@types/yargs-parser": "*" } }, - "@oclif/linewrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz", - "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==", + "@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "dev": true }, - "@oclif/parser": { - "version": "3.8.17", - "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.17.tgz", - "integrity": "sha512-l04iSd0xoh/16TGVpXb81Gg3z7tlQGrEup16BrVLsZBK6SEYpYHRJZnM32BwZrHI97ZSFfuSwVlzoo6HdsaK8A==", + "@types/yauzl": { + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, + "optional": true, "requires": { - "@oclif/errors": "^1.3.6", - "@oclif/linewrap": "^1.0.0", - "chalk": "^4.1.0", - "tslib": "^2.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@types/node": "*" } }, - "@oclif/plugin-help": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.3.1.tgz", - "integrity": "sha512-QuSiseNRJygaqAdABYFWn/H1CwIZCp9zp/PLid6yXvy6VcQV7OenEFF5XuYaCvSARe2Tg9r8Jqls5+fw1A9CbQ==", - "dev": true, - "requires": { - "@oclif/command": "^1.8.15", - "@oclif/config": "1.18.2", - "@oclif/errors": "1.3.5", - "@oclif/help": "^1.0.1", - "chalk": "^4.1.2", - "indent-string": "^4.0.0", - "lodash": "^4.17.21", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "widest-line": "^3.1.0", - "wrap-ansi": "^6.2.0" + "@types/zen-observable": { + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/@types/zen-observable/-/zen-observable-0.8.7.tgz", + "integrity": "sha512-LKzNTjj+2j09wAo/vvVjzgw5qckJJzhdGgWHW7j69QIGdq/KnZrMAMIHQiWGl3Ccflh5/CudBAntTPYdprPltA==", + "dev": true + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz", + "integrity": "sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==", + "dev": true, + "requires": { + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/type-utils": "5.58.0", + "@typescript-eslint/utils": "5.58.0", + "debug": "^4.3.4", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "natural-compare-lite": "^1.4.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" }, "dependencies": { - "@oclif/command": { - "version": "1.8.36", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.36.tgz", - "integrity": "sha512-/zACSgaYGtAQRzc7HjzrlIs14FuEYAZrMOEwicRoUnZVyRunG4+t5iSEeQu0Xy2bgbCD0U1SP/EdeNZSTXRwjQ==", - "dev": true, - "requires": { - "@oclif/config": "^1.18.2", - "@oclif/errors": "^1.3.6", - "@oclif/help": "^1.0.1", - "@oclif/parser": "^3.8.17", - "debug": "^4.1.1", - "semver": "^7.5.4" - }, - "dependencies": { - "@oclif/errors": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.6.tgz", - "integrity": "sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==", - "dev": true, - "requires": { - "clean-stack": "^3.0.0", - "fs-extra": "^8.1", - "indent-string": "^4.0.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "@oclif/config": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz", - "integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==", - "dev": true, - "requires": { - "@oclif/errors": "^1.3.3", - "@oclif/parser": "^3.8.0", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-wsl": "^2.1.1", - "tslib": "^2.0.0" - } - }, - "@oclif/errors": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz", - "integrity": "sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==", - "dev": true, - "requires": { - "clean-stack": "^3.0.0", - "fs-extra": "^8.1", - "indent-string": "^4.0.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { - "graceful-fs": "^4.1.6" + "ms": "2.1.2" } }, "semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "lru-cache": "^6.0.0" } } } }, - "@openapitools/openapi-generator-cli": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.21.1.tgz", - "integrity": "sha512-y9nWEHHVELVobuSJ79rEvF2u+VY/qNy09U4tU9NdPvhxHhblLsznM3XfYO9gSWCNT3cbcFHe+fIJmByY+OipEQ==", + "@typescript-eslint/parser": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz", + "integrity": "sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==", "dev": true, "requires": { - "@nestjs/axios": "4.0.0", - "@nestjs/common": "11.1.3", - "@nestjs/core": "11.1.3", - "@nuxtjs/opencollective": "0.3.2", - "axios": "1.10.0", - "chalk": "4.1.2", - "commander": "8.3.0", - "compare-versions": "4.1.4", - "concurrently": "9.2.0", - "console.table": "0.10.0", - "fs-extra": "11.3.0", - "glob": "11.0.3", - "inquirer": "8.2.6", - "lodash": "4.17.21", - "proxy-agent": "6.5.0", - "reflect-metadata": "0.2.2", - "rxjs": "7.8.2", - "tslib": "2.8.1" + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", + "debug": "^4.3.4" }, "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "foreground-child": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.6", - "signal-exit": "^4.0.1" - } - }, - "fs-extra": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", - "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "ms": "2.1.2" } - }, - "glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", + } + } + }, + "@typescript-eslint/scope-manager": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz", + "integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0" + } + }, + "@typescript-eslint/type-utils": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz", + "integrity": "sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==", + "dev": true, + "requires": { + "@typescript-eslint/typescript-estree": "5.58.0", + "@typescript-eslint/utils": "5.58.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { - "foreground-child": "^3.3.1", - "jackspeak": "^4.1.1", - "minimatch": "^10.0.3", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^2.0.0" + "ms": "2.1.2" } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + } + } + }, + "@typescript-eslint/types": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", + "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", + "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { - "@isaacs/brace-expansion": "^5.0.0" + "ms": "2.1.2" } }, - "minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true - }, - "signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "semver": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", "dev": true, "requires": { - "has-flag": "^4.0.0" + "lru-cache": "^6.0.0" } } } }, - "@rdfjs/types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@rdfjs/types/-/types-1.1.0.tgz", - "integrity": "sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==", + "@typescript-eslint/utils": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.58.0.tgz", + "integrity": "sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==", "dev": true, "requires": { - "@types/node": "*" + "@eslint-community/eslint-utils": "^4.2.0", + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", + "eslint-scope": "^5.1.1", + "semver": "^7.3.7" + }, + "dependencies": { + "semver": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } } }, - "@sentry-internal/tracing": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.120.3.tgz", - "integrity": "sha512-Ausx+Jw1pAMbIBHStoQ6ZqDZR60PsCByvHdw/jdH9AqPrNE9xlBSf9EwcycvmrzwyKspSLaB52grlje2cRIUMg==", + "@typescript-eslint/visitor-keys": { + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", + "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", "dev": true, "requires": { - "@sentry/core": "7.120.3", - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3" + "@typescript-eslint/types": "5.58.0", + "eslint-visitor-keys": "^3.3.0" } }, - "@sentry/core": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.120.3.tgz", - "integrity": "sha512-vyy11fCGpkGK3qI5DSXOjgIboBZTriw0YDx/0KyX5CjIjDDNgp5AGgpgFkfZyiYiaU2Ww3iFuKo4wHmBusz1uA==", + "@ungap/promise-all-settled": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", + "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", + "dev": true + }, + "@wry/context": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.4.4.tgz", + "integrity": "sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==", "dev": true, "requires": { - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3" + "@types/node": ">=6", + "tslib": "^1.9.3" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "@sentry/integrations": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.120.3.tgz", - "integrity": "sha512-6i/lYp0BubHPDTg91/uxHvNui427df9r17SsIEXa2eKDwQ9gW2qRx5IWgvnxs2GV/GfSbwcx4swUB3RfEWrXrQ==", + "@wry/equality": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz", + "integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==", "dev": true, "requires": { - "@sentry/core": "7.120.3", - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3", - "localforage": "^1.8.1" + "tslib": "^1.9.3" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "@sentry/node": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.120.3.tgz", - "integrity": "sha512-t+QtekZedEfiZjbkRAk1QWJPnJlFBH/ti96tQhEq7wmlk3VszDXraZvLWZA0P2vXyglKzbWRGkT31aD3/kX+5Q==", + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", "dev": true, "requires": { - "@sentry-internal/tracing": "7.120.3", - "@sentry/core": "7.120.3", - "@sentry/integrations": "7.120.3", - "@sentry/types": "7.120.3", - "@sentry/utils": "7.120.3" + "event-target-shim": "^5.0.0" } }, - "@sentry/types": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.120.3.tgz", - "integrity": "sha512-C4z+3kGWNFJ303FC+FxAd4KkHvxpNFYAFN8iMIgBwJdpIl25KZ8Q/VdGn0MLLUEHNLvjob0+wvwlcRBBNLXOow==", + "acorn": { + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true }, - "@sentry/utils": { - "version": "7.120.3", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.120.3.tgz", - "integrity": "sha512-UDAOQJtJDxZHQ5Nm1olycBIsz2wdGX8SdzyGVHmD8EOQYAeDZQyIlQYohDe9nazdIOQLZCIc3fU0G9gqVLkaGQ==", + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true + }, + "acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "dev": true + }, + "adm-zip": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", + "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", + "dev": true + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + } + }, + "agentkeepalive": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", + "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", + "requires": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" + } + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "dependencies": { + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + } + }, + "ajv": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", + "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", "dev": true, "requires": { - "@sentry/types": "7.120.3" + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.1" } }, - "@sinonjs/commons": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", - "integrity": "sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==", + "ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, "requires": { - "type-detect": "4.0.8" + "ajv": "^8.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + } } }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", - "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", + "amf-client-js": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.7.2.tgz", + "integrity": "sha512-Z10xZ1/ES7L8L1J5LliS3RzeiRpZ+LxDpzJAum0/Y+VkbdItGIFSPukwtml+PI+jU4Q7/rUdHbWGTquyMX8Odw==", "dev": true, "requires": { - "@sinonjs/commons": "^1.7.0" + "ajv": "6.5.2", + "amf-shacl-node": "2.0.0" } }, - "@sinonjs/samsam": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz", - "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==", + "amf-shacl-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", + "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", "dev": true, "requires": { - "@sinonjs/commons": "^1.6.0", - "lodash.get": "^4.4.2", - "type-detect": "^4.0.8" + "@comunica/actor-init-sparql-rdfjs": "^1.10.0", + "jsonld-streaming-serializer": "^1.1.0", + "lru-cache": "^6.0.0", + "n3": "^1.3.5" } }, - "@sinonjs/text-encoding": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz", - "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", "dev": true }, - "@tokenizer/inflate": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz", - "integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==", + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, "requires": { - "debug": "^4.4.0", - "fflate": "^0.8.2", - "token-types": "^6.0.0" + "type-fest": "^0.21.3" }, "dependencies": { - "debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", - "dev": true, - "requires": { - "ms": "^2.1.3" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true } } }, - "@tokenizer/token": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", - "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==", - "dev": true - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" - }, - "@tootallnate/quickjs-emscripten": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", - "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", - "dev": true - }, - "@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", - "dev": true - }, - "@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true - }, - "@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, - "@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } }, - "@types/estree": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "ansicolors": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==", "dev": true }, - "@types/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, "requires": { - "@types/minimatch": "*", - "@types/node": "*" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" } }, - "@types/http-link-header": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.5.tgz", - "integrity": "sha512-AxhIKR8UbyoqCTNp9rRepkktHuUOw3DjfOfDCaO9kwI8AYzjhxyrvZq4+mRw/2daD3hYDknrtSeV6SsPwmc71w==", + "anypoint-apb": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/anypoint-apb/-/anypoint-apb-1.5.5.tgz", + "integrity": "sha512-7tWP2M4hm0ZySmichVzdHH+70DonUCyFhDt3rraDr+Ff5dTRW2MaUSnkwdvQo+uIPwKmnHOLwqhVamket+lb4Q==", "dev": true, "requires": { - "@types/node": "*" + "@aml-org/amf-antlr-parsers": "0.7.25", + "@aml-org/amf-custom-validator": "1.5.0", + "ajv": "6.12.6" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + } } }, - "@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "@types/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", - "dev": true - }, - "@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true - }, - "@types/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "dev": true - }, - "@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", - "dev": true - }, - "@types/n3": { - "version": "1.16.4", - "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.16.4.tgz", - "integrity": "sha512-6PmHRYCCdjbbBV2UVC/HjtL6/5Orx9ku2CQjuojucuHvNvPmnm6+02B18YGhHfvU25qmX2jPXyYPHsMNkn+w2w==", + "anypoint-cli-account-plugin": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/anypoint-cli-account-plugin/-/anypoint-cli-account-plugin-1.0.9.tgz", + "integrity": "sha512-hOot8xWylAE7mdY+pd/TOw/NZ74HsJ93wFaIGOnFCFWFOeFludRksBHHyaXbmLIrv3f7TyND1g+hWPxbby9gbQ==", "dev": true, "requires": { - "@rdfjs/types": "^1.1.0", - "@types/node": "*" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "util": "^0.12.4" + }, + "dependencies": { + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + } } }, - "@types/node": { - "version": "13.13.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", - "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==", - "dev": true + "anypoint-cli-api-mgr-plugin": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/anypoint-cli-api-mgr-plugin/-/anypoint-cli-api-mgr-plugin-1.4.1.tgz", + "integrity": "sha512-YBg4deQ7Gsq1MRoMAY4xz8i1+OwG28ku9g0dkPTtWFiBiiKy7eoVutStS8lMmh5jHZw5kDk3ecQizjFGAaXHOw==", + "dev": true, + "requires": { + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "@types/js-yaml": "^4.0.5", + "anypoint-cli-command": "1.6.6", + "fs-extra": "^10.1.0", + "graphql-tag": "^2.12.6", + "js-yaml": "^4.1.0", + "moment": "^2.29.1", + "table": "^6.7.1", + "url-join": "^4.0.1", + "util": "^0.12.4" + }, + "dependencies": { + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + } + } }, - "@types/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", + "anypoint-cli-cloudhub-plugin": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/anypoint-cli-cloudhub-plugin/-/anypoint-cli-cloudhub-plugin-1.4.13.tgz", + "integrity": "sha512-b2C6Gg61mqJWdXsDpE6k1Oc8KU7WYIzG/8BMc2k9fjomEFBuvl4e3ONjwX8mbiDqyohdRaYkAW3nX2Y8dN7Umw==", "dev": true, "requires": { - "@types/node": "*", - "form-data": "^3.0.0" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "fs-extra": "^10.1.0", + "jszip": "^3.10.0", + "moment": "^2.29.3", + "upath": "^2.0.1", + "util": "^0.12.4" + }, + "dependencies": { + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + }, + "form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + } } }, - "@types/parse-link-header": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/parse-link-header/-/parse-link-header-1.0.1.tgz", - "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", - "dev": true - }, - "@types/readable-stream": { - "version": "2.3.15", - "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", - "integrity": "sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ==", + "anypoint-cli-command": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/anypoint-cli-command/-/anypoint-cli-command-1.6.6.tgz", + "integrity": "sha512-LvD0+nl2DxwYrXtnmp5dUkRj/pZ+w2SPyAOYz0421+YKT+drecDsz/mSh1cJTBeP7ptBdK/0dPv6D51CPZezSQ==", "dev": true, "requires": { - "@types/node": "*", - "safe-buffer": "~5.1.1" + "@oclif/core": "1.26.1", + "@oclif/plugin-help": "5.1.12", + "@oclif/plugin-version": "1.0.4", + "apollo-cache-inmemory": "^1.6.6", + "apollo-client": "^2.6.10", + "apollo-link-http": "^1.5.17", + "axios": "^1.7.4", + "chalk": "4.1.2", + "clone": "^2.1.2", + "conf": "10.2.0", + "cross-fetch": "^3.1.4", + "crypto": "^1.0.1", + "crypto-js": "^4.2.0", + "fs-extra": "^10.0.1", + "graphql": "^15.0.0", + "home-dir": "^1.0.0", + "hpagent": "^1.2.0", + "https-proxy-agent": "^7.0.5", + "lodash": "^4.17.21", + "puppeteer": "^23.1.1", + "table": "^6.7.1", + "upath": "^2.0.1", + "uuid": "^8.3.2" + }, + "dependencies": { + "@oclif/plugin-help": { + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.12.tgz", + "integrity": "sha512-HvH/RubJxqCinP0vUWQLTOboT+SfjfL8h40s+PymkWaldIcXlpoRaJX50vz+SjZIs7uewZwEk8fzLqpF/BWXlg==", + "dev": true, + "requires": { + "@oclif/core": "^1.3.6" + } + }, + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + }, + "agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dev": true, + "requires": { + "agent-base": "^7.1.2", + "debug": "4" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + } } }, - "@types/retry": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", - "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==", - "dev": true - }, - "@types/semver": { - "version": "7.3.13", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", - "dev": true - }, - "@types/spark-md5": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/spark-md5/-/spark-md5-3.0.4.tgz", - "integrity": "sha512-qtOaDz+IXiNndPgYb6t1YoutnGvFRtWSNzpVjkAPCfB2UzTyybuD4Tjgs7VgRawum3JnJNRwNQd4N//SvrHg1Q==", - "dev": true - }, - "@types/sparqljs": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/@types/sparqljs/-/sparqljs-3.1.10.tgz", - "integrity": "sha512-rqMpUhl/d8B+vaACa6ZVdwPQ1JXw+KxiCc0cndgn/V6moRG3WjUAgoBnhSwfKtXD98wgMThDsc6R1+yRUuMsAg==", + "anypoint-cli-datagraph-plugin": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/anypoint-cli-datagraph-plugin/-/anypoint-cli-datagraph-plugin-1.0.9.tgz", + "integrity": "sha512-vBtXBNgU2SYWFmKjEf+PM7Q6bhsYELIBh9YFbnvv2vuV2GqjpKYXo3aoZ49rYgyJenkPAeYZxF07mhM/ZHNfdA==", "dev": true, "requires": { - "@rdfjs/types": ">=1.0.0" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "@types/clone": "^2.1.1", + "anypoint-cli-command": "1.6.6", + "clone": "^2.1.2", + "util": "^0.12.4" + }, + "dependencies": { + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + } } }, - "@types/triple-beam": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz", - "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", - "dev": true - }, - "@types/uritemplate": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@types/uritemplate/-/uritemplate-0.3.6.tgz", - "integrity": "sha512-31BMGZ8GgLxgXxLnqg4KbbyYJjU1flhTTD2+PVQStVUPXSk0IIpK0zt+tH3eLT7ZRwLnzQw6JhYx69qza3U0wg==", - "dev": true - }, - "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", - "dev": true - }, - "@types/xml": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@types/xml/-/xml-1.0.11.tgz", - "integrity": "sha512-9gktTjxBWoz4+X8ZOS+QRFM2/liMQgBv8Z36wuNnomK5jtXFq4IJa7Az4Hzoy+rYux343NkH9Dq+nzIdejVrjw==", + "anypoint-cli-designcenter-plugin": { + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/anypoint-cli-designcenter-plugin/-/anypoint-cli-designcenter-plugin-1.0.20.tgz", + "integrity": "sha512-8VzZmRgyFKshVcRfqkLWYOuxVtPGoG/2B2CWsW8ZAKcdm51GR8l/q/PZkATMsrWKkSoZDJ+57Y8LJqI2MGmPhg==", "dev": true, "requires": { - "@types/node": "*" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "fs-extra": "^10.0.0", + "recursive-readdir": "^2.2.2", + "upath": "^2.0.1", + "util": "^0.12.4" + }, + "dependencies": { + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + } } }, - "@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "anypoint-cli-exchange-plugin": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/anypoint-cli-exchange-plugin/-/anypoint-cli-exchange-plugin-1.0.12.tgz", + "integrity": "sha512-BZlzua8P4Y0TE6YChI9ldKeBw39vAdB1Djn8xMZAfyTDP7UaubNKt/mWbJ6Z/dKdpEqkbLCFh/ynJnrTZ9BWRw==", "dev": true, "requires": { - "@types/yargs-parser": "*" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.3.10", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "fs-extra": "^10.0.0", + "graphql-tag": "^2.9.2", + "lodash": "^4.17.21", + "moment": "^2.29.1", + "os": "^0.1.2", + "path": "^0.12.7", + "util": "^0.12.4" + }, + "dependencies": { + "form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + } } }, - "@types/yargs-parser": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "dev": true - }, - "@typescript-eslint/eslint-plugin": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz", - "integrity": "sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==", + "anypoint-cli-governance-plugin": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/anypoint-cli-governance-plugin/-/anypoint-cli-governance-plugin-1.0.17.tgz", + "integrity": "sha512-4UinQIAqHbwnAtRLz8nSKovuBl4LL9Z2VMz8CqRyUWSlr5TV3TRpslYL/EheXLhRiQ8uq38KKXw1wdkC98jH7w==", "dev": true, "requires": { - "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.58.0", - "@typescript-eslint/type-utils": "5.58.0", - "@typescript-eslint/utils": "5.58.0", - "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "@aml-org/amf-validation-profile-dialect": "1.6.0", + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "amf-client-js": "5.4.4", + "anypoint-apb": "1.5.5", + "anypoint-cli-command": "1.6.6", + "handlebars": "^4.7.7", + "jszip": "^3.10.1", + "util": "^0.12.4", + "uuid": "^9.0.0", + "whatwg-url": "^11.0.0" }, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, "requires": { - "ms": "2.1.2" + "@oclif/core": "^1.1.1" } }, - "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "requires": { - "lru-cache": "^6.0.0" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "amf-client-js": { + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-5.4.4.tgz", + "integrity": "sha512-k2UxZloAHdt3TBdFE1/QYnu85WWf4cZ6gWwf2leN8YWXx0srCSG8zjGjg2paRDlMh1SP9me5Iu2QZupmJzYzrQ==", + "dev": true, + "requires": { + "@aml-org/amf-antlr-parsers": "0.7.25", + "ajv": "6.12.6" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dev": true, + "requires": { + "punycode": "^2.1.1" + } + }, + "uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true + }, + "whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "dev": true, + "requires": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" } } } }, - "@typescript-eslint/parser": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz", - "integrity": "sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==", + "anypoint-cli-runtime-mgr-plugin": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/anypoint-cli-runtime-mgr-plugin/-/anypoint-cli-runtime-mgr-plugin-1.0.8.tgz", + "integrity": "sha512-CPNSA1k3DO6fc8J4ohNI4i3L4uQHJwuith0JfZnVAaZH5wzSVDXP4ViLthI/JNuTxNvPawKkmrU+BEJELMu8dA==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.58.0", - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/typescript-estree": "5.58.0", - "debug": "^4.3.4" + "@oclif/core": "1.26.1", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "fs-extra": "^10.1.0", + "moment": "^2.29.1", + "util": "^0.12.4" }, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", "dev": true, "requires": { - "ms": "2.1.2" + "@oclif/core": "^1.1.1" } - } - } - }, - "@typescript-eslint/scope-manager": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz", - "integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/visitor-keys": "5.58.0" - } - }, - "@typescript-eslint/type-utils": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz", - "integrity": "sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==", - "dev": true, - "requires": { - "@typescript-eslint/typescript-estree": "5.58.0", - "@typescript-eslint/utils": "5.58.0", - "debug": "^4.3.4", - "tsutils": "^3.21.0" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + }, + "form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "dev": true, "requires": { - "ms": "2.1.2" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" } } } }, - "@typescript-eslint/types": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", - "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", - "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", + "anypoint-cli-secrets-mgr-plugin": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/anypoint-cli-secrets-mgr-plugin/-/anypoint-cli-secrets-mgr-plugin-1.0.7.tgz", + "integrity": "sha512-9aGSelJCdsYmDry1PfZAj39ARYEVRV3VLr67Gp5c5vG6bQmPK+pgA1m8F2eH0kSFH+4qxPzPJND1pOyRwpnv9Q==", "dev": true, "requires": { - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/visitor-keys": "5.58.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "@oclif/core": "1.26.2", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-command": "1.6.6", + "form-data": "^4.0.0", + "util": "^0.12.4" }, "dependencies": { + "@oclif/core": { + "version": "1.26.2", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.26.2.tgz", + "integrity": "sha512-6jYuZgXvHfOIc9GIaS4T3CIKGTjPmfAxuMcbCbMRKJJl4aq/4xeRlEz0E8/hz8HxvxZBGvN2GwAUHlrGWQVrVw==", + "dev": true, + "requires": { + "@oclif/linewrap": "^1.0.0", + "@oclif/screen": "^3.0.4", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.10.0", + "debug": "^4.3.4", + "ejs": "^3.1.6", + "fs-extra": "^9.1.0", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "semver": "^7.3.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "tslib": "^2.4.1", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + } + }, + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.3" } }, - "semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "dev": true, "requires": { - "lru-cache": "^6.0.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" } - } - } - }, - "@typescript-eslint/utils": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.58.0.tgz", - "integrity": "sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==", - "dev": true, - "requires": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.58.0", - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/typescript-estree": "5.58.0", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" - }, - "dependencies": { + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, "semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "requires": { - "lru-cache": "^6.0.0" + "has-flag": "^4.0.0" } } } }, - "@typescript-eslint/visitor-keys": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", - "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.58.0", - "eslint-visitor-keys": "^3.3.0" - } - }, - "@ungap/promise-all-settled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", - "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", - "dev": true - }, - "abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "dev": true, - "requires": { - "event-target-shim": "^5.0.0" - } - }, - "acorn": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", - "dev": true - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true - }, - "acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "dev": true - }, - "agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", - "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" + "anypoint-cli-v4": { + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/anypoint-cli-v4/-/anypoint-cli-v4-1.6.12.tgz", + "integrity": "sha512-Eex9n5JMcO4mE1uubHFcrtm+QDGaIWheEBgCw0uRfeXlXF7p39uzQhqB4g8BbRmi9ho+lFymeldMLgnYU0Beeg==", + "dev": true, + "requires": { + "@oclif/core": "1.26.1", + "@oclif/plugin-autocomplete": "^2.1.0", + "@oclif/plugin-help": "^5.1.12", + "@oclif/plugin-not-found": "^2.3.1", + "@oclif/plugin-plugins": "^2.1.0", + "@oclif/plugin-version": "1.0.4", + "anypoint-cli-account-plugin": "1.0.9", + "anypoint-cli-api-mgr-plugin": "1.4.1", + "anypoint-cli-cloudhub-plugin": "1.4.13", + "anypoint-cli-command": "1.6.6", + "anypoint-cli-datagraph-plugin": "1.0.9", + "anypoint-cli-designcenter-plugin": "1.0.20", + "anypoint-cli-exchange-plugin": "1.0.12", + "anypoint-cli-governance-plugin": "1.0.17", + "anypoint-cli-runtime-mgr-plugin": "1.0.8", + "anypoint-cli-secrets-mgr-plugin": "1.0.7", + "tslib": "^2.3.1" + }, + "dependencies": { + "@oclif/plugin-help": { + "version": "5.2.20", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz", + "integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==", + "dev": true, + "requires": { + "@oclif/core": "^2.15.0" + }, + "dependencies": { + "@oclif/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.16.0.tgz", + "integrity": "sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==", + "dev": true, + "requires": { + "@types/cli-progress": "^3.11.0", + "ansi-escapes": "^4.3.2", + "ansi-styles": "^4.3.0", + "cardinal": "^2.1.1", + "chalk": "^4.1.2", + "clean-stack": "^3.0.1", + "cli-progress": "^3.12.0", + "debug": "^4.3.4", + "ejs": "^3.1.8", + "get-package-type": "^0.1.0", + "globby": "^11.1.0", + "hyperlinker": "^1.0.0", + "indent-string": "^4.0.0", + "is-wsl": "^2.2.0", + "js-yaml": "^3.14.1", + "natural-orderby": "^2.0.3", + "object-treeify": "^1.1.33", + "password-prompt": "^1.1.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "supports-color": "^8.1.1", + "supports-hyperlinks": "^2.2.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "widest-line": "^3.1.0", + "wordwrap": "^1.0.0", + "wrap-ansi": "^7.0.0" + } + } + } + }, + "@oclif/plugin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.0.4.tgz", + "integrity": "sha512-V9TZQKV4Ql7q0YnLyiebu9RTVvafkgGKM17eqDWyxHF0+qhsze661zcobJBXXRc51ObXUtHUFXamtHoxImO7Tg==", + "dev": true, + "requires": { + "@oclif/core": "^1.1.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, - "aggregate-error": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", - "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "apollo-cache": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.3.5.tgz", + "integrity": "sha512-1XoDy8kJnyWY/i/+gLTEbYLnoiVtS8y7ikBr/IfmML4Qb+CM7dEEbIUOjnY716WqmZ/UpXIxTfJsY7rMcqiCXA==", + "dev": true, "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "apollo-utilities": "^1.3.4", + "tslib": "^1.10.0" }, "dependencies": { - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true } } }, - "ajv": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", - "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", + "apollo-cache-inmemory": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.6.tgz", + "integrity": "sha512-L8pToTW/+Xru2FFAhkZ1OA9q4V4nuvfoPecBM34DecAugUZEBhI2Hmpgnzq2hTKZ60LAMrlqiASm0aqAY6F8/A==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.1" + "apollo-cache": "^1.3.5", + "apollo-utilities": "^1.3.4", + "optimism": "^0.10.0", + "ts-invariant": "^0.4.0", + "tslib": "^1.10.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "amf-client-js": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/amf-client-js/-/amf-client-js-4.7.2.tgz", - "integrity": "sha512-Z10xZ1/ES7L8L1J5LliS3RzeiRpZ+LxDpzJAum0/Y+VkbdItGIFSPukwtml+PI+jU4Q7/rUdHbWGTquyMX8Odw==", + "apollo-client": { + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/apollo-client/-/apollo-client-2.6.10.tgz", + "integrity": "sha512-jiPlMTN6/5CjZpJOkGeUV0mb4zxx33uXWdj/xQCfAMkuNAC3HN7CvYDyMHHEzmcQ5GV12LszWoQ/VlxET24CtA==", "dev": true, "requires": { - "ajv": "6.5.2", - "amf-shacl-node": "2.0.0" + "@types/zen-observable": "^0.8.0", + "apollo-cache": "1.3.5", + "apollo-link": "^1.0.0", + "apollo-utilities": "1.3.4", + "symbol-observable": "^1.0.2", + "ts-invariant": "^0.4.0", + "tslib": "^1.10.0", + "zen-observable": "^0.8.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "amf-shacl-node": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/amf-shacl-node/-/amf-shacl-node-2.0.0.tgz", - "integrity": "sha512-38GcUBN7VFzpJHDWeEKZ5bcosGA1/Ur6egUrno+Uprgf/8aXeX0LumkG64sExQPrFQ649Ku3wfgWe+le4bUNVw==", + "apollo-link": { + "version": "1.2.14", + "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", + "integrity": "sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==", "dev": true, "requires": { - "@comunica/actor-init-sparql-rdfjs": "^1.10.0", - "jsonld-streaming-serializer": "^1.1.0", - "lru-cache": "^6.0.0", - "n3": "^1.3.5" + "apollo-utilities": "^1.3.0", + "ts-invariant": "^0.4.0", + "tslib": "^1.9.3", + "zen-observable-ts": "^0.8.21" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "apollo-link-http": { + "version": "1.5.17", + "resolved": "https://registry.npmjs.org/apollo-link-http/-/apollo-link-http-1.5.17.tgz", + "integrity": "sha512-uWcqAotbwDEU/9+Dm9e1/clO7hTB2kQ/94JYcGouBVLjoKmTeJTUPQKcJGpPwUjZcSqgYicbFqQSoJIW0yrFvg==", "dev": true, "requires": { - "type-fest": "^0.21.3" + "apollo-link": "^1.2.14", + "apollo-link-http-common": "^0.2.16", + "tslib": "^1.9.3" }, "dependencies": { - "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true } } }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "apollo-link-http-common": { + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/apollo-link-http-common/-/apollo-link-http-common-0.2.16.tgz", + "integrity": "sha512-2tIhOIrnaF4UbQHf7kjeQA/EmSorB7+HyJIIrUjJOKBgnXwuexi8aMecRlqTIDWcyVXCeqLhUnztMa6bOH/jTg==", "dev": true, "requires": { - "color-convert": "^2.0.1" + "apollo-link": "^1.2.14", + "ts-invariant": "^0.4.0", + "tslib": "^1.9.3" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "apollo-utilities": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz", + "integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==", "dev": true, "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" + "@wry/equality": "^0.1.2", + "fast-json-stable-stringify": "^2.0.0", + "ts-invariant": "^0.4.0", + "tslib": "^1.10.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, "append-transform": { @@ -16712,10 +22393,16 @@ "tslib": "^2.0.1" } }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true + }, "async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", "dev": true }, "asynciterator": { @@ -16745,6 +22432,21 @@ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true }, + "atomically": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/atomically/-/atomically-1.7.0.tgz", + "integrity": "sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==", + "dev": true + }, + "available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dev": true, + "requires": { + "possible-typed-array-names": "^1.0.0" + } + }, "axios": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz", @@ -16771,11 +22473,74 @@ } } }, + "b4a": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", + "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", + "dev": true + }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, + "bare-events": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz", + "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==", + "dev": true + }, + "bare-fs": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.1.tgz", + "integrity": "sha512-zGUCsm3yv/ePt2PHNbVxjjn0nNB1MkIaR4wOCxJ2ig5pCf5cCVAYJXVhQg/3OhhJV6DB1ts7Hv0oUaElc2TPQg==", + "dev": true, + "optional": true, + "requires": { + "bare-events": "^2.5.4", + "bare-path": "^3.0.0", + "bare-stream": "^2.6.4", + "bare-url": "^2.2.2", + "fast-fifo": "^1.3.2" + } + }, + "bare-os": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz", + "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==", + "dev": true, + "optional": true + }, + "bare-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz", + "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==", + "dev": true, + "optional": true, + "requires": { + "bare-os": "^3.0.1" + } + }, + "bare-stream": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz", + "integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==", + "dev": true, + "optional": true, + "requires": { + "streamx": "^2.21.0" + } + }, + "bare-url": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz", + "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==", + "dev": true, + "optional": true, + "requires": { + "bare-path": "^3.0.0" + } + }, "base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -16890,6 +22655,12 @@ "ieee754": "^1.2.1" } }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", + "dev": true + }, "buffer-equal-constant-time": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", @@ -16963,12 +22734,14 @@ } }, "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" } }, "call-bind-apply-helpers": { @@ -16980,6 +22753,16 @@ "function-bind": "^1.1.2" } }, + "call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "dev": true, + "requires": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + } + }, "caller-callsite": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", @@ -17016,6 +22799,16 @@ "integrity": "sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==", "dev": true }, + "cardinal": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", + "integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==", + "dev": true, + "requires": { + "ansicolors": "~0.3.2", + "redeyed": "~2.1.0" + } + }, "chai": { "version": "4.3.5", "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.5.tgz", @@ -17116,6 +22909,16 @@ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" }, + "chromium-bidi": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.11.0.tgz", + "integrity": "sha512-6CJWHkNRoyZyjV9Rwv2lYONZf1Xm0IuDyNq97nwSsxxP3wf5Bwy15K5rOvVKMtJ127jJBmxFUanSAOjgFRxgrA==", + "dev": true, + "requires": { + "mitt": "3.0.1", + "zod": "3.23.8" + } + }, "clean-stack": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", @@ -17134,6 +22937,15 @@ "restore-cursor": "^3.1.0" } }, + "cli-progress": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz", + "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==", + "dev": true, + "requires": { + "string-width": "^4.2.3" + } + }, "cli-spinners": { "version": "2.9.2", "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", @@ -17394,6 +23206,56 @@ } } }, + "conf": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/conf/-/conf-10.2.0.tgz", + "integrity": "sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg==", + "dev": true, + "requires": { + "ajv": "^8.6.3", + "ajv-formats": "^2.1.1", + "atomically": "^1.7.0", + "debounce-fn": "^4.0.0", + "dot-prop": "^6.0.1", + "env-paths": "^2.2.1", + "json-schema-typed": "^7.0.3", + "onetime": "^5.1.2", + "pkg-up": "^3.1.0", + "semver": "^7.3.5" + }, + "dependencies": { + "ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true + } + } + }, "consola": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", @@ -17409,6 +23271,12 @@ "easy-table": "1.1.0" } }, + "content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "dev": true + }, "convert-source-map": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", @@ -17462,6 +23330,18 @@ "which": "^2.0.1" } }, + "crypto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", + "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", + "dev": true + }, + "crypto-js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", + "dev": true + }, "curriable": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/curriable/-/curriable-1.3.0.tgz", @@ -17480,6 +23360,23 @@ "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", "dev": true }, + "debounce-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/debounce-fn/-/debounce-fn-4.0.0.tgz", + "integrity": "sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==", + "dev": true, + "requires": { + "mimic-fn": "^3.0.0" + }, + "dependencies": { + "mimic-fn": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", + "dev": true + } + } + }, "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", @@ -17545,7 +23442,6 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dev": true, "requires": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -17682,6 +23578,12 @@ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", "dev": true }, + "devtools-protocol": { + "version": "0.0.1367902", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1367902.tgz", + "integrity": "sha512-XxtPuC3PGakY6PD7dG66/o8KwJ/LkH2/EKe19Dcw58w53dv4/vSQEkn/SzuyhHE2q4zPgCkxQBxus3VV4ql+Pg==", + "dev": true + }, "diff": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", @@ -17757,6 +23659,15 @@ "domhandler": "^4.2.0" } }, + "dot-prop": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", + "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", + "dev": true, + "requires": { + "is-obj": "^2.0.0" + } + }, "dotenv": { "version": "8.6.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", @@ -17804,6 +23715,15 @@ "safe-buffer": "^5.0.1" } }, + "ejs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "dev": true, + "requires": { + "jake": "^10.8.5" + } + }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -17825,12 +23745,27 @@ "iconv-lite": "^0.6.2" } }, + "end-of-stream": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, "entities": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "dev": true }, + "env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true + }, "err-code": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", @@ -18302,6 +24237,15 @@ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true }, + "events-universal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz", + "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==", + "dev": true, + "requires": { + "bare-events": "^2.7.0" + } + }, "external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", @@ -18333,6 +24277,18 @@ } } }, + "extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "dev": true, + "requires": { + "@types/yauzl": "^2.9.1", + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" + } + }, "fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", @@ -18345,6 +24301,12 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", + "dev": true + }, "fast-glob": { "version": "3.2.12", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", @@ -18376,6 +24338,18 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", "dev": true }, + "fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "dev": true + }, + "fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true + }, "fastq": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", @@ -18385,6 +24359,15 @@ "reusify": "^1.0.4" } }, + "fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, "fecha": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", @@ -18462,6 +24445,35 @@ "uint8array-extras": "^1.4.0" } }, + "filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dev": true, + "requires": { + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -18532,6 +24544,15 @@ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true }, + "for-each": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "dev": true, + "requires": { + "is-callable": "^1.2.7" + } + }, "foreground-child": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", @@ -18619,6 +24640,12 @@ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" }, + "generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "dev": true + }, "gensync": { "version": "1.0.0-beta.1", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", @@ -18669,6 +24696,15 @@ "es-object-atoms": "^1.0.0" } }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, "get-uri": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz", @@ -18813,6 +24849,15 @@ "sparqljson-to-tree": "^2.1.0" } }, + "graphql-tag": { + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", + "dev": true, + "requires": { + "tslib": "^2.1.0" + } + }, "graphql-to-sparql": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/graphql-to-sparql/-/graphql-to-sparql-2.4.0.tgz", @@ -18865,7 +24910,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dev": true, "requires": { "es-define-property": "^1.0.0" } @@ -18927,6 +24971,18 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true }, + "home-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/home-dir/-/home-dir-1.0.0.tgz", + "integrity": "sha512-PPAP0BMY72XQ0sYwFow8EgHwUYfptkZusnZEGHkBjdKRXIYcVFsbEViqU4k8VrJWf0m7wMr9gscQX9klJYh7zg==", + "dev": true + }, + "hpagent": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hpagent/-/hpagent-1.2.0.tgz", + "integrity": "sha512-A91dYTeIB6NoXG+PxTQpCCDDnfHsW9kc06Lvpu1TEe9gnd6ZFeiBoRO9JvzEv6xK7EX97/dUE8g/vBMTqTS3CA==", + "dev": true + }, "html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", @@ -18950,6 +25006,20 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" }, + "http-call": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz", + "integrity": "sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==", + "dev": true, + "requires": { + "content-type": "^1.0.4", + "debug": "^4.1.1", + "is-retry-allowed": "^1.1.0", + "is-stream": "^2.0.0", + "parse-json": "^4.0.0", + "tunnel-agent": "^0.6.0" + } + }, "http-link-header": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.3.tgz", @@ -18983,6 +25053,12 @@ "ms": "^2.0.0" } }, + "hyperlinker": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz", + "integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==", + "dev": true + }, "iconv-lite": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", @@ -19163,6 +25239,16 @@ } } }, + "is-arguments": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", + "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", + "dev": true, + "requires": { + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + } + }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -19178,6 +25264,12 @@ "binary-extensions": "^2.0.0" } }, + "is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true + }, "is-core-module": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz", @@ -19211,6 +25303,19 @@ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, + "is-generator-function": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", + "dev": true, + "requires": { + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + } + }, "is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -19237,6 +25342,12 @@ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true + }, "is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", @@ -19249,12 +25360,39 @@ "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", "dev": true }, + "is-regex": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "dev": true, + "requires": { + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + } + }, + "is-retry-allowed": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", + "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==", + "dev": true + }, "is-stream": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true }, + "is-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "dev": true, + "requires": { + "which-typed-array": "^1.1.16" + } + }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", @@ -19419,6 +25557,17 @@ "@isaacs/cliui": "^8.0.2" } }, + "jake": { + "version": "10.9.4", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz", + "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==", + "dev": true, + "requires": { + "async": "^3.2.6", + "filelist": "^1.0.4", + "picocolors": "^1.1.1" + } + }, "js-sdsl": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", @@ -19469,6 +25618,12 @@ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, "json-rules-engine": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/json-rules-engine/-/json-rules-engine-5.3.0.tgz", @@ -19488,6 +25643,12 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, + "json-schema-typed": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-7.0.3.tgz", + "integrity": "sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A==", + "dev": true + }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", @@ -19627,6 +25788,35 @@ } } }, + "jszip": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", + "dev": true, + "requires": { + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "setimmediate": "^1.0.5" + }, + "dependencies": { + "lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "dev": true, + "requires": { + "immediate": "~3.0.5" + } + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + } + } + }, "just-extend": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.0.tgz", @@ -19685,6 +25875,12 @@ "immediate": "~3.0.5" } }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, "listenercount": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz", @@ -19697,6 +25893,33 @@ "integrity": "sha512-nVAvWk/jeyrWyXEAs84mpQCYccxRqgKY4OznLuJhJCa0XsPSfdOIr2zvBZEj3IHEHbX97jjscKRRV539bW0Gpw==", "dev": true }, + "load-json-file": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz", + "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.15", + "parse-json": "^4.0.0", + "pify": "^4.0.1", + "strip-bom": "^3.0.0", + "type-fest": "^0.3.0" + }, + "dependencies": { + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true + }, + "type-fest": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", + "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", + "dev": true + } + } + }, "localforage": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", @@ -19800,6 +26023,12 @@ "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", "dev": true }, + "lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true + }, "log-symbols": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", @@ -20093,6 +26322,12 @@ "yallist": "^4.0.0" } }, + "mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", + "dev": true + }, "mkdirp": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", @@ -20236,6 +26471,12 @@ } } }, + "moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "dev": true + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -20304,6 +26545,12 @@ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", "dev": true }, + "natural-orderby": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", + "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", + "dev": true + }, "negotiate": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/negotiate/-/negotiate-1.0.1.tgz", @@ -20380,6 +26627,15 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, "nyc": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", @@ -20484,6 +26740,12 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true }, + "object-treeify": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz", + "integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==", + "dev": true + }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -20510,6 +26772,15 @@ "mimic-fn": "^2.1.0" } }, + "optimism": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.10.3.tgz", + "integrity": "sha512-9A5pqGoQk49H6Vhjb9kPgAeeECfUDF6aIICbMDL23kDLStBn1MWk3YvcZ4xWF9CsSf6XEgvRLkXy4xof/56vVw==", + "dev": true, + "requires": { + "@wry/context": "^0.4.0" + } + }, "optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", @@ -20578,6 +26849,12 @@ } } }, + "os": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/os/-/os-0.1.2.tgz", + "integrity": "sha512-ZoXJkvAnljwvc56MbvhtKVWmSkzV712k42Is2mA0+0KTSRakq5XXuXpjZjgAt9ctzl51ojhQWakQQpmOvXWfjQ==", + "dev": true + }, "os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", @@ -20714,6 +26991,12 @@ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", "dev": true }, + "pako": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", + "dev": true + }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -20765,6 +27048,43 @@ "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==", "dev": true }, + "password-prompt": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz", + "integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==", + "dev": true, + "requires": { + "ansi-escapes": "^4.3.2", + "cross-spawn": "^7.0.3" + } + }, + "path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "dev": true, + "requires": { + "process": "^0.11.1", + "util": "^0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, + "requires": { + "inherits": "2.0.3" + } + } + } + }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -20833,12 +27153,30 @@ "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "dev": true }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", + "dev": true + }, + "picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true + }, "picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, "pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", @@ -20848,6 +27186,51 @@ "find-up": "^4.0.0" } }, + "pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true + } + } + }, "please-upgrade-node": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", @@ -20857,6 +27240,12 @@ "semver-compare": "^1.0.0" } }, + "possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "dev": true + }, "prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -21020,12 +27409,124 @@ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "dev": true }, + "pump": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", + "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, + "puppeteer": { + "version": "23.11.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.11.1.tgz", + "integrity": "sha512-53uIX3KR5en8l7Vd8n5DUv90Ae9QDQsyIthaUFVzwV6yU750RjqRznEtNMBT20VthqAdemnJN+hxVdmMHKt7Zw==", + "dev": true, + "requires": { + "@puppeteer/browsers": "2.6.1", + "chromium-bidi": "0.11.0", + "cosmiconfig": "^9.0.0", + "devtools-protocol": "0.0.1367902", + "puppeteer-core": "23.11.1", + "typed-query-selector": "^2.12.0" + }, + "dependencies": { + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "dev": true, + "requires": { + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" + } + }, + "import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } + } + }, + "puppeteer-core": { + "version": "23.11.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.11.1.tgz", + "integrity": "sha512-3HZ2/7hdDKZvZQ7dhhITOUg4/wOrDRjyK2ZBllRB0ZCOi9u0cwq1ACHDjBB+nX+7+kltHjQvBRdeY7+W0T+7Gg==", + "dev": true, + "requires": { + "@puppeteer/browsers": "2.6.1", + "chromium-bidi": "0.11.0", + "debug": "^4.4.0", + "devtools-protocol": "0.0.1367902", + "typed-query-selector": "^2.12.0", + "ws": "^8.18.0" + }, + "dependencies": { + "debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "requires": { + "ms": "^2.1.3" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + } + } + }, "qs": { "version": "6.11.2", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", @@ -21290,6 +27791,35 @@ "resolve": "^1.1.6" } }, + "recursive-readdir": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", + "dev": true, + "requires": { + "minimatch": "^3.0.5" + }, + "dependencies": { + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "redeyed": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", + "integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==", + "dev": true, + "requires": { + "esprima": "~4.0.0" + } + }, "redis-commands": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.7.0.tgz", @@ -21335,6 +27865,12 @@ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, "require-main-filename": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", @@ -21443,6 +27979,17 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, + "safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "dev": true, + "requires": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + } + }, "safe-stable-stringify": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz", @@ -21532,6 +28079,19 @@ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, + "set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + } + }, "setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", @@ -21640,6 +28200,17 @@ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, + "slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + } + }, "smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", @@ -21911,6 +28482,17 @@ "integrity": "sha512-RXvBglotrvSIuQQ7oC55pdV40wZ/17gTb68ipMC4LA0SqMN4Sqfsf31Dpei7qXpYqZQ8ueVnPglUvtep3tlhqw==", "dev": true }, + "streamx": { + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz", + "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==", + "dev": true, + "requires": { + "events-universal": "^1.0.0", + "fast-fifo": "^1.3.2", + "text-decoder": "^1.1.0" + } + }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", @@ -21990,6 +28572,78 @@ "has-flag": "^3.0.0" } }, + "supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dev": true, + "requires": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "symbol-observable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", + "dev": true + }, + "table": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz", + "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==", + "dev": true, + "requires": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + } + } + }, "tar": { "version": "6.1.11", "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", @@ -22010,6 +28664,29 @@ } } }, + "tar-fs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", + "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", + "dev": true, + "requires": { + "bare-fs": "^4.0.1", + "bare-path": "^3.0.0", + "pump": "^3.0.0", + "tar-stream": "^3.1.5" + } + }, + "tar-stream": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", + "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", + "dev": true, + "requires": { + "b4a": "^1.6.4", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, "test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -22021,6 +28698,15 @@ "minimatch": "^3.0.4" } }, + "text-decoder": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz", + "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", + "dev": true, + "requires": { + "b4a": "^1.6.4" + } + }, "text-hex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", @@ -22097,6 +28783,23 @@ "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==", "dev": true }, + "ts-invariant": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz", + "integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==", + "dev": true, + "requires": { + "tslib": "^1.9.3" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, "ts-node": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", @@ -22140,6 +28843,15 @@ } } }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, "type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -22161,6 +28873,12 @@ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true }, + "typed-query-selector": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz", + "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==", + "dev": true + }, "typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", @@ -22302,6 +29020,28 @@ "integrity": "sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==", "dev": true }, + "unbzip2-stream": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", + "dev": true, + "requires": { + "buffer": "^5.2.1", + "through": "^2.3.8" + }, + "dependencies": { + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + } + } + }, "undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", @@ -22348,6 +29088,12 @@ "setimmediate": "~1.0.4" } }, + "upath": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", + "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", + "dev": true + }, "uri-js": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", @@ -22363,6 +29109,25 @@ "integrity": "sha512-enADBvHfhjrwxFMTVWeIIYz51SZ91uC6o2MR/NQTVljJB6HTZ8eQL3Q7JBj3RxNISA14MOwJaU3vpf5R6dyxHA==", "dev": true }, + "url-join": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true + }, + "util": { + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -22462,6 +29227,21 @@ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", "dev": true }, + "which-typed-array": { + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" + } + }, "wide-align": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", @@ -22626,6 +29406,12 @@ "typedarray-to-buffer": "^3.1.5" } }, + "ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "dev": true + }, "xml": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", @@ -22714,6 +29500,22 @@ } } }, + "yarn": { + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==", + "dev": true + }, + "yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "dev": true, + "requires": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, "yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", @@ -22725,6 +29527,36 @@ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true + }, + "zen-observable": { + "version": "0.8.15", + "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", + "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==", + "dev": true + }, + "zen-observable-ts": { + "version": "0.8.21", + "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz", + "integrity": "sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==", + "dev": true, + "requires": { + "tslib": "^1.9.3", + "zen-observable": "^0.8.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "zod": { + "version": "3.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "dev": true } } } diff --git a/package.json b/package.json index 6ebed3c8..80dfcff8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pretest": "npm run lint && npm run depcheck", "test": "nyc mocha \"src/**/*.test.ts\"", "test:ci": "npm test -- --reporter=xunit --reporter-options output=./reports/generator.xml", - "updateApis": "npm run removeInternalOas && npm run backupApis && ts-node src/updateApis.ts && npm run removeInternalOas && npm run diffApis" + "updateApis": "npm run backupApis && ts-node src/updateApis.ts && npm run diffApis" }, "mocha": { "file": [ @@ -58,13 +58,18 @@ "devDependencies": { "@commerce-apps/raml-toolkit": "^0.8.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", + "@types/adm-zip": "^0.5.0", "@types/mocha": "^8.2.3", "@types/node-fetch": "^2.5.12", "@types/retry": "^0.12.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", + "adm-zip": "^0.5.10", + "anypoint-cli-exchange-plugin": "^1.0.0", + "anypoint-cli-v4": "1.6.12", "chai": "^4.3.5", "depcheck": "^0.9.2", + "dotenv": "^16.0.3", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-header": "^3.1.1", diff --git a/src/lib/config.ts b/src/lib/config.ts index d4bc944a..e8485744 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -14,9 +14,3 @@ export const PRIMITIVE_DATA_TYPE_MAP = { }; export const PRODUCTION_API_PATH = `${__dirname}/../../apis`; - -export const CUSTOM_METADATA = { - shopperAuthClient: "Customer.ShopperCustomers", - shopperAuthApi: "authorizeCustomer", - shopperAuthDataType: "Customer", -}; diff --git a/src/lib/utils.test.ts b/src/lib/utils.test.ts new file mode 100644 index 00000000..8eba827e --- /dev/null +++ b/src/lib/utils.test.ts @@ -0,0 +1,281 @@ +/* + * Copyright (c) 2025, salesforce.com, inc. + * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause + */ +import { execSync } from "child_process"; +import fs from "fs-extra"; +import path from "path"; +import AdmZip from "adm-zip"; +import { expect } from "chai"; +import sinon from "sinon"; +import { downloadApisWithAnypointCli } from "./utils"; + +describe("download-apis", () => { + const mockApiId = + "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/1.9.0"; + const mockTargetDir = "/path/to/target"; + const mockOrgId = "893f605e-10e2-423a-bdb4-f952f56eb6d8"; + const mockTempDir = path.join(process.cwd(), "temp", "downloads"); + + let sandbox: sinon.SinonSandbox; + let execSyncStub: sinon.SinonStub; + let fsEnsureDirStub: sinon.SinonStub; + let fsReaddirStub: sinon.SinonStub; + let fsRemoveStub: sinon.SinonStub; + let consoleLogStub: sinon.SinonStub; + let consoleErrorStub: sinon.SinonStub; + let admZipStub: sinon.SinonStub; + let mockZipInstance: { + extractAllTo: sinon.SinonStub; + }; + + beforeEach(() => { + sandbox = sinon.createSandbox(); + + // Mock console methods + consoleLogStub = sandbox.stub(console, "log"); + consoleErrorStub = sandbox.stub(console, "error"); + + // Mock file system operations + fsEnsureDirStub = sandbox.stub(fs, "ensureDir").resolves(undefined); + fsReaddirStub = sandbox.stub(fs, "readdir").resolves(["api-asset.zip"]); + fsRemoveStub = sandbox.stub(fs, "remove").resolves(undefined); + + // Mock execSync + // eslint-disable-next-line @typescript-eslint/no-var-requires + const childProcess = require("child_process"); + execSyncStub = sandbox + .stub(childProcess, "execSync") + .returns(Buffer.from("")); + + // Mock AdmZip + mockZipInstance = { + extractAllTo: sandbox.stub(), + }; + // Stub the AdmZip constructor on the module + // eslint-disable-next-line @typescript-eslint/no-var-requires + const admZipModule = require("adm-zip"); + admZipStub = sandbox + .stub(admZipModule, "default") + .callsFake(() => mockZipInstance); + // If default doesn't work, try stubbing the module itself + if (!admZipModule.default) { + admZipStub = sandbox.stub(admZipModule).callsFake(() => mockZipInstance); + } + + process.env.ANYPOINT_USERNAME = "test-user"; + process.env.ANYPOINT_PASSWORD = "test-pass"; + }); + + afterEach(() => { + delete process.env.ANYPOINT_USERNAME; + delete process.env.ANYPOINT_PASSWORD; + sandbox.restore(); + }); + + describe("downloadApisWithAnypointCli", () => { + it("should successfully download and extract API", async () => { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + // Verify temp directory was created + expect(fsEnsureDirStub).to.have.been.calledWith(mockTempDir); + + // Verify anypoint-cli command was executed + expect(execSyncStub).to.have.been.called; + const execCall = execSyncStub.getCall(0); + expect(execCall.args[0]).to.include( + "anypoint-cli-v4 exchange:asset:download" + ); + expect(execCall.args[1]).to.deep.include({ + stdio: "inherit", + cwd: process.cwd(), + env: process.env, + }); + + // Verify command includes credentials and org ID + expect(execCall.args[0]).to.include("--username 'test-user'"); + expect(execCall.args[0]).to.include("--password 'test-pass'"); + expect(execCall.args[0]).to.include(`--organization=${mockOrgId}`); + + // Verify zip file was read + expect(fsReaddirStub).to.have.been.calledWith(mockTempDir); + + // Verify target directory was created + expect(fsEnsureDirStub).to.have.been.calledWith(mockTargetDir); + + // Verify zip was extracted + expect(admZipStub).to.have.been.calledWith( + path.join(mockTempDir, "api-asset.zip") + ); + + // Verify temp directory was cleaned up + expect(fsRemoveStub).to.have.been.calledWith(mockTempDir); + + // eslint-disable-next-line no-console + expect(consoleLogStub).to.have.been.calledWith( + sinon.match.string.includes("Successfully downloaded and extracted") + ); + }); + + it("should handle empty credentials gracefully", async () => { + delete process.env.ANYPOINT_USERNAME; + delete process.env.ANYPOINT_PASSWORD; + + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + const execCall = execSyncStub.getCall(0); + expect(execCall.args[0]).to.include("--username ''"); + expect(execCall.args[0]).to.include("--password ''"); + }); + + it("should throw error when anypoint-cli command fails", async () => { + execSyncStub.throws(new Error("Command execution failed")); + + try { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + // istanbul ignore next + expect(true).to.equal(false); // fails if we don't catch an error + } catch (error) { + expect(error.toString()).to.include( + "Failed to download API 893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/1.9.0: potential reasons: api or version does not exist, wrong credentials, wrong organization ID" + ); + } + + // Verify temp directory was still created + expect(fsEnsureDirStub).to.have.been.calledWith(mockTempDir); + }); + + it("should throw error when no zip file is found", async () => { + fsReaddirStub.resolves(["not-a-zip.txt", "readme.md"]); + + try { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + // istanbul ignore next + expect(true).to.equal(false); // fails if we don't catch an error + } catch (error) { + expect(error.toString()).to.include( + `Failed to download API ${mockApiId}: No zip file found in ${mockTempDir}` + ); + } + }); + + it("should find zip file among multiple files", async () => { + fsReaddirStub.resolves(["readme.md", "api-asset.zip", "other-file.txt"]); + + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + expect(admZipStub).to.have.been.calledWith( + path.join(mockTempDir, "api-asset.zip") + ); + }); + + it("should handle errors during zip extraction", async () => { + mockZipInstance.extractAllTo.throws(new Error("Extraction failed")); + + try { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + // istanbul ignore next + expect(true).to.equal(false); // fails if we don't catch an error + } catch (error) { + expect(error.toString()).to.include( + "Failed to download API 893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/1.9.0: Extraction failed" + ); + } + }); + + it("should handle errors during cleanup", async () => { + fsRemoveStub.rejects(new Error("Cleanup failed")); + + try { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + // istanbul ignore next + expect(true).to.equal(false); // fails if we don't catch an error + } catch (error) { + expect(error.toString()).to.include( + "Failed to download API 893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/1.9.0: Cleanup failed" + ); + } + }); + + it("should handle non-Error exceptions from execSync", async () => { + execSyncStub.throws("String error"); + + try { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + // istanbul ignore next + expect(true).to.equal(false); // fails if we don't catch an error + } catch (error) { + expect(error.toString()).to.include( + "Failed to download API 893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets-oas/1.9.0: potential reasons: api or version does not exist, wrong credentials, wrong organization ID" + ); + } + }); + + it("should handle non-Error exceptions from other operations", async () => { + fsReaddirStub.rejects("Non-error exception"); + + try { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + // istanbul ignore next + expect(true).to.equal(false); // fails if we don't catch an error + } catch (error) { + expect(error.toString()).to.include( + `Failed to download API ${mockApiId}` + ); + } + }); + + it("should use correct temp directory path", async () => { + const expectedTempDir = path.join(process.cwd(), "temp", "downloads"); + + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + expect(fsEnsureDirStub).to.have.been.calledWith(expectedTempDir); + const execCall = execSyncStub.getCall(0); + expect(execCall.args[0]).to.include(expectedTempDir); + }); + + it("should pass correct parameters to anypoint-cli command", async () => { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + const expectedCmd = `anypoint-cli-v4 exchange:asset:download ${mockApiId} ${mockTempDir} --username 'test-user' --password 'test-pass' --organization=${mockOrgId}`; + + expect(execSyncStub).to.have.been.calledWith( + expectedCmd, + sinon.match({ + stdio: "inherit", + cwd: process.cwd(), + env: process.env, + }) + ); + }); + + it("should log download progress", async () => { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + // eslint-disable-next-line no-console + expect(consoleLogStub).to.have.been.calledWith( + `Downloading API ${mockApiId} using anypoint-cli...` + ); + // eslint-disable-next-line no-console + expect(consoleLogStub).to.have.been.calledWith( + sinon.match.string.includes("Extracting api-asset.zip") + ); + // eslint-disable-next-line no-console + expect(consoleLogStub).to.have.been.calledWith( + sinon.match.string.includes("Successfully downloaded and extracted") + ); + }); + + it("should extract zip with overwrite flag", async () => { + await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + + expect(mockZipInstance.extractAllTo).to.have.been.calledWith( + mockTargetDir, + true + ); + }); + }); +}); diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 77c7473c..2234263b 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -6,31 +6,132 @@ */ import { download } from "@commerce-apps/raml-toolkit"; +import { execSync } from "child_process"; +import path from "path"; +import fs from "fs-extra"; +import AdmZip from "adm-zip"; + +export const API_VERSIONS_FILE = path.join(__dirname, "../../api-versions.txt"); +export const ORG_ID = "893f605e-10e2-423a-bdb4-f952f56eb6d8"; + +// /** +// * Searches for an API by name and downloads it to a folder. +// * +// * NOTE: Coverage passes without this function being covered. +// * We should have some followup to figure out how to cover it. +// * Ive spent hours trying to mock download +// * @param searchQuery - Query to search exchange +// * @param rootPath - Root path to download to +// * @returns a promise that we will complete +// */ +// export async function downloadLatestApis( +// searchQuery: string, +// rootPath: string +// ): Promise { +// const matchedApis = await download.search(searchQuery, undefined, true); +// if (!(matchedApis?.length > 0)) { +// throw new Error(`No results in Exchange for '${searchQuery}'`); +// } +// try { +// await download.downloadRestApis(matchedApis, rootPath, true); +// } catch (err: unknown) { +// if (err instanceof Error) { +// err.message = `Failed to download API specs: ${err.message}`; +// } +// throw err; +// } +// } /** - * Searches for an API by name and downloads it to a folder. + * Downloads API assets using anypoint-cli-v4 and extracts them to the target directory. * - * NOTE: Coverage passes without this function being covered. - * We should have some followup to figure out how to cover it. - * Ive spent hours trying to mock download - * @param searchQuery - Query to search exchange - * @param rootPath - Root path to download to - * @returns a promise that we will complete + * @param apiId - The API ID in Anypoint Exchange + * @param targetDir - Directory where the API assets should be extracted + * @param orgId - the organization ID to download the API from + * @returns Promise that resolves when the download and extraction is complete */ -export async function downloadLatestApis( - searchQuery: string, - rootPath: string +export async function downloadApisWithAnypointCli( + apiId: string, + targetDir: string, + orgId: string ): Promise { - const matchedApis = await download.search(searchQuery, undefined, true); - if (!(matchedApis?.length > 0)) { - throw new Error(`No results in Exchange for '${searchQuery}'`); - } try { - await download.downloadRestApis(matchedApis, rootPath, true); - } catch (err: unknown) { - if (err instanceof Error) { - err.message = `Failed to download API specs: ${err.message}`; + // Create a temporary directory for the download + const tempDir = path.join(process.cwd(), "temp", "downloads"); + await fs.ensureDir(tempDir); + + // Build the command with proper quoting for special characters + const username = process.env.ANYPOINT_USERNAME || ""; + const password = process.env.ANYPOINT_PASSWORD || ""; + + const cmd = `anypoint-cli-v4 exchange:asset:download ${apiId} ${tempDir} --username '${username}' --password '${password}' --organization=${orgId}`; + + // Execute the command + console.log(`Downloading API ${apiId} using anypoint-cli...`); + + try { + execSync(cmd, { + stdio: "inherit", + cwd: process.cwd(), + env: process.env, + }); + } catch (error) { + throw new Error( + `Failed to download API ${apiId}: potential reasons: api or version does not exist, wrong credentials, wrong organization ID` + ); + } + + // Find the downloaded zip file + const files = await fs.readdir(tempDir); + const zipFile: string | undefined = files.find((file: string) => + file.endsWith(".zip") + ); + + if (!zipFile) { + throw new Error(`No zip file found in ${tempDir}`); } - throw err; + + const zipPath = path.join(tempDir, zipFile); + console.log(`Extracting ${zipFile} to ${targetDir}...`); + + // Extract the zip file + const zip = new AdmZip(zipPath); + + // Ensure target directory exists + await fs.ensureDir(targetDir); + + // Extract all contents to target directory + zip.extractAllTo(targetDir, true); + + // Clean up temporary files + await fs.remove(tempDir); + + console.log( + `Successfully downloaded and extracted API ${apiId} to ${targetDir}` + ); + } catch (error) { + if (error instanceof Error) { + throw new Error(`Failed to download API ${apiId}: ${error.message}`); + } + throw new Error(`Failed to download API ${apiId}`); } } + +/** + * Reads the API versions from the api-versions.txt file + * @returns Array of { apiName, version } objects + */ +export function readApiVersions(): Array<{ apiName: string; version: string }> { + if (!fs.existsSync(API_VERSIONS_FILE)) { + throw new Error(`API versions file not found at: ${API_VERSIONS_FILE}`); + } + + const content = fs.readFileSync(API_VERSIONS_FILE, "utf-8"); + return content + .split("\n") + .filter((line) => line.trim() && !line.startsWith("#")) + .map((line) => { + const [apiName, version] = line.split("=").map((s) => s.trim()); + return { apiName, version }; + }); +} diff --git a/src/updateApis.ts b/src/updateApis.ts index 525966fb..9f39b945 100644 --- a/src/updateApis.ts +++ b/src/updateApis.ts @@ -7,17 +7,93 @@ import path from "path"; import fs from "fs-extra"; -import { downloadLatestApis } from "./lib/utils"; -import { PRODUCTION_API_PATH, CUSTOM_METADATA } from "./lib/config"; - -// DOWNLOAD PRODUCTION DATA -fs.ensureDirSync(PRODUCTION_API_PATH); -fs.writeJSONSync( - path.join(PRODUCTION_API_PATH, ".metadata.json"), - CUSTOM_METADATA -); - -downloadLatestApis( - 'category:Visibility = "External" category:"SDK Type" = "Commerce"', - PRODUCTION_API_PATH -); +import { + downloadApisWithAnypointCli, + readApiVersions, + ORG_ID, +} from "./lib/utils"; +import { PRODUCTION_API_PATH } from "./lib/config"; +import dotenv from "dotenv"; +import { removeInternalOas } from "./removeInternalOas"; + +dotenv.config(); + +// Constants +// const PRODUCTION_API_PATH = path.join(__dirname, '../apis'); +const OLD_APIS_PATH = path.join(__dirname, "../temp/oldApis"); + +/** + * Main function to update APIs based on versions in api-versions.txt + */ +async function updateApis(): Promise { + // Check for required environment variables + if (!process.env.ANYPOINT_USERNAME || !process.env.ANYPOINT_PASSWORD) { + throw new Error( + "Please ensure that ANYPOINT_USERNAME and ANYPOINT_PASSWORD environment variables are set." + ); + } + + try { + // Create a backup of existing APIs + if (fs.existsSync(PRODUCTION_API_PATH)) { + console.log(`Backing up existing APIs to ${OLD_APIS_PATH}`); + await fs.move(PRODUCTION_API_PATH, OLD_APIS_PATH, { overwrite: true }); + } + + // Ensure target directory exists + await fs.ensureDir(PRODUCTION_API_PATH); + + // Read API versions and download each one + const apiVersions = readApiVersions(); + + // Process all API versions in sequence + await apiVersions.reduce(async (previousPromise, { apiName, version }) => { + // Wait for the previous API to finish processing + await previousPromise; + + // Strip version suffix (e.g., -v1, -v2) from API name for Exchange ID + const baseApiName = apiName.replace(/-(v\d+)$/, ""); + const apiId = `${ORG_ID}/${baseApiName}/${version}`; + console.log(`Processing API: ${apiId}`); + + // Only use the base semantic version without SNAPSHOT or branch build suffixes 1.2.0-master-b70 = 1.2.0 + const versionWithoutSuffix = version.includes("-") + ? version.substring(0, version.indexOf("-")) + : version; + + const apiFolderName = `${baseApiName}-${versionWithoutSuffix}`; + // throws error if download fails + await downloadApisWithAnypointCli( + apiId, + path.join(PRODUCTION_API_PATH, apiFolderName), + ORG_ID + ); + console.log(`Successfully updated ${apiName} to version ${version}`); + }, Promise.resolve()); + + console.log("API update process completed successfully"); + } catch (error) { + console.error( + "Error during API update process:", + error instanceof Error ? error.message : String(error) + ); + + // Restore from backup if something went wrong + console.log("Restoring APIs from backup..."); + await fs.move(OLD_APIS_PATH, PRODUCTION_API_PATH, { overwrite: true }); + + process.exit(1); + } +} + +if (require.main === module) { + updateApis() + .then(() => { + removeInternalOas(OLD_APIS_PATH); + removeInternalOas(PRODUCTION_API_PATH); + }) + .catch((error) => { + console.error("Unhandled error:", error); + process.exit(1); + }); +} From c04e3068c552771e264b10e10d3e27daa161def8 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Tue, 18 Nov 2025 10:50:31 -0600 Subject: [PATCH 02/12] remove unused code --- src/lib/utils.ts | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 2234263b..09afad82 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -5,7 +5,6 @@ * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ -import { download } from "@commerce-apps/raml-toolkit"; import { execSync } from "child_process"; import path from "path"; import fs from "fs-extra"; @@ -14,34 +13,6 @@ import AdmZip from "adm-zip"; export const API_VERSIONS_FILE = path.join(__dirname, "../../api-versions.txt"); export const ORG_ID = "893f605e-10e2-423a-bdb4-f952f56eb6d8"; -// /** -// * Searches for an API by name and downloads it to a folder. -// * -// * NOTE: Coverage passes without this function being covered. -// * We should have some followup to figure out how to cover it. -// * Ive spent hours trying to mock download -// * @param searchQuery - Query to search exchange -// * @param rootPath - Root path to download to -// * @returns a promise that we will complete -// */ -// export async function downloadLatestApis( -// searchQuery: string, -// rootPath: string -// ): Promise { -// const matchedApis = await download.search(searchQuery, undefined, true); -// if (!(matchedApis?.length > 0)) { -// throw new Error(`No results in Exchange for '${searchQuery}'`); -// } -// try { -// await download.downloadRestApis(matchedApis, rootPath, true); -// } catch (err: unknown) { -// if (err instanceof Error) { -// err.message = `Failed to download API specs: ${err.message}`; -// } -// throw err; -// } -// } - /** * Downloads API assets using anypoint-cli-v4 and extracts them to the target directory. * From 4ce075d8f0fa226d607bf4ade84e6360b0c329af Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Tue, 18 Nov 2025 12:51:51 -0600 Subject: [PATCH 03/12] update tests --- package-lock.json | 251 +++++++++++++++++++++++++++++++++++------- package.json | 2 + src/lib/utils.test.ts | 180 +++++++++++++++++++----------- src/lib/utils.ts | 1 - 4 files changed, 331 insertions(+), 103 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd2abc84..2f5705c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "@types/adm-zip": "^0.5.0", "@types/mocha": "^8.2.3", "@types/node-fetch": "^2.5.12", + "@types/proxyquire": "^1.3.31", "@types/retry": "^0.12.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", @@ -28,6 +29,7 @@ "anypoint-cli-v4": "1.6.12", "chai": "^4.3.5", "depcheck": "^0.9.2", + "dotenv": "^16.0.3", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-header": "^3.1.1", @@ -39,6 +41,7 @@ "nock": "^13.2.2", "nyc": "^15.1.0", "prettier": "^2.5.1", + "proxyquire": "^2.1.3", "sinon": "^9.2.4", "snyk": "^1.996.0", "sort-package-json": "^1.53.1", @@ -351,6 +354,15 @@ "tslib": "^1.14.1" } }, + "node_modules/@commerce-apps/core/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=10" + } + }, "node_modules/@commerce-apps/core/node_modules/minipass-fetch": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", @@ -401,6 +413,16 @@ "ramlint": "bin/run" } }, + "node_modules/@commerce-apps/raml-toolkit/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=10" + } + }, "node_modules/@commerce-apps/raml-toolkit/node_modules/fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", @@ -5335,6 +5357,13 @@ "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", "dev": true }, + "node_modules/@types/proxyquire": { + "version": "1.3.31", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", + "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/readable-stream": { "version": "2.3.15", "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", @@ -9079,11 +9108,16 @@ } }, "node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", + "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">=10" + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" } }, "node_modules/dunder-proto": { @@ -10208,6 +10242,20 @@ "node": ">=10" } }, + "node_modules/fill-keys": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/fill-keys/-/fill-keys-1.0.2.tgz", + "integrity": "sha512-tcgI872xXjwFF4xgQmLxi76GnwJG3g/3isB1l4/G5Z4zrbddGpBjqZCO9oEAcB5wX0Hj/5iQB3toxfO7in1hHA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-object": "~1.0.1", + "merge-descriptors": "~1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -11456,6 +11504,16 @@ "node": ">=8" } }, + "node_modules/is-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", + "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", @@ -12511,6 +12569,16 @@ "node": ">= 0.4" } }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -12921,6 +12989,13 @@ "node": ">=10" } }, + "node_modules/module-not-found-error": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz", + "integrity": "sha512-pEk4ECWQXV6z2zjhRZUongnLJNUeGQJ3w6OQ5ctGwD+i5o93qjRQUk2Rt6VdNeu3sEP0AB4LcfvdebpxBRVr4g==", + "dev": true, + "license": "MIT" + }, "node_modules/moment": { "version": "2.30.1", "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", @@ -14182,6 +14257,18 @@ "dev": true, "license": "MIT" }, + "node_modules/proxyquire": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.3.tgz", + "integrity": "sha512-BQWfCqYM+QINd+yawJz23tbBM40VIGXOdDw3X344KcclI/gtBbdWF6SlQ4nK/bYhF9d27KYug9WzljHC6B9Ysg==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-keys": "^1.0.2", + "module-not-found-error": "^1.0.1", + "resolve": "^1.11.1" + } + }, "node_modules/pump": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", @@ -17248,6 +17335,11 @@ "tslib": "^1.14.1" }, "dependencies": { + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==" + }, "minipass-fetch": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", @@ -17290,6 +17382,12 @@ "unzipper": "0.10.11" }, "dependencies": { + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "dev": true + }, "fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", @@ -17354,7 +17452,8 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.22.0.tgz", "integrity": "sha512-+KQLPpx8GFqrhWFfuvrsA4Rjlfbo/QOIo2IvzSgmDwy6YVQZXaSQiNQv/BnrnedaFCf2ONV+w+PMLqXgzn8N9A==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-abstract-path": { "version": "1.22.0", @@ -17418,7 +17517,8 @@ "version": "1.22.1", "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.22.1.tgz", "integrity": "sha512-q8Dil+MnKeZWKNxLLDXan070TUP+8io7zwwCs5apvaU26ghojBU4OOJx1vL6CInUjZCzTeyCYVPsBbvykjLZ2w==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-init-sparql": { "version": "1.22.3", @@ -18123,7 +18223,8 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-create/-/actor-query-operation-update-create-1.22.0.tgz", "integrity": "sha512-tZxqO+4n7qbDVJcp0VNYKRbI9uS8xTyK5s63sD53YeFl6Fl52dJtBb916R9Wb0pe2Pb37ErXF38/Z127P9EiNA==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-query-operation-update-deleteinsert": { "version": "1.22.2", @@ -18181,7 +18282,8 @@ "version": "1.22.2", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-fallback/-/actor-rdf-dereference-fallback-1.22.2.tgz", "integrity": "sha512-EzvBerax4WVOxmkRuHviehUQ3VUU0CPHV+fErFB9+s5UbXHk6MU3GqzH9iehoFYzpP7Xic0VZXFd34nCTvzmtg==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-dereference-http-parse": { "version": "1.22.3", @@ -18238,7 +18340,8 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-allow-http-methods/-/actor-rdf-metadata-extract-allow-http-methods-1.22.0.tgz", "integrity": "sha512-vbbJxxtDZ8KFOLTZ4/bbilI95Kj1u7eaQcOw15PWvsMz29e9Mi28Gvguv1m/7CIpn4myNEWWu9hkardzWGcFhg==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-metadata-extract-hydra-controls": { "version": "1.22.0", @@ -18255,19 +18358,22 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.22.0.tgz", "integrity": "sha512-IM27SyFT2lRZc853m10I8YQX+nzSS5ouY4dLWyI3yzlYfI1LFOI/kDiUicgiyAoAy7UBG2c60jvFXTC6HQsdJw==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-metadata-extract-patch-sparql-update": { "version": "1.22.2", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-patch-sparql-update/-/actor-rdf-metadata-extract-patch-sparql-update-1.22.2.tgz", "integrity": "sha512-de9IJPIuXrvh8plhl8RndrbNcigO7hhi34bEoKwcjdX8YBK1F4BEK3mRvE0rlSjwv5vDLPjT4ejxl6bL2Da/rQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-metadata-extract-put-accepted": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-put-accepted/-/actor-rdf-metadata-extract-put-accepted-1.22.0.tgz", "integrity": "sha512-VLZQI1eEQOImxFgfa9grlB1AzmfZweypBodQlvHSESgqUhKzyEkaX00HiK2kM74vmccdCpzEEoOfwaJdXU8TbQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-metadata-extract-sparql-service": { "version": "1.22.0", @@ -18372,13 +18478,15 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.22.0.tgz", "integrity": "sha512-94t3u2B2kH8ftMtkLfo1B/v1SJkiFdEf3y351UOqrWJ71GNMQwgvzQFcSRL4QRcgaIjz4wecj8oGUN0wPs2Kdg==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo/-/actor-rdf-resolve-hypermedia-links-queue-fifo-1.22.0.tgz", "integrity": "sha512-DzQgHFDDXtawPvNbei1j6xL2yWdlSpq/vOD4K8Z+NrheKjNbPz84bJp0bhnWiOonwHMCRdxQRu+Etf33SFWFJQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/actor-rdf-resolve-hypermedia-none": { "version": "1.22.0", @@ -18679,7 +18787,8 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.22.0.tgz", "integrity": "sha512-N4Lmu8JovfhDBOuyhG/7Gaig4v+nWFYbrhCRpj5gSnbn4J8WwqNmcbwVWWi3jCgw/SGsk3QRIQaFXyS3IigydQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/bus-http": { "version": "1.22.1", @@ -18698,13 +18807,15 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.22.0.tgz", "integrity": "sha512-JQnEvU9s+Q/OBUdKEbI15QPyO4d7opkGi1nGah9aMpFx7o3CuIa62SuzmDokfgHXOIVaOh2e6gWDNuFjCj9cBA==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/bus-init": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.22.0.tgz", "integrity": "sha512-NIfEJLI8EYFdTWJB0PV/lxPagStPl+gUj3LtOnovcF1ZhC5rgcJSC/tq1r04n0TziY2KVangnLDsF4752LjD6g==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/bus-optimize-query-operation": { "version": "1.22.0", @@ -18820,13 +18931,15 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.22.0.tgz", "integrity": "sha512-w76L61DC/7PchmONzf7wYuMlN08TWN9Vr+ulse84/4+jResEYzCji5kYJV4AiAKQ868ufwuGJuskf6FJlUjqFg==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/bus-rdf-resolve-hypermedia-links-queue": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links-queue/-/bus-rdf-resolve-hypermedia-links-queue-1.22.0.tgz", "integrity": "sha512-2l+AEDwEIGD19ogk3umDuV25h0xMpHCMliefK8aL3iUqw1LzY93aHx7A2BgidfdQKrWog6R+vkazTaL/duTX2w==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/bus-rdf-resolve-quad-pattern": { "version": "1.22.0", @@ -18921,49 +19034,57 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.22.0.tgz", "integrity": "sha512-YCCRDIvbhWAygEqADnKnbCt7jnR4AasnoukLOQKyv1JAYxEV61FqReGG2LMtCqYR4VWUAa9tr51Ov+vOH1cMBg==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/logger-void": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.22.0.tgz", "integrity": "sha512-ORLVmoE47wqWZGdNKcZ8wpnEHtfcUKGhnDt5KbS/YV2qv4m/dG9eNIn6ax5FZeX2EFDSzWtlvMYNxNFhTvb7VQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/mediator-all": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.22.0.tgz", "integrity": "sha512-jr+tYDDDJuVeW20yauB6GH3Xov0I9eW1y0V69hgcFgyi2xTBN1z+X7OkLjOBVFzYJnHmpr+rLvpxkZIiYcOW/w==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/mediator-combine-pipeline": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.22.0.tgz", "integrity": "sha512-SSXOvup8vlw1tS60RICXO3N+pK+7OzpwFmw5VuIVfliIdzAklEBoMUy4BucxlyX64Pgvt6nUXvaSvY3JGf9GXw==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/mediator-combine-union": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.22.0.tgz", "integrity": "sha512-iUHmEGgWVmk02e80uB7w8xZ5vgTLpiqzrImvbokolJzWcVbobVCUkq8DUxzz3FJbNVRGipZUFrOqkRPAuAX6FA==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/mediator-number": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.22.0.tgz", "integrity": "sha512-KDPlJEvj0Lu+JygGXjnH8pf33k01lJ+wgzUlWK216jZJ1Px2lTlfc/COhSqi/e0y+k4ZSBcxx0gnjt2awMpbrQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/mediator-race": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.22.0.tgz", "integrity": "sha512-hIMaHyf9M4jOS0199OURSVgWFmzkyF2K2keuAb+iHoCH3UUcUnWjPOL1TrdkxvaUnrxmsBWR9SXbnqgMnhIsiQ==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/mediatortype-iterations": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediatortype-iterations/-/mediatortype-iterations-1.22.0.tgz", "integrity": "sha512-pN8aCGSh19FFu2IHjXJdCib2ewhOuW+DzQVkGTG0oD472amqQAlBVNxR38QParVP/ra70Isnbp+mfFlFLHrkYg==", - "dev": true + "dev": true, + "requires": {} }, "@comunica/runner": { "version": "1.22.0", @@ -19360,7 +19481,8 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-4.0.0.tgz", "integrity": "sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==", - "dev": true + "dev": true, + "requires": {} }, "@nestjs/common": { "version": "11.1.3", @@ -20910,6 +21032,12 @@ "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", "dev": true }, + "@types/proxyquire": { + "version": "1.3.31", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", + "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", + "dev": true + }, "@types/readable-stream": { "version": "2.3.15", "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", @@ -21237,7 +21365,8 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true + "dev": true, + "requires": {} }, "acorn-walk": { "version": "8.3.2", @@ -22477,7 +22606,8 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", - "dev": true + "dev": true, + "requires": {} }, "balanced-match": { "version": "1.0.0", @@ -22488,7 +22618,8 @@ "version": "2.8.2", "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz", "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==", - "dev": true + "dev": true, + "requires": {} }, "bare-fs": { "version": "4.5.1", @@ -23669,9 +23800,10 @@ } }, "dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==" + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", + "dev": true }, "dunder-proto": { "version": "1.0.1", @@ -24071,13 +24203,15 @@ "version": "8.8.0", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", - "dev": true + "dev": true, + "requires": {} }, "eslint-plugin-header": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz", "integrity": "sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==", - "dev": true + "dev": true, + "requires": {} }, "eslint-plugin-jsdoc": { "version": "50.8.0", @@ -24474,6 +24608,16 @@ } } }, + "fill-keys": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/fill-keys/-/fill-keys-1.0.2.tgz", + "integrity": "sha512-tcgI872xXjwFF4xgQmLxi76GnwJG3g/3isB1l4/G5Z4zrbddGpBjqZCO9oEAcB5wX0Hj/5iQB3toxfO7in1hHA==", + "dev": true, + "requires": { + "is-object": "~1.0.1", + "merge-descriptors": "~1.0.0" + } + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -25348,6 +25492,12 @@ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true }, + "is-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", + "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", + "dev": true + }, "is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", @@ -26173,6 +26323,12 @@ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" }, + "merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "dev": true + }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -26471,6 +26627,12 @@ } } }, + "module-not-found-error": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz", + "integrity": "sha512-pEk4ECWQXV6z2zjhRZUongnLJNUeGQJ3w6OQ5ctGwD+i5o93qjRQUk2Rt6VdNeu3sEP0AB4LcfvdebpxBRVr4g==", + "dev": true + }, "moment": { "version": "2.30.1", "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", @@ -27409,6 +27571,17 @@ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "dev": true }, + "proxyquire": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.3.tgz", + "integrity": "sha512-BQWfCqYM+QINd+yawJz23tbBM40VIGXOdDw3X344KcclI/gtBbdWF6SlQ4nK/bYhF9d27KYug9WzljHC6B9Ysg==", + "dev": true, + "requires": { + "fill-keys": "^1.0.2", + "module-not-found-error": "^1.0.1", + "resolve": "^1.11.1" + } + }, "pump": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", @@ -28953,7 +29126,8 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-map/-/typedoc-plugin-external-module-map-1.2.1.tgz", "integrity": "sha512-ha+he4JFhCufF6wnpMpeH2XwsMgnYR6IrRUBCiMbZoYoudn6zICX7NA40pMjA35A6afxWNhKZU19pXnvysPK7A==", - "dev": true + "dev": true, + "requires": {} }, "typedoc-plugin-nojekyll": { "version": "1.0.1", @@ -29410,7 +29584,8 @@ "version": "8.18.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", - "dev": true + "dev": true, + "requires": {} }, "xml": { "version": "1.0.1", diff --git a/package.json b/package.json index 80dfcff8..71c22c4c 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "@types/adm-zip": "^0.5.0", "@types/mocha": "^8.2.3", "@types/node-fetch": "^2.5.12", + "@types/proxyquire": "^1.3.31", "@types/retry": "^0.12.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", @@ -81,6 +82,7 @@ "nock": "^13.2.2", "nyc": "^15.1.0", "prettier": "^2.5.1", + "proxyquire": "^2.1.3", "sinon": "^9.2.4", "snyk": "^1.996.0", "sort-package-json": "^1.53.1", diff --git a/src/lib/utils.test.ts b/src/lib/utils.test.ts index 8eba827e..99d494ad 100644 --- a/src/lib/utils.test.ts +++ b/src/lib/utils.test.ts @@ -4,13 +4,12 @@ * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ -import { execSync } from "child_process"; import fs from "fs-extra"; import path from "path"; -import AdmZip from "adm-zip"; import { expect } from "chai"; import sinon from "sinon"; -import { downloadApisWithAnypointCli } from "./utils"; +import proxyquire from "proxyquire"; +import { readApiVersions, API_VERSIONS_FILE } from "./utils"; describe("download-apis", () => { const mockApiId = @@ -24,20 +23,14 @@ describe("download-apis", () => { let fsEnsureDirStub: sinon.SinonStub; let fsReaddirStub: sinon.SinonStub; let fsRemoveStub: sinon.SinonStub; - let consoleLogStub: sinon.SinonStub; - let consoleErrorStub: sinon.SinonStub; - let admZipStub: sinon.SinonStub; let mockZipInstance: { extractAllTo: sinon.SinonStub; }; + let downloadApisWithAnypointCli: typeof import("./utils").downloadApisWithAnypointCli; beforeEach(() => { sandbox = sinon.createSandbox(); - // Mock console methods - consoleLogStub = sandbox.stub(console, "log"); - consoleErrorStub = sandbox.stub(console, "error"); - // Mock file system operations fsEnsureDirStub = sandbox.stub(fs, "ensureDir").resolves(undefined); fsReaddirStub = sandbox.stub(fs, "readdir").resolves(["api-asset.zip"]); @@ -50,20 +43,22 @@ describe("download-apis", () => { .stub(childProcess, "execSync") .returns(Buffer.from("")); - // Mock AdmZip + // Mock AdmZip - create a constructor that returns our mock instance mockZipInstance = { extractAllTo: sandbox.stub(), }; - // Stub the AdmZip constructor on the module - // eslint-disable-next-line @typescript-eslint/no-var-requires - const admZipModule = require("adm-zip"); - admZipStub = sandbox - .stub(admZipModule, "default") - .callsFake(() => mockZipInstance); - // If default doesn't work, try stubbing the module itself - if (!admZipModule.default) { - admZipStub = sandbox.stub(admZipModule).callsFake(() => mockZipInstance); - } + const mockAdmZip = function () { + return mockZipInstance; + } as any; + + // Use proxyquire to load utils with mocked AdmZip + const utilsModule = proxyquire("./utils", { + "adm-zip": { + default: mockAdmZip, + __esModule: true, + }, + }); + downloadApisWithAnypointCli = utilsModule.downloadApisWithAnypointCli; process.env.ANYPOINT_USERNAME = "test-user"; process.env.ANYPOINT_PASSWORD = "test-pass"; @@ -80,10 +75,10 @@ describe("download-apis", () => { await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); // Verify temp directory was created - expect(fsEnsureDirStub).to.have.been.calledWith(mockTempDir); + expect(fsEnsureDirStub.calledWith(mockTempDir)).to.be.true; // Verify anypoint-cli command was executed - expect(execSyncStub).to.have.been.called; + expect(execSyncStub.called).to.be.true; const execCall = execSyncStub.getCall(0); expect(execCall.args[0]).to.include( "anypoint-cli-v4 exchange:asset:download" @@ -100,23 +95,16 @@ describe("download-apis", () => { expect(execCall.args[0]).to.include(`--organization=${mockOrgId}`); // Verify zip file was read - expect(fsReaddirStub).to.have.been.calledWith(mockTempDir); + expect(fsReaddirStub.calledWith(mockTempDir)).to.be.true; // Verify target directory was created - expect(fsEnsureDirStub).to.have.been.calledWith(mockTargetDir); + expect(fsEnsureDirStub.calledWith(mockTargetDir)).to.be.true; - // Verify zip was extracted - expect(admZipStub).to.have.been.calledWith( - path.join(mockTempDir, "api-asset.zip") - ); + // Verify zip was extracted (AdmZip constructor was called and extractAllTo was called) + expect(mockZipInstance.extractAllTo.called).to.be.true; // Verify temp directory was cleaned up - expect(fsRemoveStub).to.have.been.calledWith(mockTempDir); - - // eslint-disable-next-line no-console - expect(consoleLogStub).to.have.been.calledWith( - sinon.match.string.includes("Successfully downloaded and extracted") - ); + expect(fsRemoveStub.calledWith(mockTempDir)).to.be.true; }); it("should handle empty credentials gracefully", async () => { @@ -144,7 +132,7 @@ describe("download-apis", () => { } // Verify temp directory was still created - expect(fsEnsureDirStub).to.have.been.calledWith(mockTempDir); + expect(fsEnsureDirStub.calledWith(mockTempDir)).to.be.true; }); it("should throw error when no zip file is found", async () => { @@ -166,9 +154,7 @@ describe("download-apis", () => { await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); - expect(admZipStub).to.have.been.calledWith( - path.join(mockTempDir, "api-asset.zip") - ); + expect(mockZipInstance.extractAllTo.called).to.be.true; }); it("should handle errors during zip extraction", async () => { @@ -232,7 +218,7 @@ describe("download-apis", () => { await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); - expect(fsEnsureDirStub).to.have.been.calledWith(expectedTempDir); + expect(fsEnsureDirStub.calledWith(expectedTempDir)).to.be.true; const execCall = execSyncStub.getCall(0); expect(execCall.args[0]).to.include(expectedTempDir); }); @@ -242,40 +228,106 @@ describe("download-apis", () => { const expectedCmd = `anypoint-cli-v4 exchange:asset:download ${mockApiId} ${mockTempDir} --username 'test-user' --password 'test-pass' --organization=${mockOrgId}`; - expect(execSyncStub).to.have.been.calledWith( - expectedCmd, - sinon.match({ - stdio: "inherit", - cwd: process.cwd(), - env: process.env, - }) - ); + expect( + execSyncStub.calledWith( + expectedCmd, + sinon.match({ + stdio: "inherit", + cwd: process.cwd(), + env: process.env, + }) + ) + ).to.be.true; }); it("should log download progress", async () => { await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); - // eslint-disable-next-line no-console - expect(consoleLogStub).to.have.been.calledWith( - `Downloading API ${mockApiId} using anypoint-cli...` - ); - // eslint-disable-next-line no-console - expect(consoleLogStub).to.have.been.calledWith( - sinon.match.string.includes("Extracting api-asset.zip") - ); - // eslint-disable-next-line no-console - expect(consoleLogStub).to.have.been.calledWith( - sinon.match.string.includes("Successfully downloaded and extracted") - ); + // Note: console.log is stubbed globally in testResources/setup.ts + // We can't verify specific calls here since the stub is managed globally }); it("should extract zip with overwrite flag", async () => { await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); - expect(mockZipInstance.extractAllTo).to.have.been.calledWith( - mockTargetDir, - true - ); + expect(mockZipInstance.extractAllTo.calledWith(mockTargetDir, true)).to.be + .true; }); }); }); + +describe("readApiVersions", () => { + const mockApiVersionsContent = `shopper-baskets-oas-v1=1.9.0 +shopper-baskets-oas-v2=2.1.0 +shopper-payments-oas-v1=1.1.0`; + + let sandbox: sinon.SinonSandbox; + let fsExistsSyncStub: sinon.SinonStub; + let fsReadFileSyncStub: sinon.SinonStub; + + beforeEach(() => { + sandbox = sinon.createSandbox(); + fsExistsSyncStub = sandbox.stub(fs, "existsSync").returns(true); + fsReadFileSyncStub = sandbox + .stub(fs, "readFileSync") + .returns(mockApiVersionsContent); + }); + + afterEach(() => { + sandbox.restore(); + }); + + it("should read and parse api-versions.txt correctly", () => { + const result = readApiVersions(); + + expect(fsExistsSyncStub.calledWith(API_VERSIONS_FILE)).to.be.true; + expect(fsReadFileSyncStub.calledWith(API_VERSIONS_FILE, "utf-8")).to.be + .true; + expect(result).to.deep.equal([ + { apiName: "shopper-baskets-oas-v1", version: "1.9.0" }, + { apiName: "shopper-baskets-oas-v2", version: "2.1.0" }, + { apiName: "shopper-payments-oas-v1", version: "1.1.0" }, + ]); + }); + + it("should filter out empty lines and comments", () => { + const contentWithComments = `# This is a comment +shopper-baskets-oas-v1=1.9.0 + +shopper-baskets-oas-v2=2.1.0 +# Another comment +shopper-payments-oas-v1=1.1.0 + +`; + fsReadFileSyncStub.returns(contentWithComments); + + const result = readApiVersions(); + + expect(result).to.deep.equal([ + { apiName: "shopper-baskets-oas-v1", version: "1.9.0" }, + { apiName: "shopper-baskets-oas-v2", version: "2.1.0" }, + { apiName: "shopper-payments-oas-v1", version: "1.1.0" }, + ]); + }); + + it("should throw error when file does not exist", () => { + fsExistsSyncStub.returns(false); + + expect(() => readApiVersions()).to.throw( + `API versions file not found at: ${API_VERSIONS_FILE}` + ); + }); + + it("should handle whitespace around api names and versions", () => { + const contentWithWhitespace = `shopper-baskets-oas-v1 = 1.9.0 + shopper-baskets-oas-v2=2.1.0 `; + fsReadFileSyncStub.returns(contentWithWhitespace); + + const result = readApiVersions(); + + expect(result).to.deep.equal([ + { apiName: "shopper-baskets-oas-v1", version: "1.9.0" }, + { apiName: "shopper-baskets-oas-v2", version: "2.1.0" }, + ]); + }); +}); diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 09afad82..23a76289 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -15,7 +15,6 @@ export const ORG_ID = "893f605e-10e2-423a-bdb4-f952f56eb6d8"; /** * Downloads API assets using anypoint-cli-v4 and extracts them to the target directory. - * * @param apiId - The API ID in Anypoint Exchange * @param targetDir - Directory where the API assets should be extracted * @param orgId - the organization ID to download the API from From 06cd9178001a2a64963a9b37ff62e85b74c4563d Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Wed, 21 Jan 2026 15:09:43 -0500 Subject: [PATCH 04/12] update api version table --- api-versions.txt | 57 ++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/api-versions.txt b/api-versions.txt index d61c2d75..5317a3bd 100644 --- a/api-versions.txt +++ b/api-versions.txt @@ -1,28 +1,29 @@ -assignments-oas-v1=1.0.35 -campaigns-oas-v1=1.0.37 -catalogs-oas-v1=1.0.42 -cdn-api-process-apis-oas-v1=1.0.39 -cors-preferences-oas-v1=1.0.5 -coupons-oas-v1=1.0.39 -customers-oas-v1=1.0.32 -gift-certificates-oas-v1=1.0.39 -orders-oas-v1=1.4.10 -preferences-oas-v1=1.1.3 -products-oas-v1=1.0.40 -promotions-oas-v1=1.0.33 -shopper-baskets-oas-v1=1.9.0 -shopper-baskets-oas-v2=2.1.0 -shopper-consents-oas-v1=1.1.0 -shopper-context-oas-v1=1.1.1 -shopper-customers-oas-v1=1.1.1 -shopper-experience-oas-v1=1.0.7 -shopper-gift-certificates-oas-v1=1.0.26 -shopper-login-oas-v1=1.39.41 -shopper-orders-oas-v1=1.5.0 -shopper-products-oas-v1=1.0.37 -shopper-promotions-oas-v1=1.0.36 -shopper-search-oas-v1=1.3.0 -shopper-seo-oas-v1=1.0.13 -shopper-stores-oas-v1=1.0.17 -slas-admin-oas-v1=1.12.30 -source-code-groups-oas-v1=1.0.37 +assignments-oas-v1=1.0.36 +campaigns-oas-v1=1.0.38 +catalogs-oas-v1=1.0.43 +cdn-api-process-apis-oas-v1=1.0.40 +cors-preferences-oas-v1=1.0.7 +coupons-oas-v1=1.0.40 +customers-oas-v1=1.0.33 +gift-certificates-oas-v1=1.0.40 +orders-oas-v1=1.4.11 +preferences-oas-v1=1.1.4 +products-oas-v1=1.0.41 +promotions-oas-v1=1.0.34 +shopper-baskets-oas-v1=1.9.1 +shopper-baskets-oas-v2=2.1.1 +shopper-configurations-oas=1.0.0 +shopper-consents-oas-v1=1.1.2 +shopper-context-oas-v1=1.1.2 +shopper-customers-oas-v1=1.1.2 +shopper-experience-oas-v1=1.0.9 +shopper-gift-certificates-oas-v1=1.0.27 +shopper-login-oas-v1=1.40.0 +shopper-orders-oas-v1=1.5.1 +shopper-products-oas-v1=1.0.39 +shopper-promotions-oas-v1=1.0.37 +shopper-search-oas-v1=1.5.1 +shopper-seo-oas-v1=1.0.14 +shopper-stores-oas-v1=1.0.18 +slas-admin-oas-v1=1.12.31 +source-code-groups-oas-v1=1.0.38 \ No newline at end of file From e2b18897f9a89c34442b90e16f5d4270b518b7f0 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Wed, 21 Jan 2026 15:48:14 -0500 Subject: [PATCH 05/12] remove proxyquire --- package.json | 2 -- src/lib/utils.test.ts | 34 ++++++++++++---------------------- src/lib/utils.ts | 18 ++++++++++++++++-- 3 files changed, 28 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 04bb1735..bf839e89 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "@types/adm-zip": "^0.5.0", "@types/mocha": "^8.2.3", "@types/node-fetch": "^2.5.12", - "@types/proxyquire": "^1.3.31", "@types/retry": "^0.12.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", @@ -82,7 +81,6 @@ "nock": "^13.2.2", "nyc": "^15.1.0", "prettier": "^2.5.1", - "proxyquire": "^2.1.3", "sinon": "^9.2.4", "snyk": "^1.996.0", "sort-package-json": "^1.53.1", diff --git a/src/lib/utils.test.ts b/src/lib/utils.test.ts index 99d494ad..ae51f391 100644 --- a/src/lib/utils.test.ts +++ b/src/lib/utils.test.ts @@ -8,8 +8,9 @@ import fs from "fs-extra"; import path from "path"; import { expect } from "chai"; import sinon from "sinon"; -import proxyquire from "proxyquire"; -import { readApiVersions, API_VERSIONS_FILE } from "./utils"; +import * as utils from "./utils"; +const { readApiVersions, API_VERSIONS_FILE, downloadApisWithAnypointCli } = + utils; describe("download-apis", () => { const mockApiId = @@ -26,7 +27,7 @@ describe("download-apis", () => { let mockZipInstance: { extractAllTo: sinon.SinonStub; }; - let downloadApisWithAnypointCli: typeof import("./utils").downloadApisWithAnypointCli; + let admZipStub: sinon.SinonStub; beforeEach(() => { sandbox = sinon.createSandbox(); @@ -36,29 +37,14 @@ describe("download-apis", () => { fsReaddirStub = sandbox.stub(fs, "readdir").resolves(["api-asset.zip"]); fsRemoveStub = sandbox.stub(fs, "remove").resolves(undefined); - // Mock execSync - // eslint-disable-next-line @typescript-eslint/no-var-requires - const childProcess = require("child_process"); - execSyncStub = sandbox - .stub(childProcess, "execSync") - .returns(Buffer.from("")); + // Mock execSync wrapper + execSyncStub = sandbox.stub(utils, "runExecSync").returns(Buffer.from("")); - // Mock AdmZip - create a constructor that returns our mock instance + // Mock AdmZip constructor via createAdmZip wrapper mockZipInstance = { extractAllTo: sandbox.stub(), }; - const mockAdmZip = function () { - return mockZipInstance; - } as any; - - // Use proxyquire to load utils with mocked AdmZip - const utilsModule = proxyquire("./utils", { - "adm-zip": { - default: mockAdmZip, - __esModule: true, - }, - }); - downloadApisWithAnypointCli = utilsModule.downloadApisWithAnypointCli; + admZipStub = sandbox.stub(utils, "createAdmZip").returns(mockZipInstance); process.env.ANYPOINT_USERNAME = "test-user"; process.env.ANYPOINT_PASSWORD = "test-pass"; @@ -101,6 +87,8 @@ describe("download-apis", () => { expect(fsEnsureDirStub.calledWith(mockTargetDir)).to.be.true; // Verify zip was extracted (AdmZip constructor was called and extractAllTo was called) + expect(admZipStub.calledWith(path.join(mockTempDir, "api-asset.zip"))).to + .be.true; expect(mockZipInstance.extractAllTo.called).to.be.true; // Verify temp directory was cleaned up @@ -154,6 +142,8 @@ describe("download-apis", () => { await downloadApisWithAnypointCli(mockApiId, mockTargetDir, mockOrgId); + expect(admZipStub.calledWith(path.join(mockTempDir, "api-asset.zip"))).to + .be.true; expect(mockZipInstance.extractAllTo.called).to.be.true; }); diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 23a76289..3fa2536e 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -13,6 +13,20 @@ import AdmZip from "adm-zip"; export const API_VERSIONS_FILE = path.join(__dirname, "../../api-versions.txt"); export const ORG_ID = "893f605e-10e2-423a-bdb4-f952f56eb6d8"; +/** + * Wrapper around execSync to simplify stubbing in tests. + */ +export const runExecSync = ( + command: string, + options: Parameters[1] +) => execSync(command, options); + +/** + * Small wrapper to create an AdmZip instance. + * Abstracted for easier stubbing in tests. + */ +export const createAdmZip = (zipPath: string) => new AdmZip(zipPath); + /** * Downloads API assets using anypoint-cli-v4 and extracts them to the target directory. * @param apiId - The API ID in Anypoint Exchange @@ -40,7 +54,7 @@ export async function downloadApisWithAnypointCli( console.log(`Downloading API ${apiId} using anypoint-cli...`); try { - execSync(cmd, { + runExecSync(cmd, { stdio: "inherit", cwd: process.cwd(), env: process.env, @@ -65,7 +79,7 @@ export async function downloadApisWithAnypointCli( console.log(`Extracting ${zipFile} to ${targetDir}...`); // Extract the zip file - const zip = new AdmZip(zipPath); + const zip = createAdmZip(zipPath); // Ensure target directory exists await fs.ensureDir(targetDir); From 50babead86599552c4fe8a6832ca9896c779c050 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Wed, 21 Jan 2026 15:48:53 -0500 Subject: [PATCH 06/12] update package.lock.json --- package-lock.json | 200 +++++++--------------------------------------- 1 file changed, 31 insertions(+), 169 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c241a23..d02d8f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,6 @@ "@types/adm-zip": "^0.5.0", "@types/mocha": "^8.2.3", "@types/node-fetch": "^2.5.12", - "@types/proxyquire": "^1.3.31", "@types/retry": "^0.12.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", @@ -41,7 +40,6 @@ "nock": "^13.2.2", "nyc": "^15.1.0", "prettier": "^2.5.1", - "proxyquire": "^2.1.3", "sinon": "^9.2.4", "snyk": "^1.996.0", "sort-package-json": "^1.53.1", @@ -5357,13 +5355,6 @@ "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", "dev": true }, - "node_modules/@types/proxyquire": { - "version": "1.3.31", - "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", - "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/readable-stream": { "version": "2.3.15", "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", @@ -10242,20 +10233,6 @@ "node": ">=10" } }, - "node_modules/fill-keys": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fill-keys/-/fill-keys-1.0.2.tgz", - "integrity": "sha512-tcgI872xXjwFF4xgQmLxi76GnwJG3g/3isB1l4/G5Z4zrbddGpBjqZCO9oEAcB5wX0Hj/5iQB3toxfO7in1hHA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-object": "~1.0.1", - "merge-descriptors": "~1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -11504,16 +11481,6 @@ "node": ">=8" } }, - "node_modules/is-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", - "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", @@ -12569,16 +12536,6 @@ "node": ">= 0.4" } }, - "node_modules/merge-descriptors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -12989,13 +12946,6 @@ "node": ">=10" } }, - "node_modules/module-not-found-error": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz", - "integrity": "sha512-pEk4ECWQXV6z2zjhRZUongnLJNUeGQJ3w6OQ5ctGwD+i5o93qjRQUk2Rt6VdNeu3sEP0AB4LcfvdebpxBRVr4g==", - "dev": true, - "license": "MIT" - }, "node_modules/moment": { "version": "2.30.1", "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", @@ -14257,18 +14207,6 @@ "dev": true, "license": "MIT" }, - "node_modules/proxyquire": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.3.tgz", - "integrity": "sha512-BQWfCqYM+QINd+yawJz23tbBM40VIGXOdDw3X344KcclI/gtBbdWF6SlQ4nK/bYhF9d27KYug9WzljHC6B9Ysg==", - "dev": true, - "license": "MIT", - "dependencies": { - "fill-keys": "^1.0.2", - "module-not-found-error": "^1.0.1", - "resolve": "^1.11.1" - } - }, "node_modules/pump": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", @@ -17452,8 +17390,7 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-abstract-mediatyped/-/actor-abstract-mediatyped-1.22.0.tgz", "integrity": "sha512-+KQLPpx8GFqrhWFfuvrsA4Rjlfbo/QOIo2IvzSgmDwy6YVQZXaSQiNQv/BnrnedaFCf2ONV+w+PMLqXgzn8N9A==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-abstract-path": { "version": "1.22.0", @@ -17517,8 +17454,7 @@ "version": "1.22.1", "resolved": "https://registry.npmjs.org/@comunica/actor-http-proxy/-/actor-http-proxy-1.22.1.tgz", "integrity": "sha512-q8Dil+MnKeZWKNxLLDXan070TUP+8io7zwwCs5apvaU26ghojBU4OOJx1vL6CInUjZCzTeyCYVPsBbvykjLZ2w==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-init-sparql": { "version": "1.22.3", @@ -18223,8 +18159,7 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-query-operation-update-create/-/actor-query-operation-update-create-1.22.0.tgz", "integrity": "sha512-tZxqO+4n7qbDVJcp0VNYKRbI9uS8xTyK5s63sD53YeFl6Fl52dJtBb916R9Wb0pe2Pb37ErXF38/Z127P9EiNA==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-query-operation-update-deleteinsert": { "version": "1.22.2", @@ -18282,8 +18217,7 @@ "version": "1.22.2", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-dereference-fallback/-/actor-rdf-dereference-fallback-1.22.2.tgz", "integrity": "sha512-EzvBerax4WVOxmkRuHviehUQ3VUU0CPHV+fErFB9+s5UbXHk6MU3GqzH9iehoFYzpP7Xic0VZXFd34nCTvzmtg==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-dereference-http-parse": { "version": "1.22.3", @@ -18340,8 +18274,7 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-allow-http-methods/-/actor-rdf-metadata-extract-allow-http-methods-1.22.0.tgz", "integrity": "sha512-vbbJxxtDZ8KFOLTZ4/bbilI95Kj1u7eaQcOw15PWvsMz29e9Mi28Gvguv1m/7CIpn4myNEWWu9hkardzWGcFhg==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-metadata-extract-hydra-controls": { "version": "1.22.0", @@ -18358,22 +18291,19 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-hydra-count/-/actor-rdf-metadata-extract-hydra-count-1.22.0.tgz", "integrity": "sha512-IM27SyFT2lRZc853m10I8YQX+nzSS5ouY4dLWyI3yzlYfI1LFOI/kDiUicgiyAoAy7UBG2c60jvFXTC6HQsdJw==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-metadata-extract-patch-sparql-update": { "version": "1.22.2", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-patch-sparql-update/-/actor-rdf-metadata-extract-patch-sparql-update-1.22.2.tgz", "integrity": "sha512-de9IJPIuXrvh8plhl8RndrbNcigO7hhi34bEoKwcjdX8YBK1F4BEK3mRvE0rlSjwv5vDLPjT4ejxl6bL2Da/rQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-metadata-extract-put-accepted": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-metadata-extract-put-accepted/-/actor-rdf-metadata-extract-put-accepted-1.22.0.tgz", "integrity": "sha512-VLZQI1eEQOImxFgfa9grlB1AzmfZweypBodQlvHSESgqUhKzyEkaX00HiK2kM74vmccdCpzEEoOfwaJdXU8TbQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-metadata-extract-sparql-service": { "version": "1.22.0", @@ -18478,15 +18408,13 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-next/-/actor-rdf-resolve-hypermedia-links-next-1.22.0.tgz", "integrity": "sha512-94t3u2B2kH8ftMtkLfo1B/v1SJkiFdEf3y351UOqrWJ71GNMQwgvzQFcSRL4QRcgaIjz4wecj8oGUN0wPs2Kdg==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo/-/actor-rdf-resolve-hypermedia-links-queue-fifo-1.22.0.tgz", "integrity": "sha512-DzQgHFDDXtawPvNbei1j6xL2yWdlSpq/vOD4K8Z+NrheKjNbPz84bJp0bhnWiOonwHMCRdxQRu+Etf33SFWFJQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/actor-rdf-resolve-hypermedia-none": { "version": "1.22.0", @@ -18787,8 +18715,7 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-context-preprocess/-/bus-context-preprocess-1.22.0.tgz", "integrity": "sha512-N4Lmu8JovfhDBOuyhG/7Gaig4v+nWFYbrhCRpj5gSnbn4J8WwqNmcbwVWWi3jCgw/SGsk3QRIQaFXyS3IigydQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/bus-http": { "version": "1.22.1", @@ -18807,15 +18734,13 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-http-invalidate/-/bus-http-invalidate-1.22.0.tgz", "integrity": "sha512-JQnEvU9s+Q/OBUdKEbI15QPyO4d7opkGi1nGah9aMpFx7o3CuIa62SuzmDokfgHXOIVaOh2e6gWDNuFjCj9cBA==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/bus-init": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-init/-/bus-init-1.22.0.tgz", "integrity": "sha512-NIfEJLI8EYFdTWJB0PV/lxPagStPl+gUj3LtOnovcF1ZhC5rgcJSC/tq1r04n0TziY2KVangnLDsF4752LjD6g==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/bus-optimize-query-operation": { "version": "1.22.0", @@ -18931,15 +18856,13 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links/-/bus-rdf-resolve-hypermedia-links-1.22.0.tgz", "integrity": "sha512-w76L61DC/7PchmONzf7wYuMlN08TWN9Vr+ulse84/4+jResEYzCji5kYJV4AiAKQ868ufwuGJuskf6FJlUjqFg==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/bus-rdf-resolve-hypermedia-links-queue": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/bus-rdf-resolve-hypermedia-links-queue/-/bus-rdf-resolve-hypermedia-links-queue-1.22.0.tgz", "integrity": "sha512-2l+AEDwEIGD19ogk3umDuV25h0xMpHCMliefK8aL3iUqw1LzY93aHx7A2BgidfdQKrWog6R+vkazTaL/duTX2w==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/bus-rdf-resolve-quad-pattern": { "version": "1.22.0", @@ -19034,57 +18957,49 @@ "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/logger-pretty/-/logger-pretty-1.22.0.tgz", "integrity": "sha512-YCCRDIvbhWAygEqADnKnbCt7jnR4AasnoukLOQKyv1JAYxEV61FqReGG2LMtCqYR4VWUAa9tr51Ov+vOH1cMBg==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/logger-void": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/logger-void/-/logger-void-1.22.0.tgz", "integrity": "sha512-ORLVmoE47wqWZGdNKcZ8wpnEHtfcUKGhnDt5KbS/YV2qv4m/dG9eNIn6ax5FZeX2EFDSzWtlvMYNxNFhTvb7VQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/mediator-all": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-all/-/mediator-all-1.22.0.tgz", "integrity": "sha512-jr+tYDDDJuVeW20yauB6GH3Xov0I9eW1y0V69hgcFgyi2xTBN1z+X7OkLjOBVFzYJnHmpr+rLvpxkZIiYcOW/w==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/mediator-combine-pipeline": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-pipeline/-/mediator-combine-pipeline-1.22.0.tgz", "integrity": "sha512-SSXOvup8vlw1tS60RICXO3N+pK+7OzpwFmw5VuIVfliIdzAklEBoMUy4BucxlyX64Pgvt6nUXvaSvY3JGf9GXw==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/mediator-combine-union": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-combine-union/-/mediator-combine-union-1.22.0.tgz", "integrity": "sha512-iUHmEGgWVmk02e80uB7w8xZ5vgTLpiqzrImvbokolJzWcVbobVCUkq8DUxzz3FJbNVRGipZUFrOqkRPAuAX6FA==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/mediator-number": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-number/-/mediator-number-1.22.0.tgz", "integrity": "sha512-KDPlJEvj0Lu+JygGXjnH8pf33k01lJ+wgzUlWK216jZJ1Px2lTlfc/COhSqi/e0y+k4ZSBcxx0gnjt2awMpbrQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/mediator-race": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediator-race/-/mediator-race-1.22.0.tgz", "integrity": "sha512-hIMaHyf9M4jOS0199OURSVgWFmzkyF2K2keuAb+iHoCH3UUcUnWjPOL1TrdkxvaUnrxmsBWR9SXbnqgMnhIsiQ==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/mediatortype-iterations": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@comunica/mediatortype-iterations/-/mediatortype-iterations-1.22.0.tgz", "integrity": "sha512-pN8aCGSh19FFu2IHjXJdCib2ewhOuW+DzQVkGTG0oD472amqQAlBVNxR38QParVP/ra70Isnbp+mfFlFLHrkYg==", - "dev": true, - "requires": {} + "dev": true }, "@comunica/runner": { "version": "1.22.0", @@ -19481,8 +19396,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-4.0.0.tgz", "integrity": "sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==", - "dev": true, - "requires": {} + "dev": true }, "@nestjs/common": { "version": "11.1.3", @@ -21032,12 +20946,6 @@ "integrity": "sha512-E2+Go9rQgPbmpkeA2iFXTWSTxX38KXlXwcdiIbt71Oorqr+G5QtH4AhpuDdxwRVyiTzdUrHnaaIumW/LhiZwVg==", "dev": true }, - "@types/proxyquire": { - "version": "1.3.31", - "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", - "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", - "dev": true - }, "@types/readable-stream": { "version": "2.3.15", "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz", @@ -21365,8 +21273,7 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} + "dev": true }, "acorn-walk": { "version": "8.3.2", @@ -22606,8 +22513,7 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", - "dev": true, - "requires": {} + "dev": true }, "balanced-match": { "version": "1.0.0", @@ -22618,8 +22524,7 @@ "version": "2.8.2", "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz", "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==", - "dev": true, - "requires": {} + "dev": true }, "bare-fs": { "version": "4.5.1", @@ -24203,15 +24108,13 @@ "version": "8.8.0", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", - "dev": true, - "requires": {} + "dev": true }, "eslint-plugin-header": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz", "integrity": "sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==", - "dev": true, - "requires": {} + "dev": true }, "eslint-plugin-jsdoc": { "version": "50.8.0", @@ -24608,16 +24511,6 @@ } } }, - "fill-keys": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fill-keys/-/fill-keys-1.0.2.tgz", - "integrity": "sha512-tcgI872xXjwFF4xgQmLxi76GnwJG3g/3isB1l4/G5Z4zrbddGpBjqZCO9oEAcB5wX0Hj/5iQB3toxfO7in1hHA==", - "dev": true, - "requires": { - "is-object": "~1.0.1", - "merge-descriptors": "~1.0.0" - } - }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -25492,12 +25385,6 @@ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true }, - "is-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", - "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", - "dev": true - }, "is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", @@ -26323,12 +26210,6 @@ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" }, - "merge-descriptors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", - "dev": true - }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -26627,12 +26508,6 @@ } } }, - "module-not-found-error": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz", - "integrity": "sha512-pEk4ECWQXV6z2zjhRZUongnLJNUeGQJ3w6OQ5ctGwD+i5o93qjRQUk2Rt6VdNeu3sEP0AB4LcfvdebpxBRVr4g==", - "dev": true - }, "moment": { "version": "2.30.1", "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", @@ -27571,17 +27446,6 @@ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "dev": true }, - "proxyquire": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.3.tgz", - "integrity": "sha512-BQWfCqYM+QINd+yawJz23tbBM40VIGXOdDw3X344KcclI/gtBbdWF6SlQ4nK/bYhF9d27KYug9WzljHC6B9Ysg==", - "dev": true, - "requires": { - "fill-keys": "^1.0.2", - "module-not-found-error": "^1.0.1", - "resolve": "^1.11.1" - } - }, "pump": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", @@ -29126,8 +28990,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-map/-/typedoc-plugin-external-module-map-1.2.1.tgz", "integrity": "sha512-ha+he4JFhCufF6wnpMpeH2XwsMgnYR6IrRUBCiMbZoYoudn6zICX7NA40pMjA35A6afxWNhKZU19pXnvysPK7A==", - "dev": true, - "requires": {} + "dev": true }, "typedoc-plugin-nojekyll": { "version": "1.0.1", @@ -29584,8 +29447,7 @@ "version": "8.18.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", - "dev": true, - "requires": {} + "dev": true }, "xml": { "version": "1.0.1", From 5acb146cb6932ebb243243ef60d3a059a417035d Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Thu, 22 Jan 2026 10:42:33 -0500 Subject: [PATCH 07/12] add CustomRequestBody --- src/static/helpers/slas.ts | 3 +-- src/static/helpers/slasClient.ts | 22 ------------------ src/static/types.ts | 22 ++++++++++++++++++ templatesOas/apis.endpoint.mustache | 36 ++++++++++++++++++++++++++--- templatesOas/apis.mustache | 1 + 5 files changed, 57 insertions(+), 27 deletions(-) diff --git a/src/static/helpers/slas.ts b/src/static/helpers/slas.ts index 68fc6ae3..640fa892 100644 --- a/src/static/helpers/slas.ts +++ b/src/static/helpers/slas.ts @@ -12,10 +12,9 @@ import { ISlasClient, TokenResponse, TokenRequest, - CustomQueryParameters, - CustomRequestBody, } from "./slasClient"; import type { RequestRedirect } from "node-fetch"; +import { CustomQueryParameters, CustomRequestBody } from "../types"; /** * Converts a string into Base64 encoding diff --git a/src/static/helpers/slasClient.ts b/src/static/helpers/slasClient.ts index e38fcc62..2011c1cd 100644 --- a/src/static/helpers/slasClient.ts +++ b/src/static/helpers/slasClient.ts @@ -109,25 +109,3 @@ export interface ISlasClient { clientConfig: ClientConfig; } - -/** - * Custom query parameter type with any string prefixed with `c_` as the key and the allowed - * types for query parameters for the value. - */ -export type CustomQueryParameters = { - [key in `c_${string}`]: string | number | boolean | string[] | number[]; -}; - -/** - * Custom body request type with any string prefixed with `c_` as the key and the allowed - * types for the value. - */ -export type CustomRequestBody = { - [key in `c_${string}`]: - | string - | number - | boolean - | string[] - | number[] - | { [key: string]: unknown }; -}; diff --git a/src/static/types.ts b/src/static/types.ts index 5e35f4fd..04d147ea 100644 --- a/src/static/types.ts +++ b/src/static/types.ts @@ -59,3 +59,25 @@ export interface QueryParameters { * Generic interface for all parameter types. */ export type UrlParameters = PathParameters | QueryParameters; + +/** + * Custom query parameter type with any string prefixed with `c_` as the key and the allowed + * types for query parameters for the value. + */ +export type CustomQueryParameters = { + [key in `c_${string}`]: string | number | boolean | string[] | number[]; +}; + +/** + * Custom body request type with any string prefixed with `c_` as the key and the allowed + * types for the value. + */ +export type CustomRequestBody = { + [key in `c_${string}`]: + | string + | number + | boolean + | string[] + | number[] + | { [key: string]: unknown }; +}; diff --git a/templatesOas/apis.endpoint.mustache b/templatesOas/apis.endpoint.mustache index fd40543e..d32fce83 100644 --- a/templatesOas/apis.endpoint.mustache +++ b/templatesOas/apis.endpoint.mustache @@ -53,7 +53,17 @@ headers?: { [key: string]: string }, {{#hasBodyParam}} {{#bodyParam}} - body: {{{dataType}}} + {{#isArray}} + {{#items.isPrimitiveType}} + body: Array<{{items.dataType}}> + {{/items.isPrimitiveType}} + {{^items.isPrimitiveType}} + body: Array<{{items.dataType}} & CustomRequestBody> + {{/items.isPrimitiveType}} + {{/isArray}} + {{^isArray}} + body: {{{dataType}}} & CustomRequestBody + {{/isArray}} {{/bodyParam}} {{/hasBodyParam}} {{^hasBodyParam}} @@ -116,7 +126,17 @@ headers?: { [key: string]: string }, {{#hasBodyParam}} {{#bodyParam}} - body: {{{dataType}}} + {{#isArray}} + {{#items.isPrimitiveType}} + body: Array<{{items.dataType}}> + {{/items.isPrimitiveType}} + {{^items.isPrimitiveType}} + body: Array<{{items.dataType}} & CustomRequestBody> + {{/items.isPrimitiveType}} + {{/isArray}} + {{^isArray}} + body: {{{dataType}}} & CustomRequestBody + {{/isArray}} {{/bodyParam}} {{/hasBodyParam}} {{^hasBodyParam}} @@ -180,7 +200,17 @@ headers?: { [key: string]: string }, {{#hasBodyParam}} {{#bodyParam}} - body: {{{dataType}}} + {{#isArray}} + {{#items.isPrimitiveType}} + body: Array<{{items.dataType}}> + {{/items.isPrimitiveType}} + {{^items.isPrimitiveType}} + body: Array<{{items.dataType}} & CustomRequestBody> + {{/items.isPrimitiveType}} + {{/isArray}} + {{^isArray}} + body: {{{dataType}}} & CustomRequestBody + {{/isArray}} {{/bodyParam}} {{/hasBodyParam}} {{^hasBodyParam}} diff --git a/templatesOas/apis.mustache b/templatesOas/apis.mustache index 71b96b9a..5c12bb9a 100644 --- a/templatesOas/apis.mustache +++ b/templatesOas/apis.mustache @@ -13,6 +13,7 @@ import { defaultBaseUri } from "../runtime"; import { USER_AGENT_HEADER, USER_AGENT_VALUE } from "../../version"; import type { CompositeParameters, + CustomRequestBody, QueryParameters, RequireParametersUnlessAllAreOptional } from "../../types"; From 29ae03d6259421e262b884550b23e8111e03b298 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Thu, 22 Jan 2026 11:01:26 -0500 Subject: [PATCH 08/12] update APIs --- api-versions.txt | 58 +- .../assignments-oas-v1-public.yaml | 23 +- .../exchange.json | 2 +- .../campaigns-oas-v1-public.yaml | 23 +- .../exchange.json | 2 +- .../catalogs-oas-v1-public.yaml | 53 +- .../exchange.json | 2 +- .../cdn-api-process-apis-oas-v1-public.yaml | 1383 +++++++++++++++- .../exchange.json | 2 +- .../cors-preferences-oas-v1-public.yaml | 34 +- .../exchange.json | 2 +- .../coupons-oas-v1-public.yaml | 25 +- .../exchange.json | 2 +- .../customers-oas-v1-public.yaml | 374 ++++- .../exchange.json | 2 +- .../exchange.json | 2 +- .../gift-certificates-oas-v1-public.yaml | 23 +- .../exchange.json | 2 +- .../orders-oas-v1-public.yaml | 71 +- .../exchange.json | 2 +- .../preferences-oas-v1-public.yaml | 20 +- .../exchange.json | 2 +- .../products-oas-v1-public.yaml | 260 ++- .../exchange.json | 2 +- .../promotions-oas-v1-public.yaml | 23 +- .../exchange.json | 2 +- .../shopper-baskets-oas-v1-public.yaml | 27 +- .../exchange.json | 2 +- .../shopper-baskets-oas-v2-public.yaml | 195 ++- .../exchange.json | 2 +- .../shopper-configurations-oas-v1-public.yaml | 113 +- .../shopper-consents-oas-v1-public.yaml | 530 ------- .../exchange.json | 2 +- .../shopper-consents-oas-v1-public.yaml | 767 +++++++++ .../exchange.json | 2 +- .../shopper-context-oas-v1-public.yaml | 4 +- .../exchange.json | 2 +- .../shopper-customers-oas-v1-public.yaml | 540 ++++++- .../shopper-experience-oas-v1-public.yaml | 619 -------- .../exchange.json | 2 +- .../shopper-experience-oas-v1-public.yaml | 1397 +++++++++++++++++ .../exchange.json | 2 +- ...opper-gift-certificates-oas-v1-public.yaml | 7 +- .../exchange.json | 2 +- .../shopper-login-oas-v1-public.yaml | 705 ++++++++- .../exchange.json | 2 +- .../shopper-orders-oas-v1-public.yaml | 555 ++++++- .../exchange.json | 2 +- .../shopper-products-oas-v1-public.yaml | 182 ++- .../exchange.json | 2 +- .../shopper-promotions-oas-v1-public.yaml | 21 +- .../exchange.json | 2 +- .../shopper-search-oas-v1-public.yaml | 40 +- .../exchange.json | 2 +- .../shopper-seo-oas-v1-public.yaml | 11 +- .../exchange.json | 2 +- .../shopper-stores-oas-v1-public.yaml | 46 +- .../exchange.json | 2 +- .../slas-admin-oas-v1-public.yaml | 361 ++++- .../exchange.json | 2 +- .../source-code-groups-oas-v1-public.yaml | 25 +- 61 files changed, 6881 insertions(+), 1692 deletions(-) rename apis/{assignments-oas-1.0.36 => assignments-oas-1.0.38}/assignments-oas-v1-public.yaml (98%) rename apis/{assignments-oas-1.0.36 => assignments-oas-1.0.38}/exchange.json (93%) rename apis/{campaigns-oas-1.0.38 => campaigns-oas-1.0.40}/campaigns-oas-v1-public.yaml (98%) rename apis/{campaigns-oas-1.0.38 => campaigns-oas-1.0.40}/exchange.json (92%) rename apis/{catalogs-oas-1.0.43 => catalogs-oas-1.0.46}/catalogs-oas-v1-public.yaml (99%) rename apis/{catalogs-oas-1.0.43 => catalogs-oas-1.0.46}/exchange.json (92%) rename apis/{cdn-api-process-apis-oas-1.0.40 => cdn-api-process-apis-oas-1.0.41}/cdn-api-process-apis-oas-v1-public.yaml (84%) rename apis/{cdn-api-process-apis-oas-1.0.40 => cdn-api-process-apis-oas-1.0.41}/exchange.json (93%) rename apis/{cors-preferences-oas-1.0.7 => cors-preferences-oas-1.0.9}/cors-preferences-oas-v1-public.yaml (85%) rename apis/{cors-preferences-oas-1.0.7 => cors-preferences-oas-1.0.9}/exchange.json (93%) rename apis/{coupons-oas-1.0.40 => coupons-oas-1.0.43}/coupons-oas-v1-public.yaml (99%) rename apis/{coupons-oas-1.0.40 => coupons-oas-1.0.43}/exchange.json (92%) rename apis/{customers-oas-1.0.33 => customers-oas-1.1.3}/customers-oas-v1-public.yaml (85%) rename apis/{customers-oas-1.0.33 => customers-oas-1.1.3}/exchange.json (92%) rename apis/{gift-certificates-oas-1.0.40 => gift-certificates-oas-1.0.42}/exchange.json (93%) rename apis/{gift-certificates-oas-1.0.40 => gift-certificates-oas-1.0.42}/gift-certificates-oas-v1-public.yaml (99%) rename apis/{orders-oas-1.4.11 => orders-oas-1.4.15}/exchange.json (92%) rename apis/{orders-oas-1.4.11 => orders-oas-1.4.15}/orders-oas-v1-public.yaml (99%) rename apis/{preferences-oas-1.1.4 => preferences-oas-1.1.6}/exchange.json (93%) rename apis/{preferences-oas-1.1.4 => preferences-oas-1.1.6}/preferences-oas-v1-public.yaml (97%) rename apis/{products-oas-1.0.41 => products-oas-1.1.5}/exchange.json (92%) rename apis/{products-oas-1.0.41 => products-oas-1.1.5}/products-oas-v1-public.yaml (95%) rename apis/{promotions-oas-1.0.34 => promotions-oas-1.0.36}/exchange.json (93%) rename apis/{promotions-oas-1.0.34 => promotions-oas-1.0.36}/promotions-oas-v1-public.yaml (99%) rename apis/{shopper-baskets-oas-1.9.1 => shopper-baskets-oas-1.9.4}/exchange.json (93%) rename apis/{shopper-baskets-oas-1.9.1 => shopper-baskets-oas-1.9.4}/shopper-baskets-oas-v1-public.yaml (99%) rename apis/{shopper-baskets-oas-2.1.1 => shopper-baskets-oas-2.3.3}/exchange.json (93%) rename apis/{shopper-baskets-oas-2.1.1 => shopper-baskets-oas-2.3.3}/shopper-baskets-oas-v2-public.yaml (96%) rename apis/{shopper-configurations-oas-1.0.0 => shopper-configurations-oas-1.0.2}/exchange.json (93%) rename apis/{shopper-configurations-oas-1.0.0 => shopper-configurations-oas-1.0.2}/shopper-configurations-oas-v1-public.yaml (61%) delete mode 100644 apis/shopper-consents-oas-1.1.2/shopper-consents-oas-v1-public.yaml rename apis/{shopper-consents-oas-1.1.2 => shopper-consents-oas-1.1.4}/exchange.json (93%) create mode 100644 apis/shopper-consents-oas-1.1.4/shopper-consents-oas-v1-public.yaml rename apis/{shopper-context-oas-1.1.2 => shopper-context-oas-1.1.3}/exchange.json (93%) rename apis/{shopper-context-oas-1.1.2 => shopper-context-oas-1.1.3}/shopper-context-oas-v1-public.yaml (95%) rename apis/{shopper-customers-oas-1.1.2 => shopper-customers-oas-1.3.2}/exchange.json (93%) rename apis/{shopper-customers-oas-1.1.2 => shopper-customers-oas-1.3.2}/shopper-customers-oas-v1-public.yaml (92%) delete mode 100644 apis/shopper-experience-oas-1.0.9/shopper-experience-oas-v1-public.yaml rename apis/{shopper-experience-oas-1.0.9 => shopper-experience-oas-1.1.2}/exchange.json (93%) create mode 100644 apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml rename apis/{shopper-gift-certificates-oas-1.0.27 => shopper-gift-certificates-oas-1.0.29}/exchange.json (93%) rename apis/{shopper-gift-certificates-oas-1.0.27 => shopper-gift-certificates-oas-1.0.29}/shopper-gift-certificates-oas-v1-public.yaml (99%) rename apis/{shopper-login-oas-1.40.0 => shopper-login-oas-1.42.2}/exchange.json (93%) rename apis/{shopper-login-oas-1.40.0 => shopper-login-oas-1.42.2}/shopper-login-oas-v1-public.yaml (85%) rename apis/{shopper-orders-oas-1.5.1 => shopper-orders-oas-1.10.2}/exchange.json (93%) rename apis/{shopper-orders-oas-1.5.1 => shopper-orders-oas-1.10.2}/shopper-orders-oas-v1-public.yaml (85%) rename apis/{shopper-products-oas-1.0.39 => shopper-products-oas-1.1.3}/exchange.json (93%) rename apis/{shopper-products-oas-1.0.39 => shopper-products-oas-1.1.3}/shopper-products-oas-v1-public.yaml (93%) rename apis/{shopper-promotions-oas-1.0.37 => shopper-promotions-oas-1.0.39}/exchange.json (93%) rename apis/{shopper-promotions-oas-1.0.37 => shopper-promotions-oas-1.0.39}/shopper-promotions-oas-v1-public.yaml (97%) rename apis/{shopper-search-oas-1.5.1 => shopper-search-oas-1.5.4}/exchange.json (93%) rename apis/{shopper-search-oas-1.5.1 => shopper-search-oas-1.5.4}/shopper-search-oas-v1-public.yaml (98%) rename apis/{shopper-seo-oas-1.0.14 => shopper-seo-oas-1.0.17}/exchange.json (93%) rename apis/{shopper-seo-oas-1.0.14 => shopper-seo-oas-1.0.17}/shopper-seo-oas-v1-public.yaml (96%) rename apis/{shopper-stores-oas-1.0.18 => shopper-stores-oas-1.0.19}/exchange.json (93%) rename apis/{shopper-stores-oas-1.0.18 => shopper-stores-oas-1.0.19}/shopper-stores-oas-v1-public.yaml (93%) rename apis/{slas-admin-oas-1.12.31 => slas-admin-oas-1.14.1}/exchange.json (92%) rename apis/{slas-admin-oas-1.12.31 => slas-admin-oas-1.14.1}/slas-admin-oas-v1-public.yaml (83%) rename apis/{source-code-groups-oas-1.0.38 => source-code-groups-oas-1.0.40}/exchange.json (93%) rename apis/{source-code-groups-oas-1.0.38 => source-code-groups-oas-1.0.40}/source-code-groups-oas-v1-public.yaml (96%) diff --git a/api-versions.txt b/api-versions.txt index 5317a3bd..a90ffc96 100644 --- a/api-versions.txt +++ b/api-versions.txt @@ -1,29 +1,29 @@ -assignments-oas-v1=1.0.36 -campaigns-oas-v1=1.0.38 -catalogs-oas-v1=1.0.43 -cdn-api-process-apis-oas-v1=1.0.40 -cors-preferences-oas-v1=1.0.7 -coupons-oas-v1=1.0.40 -customers-oas-v1=1.0.33 -gift-certificates-oas-v1=1.0.40 -orders-oas-v1=1.4.11 -preferences-oas-v1=1.1.4 -products-oas-v1=1.0.41 -promotions-oas-v1=1.0.34 -shopper-baskets-oas-v1=1.9.1 -shopper-baskets-oas-v2=2.1.1 -shopper-configurations-oas=1.0.0 -shopper-consents-oas-v1=1.1.2 -shopper-context-oas-v1=1.1.2 -shopper-customers-oas-v1=1.1.2 -shopper-experience-oas-v1=1.0.9 -shopper-gift-certificates-oas-v1=1.0.27 -shopper-login-oas-v1=1.40.0 -shopper-orders-oas-v1=1.5.1 -shopper-products-oas-v1=1.0.39 -shopper-promotions-oas-v1=1.0.37 -shopper-search-oas-v1=1.5.1 -shopper-seo-oas-v1=1.0.14 -shopper-stores-oas-v1=1.0.18 -slas-admin-oas-v1=1.12.31 -source-code-groups-oas-v1=1.0.38 \ No newline at end of file +assignments-oas-v1=1.0.38 +campaigns-oas-v1=1.0.40 +catalogs-oas-v1=1.0.46 +cdn-api-process-apis-oas-v1=1.0.41 +cors-preferences-oas-v1=1.0.9 +coupons-oas-v1=1.0.43 +customers-oas-v1=1.1.3 +gift-certificates-oas-v1=1.0.42 +orders-oas-v1=1.4.15 +preferences-oas-v1=1.1.6 +products-oas-v1=1.1.5 +promotions-oas-v1=1.0.36 +shopper-baskets-oas-v1=1.9.4 +shopper-baskets-oas-v2=2.3.3 +shopper-configurations-oas=1.0.2 +shopper-consents-oas-v1=1.1.4 +shopper-context-oas-v1=1.1.3 +shopper-customers-oas-v1=1.3.2 +shopper-experience-oas-v1=1.1.2 +shopper-gift-certificates-oas-v1=1.0.29 +shopper-login-oas-v1=1.42.2 +shopper-orders-oas-v1=1.10.2 +shopper-products-oas-v1=1.1.3 +shopper-promotions-oas-v1=1.0.39 +shopper-search-oas-v1=1.5.4 +shopper-seo-oas-v1=1.0.17 +shopper-stores-oas-v1=1.0.19 +slas-admin-oas-v1=1.14.1 +source-code-groups-oas-v1=1.0.40 \ No newline at end of file diff --git a/apis/assignments-oas-1.0.36/assignments-oas-v1-public.yaml b/apis/assignments-oas-1.0.38/assignments-oas-v1-public.yaml similarity index 98% rename from apis/assignments-oas-1.0.36/assignments-oas-v1-public.yaml rename to apis/assignments-oas-1.0.38/assignments-oas-v1-public.yaml index 264ad177..e6635231 100644 --- a/apis/assignments-oas-1.0.36/assignments-oas-v1-public.yaml +++ b/apis/assignments-oas-1.0.38/assignments-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Admin + x-api-family: Pricing title: Assignments - version: 1.0.36 + version: 1.0.38 description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/assignments/assignments-oas-v1-public.yaml)\n\n# API Overview\n\nUse the Assignments API to search for promotions associated with campaigns.\n\nFor more information, see [Campaigns and Promotions](https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/Promotions/CampaignsandPromotions.html) in the Salesforce B2C Commerce Infocenter.\n\n## Authentication & Authorization\n\nThe client requesting the promotion information must have access to the Promotion resource. For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request. The client must first authenticate against Account Manager to log in.\n\nYou must include the relevant scope(s) in the client ID used to generate the token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\nFor detailed setup instructions, see [Authorization for Admin APIs](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html).\n\n## Use Cases\n\n### Find All Associated Promotions\n\nUse the Assignments API to find all associated promotions for a given campaign. " servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/pricing/assignments/v1 @@ -63,13 +65,6 @@ components: description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites example: RefArch type: string - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -555,10 +550,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -585,9 +581,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: diff --git a/apis/assignments-oas-1.0.36/exchange.json b/apis/assignments-oas-1.0.38/exchange.json similarity index 93% rename from apis/assignments-oas-1.0.36/exchange.json rename to apis/assignments-oas-1.0.38/exchange.json index 1649e107..1608d2f2 100644 --- a/apis/assignments-oas-1.0.36/exchange.json +++ b/apis/assignments-oas-1.0.38/exchange.json @@ -3,7 +3,7 @@ "name": "Assignments OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "assignments-oas", - "version": "1.0.36", + "version": "1.0.38", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/campaigns-oas-1.0.38/campaigns-oas-v1-public.yaml b/apis/campaigns-oas-1.0.40/campaigns-oas-v1-public.yaml similarity index 98% rename from apis/campaigns-oas-1.0.38/campaigns-oas-v1-public.yaml rename to apis/campaigns-oas-1.0.40/campaigns-oas-v1-public.yaml index e6b7be08..09a1197b 100644 --- a/apis/campaigns-oas-1.0.38/campaigns-oas-v1-public.yaml +++ b/apis/campaigns-oas-1.0.40/campaigns-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Admin + x-api-family: Pricing title: Campaigns - version: 1.0.38 + version: 1.0.40 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/campaigns/campaigns-oas-v1-public.yaml) @@ -271,13 +273,6 @@ components: description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites example: RefArch type: string - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -763,10 +758,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -793,9 +789,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: diff --git a/apis/campaigns-oas-1.0.38/exchange.json b/apis/campaigns-oas-1.0.40/exchange.json similarity index 92% rename from apis/campaigns-oas-1.0.38/exchange.json rename to apis/campaigns-oas-1.0.40/exchange.json index 14b988eb..a2295d7e 100644 --- a/apis/campaigns-oas-1.0.38/exchange.json +++ b/apis/campaigns-oas-1.0.40/exchange.json @@ -3,7 +3,7 @@ "name": "Campaigns OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "campaigns-oas", - "version": "1.0.38", + "version": "1.0.40", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/catalogs-oas-1.0.43/catalogs-oas-v1-public.yaml b/apis/catalogs-oas-1.0.46/catalogs-oas-v1-public.yaml similarity index 99% rename from apis/catalogs-oas-1.0.43/catalogs-oas-v1-public.yaml rename to apis/catalogs-oas-1.0.46/catalogs-oas-v1-public.yaml index 1ba9fe22..62102d7f 100644 --- a/apis/catalogs-oas-1.0.43/catalogs-oas-v1-public.yaml +++ b/apis/catalogs-oas-1.0.46/catalogs-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Admin x-api-family: Product title: Catalogs - version: 1.0.43 + version: 1.0.46 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/catalogs/catalogs-oas-v1-public.yaml) @@ -22,7 +22,9 @@ info: The client managing catalog and category information must have access to the Categories and Catalogs resources. This API requires a bearer token in the header of the request. The client accessing the API must first authenticate against Account Manager to get the bearer token. - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include the relevant scope(s) in the client ID used to generate the token. For a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + For detailed setup instructions, see the [Authorization for Admin APIs guide.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html) ## Use Cases @@ -88,7 +90,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -242,7 +244,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -2013,13 +2015,6 @@ components: type: string minLength: 1 maxLength: 32 - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -2035,9 +2030,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' Offset: @@ -2976,10 +2972,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -3516,24 +3513,11 @@ components: format: double description: prices description: Representation of a group of variant products by an attribute. This is a non-buyable entity, provides inheritable attributes for it's product variants, and is used for navigation. *Does'nt have a SKU.* - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string Money: description: A combination of a Currency and an amount of that Currency. type: object @@ -3872,6 +3856,13 @@ components: offset: 2 total: 8 additionalProperties: false + Limit: + default: 10 + minimum: 1 + format: int32 + description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). + type: integer + example: 10 ExecutionJobStatusResult: required: - jobStatus diff --git a/apis/catalogs-oas-1.0.43/exchange.json b/apis/catalogs-oas-1.0.46/exchange.json similarity index 92% rename from apis/catalogs-oas-1.0.43/exchange.json rename to apis/catalogs-oas-1.0.46/exchange.json index ab27522e..b13e95e8 100644 --- a/apis/catalogs-oas-1.0.43/exchange.json +++ b/apis/catalogs-oas-1.0.46/exchange.json @@ -3,7 +3,7 @@ "name": "Catalogs OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "catalogs-oas", - "version": "1.0.43", + "version": "1.0.46", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/cdn-api-process-apis-oas-1.0.40/cdn-api-process-apis-oas-v1-public.yaml b/apis/cdn-api-process-apis-oas-1.0.41/cdn-api-process-apis-oas-v1-public.yaml similarity index 84% rename from apis/cdn-api-process-apis-oas-1.0.40/cdn-api-process-apis-oas-v1-public.yaml rename to apis/cdn-api-process-apis-oas-1.0.41/cdn-api-process-apis-oas-v1-public.yaml index 6c3d7be5..3c90049b 100644 --- a/apis/cdn-api-process-apis-oas-1.0.40/cdn-api-process-apis-oas-v1-public.yaml +++ b/apis/cdn-api-process-apis-oas-1.0.41/cdn-api-process-apis-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Admin x-api-family: CDN title: CDN Zones - version: 1.0.40 + version: 1.0.41 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/cdn-api-process-apis/cdn-api-process-apis-oas-v1-public.yaml) @@ -360,6 +360,9 @@ paths: application/json: schema: $ref: '#/components/schemas/PageShieldNotificationWebhookListEnvelope' + examples: + PageShieldNotificationWebhookListResponse: + $ref: '#/components/examples/PageShieldNotificationWebhookListResponse' '400': description: | The request sent by the caller is not valid. @@ -416,6 +419,9 @@ paths: application/json: schema: $ref: '#/components/schemas/PageShieldNotificationWebhookRequest' + examples: + PageShieldNotificationWebhookRequest: + $ref: '#/components/examples/PageShieldNotificationWebhookRequest' required: true responses: '200': @@ -424,6 +430,9 @@ paths: application/json: schema: $ref: '#/components/schemas/PageShieldNotificationWebhookEnvelope' + examples: + PageShieldNotificationWebhookResponse: + $ref: '#/components/examples/PageShieldNotificationWebhookResponse' '400': description: | The request sent by the caller is not valid. @@ -898,7 +907,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -909,6 +918,9 @@ paths: application/json: schema: $ref: '#/components/schemas/PageShieldScriptListEnvelope' + examples: + PageShieldScriptListResponse: + $ref: '#/components/examples/PageShieldScriptListResponse' '400': description: | The request sent by the caller is not valid. @@ -980,6 +992,9 @@ paths: application/json: schema: $ref: '#/components/schemas/PageShieldScriptEnvelope' + examples: + PageShieldScriptResponse: + $ref: '#/components/examples/PageShieldScriptResponse' '400': description: | The request sent by the caller is not valid. @@ -1046,7 +1061,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -1719,7 +1734,7 @@ paths: summary: Purge the cache for the host specified in the request body. operationId: cachePurge description: | - Purge cache for the specified zone. Use this endpoint to clear cached content and force fresh content to be fetched from origin servers. + Purge cache for the specified zone. Use this endpoint to clear cached content and force fresh content to be fetched from origin servers. Unlike storefronts, SCAPI only uses server-side web tier caching, and eCDN edge caching is not at all applicable to SCAPI. parameters: - $ref: '#/components/parameters/zoneId' - $ref: '#/components/parameters/organizationId' @@ -1728,6 +1743,9 @@ paths: application/json: schema: $ref: '#/components/schemas/CachePurgeRequest' + examples: + CachePurgeRequest: + $ref: '#/components/examples/CachePurgeRequest' required: true responses: '200': @@ -1736,6 +1754,9 @@ paths: application/json: schema: $ref: '#/components/schemas/CachePurgeResponseEnvelope' + examples: + CachePurgeResponse: + $ref: '#/components/examples/CachePurgeResponse' '401': description: | The caller is not authorized to access the requested resource. @@ -1782,6 +1803,8 @@ paths: /organizations/{organizationId}/zones/{zoneId}/ocapicachingpagerule: patch: summary: Enable or disable the OCAPI Caching page rule. + description: | + Use this endpoint to toggle the caching behavior for caching requests. operationId: toggleOcapiCachingPageRule parameters: - $ref: '#/components/parameters/zoneId' @@ -1791,14 +1814,20 @@ paths: application/json: schema: $ref: '#/components/schemas/OCAPICachingToggleRequest' + examples: + CachingToggleRequest: + $ref: '#/components/examples/CachingToggleRequest' required: true responses: '200': - description: Successfully returned the current state of the OCAPI Caching page rule. + description: Successfully returned the current state of the Caching page rule. content: application/json: schema: $ref: '#/components/schemas/OCAPICachingToggleRequest' + examples: + CachingToggleResponse: + $ref: '#/components/examples/CachingToggleResponse' '400': description: | The request sent by the caller is not valid. @@ -1875,7 +1904,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -2030,6 +2059,8 @@ paths: /organizations/{organizationId}/zones/{zoneId}/certificates/{certificateId}: delete: summary: Delete a custom hostname and the certificate associated with it. Note that a valid certificate is necessary for a site to remain operational. DELETING A CERTIFICATE THAT IS IN USE CAN RESULT IN DOWNTIME. + description: | + This operation removes both the custom hostname configuration and the associated SSL certificate. operationId: deleteCertificate parameters: - $ref: '#/components/parameters/certificateId' @@ -3275,7 +3306,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -3426,6 +3457,9 @@ paths: application/json: schema: $ref: '#/components/schemas/CustomRulesPatchOrderRequest' + examples: + CustomRulesPatchOrderRequest: + $ref: '#/components/examples/CustomRulesPatchOrderRequest' required: true responses: '200': @@ -3623,6 +3657,9 @@ paths: application/json: schema: $ref: '#/components/schemas/CustomRulesPatchRequest' + examples: + CustomRulesPatchRequest: + $ref: '#/components/examples/CustomRulesPatchRequest' required: true responses: '200': @@ -3963,6 +4000,9 @@ paths: application/json: schema: $ref: '#/components/schemas/RateLimitingRulesPatchRequest' + examples: + RateLimitingRulesPatchRequest: + $ref: '#/components/examples/RateLimitingRulesPatchRequest' required: true responses: '200': @@ -4779,6 +4819,7 @@ components: detail: description: A human-readable explanation specific to this occurrence of the problem. type: string + pattern: ^.*$ example: Your current balance is 30, but that costs 50 instance: description: | @@ -4808,6 +4849,7 @@ components: domainName: type: string description: Domain name for the site. + pattern: ^.*$ example: cc-merchant.com description: The storefront zone information to be created. StorefrontZoneCreateResponse: @@ -4821,10 +4863,12 @@ components: zoneId: type: string description: The zone id tag. + pattern: ^.*$ example: 023e105f4ecef8ad9ca31a8372d0c353 zoneName: type: string description: The domain name for the zone. + pattern: ^.*$ example: stg-zzzz-cc-merchant-com.cc-ecdn.net status: type: string @@ -4850,38 +4894,60 @@ components: $ref: '#/components/schemas/StorefrontZoneCreateResponse' required: - data + example: + data: + zoneId: 023e105f4ecef8ad9ca31a8372d0c353 + zoneName: stg-zzzz-cc-merchant-com.cc-ecdn.net + status: active + createdOn: '2014-01-01T05:20:00.12345Z' + additionalProperties: false MtlsCertificateResponse: type: object properties: mtlsCertificateId: type: string description: ID generated by the CDN provider for the certificate. + pattern: ^.*$ + example: 465a48f6-3d98-4c15-9312-211984ee8629 expiresOn: type: string description: Expiration date for the mTLS certificate. format: date-time + example: '2022-01-12T04:15:57Z' issuer: type: string description: The certificate authority that issued the mTLS certificate. + pattern: ^.*$ + example: DigiCert signature: type: string description: The type of hash used for the mTLS certificate. + pattern: ^.*$ + example: SHA256WithRSA uploadedOn: type: string description: Date the mTLS certificate was uploaded. format: date-time + example: '2020-01-12T04:15:57Z' ca: type: boolean description: Indicates whether the mTLS certificate is a CA or leaf certificate. + example: true serialNumber: type: string description: The mTLS certificate serial number. + pattern: ^.*$ + example: '432217133297895665180570788458463042229861757760' mtlsCertificateName: type: string description: Optional name for the mTLS certificate used for ease of understanding. + pattern: ^.*$ + example: mtls_cert_name mtlsAssociatedCodeUploadHostname: type: string description: Hostname associated with this mTLS certificate. + pattern: ^.*$ + example: mtls.cert.salesforce.com description: mTLS certificate information. MtlsCertificatesResponseEnvelope: type: object @@ -4892,6 +4958,18 @@ components: items: $ref: '#/components/schemas/MtlsCertificateResponse' type: array + example: + data: + - mtlsCertificateId: 465a48f6-3d98-4c15-9312-211984ee8629 + expiresOn: '2022-01-12T04:15:57Z' + issuer: DigiCert + signature: SHA256WithRSA + uploadedOn: '2020-01-12T04:15:57Z' + ca: true + serialNumber: '432217133297895665180570788458463042229861757760' + mtlsCertificateName: mtls_cert_name + mtlsAssociatedCodeUploadHostname: mtls.cert.salesforce.com + additionalProperties: false MtlsCertificateRequest: required: - certificate @@ -4902,13 +4980,122 @@ components: certificate: type: string description: Public key for the CA certificate in mTLS. + pattern: ^.*$ + example: |- + -----BEGIN CERTIFICATE----- + MIIDtTCCAp2gAwIBAgIJAMHAwfXZ5PWMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV + BAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBX + aWRnaXRzIFB0eSBMdGQwHhcNMTYwODI0MTY0MzAxWhcNMTYxMTIyMTY0MzAxWjBF + MQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50 + ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB + CgKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmGdtcGbg/1 + CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKnabIRuGvB + KwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpidtnKX/a+5 + 0GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+pyFxIXjbEI + dZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pEewooaeO2 + izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABo4GnMIGkMB0GA1UdDgQWBBT/LbE4 + 9rWf288N6sJA5BRb6FJIGDB1BgNVHSMEbjBsgBT/LbE49rWf288N6sJA5BRb6FJI + GKFJpEcwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNV + BAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZIIJAMHAwfXZ5/PWMAwGA1UdEwQF + MAMBAf8wDQYJKoZIhvcNAQELBQADggEBAHHFwl0tH0quUYZYO0dZYt4R7SJ0pCm2 + 2satiyzHl4OnXcHDpekAo7/a09c6Lz6AU83cKy/+x3/djYHXWba7HpEu0dR3ugQP + Mlr4zrhd9xKZ0KZKiYmtJH+ak4OM4L3FbT0owUZPyjLSlhMtJVcoRp5CJsjAMBUG + SvD8RX+T01wzox/Qb+lnnNnOlaWpqu8eoOenybxKp1a9ULzIVvN/LAcc+14vioFq + 2swRWtmocBAs8QR9n4uvbpiYvS8eYueDCWMM4fvFfBhaDZ3N9IbtySh3SpFdQDhw + YbjM2rxXiyLGxB4Bol7QTv4zHif7Zt89FReT/NBy4rzaskDJY5L6xmY= + -----END CERTIFICATE----- privateKey: type: string description: Private key of the CA certificate in mTLS. + pattern: ^.*$ + example: |- + -----BEGIN RSA PRIVATE KEY----- + MIIEowIBAAKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmG + dtcGbg/1CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKn + abIRuGvBKwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpid + tnKX/a+50GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+py + FxIXjbEIdZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pE + ewooaeO2izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABAoIBACbhTYXBZYKmYPCb + HBR1IBlCQA2nLGf0qRuJNJZg5iEzXows/6tc8YymZkQE7nolapWsQ+upk2y5Xdp/ + axiuprIs9JzkYK8Ox0r+dlwCG1kSW+UAbX0bQ/qUqlsTvU6muVuMP8vZYHxJ3wmb + +ufRBKztPTQ/rYWaYQcgC0RWI20HTFBMxlTAyNxYNWzX7RKFkGVVyB9RsAtmcc8g + +j4OdosbfNoJPS0HeIfNpAznDfHKdxDk2Yc1tV6RHBrC1ynyLE9+TaflIAdo2MVv + KLMLq51GqYKtgJFIlBRPQqKoyXdz3fGvXrTkf/WY9QNq0J1Vk5ERePZ54mN8iZB7 + 9lwy/AkCgYEA6FXzosxswaJ2wQLeoYc7ceaweX/SwTvxHgXzRyJIIT0eJWgx13Wo + /WA3Iziimsjf6qE+SI/8laxPp2A86VMaIt3Z3mJN/CqSVGw8LK2AQst+OwdPyDMu + iacE8lj/IFGC8mwNUAb9CzGU3JpU4PxxGFjS/eMtGeRXCWkK4NE+G08CgYEA1Kp9 + N2JrVlqUz+gAX+LPmE9OEMAS9WQSQsfCHGogIFDGGcNf7+uwBM7GAaSJIP01zcoe + VAgWdzXCv3FLhsaZoJ6RyLOLay5phbu1iaTr4UNYm5WtYTzMzqh8l1+MFFDl9xDB + vULuCIIrglM5MeS/qnSg1uMoH2oVPj9TVst/ir8CgYEAxrI7Ws9Zc4Bt70N1As+U + lySjaEVZCMkqvHJ6TCuVZFfQoE0r0whdLdRLU2PsLFP+q7qaeZQqgBaNSKeVcDYR + 9B+nY/jOmQoPewPVsp/vQTCnE/R81spu0mp0YI6cIheT1Z9zAy322svcc43JaWB7 + mEbeqyLOP4Z4qSOcmghZBSECgYACvR9Xs0DGn+wCsW4vze/2ei77MD4OQvepPIFX + dFZtlBy5ADcgE9z0cuVB6CiL8DbdK5kwY9pGNr8HUCI03iHkW6Zs+0L0YmihfEVe + PG19PSzK9CaDdhD9KFZSbLyVFmWfxOt50H7YRTTiPMgjyFpfi5j2q348yVT0tEQS + fhRqaQKBgAcWPokmJ7EbYQGeMbS7HC8eWO/RyamlnSffdCdSc7ue3zdVJxpAkQ8W + qu80pEIF6raIQfAf8MXiiZ7auFOSnHQTXUbhCpvDLKi0Mwq3G8Pl07l+2s6dQG6T + lv6XTQaMyf6n1yjzL+fzDrH3qXMxHMO/b13EePXpDMpY7HQpoLDi + -----END RSA PRIVATE KEY----- name: type: string description: Certificate name used for ease of understanding. + pattern: ^.*$ + example: mtls_cert_name description: mTLS certificate request information. + example: + certificate: |- + -----BEGIN CERTIFICATE----- + MIIDtTCCAp2gAwIBAgIJAMHAwfXZ5PWMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV + BAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBX + aWRnaXRzIFB0eSBMdGQwHhcNMTYwODI0MTY0MzAxWhcNMTYxMTIyMTY0MzAxWjBF + MQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50 + ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB + CgKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmGdtcGbg/1 + CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKnabIRuGvB + KwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpidtnKX/a+5 + 0GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+pyFxIXjbEI + dZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pEewooaeO2 + izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABo4GnMIGkMB0GA1UdDgQWBBT/LbE4 + 9rWf288N6sJA5BRb6FJIGDB1BgNVHSMEbjBsgBT/LbE49rWf288N6sJA5BRb6FJI + GKFJpEcwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNV + BAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZIIJAMHAwfXZ5/PWMAwGA1UdEwQF + MAMBAf8wDQYJKoZIhvcNAQELBQADggEBAHHFwl0tH0quUYZYO0dZYt4R7SJ0pCm2 + 2satiyzHl4OnXcHDpekAo7/a09c6Lz6AU83cKy/+x3/djYHXWba7HpEu0dR3ugQP + Mlr4zrhd9xKZ0KZKiYmtJH+ak4OM4L3FbT0owUZPyjLSlhMtJVcoRp5CJsjAMBUG + SvD8RX+T01wzox/Qb+lnnNnOlaWpqu8eoOenybxKp1a9ULzIVvN/LAcc+14vioFq + 2swRWtmocBAs8QR9n4uvbpiYvS8eYueDCWMM4fvFfBhaDZ3N9IbtySh3SpFdQDhw + YbjM2rxXiyLGxB4Bol7QTv4zHif7Zt89FReT/NBy4rzaskDJY5L6xmY= + -----END CERTIFICATE----- + privateKey: |- + -----BEGIN RSA PRIVATE KEY----- + MIIEowIBAAKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmG + dtcGbg/1CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKn + abIRuGvBKwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpid + tnKX/a+50GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+py + FxIXjbEIdZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pE + ewooaeO2izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABAoIBACbhTYXBZYKmYPCb + HBR1IBlCQA2nLGf0qRuJNJZg5iEzXows/6tc8YymZkQE7nolapWsQ+upk2y5Xdp/ + axiuprIs9JzkYK8Ox0r+dlwCG1kSW+UAbX0bQ/qUqlsTvU6muVuMP8vZYHxJ3wmb + +ufRBKztPTQ/rYWaYQcgC0RWI20HTFBMxlTAyNxYNWzX7RKFkGVVyB9RsAtmcc8g + +j4OdosbfNoJPS0HeIfNpAznDfHKdxDk2Yc1tV6RHBrC1ynyLE9+TaflIAdo2MVv + KLMLq51GqYKtgJFIlBRPQqKoyXdz3fGvXrTkf/WY9QNq0J1Vk5ERePZ54mN8iZB7 + 9lwy/AkCgYEA6FXzosxswaJ2wQLeoYc7ceaweX/SwTvxHgXzRyJIIT0eJWgx13Wo + /WA3Iziimsjf6qE+SI/8laxPp2A86VMaIt3Z3mJN/CqSVGw8LK2AQst+OwdPyDMu + iacE8lj/IFGC8mwNUAb9CzGU3JpU4PxxGFjS/eMtGeRXCWkK4NE+G08CgYEA1Kp9 + N2JrVlqUz+gAX+LPmE9OEMAS9WQSQsfCHGogIFDGGcNf7+uwBM7GAaSJIP01zcoe + VAgWdzXCv3FLhsaZoJ6RyLOLay5phbu1iaTr4UNYm5WtYTzMzqh8l1+MFFDl9xDB + vULuCIIrglM5MeS/qnSg1uMoH2oVPj9TVst/ir8CgYEAxrI7Ws9Zc4Bt70N1As+U + lySjaEVZCMkqvHJ6TCuVZFfQoE0r0whdLdRLU2PsLFP+q7qaeZQqgBaNSKeVcDYR + 9B+nY/jOmQoPewPVsp/vQTCnE/R81spu0mp0YI6cIheT1Z9zAy322svcc43JaWB7 + mEbeqyLOP4Z4qSOcmghZBSECgYACvR9Xs0DGn+wCsW4vze/2ei77MD4OQvepPIFX + dFZtlBy5ADcgE9z0cuVB6CiL8DbdK5kwY9pGNr8HUCI03iHkW6Zs+0L0YmihfEVe + PG19PSzK9CaDdhD9KFZSbLyVFmWfxOt50H7YRTTiPMgjyFpfi5j2q348yVT0tEQS + fhRqaQKBgAcWPokmJ7EbYQGeMbS7HC8eWO/RyamlnSffdCdSc7ue3zdVJxpAkQ8W + qu80pEIF6raIQfAf8MXiiZ7auFOSnHQTXUbhCpvDLKi0Mwq3G8Pl07l+2s6dQG6T + lv6XTQaMyf6n1yjzL+fzDrH3qXMxHMO/b13EePXpDMpY7HQpoLDi + -----END RSA PRIVATE KEY----- + name: mtls_cert_name + additionalProperties: false MtlsCertificateResponseEnvelope: type: object required: @@ -4916,6 +5103,18 @@ components: properties: data: $ref: '#/components/schemas/MtlsCertificateResponse' + example: + data: + mtlsCertificateId: 465a48f6-3d98-4c15-9312-211984ee8629 + expiresOn: '2022-01-12T04:15:57Z' + issuer: DigiCert + signature: SHA256WithRSA + uploadedOn: '2020-01-12T04:15:57Z' + ca: true + serialNumber: '432217133297895665180570788458463042229861757760' + mtlsCertificateName: mtls_cert_name + mtlsAssociatedCodeUploadHostname: mtls.cert.salesforce.com + additionalProperties: false PageShieldNotificationWebhookResponse: required: - createdAt @@ -4928,33 +5127,57 @@ components: id: type: string description: Webhook ID. + pattern: ^.*$ + example: webhook_1234567890abcdef name: type: string description: Webhook name. + pattern: ^.*$ + example: Security Alert Webhook webhookUrl: type: string description: Webhook URL. + pattern: ^.*$ + example: https://example.com/webhook/security type: type: string description: Webhook type. + pattern: ^.*$ + example: security_alert createdAt: type: string description: Timestamp of webhook creation. format: date-time + example: '2023-01-01T00:00:00Z' lastSuccess: type: string description: Timestamp of the last successful notification. format: date-time + example: '2023-01-01T12:00:00Z' lastFailure: type: string description: Timestamp of the last failed notification. format: date-time + example: '2023-01-01T18:00:00Z' zones: items: type: string + pattern: ^.*$ + example: zone_1234567890abcdef type: array description: Zone IDs on which to filter notifications alerts. description: Page shield notification for the webhook response. + example: + id: webhook_1234567890abcdef + name: Security Alert Webhook + webhookUrl: https://example.com/webhook/security + type: security_alert + createdAt: '2023-01-01T00:00:00Z' + lastSuccess: '2023-01-01T12:00:00Z' + lastFailure: '2023-01-01T18:00:00Z' + zones: + - zone_1234567890abcdef + additionalProperties: false PageShieldNotificationWebhookListEnvelope: type: object required: @@ -4964,23 +5187,47 @@ components: items: $ref: '#/components/schemas/PageShieldNotificationWebhookResponse' type: array + example: + data: + - id: webhook_1234567890abcdef + name: Security Alert Webhook + webhookUrl: https://example.com/webhook/security + type: security_alert + createdAt: '2023-01-01T00:00:00Z' + lastSuccess: '2023-01-01T12:00:00Z' + lastFailure: '2023-01-01T18:00:00Z' + zones: + - zone_1234567890abcdef + additionalProperties: false PageShieldNotificationWebhookRequest: + type: object required: - webhookUrl - type: object properties: webhookUrl: type: string description: Webhook URL. + pattern: ^.*$ + example: https://example.com/webhook/security secret: type: string description: Webhook optional secret. + pattern: ^.*$ + example: webhook_secret_123 zones: items: type: string + pattern: ^.*$ + example: zone_1234567890abcdef type: array description: Zone names on which to filter notifications alerts. description: Page shield notification for the webhook request. + example: + webhookUrl: https://example.com/webhook/security + secret: webhook_secret_123 + zones: + - zone_1234567890abcdef + additionalProperties: false PageShieldNotificationWebhookEnvelope: type: object required: @@ -4988,6 +5235,18 @@ components: properties: data: $ref: '#/components/schemas/PageShieldNotificationWebhookResponse' + example: + data: + id: webhook_1234567890abcdef + name: Security Alert Webhook + webhookUrl: https://example.com/webhook/security + type: security_alert + createdAt: '2023-01-01T00:00:00Z' + lastSuccess: '2023-01-01T12:00:00Z' + lastFailure: '2023-01-01T18:00:00Z' + zones: + - zone_1234567890abcdef + additionalProperties: false PageShieldPolicyResponse: type: object properties: @@ -5001,20 +5260,36 @@ components: description: type: string description: Description for the policy. + pattern: ^.*$ + example: Allow scripts from trusted CDN sources enabled: type: boolean description: Enable/disable the policy. + example: true expression: type: string description: Expression of the policy. + pattern: ^.*$ + example: http.request.uri.path contains "/trusted-cdn/" value: type: string description: Policy to be applied. + pattern: ^.*$ example: script-src id: type: string description: Policy ID + pattern: ^.*$ + example: policy_1234567890abcdef description: Page shield policy response. + example: + action: allow + description: Allow scripts from trusted CDN sources + enabled: true + expression: http.request.uri.path contains "/trusted-cdn/" + value: script-src + id: policy_1234567890abcdef + additionalProperties: false PageShieldPoliciesListEnvelope: type: object required: @@ -5024,6 +5299,15 @@ components: items: $ref: '#/components/schemas/PageShieldPolicyResponse' type: array + example: + data: + - action: allow + description: Allow scripts from trusted CDN sources + enabled: true + expression: http.request.uri.path contains "/trusted-cdn/" + value: script-src + id: policy_1234567890abcdef + additionalProperties: false PageShieldPolicyRequest: type: object properties: @@ -5037,17 +5321,30 @@ components: description: type: string description: Description for the policy. + pattern: ^.*$ + example: Allow scripts from trusted CDN sources enabled: type: boolean description: Enable/disable the policy. + example: true expression: type: string description: Expression of the policy. + pattern: ^.*$ + example: http.request.uri.path contains "/trusted-cdn/" value: type: string description: Policy to be applied. + pattern: ^.*$ example: script-src description: Page shield policy request object. + example: + action: allow + description: Allow scripts from trusted CDN sources + enabled: true + expression: http.request.uri.path contains "/trusted-cdn/" + value: script-src + additionalProperties: false PageShieldPoliciesEnvelope: type: object required: @@ -5055,14 +5352,24 @@ components: properties: data: $ref: '#/components/schemas/PageShieldPolicyResponse' + example: + data: + action: allow + description: Allow scripts from trusted CDN sources + enabled: true + expression: http.request.uri.path contains "/trusted-cdn/" + value: script-src + id: policy_1234567890abcdef + additionalProperties: false PageShieldScriptVersion: + type: object required: - isMaliciousCode - type: object properties: hash: type: string description: The computed hash of the analyzed script. + pattern: ^.*$ example: 1243453456abc jsIntegrityScore: type: integer @@ -5092,24 +5399,40 @@ components: type: string description: The timestamp of when the script was last fetched. format: date-time + example: '2023-01-01T00:00:00Z' isMaliciousCode: type: boolean description: Indicates whether the script has been reported as malicious. + example: false description: Version details for the JavaScript script. + example: + hash: 1243453456abc + jsIntegrityScore: 1 + obfuscationScore: 2 + dataflowScore: 1 + malwareScore: 1 + cryptoMiningScore: 1 + mageCartScore: 2 + fetchedAt: '2023-01-01T00:00:00Z' + isMaliciousCode: false + additionalProperties: false PageShieldScriptResponse: type: object properties: id: type: string description: Page Shield script ID. + pattern: ^.*$ example: 12345678901234asdfasfasdf url: type: string description: Page Shield script URL. + pattern: ^.*$ example: https://sfdc-test.net/on/demandware.static/Sites-SiteNemesis-Site/-/en_US//lib/jquery/ui/jquery-ui.min.js host: type: string description: Hostname where the script was detected by Page Shield. + pattern: ^.*$ example: sfdc-test.net addedAt: type: string @@ -5130,6 +5453,7 @@ components: type: string description: The timestamp when the script was last fetched. format: date-time + example: '2022-01-01T05:20:00Z' domainReportedMalicious: type: boolean description: Reported domain is malicious. @@ -5137,6 +5461,7 @@ components: hash: type: string description: The computed hash of the analyzed script. + pattern: ^.*$ example: 1243453456abc cryptoMiningScore: type: integer @@ -5165,6 +5490,8 @@ components: maliciousDomainCategories: items: type: string + pattern: ^.*$ + example: Malware type: array description: Malicious domain category. example: @@ -5172,6 +5499,8 @@ components: maliciousUrlCategories: items: type: string + pattern: ^.*$ + example: Malware type: array description: Malicious URL category. example: @@ -5187,6 +5516,8 @@ components: pageUrls: items: type: string + pattern: ^.*$ + example: blog.test.salesforce.com/page1 type: array description: Page URLs example: @@ -5195,10 +5526,12 @@ components: firstPageUrl: type: string description: First page URL for the JavaScript. + pattern: ^.*$ example: blog.test.salesforce.com status: type: string description: The current status of the script. Possible values are active, inactive, or infrequent. + pattern: ^.*$ example: active versions: items: @@ -5206,6 +5539,35 @@ components: type: array description: List of script versions. description: Response of Page Shield script object. + example: + id: 12345678901234asdfasfasdf + url: https://sfdc-test.net/on/demandware.static/Sites-SiteNemesis-Site/-/en_US//lib/jquery/ui/jquery-ui.min.js + host: sfdc-test.net + addedAt: '2022-01-01T05:20:00Z' + firstSeenAt: '2022-01-01T05:20:00Z' + lastSeenAt: '2022-01-01T05:20:00Z' + fetchedAt: '2022-01-01T05:20:00Z' + domainReportedMalicious: false + hash: 1243453456abc + cryptoMiningScore: 1 + dataflowScore: 1 + jsIntegrityScore: 1 + mageCartScore: 2 + malwareScore: 1 + obfuscationScore: 2 + maliciousDomainCategories: + - Malware + maliciousUrlCategories: + - Malware + urlContainsCdnCgiPath: false + urlReportedMalicious: false + pageUrls: + - blog.test.salesforce.com/page1 + - blog.test.salesforce.com/page2 + firstPageUrl: blog.test.salesforce.com + status: active + versions: [] + additionalProperties: false PageShieldScriptListEnvelope: type: object required: @@ -5215,6 +5577,36 @@ components: items: $ref: '#/components/schemas/PageShieldScriptResponse' type: array + example: + data: + - id: 12345678901234asdfasfasdf + url: https://sfdc-test.net/on/demandware.static/Sites-SiteNemesis-Site/-/en_US//lib/jquery/ui/jquery-ui.min.js + host: sfdc-test.net + addedAt: '2022-01-01T05:20:00Z' + firstSeenAt: '2022-01-01T05:20:00Z' + lastSeenAt: '2022-01-01T05:20:00Z' + fetchedAt: '2022-01-01T05:20:00Z' + domainReportedMalicious: false + hash: 1243453456abc + cryptoMiningScore: 1 + dataflowScore: 1 + jsIntegrityScore: 1 + mageCartScore: 2 + malwareScore: 1 + obfuscationScore: 2 + maliciousDomainCategories: + - Malware + maliciousUrlCategories: + - Malware + urlContainsCdnCgiPath: false + urlReportedMalicious: false + pageUrls: + - blog.test.salesforce.com/page1 + - blog.test.salesforce.com/page2 + firstPageUrl: blog.test.salesforce.com + status: active + versions: [] + additionalProperties: false PageShieldScriptEnvelope: type: object required: @@ -5222,22 +5614,54 @@ components: properties: data: $ref: '#/components/schemas/PageShieldScriptResponse' + example: + data: + id: 12345678901234asdfasfasdf + url: https://sfdc-test.net/on/demandware.static/Sites-SiteNemesis-Site/-/en_US//lib/jquery/ui/jquery-ui.min.js + host: sfdc-test.net + addedAt: '2022-01-01T05:20:00Z' + firstSeenAt: '2022-01-01T05:20:00Z' + lastSeenAt: '2022-01-01T05:20:00Z' + fetchedAt: '2022-01-01T05:20:00Z' + domainReportedMalicious: false + hash: 1243453456abc + cryptoMiningScore: 1 + dataflowScore: 1 + jsIntegrityScore: 1 + mageCartScore: 2 + malwareScore: 1 + obfuscationScore: 2 + maliciousDomainCategories: + - Malware + maliciousUrlCategories: + - Malware + urlContainsCdnCgiPath: false + urlReportedMalicious: false + pageUrls: + - blog.test.salesforce.com/page1 + - blog.test.salesforce.com/page2 + firstPageUrl: blog.test.salesforce.com + status: active + versions: [] + additionalProperties: false Zone: title: Zone + type: object required: - name - status - zoneId - type: object properties: zoneId: maxLength: 100 type: string description: Identity of the zone. + example: example1-zone-Id name: maxLength: 100 type: string description: Name given to the zone. This needs to be a DNS domain name for eg example.com + example: example1.com status: type: string description: Status of the zone for eg "Pending" , "Active" @@ -5248,6 +5672,7 @@ components: - moved - deleted - deactivated + example: pending description: Zone is the container for hostnames and various CDN settings/properties. Each zone is tied to a single origin. example: zoneId: example1-zone-Id @@ -5255,6 +5680,7 @@ components: status: pending additionalProperties: false ZonesEnvelope: + type: object required: - data properties: @@ -5262,6 +5688,15 @@ components: items: $ref: '#/components/schemas/Zone' type: array + example: + data: + - zoneId: example1-zone-Id + name: example1.com + status: pending + - zoneId: example2-zone-Id + name: example2.com + status: active + additionalProperties: false WafGroup: required: - mode @@ -5290,6 +5725,7 @@ components: description: type: string description: Description of the WAF Group. + pattern: ^.*$ example: Test WAF Group to protect against SQL injection example: groupId: 372abe67954025e0ba6aaa6d586b9e0b @@ -5319,6 +5755,7 @@ components: properties: ruleId: type: string + pattern: ^.*$ example: 892e67954025e0ba6atefd586b9e58b3 groupId: maxLength: 100 @@ -5346,6 +5783,7 @@ components: description: type: string description: Description of the WAF Group. + pattern: ^.*$ example: Test WAF Rule to protect against SQL injection example: ruleId: 892e67954025e0ba6atefd586b9e58b3 @@ -5363,6 +5801,14 @@ components: items: $ref: '#/components/schemas/WafRule' type: array + example: + data: + - ruleId: 892e67954025e0ba6atefd586b9e58b3 + groupId: 372abe67954025e0ba6aaa6d586b9e0b + action: monitor + defaultAction: challenge + description: SQL injection protection + additionalProperties: false WafRuleEnvelope: type: object required: @@ -5370,6 +5816,14 @@ components: properties: data: $ref: '#/components/schemas/WafRule' + example: + data: + ruleId: 892e67954025e0ba6atefd586b9e58b3 + groupId: 372abe67954025e0ba6aaa6d586b9e0b + action: monitor + defaultAction: challenge + description: SQL injection protection + additionalProperties: false SpeedSetting: type: object properties: @@ -5451,16 +5905,26 @@ components: enabled: type: boolean description: Enable strict transport security. + example: true includeSubdomains: type: boolean description: Include all subdomains for strict transport security. + example: true maxAge: type: number description: Max age in seconds of the strict transport security. + example: 31536000 preload: type: boolean description: Preload any URLs that are included in the response headers. + example: false description: The security header for a zone. + example: + enabled: true + includeSubdomains: true + maxAge: 31536000 + preload: false + additionalProperties: false securityLevel: type: string description: Security profile for your zone, which will automatically adjust each of the security settings. @@ -5471,16 +5935,30 @@ components: - medium - high - under_attack + example: medium tls13Enabled: type: boolean description: Enable Crypto TLS 1.3 feature for this zone. + example: true wafEnabled: type: boolean description: Enable WAF (OWASP) protection for this zone. Not applicable for zones using WAFv2. + example: true alwaysUseHttps: type: boolean description: Redirect all http requests to https. example: true + example: + hsts: + enabled: true + includeSubdomains: true + maxAge: 31536000 + preload: false + securityLevel: medium + tls13Enabled: true + wafEnabled: true + alwaysUseHttps: true + additionalProperties: false SecuritySettingsEnvelope: type: object required: @@ -5488,27 +5966,48 @@ components: properties: data: $ref: '#/components/schemas/SecuritySetting' + example: + data: + hsts: + enabled: true + includeSubdomains: true + maxAge: 31536000 + preload: false + securityLevel: medium + tls13Enabled: true + wafEnabled: true + alwaysUseHttps: true + additionalProperties: false CachePurgeRequest: type: object properties: path: type: string - description: Path for clearing the cache. Allowed paths follow the format "/dw/shop/*/products", "/worker.js", "/mobify*" or "/callback*". Regular expressions and wildcards are not supported in the path. + description: Path for clearing the cache. Allowed paths follow the format "/dw/shop/*/products", "/dw/image/v2/{realm}_{instance}/*", "/worker.js", "/mobify*" or "/callback*". Regular expressions and wildcards are not supported in the path. + pattern: ^.*$ example: www.sfcc-ecdn-test5.net/dw/shop/v21_9/products tags: type: array description: List of cache tags to purge. When specified, all cached content associated with these tags will be purged. items: type: string + pattern: ^.*$ + example: product-123 example: - product-123 - category-456 description: Request for doing a cache purge + example: + path: www.sfcc-ecdn-test5.net/dw/shop/v21_9/products + tags: + - product-123 + - category-456 + additionalProperties: false CachePurgeResponse: + type: object required: - cachePurged - details - type: object properties: cachePurged: type: boolean @@ -5517,8 +6016,13 @@ components: details: type: string description: Details of errors if any. + pattern: ^.*$ example: '1084 : Unable to purge ''''.' description: Response from a cache purge request + example: + cachePurged: false + details: '1084 : Unable to purge ''''.' + additionalProperties: false CachePurgeResponseEnvelope: type: object required: @@ -5526,16 +6030,21 @@ components: properties: data: $ref: '#/components/schemas/CachePurgeResponse' + example: + data: + cachePurged: false + details: '1084 : Unable to purge ''''.' + additionalProperties: false OCAPICachingToggleRequest: + type: object required: - enableOCAPICachingPageRule - type: object properties: enableOCAPICachingPageRule: type: boolean - description: true to enable OCAPI Caching Page rule, false to disable. + description: True to enable API Caching Page rule, false to disable. example: true - description: Request to enable or disable OCAPI Caching Page rule + description: Request to enable or disable API Caching Page rule DCVDelegationRecord: description: eCDN automatic renewal certificate DCV delegation records. type: object @@ -5543,9 +6052,17 @@ components: dcvCname: description: DNS CNAME for Domain Control Validation. type: string + pattern: ^.*$ + example: _acme-challenge.example.com dcvCnameValue: description: DNS CNAME value for Domain Control Validation. type: string + pattern: ^.*$ + example: abc123def456ghi789.acme-validation.com + example: + dcvCname: _acme-challenge.example.com + dcvCnameValue: abc123def456ghi789.acme-validation.com + additionalProperties: false Certificate: required: - certificateId @@ -5556,25 +6073,38 @@ components: certificateId: type: string description: Id generated by CDN provider for the certificate. + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 hosts: items: type: string + pattern: ^.*$ + example: example.com type: array description: List of hosts the certificate applies to. + example: + - example.com + - www.example.com expiresOn: type: string description: Date of expiration for the certificate. format: date-time + example: '2025-12-31T23:59:59Z' uploadedOn: type: string description: Date the certificate was uploaded. format: date-time + example: '2024-01-01T00:00:00Z' issuer: type: string description: The certificate authority that issued the certificate. + pattern: ^.*$ + example: Let's Encrypt Authority X3 signature: type: string description: The type of hash used for the certificate. + pattern: ^.*$ + example: SHA256 status: type: string description: Current status of the certificate. @@ -5588,9 +6118,18 @@ components: - PENDING_ISSUANCE - PENDING_DEPLOYMENT - PENDING_DELETION + - VALIDATION_TIMED_OUT + - DEPLOYMENT_TIMED_OUT + - DELETION_TIMED_OUT + - INITIALIZING_TIMED_OUT + - PENDING_EXPIRATION + - ISSUANCE_TIMED_OUT + example: ACTIVE minTlsVersion: type: string description: Minimum TLS Version only allows HTTPS connections from visitors that support the selected TLS protocol version or newer. + pattern: ^.*$ + example: '1.2' certificateType: type: string description: Indicates certificate is custom cert uploaded by customer or automatic renewal certificate by eCDN. @@ -5598,6 +6137,7 @@ components: - custom - automatic - custom_legacy + example: custom certificateAuthority: type: string description: Indicates certificate issuer for automatic renewal certificate by eCDN. @@ -5605,18 +6145,24 @@ components: - google - lets_encrypt - digicert + example: lets_encrypt certificateValidation: type: string description: Indicates certificate validation type for automatic renewal certificate by eCDN. enum: - http - txt + example: http certificateVerificationTXTName: type: string description: eCDN automatic renewal certificate verification txt name. + pattern: ^.*$ + example: _acme-challenge.example.com certificateVerificationTXTValue: type: string description: eCDN automatic renewal certificate verification txt value. + pattern: ^.*$ + example: abc123def456ghi789 certificateVerificationStatus: type: string description: Current status of certificate verification. @@ -5628,15 +6174,21 @@ components: - PENDING_VALIDATION - PENDING_ISSUANCE - PENDING_DEPLOYMENT + example: ACTIVE wildcardHostname: type: boolean description: Set to true for a wildcard custom hostname. + example: false wildcardCertificateVerificationTXTName: type: string description: eCDN automatic renewal certificate verification txt name. + pattern: ^.*$ + example: _acme-challenge.wildcard.example.com wildcardCertificateVerificationTXTValue: type: string description: eCDN automatic renewal certificate verification txt value. + pattern: ^.*$ + example: wildcard_abc123def456 wildcardCertificateVerificationStatus: type: string description: Current status of certificate verification. @@ -5648,18 +6200,27 @@ components: - PENDING_VALIDATION - PENDING_ISSUANCE - PENDING_DEPLOYMENT + example: ACTIVE customHostnameVerificationTXTName: type: string description: Custom Hostname verification txt name. + pattern: ^.*$ + example: _acme-challenge.custom.example.com customHostnameVerificationTXTValue: type: string description: Custom Hostname verification txt value. + pattern: ^.*$ + example: custom_abc123def456 customHostnameId: type: string description: Custom hostname associated with the zone + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 customHostname: type: string description: Custom hostname associated with the zone + pattern: ^.*$ + example: custom.example.com customHostnameStatus: type: string description: Current status of custom hostname validation. @@ -5674,12 +6235,41 @@ components: - PENDING_DEPLOYMENT - PENDING_DELETION - MOVED + example: ACTIVE dcvDelegationRecords: description: eCDN automatic renewal certificate DCV delegation records items: $ref: '#/components/schemas/DCVDelegationRecord' type: array description: The certificate information + example: + certificateId: f90712123fb02287348dd34c0a282bb9 + hosts: + - example.com + - www.example.com + expiresOn: '2025-12-31T23:59:59Z' + uploadedOn: '2024-01-01T00:00:00Z' + issuer: Let's Encrypt Authority X3 + signature: SHA256 + status: ACTIVE + minTlsVersion: '1.2' + certificateType: custom + certificateAuthority: lets_encrypt + certificateValidation: http + certificateVerificationTXTName: _acme-challenge.example.com + certificateVerificationTXTValue: abc123def456ghi789 + certificateVerificationStatus: ACTIVE + wildcardHostname: false + wildcardCertificateVerificationTXTName: _acme-challenge.wildcard.example.com + wildcardCertificateVerificationTXTValue: wildcard_abc123def456 + wildcardCertificateVerificationStatus: ACTIVE + customHostnameVerificationTXTName: _acme-challenge.custom.example.com + customHostnameVerificationTXTValue: custom_abc123def456 + customHostnameId: f90712123fb02287348dd34c0a282bb9 + customHostname: custom.example.com + customHostnameStatus: ACTIVE + dcvDelegationRecords: [] + additionalProperties: false CertificatesEnvelope: type: object required: @@ -5689,6 +6279,35 @@ components: items: $ref: '#/components/schemas/Certificate' type: array + example: + data: + - certificateId: f90712123fb02287348dd34c0a282bb9 + hosts: + - example.com + - www.example.com + expiresOn: '2025-12-31T23:59:59Z' + uploadedOn: '2024-01-01T00:00:00Z' + issuer: Let's Encrypt Authority X3 + signature: SHA256 + status: ACTIVE + minTlsVersion: '1.2' + certificateType: custom + certificateAuthority: lets_encrypt + certificateValidation: http + certificateVerificationTXTName: _acme-challenge.example.com + certificateVerificationTXTValue: abc123def456ghi789 + certificateVerificationStatus: ACTIVE + wildcardHostname: false + wildcardCertificateVerificationTXTName: _acme-challenge.wildcard.example.com + wildcardCertificateVerificationTXTValue: wildcard_abc123def456 + wildcardCertificateVerificationStatus: ACTIVE + customHostnameVerificationTXTName: _acme-challenge.custom.example.com + customHostnameVerificationTXTValue: custom_abc123def456 + customHostnameId: f90712123fb02287348dd34c0a282bb9 + customHostname: custom.example.com + customHostnameStatus: ACTIVE + dcvDelegationRecords: [] + additionalProperties: false CertificateRequest: required: - hostname @@ -5697,28 +6316,151 @@ components: hostname: type: string description: Hostname that certificate needs to be applied to. + pattern: ^.*$ + example: example.com bundleMethod: type: string description: Bundle method of the custom certificate chain for verification. + pattern: ^.*$ + example: ubiquitous certificateType: type: string description: Indicates certificate is custom or automatic certificate renewal by eCDN. Optional field, if nothing specified the default value is custom. Valid values are custom or automatic. + pattern: ^.*$ + example: custom certificate: type: string description: Public key of the custom certificate. Required if the certificateType value is custom. + pattern: ^.*$ + example: |- + -----BEGIN CERTIFICATE----- + MIIDtTCCAp2gAwIBAgIJAMHAwfXZ5PWMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV + BAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBX + aWRnaXRzIFB0eSBMdGQwHhcNMTYwODI0MTY0MzAxWhcNMTYxMTIyMTY0MzAxWjBF + MQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50 + ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB + CgKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmGdtcGbg/1 + CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKnabIRuGvB + KwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpidtnKX/a+5 + 0GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+pyFxIXjbEI + dZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pEewooaeO2 + izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABo4GnMIGkMB0GA1UdDgQWBBT/LbE4 + 9rWf288N6sJA5BRb6FJIGDB1BgNVHSMEbjBsgBT/LbE49rWf288N6sJA5BRb6FJI + GKFJpEcwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNV + BAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZIIJAMHAwfXZ5/PWMAwGA1UdEwQF + MAMBAf8wDQYJKoZIhvcNAQELBQADggEBAHHFwl0tH0quUYZYO0dZYt4R7SJ0pCm2 + 2satiyzHl4OnXcHDpekAo7/a09c6Lz6AU83cKy/+x3/djYHXWba7HpEu0dR3ugQP + Mlr4zrhd9xKZ0KZKiYmtJH+ak4OM4L3FbT0owUZPyjLSlhMtJVcoRp5CJsjAMBUG + SvD8RX+T01wzox/Qb+lnnNnOlaWpqu8eoOenybxKp1a9ULzIVvN/LAcc+14vioFq + 2swRWtmocBAs8QR9n4uvbpiYvS8eYueDCWMM4fvFfBhaDZ3N9IbtySh3SpFdQDhw + YbjM2rxXiyLGxB4Bol7QTv4zHif7Zt89FReT/NBy4rzaskDJY5L6xmY= + -----END CERTIFICATE----- privateKey: type: string description: Private key associated with the custom certificate. Required if the `certificateType` value is custom. + pattern: ^.*$ + example: |- + -----BEGIN RSA PRIVATE KEY----- + MIIEowIBAAKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmG + dtcGbg/1CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKn + abIRuGvBKwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpid + tnKX/a+50GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+py + FxIXjbEIdZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pE + ewooaeO2izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABAoIBACbhTYXBZYKmYPCb + HBR1IBlCQA2nLGf0qRuJNJZg5iEzXows/6tc8YymZkQE7nolapWsQ+upk2y5Xdp/ + axiuprIs9JzkYK8Ox0r+dlwCG1kSW+UAbX0bQ/qUqlsTvU6muVuMP8vZYHxJ3wmb + +ufRBKztPTQ/rYWaYQcgC0RWI20HTFBMxlTAyNxYNWzX7RKFkGVVyB9RsAtmcc8g + +j4OdosbfNoJPS0HeIfNpAznDfHKdxDk2Yc1tV6RHBrC1ynyLE9+TaflIAdo2MVv + KLMLq51GqYKtgJFIlBRPQqKoyXdz3fGvXrTkf/WY9QNq0J1Vk5ERePZ54mN8iZB7 + 9lwy/AkCgYEA6FXzosxswaJ2wQLeoYc7ceaweX/SwTvxHgXzRyJIIT0eJWgx13Wo + /WA3Iziimsjf6qE+SI/8laxPp2A86VMaIt3Z3mJN/CqSVGw8LK2AQst+OwdPyDMu + iacE8lj/IFGC8mwNUAb9CzGU3JpU4PxxGFjS/eMtGeRXCWkK4NE+G08CgYEA1Kp9 + N2JrVlqUz+gAX+LPmE9OEMAS9WQSQsfCHGogIFDGGcNf7+uwBM7GAaSJIP01zcoe + VAgWdzXCv3FLhsaZoJ6RyLOLay5phbu1iaTr4UNYm5WtYTzMzqh8l1+MFFDl9xDB + vULuCIIrglM5MeS/qnSg1uMoH2oVPj9TVst/ir8CgYEAxrI7Ws9Zc4Bt70N1As+U + lySjaEVZCMkqvHJ6TCuVZFfQoE0r0whdLdRLU2PsLFP+q7qaeZQqgBaNSKeVcDYR + 9B+nY/jOmQoPewPVsp/vQTCnE/R81spu0mp0YI6cIheT1Z9zAy322svcc43JaWB7 + mEbeqyLOP4Z4qSOcmghZBSECgYACvR9Xs0DGn+wCsW4vze/2ei77MD4OQvepPIFX + dFZtlBy5ADcgE9z0cuVB6CiL8DbdK5kwY9pGNr8HUCI03iHkW6Zs+0L0YmihfEVe + PG19PSzK9CaDdhD9KFZSbLyVFmWfxOt50H7YRTTiPMgjyFpfi5j2q348yVT0tEQS + fhRqaQKBgAcWPokmJ7EbYQGeMbS7HC8eWO/RyamlnSffdCdSc7ue3zdVJxpAkQ8W + qu80pEIF6raIQfAf8MXiiZ7auFOSnHQTXUbhCpvDLKi0Mwq3G8Pl07l+2s6dQG6T + lv6XTQaMyf6n1yjzL+fzDrH3qXMxHMO/b13EePXpDMpY7HQpoLDi + -----END RSA PRIVATE KEY----- certificateAuthority: type: string description: Certificate authority only for automatic certificate renewal by eCDN. Required if the `certificateType` value is automatic. Valid values are `google` or `lets_encrypt`. + pattern: ^.*$ + example: lets_encrypt certificateValidation: type: string description: Certificate validation type is optional only for `certificateType` automatic, default value is `http`. Valid values are `http` or `txt`. + pattern: ^.*$ + example: http wildcardHostname: type: boolean description: Set to true for a wildcard custom hostname. + example: false description: Certificate request information + example: + hostname: example.com + bundleMethod: ubiquitous + certificateType: custom + certificate: |- + -----BEGIN CERTIFICATE----- + MIIDtTCCAp2gAwIBAgIJAMHAwfXZ5PWMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV + BAYTAkFVMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBX + aWRnaXRzIFB0eSBMdGQwHhcNMTYwODI0MTY0MzAxWhcNMTYxMTIyMTY0MzAxWjBF + MQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50 + ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB + CgKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmGdtcGbg/1 + CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKnabIRuGvB + KwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpidtnKX/a+5 + 0GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+pyFxIXjbEI + dZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pEewooaeO2 + izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABo4GnMIGkMB0GA1UdDgQWBBT/LbE4 + 9rWf288N6sJA5BRb6FJIGDB1BgNVHSMEbjBsgBT/LbE49rWf288N6sJA5BRb6FJI + GKFJpEcwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNV + BAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZIIJAMHAwfXZ5/PWMAwGA1UdEwQF + MAMBAf8wDQYJKoZIhvcNAQELBQADggEBAHHFwl0tH0quUYZYO0dZYt4R7SJ0pCm2 + 2satiyzHl4OnXcHDpekAo7/a09c6Lz6AU83cKy/+x3/djYHXWba7HpEu0dR3ugQP + Mlr4zrhd9xKZ0KZKiYmtJH+ak4OM4L3FbT0owUZPyjLSlhMtJVcoRp5CJsjAMBUG + SvD8RX+T01wzox/Qb+lnnNnOlaWpqu8eoOenybxKp1a9ULzIVvN/LAcc+14vioFq + 2swRWtmocBAs8QR9n4uvbpiYvS8eYueDCWMM4fvFfBhaDZ3N9IbtySh3SpFdQDhw + YbjM2rxXiyLGxB4Bol7QTv4zHif7Zt89FReT/NBy4rzaskDJY5L6xmY= + -----END CERTIFICATE----- + privateKey: |- + -----BEGIN RSA PRIVATE KEY----- + MIIEowIBAAKCAQEAwQHoetcl9+5ikGzV6cMzWtWPJHqXT3wpbEkRU9Yz7lgvddmG + dtcGbg/1CGZu0jJGkMoppoUo4c3dts3iwqRYmBikUP77wwY2QGmDZw2FvkJCJlKn + abIRuGvBKwzESIXgKk2016aTP6/dAjEHyo6SeoK8lkIySUvK0fyOVlsiEsCmOpid + tnKX/a+50GjB79CJH4ER2lLVZnhePFR/zUOyPxZQQ4naHf7yu/b5jhO0f8fwt+py + FxIXjbEIdZliWRkRMtzrHOJIhrmJ2A1J7iOrirbbwillwjjNVUWPf3IJ3M12S9pE + ewooaeO2izNTERcG9HzAacbVRn2Y2SWIyT/18QIDAQABAoIBACbhTYXBZYKmYPCb + HBR1IBlCQA2nLGf0qRuJNJZg5iEzXows/6tc8YymZkQE7nolapWsQ+upk2y5Xdp/ + axiuprIs9JzkYK8Ox0r+dlwCG1kSW+UAbX0bQ/qUqlsTvU6muVuMP8vZYHxJ3wmb + +ufRBKztPTQ/rYWaYQcgC0RWI20HTFBMxlTAyNxYNWzX7RKFkGVVyB9RsAtmcc8g + +j4OdosbfNoJPS0HeIfNpAznDfHKdxDk2Yc1tV6RHBrC1ynyLE9+TaflIAdo2MVv + KLMLq51GqYKtgJFIlBRPQqKoyXdz3fGvXrTkf/WY9QNq0J1Vk5ERePZ54mN8iZB7 + 9lwy/AkCgYEA6FXzosxswaJ2wQLeoYc7ceaweX/SwTvxHgXzRyJIIT0eJWgx13Wo + /WA3Iziimsjf6qE+SI/8laxPp2A86VMaIt3Z3mJN/CqSVGw8LK2AQst+OwdPyDMu + iacE8lj/IFGC8mwNUAb9CzGU3JpU4PxxGFjS/eMtGeRXCWkK4NE+G08CgYEA1Kp9 + N2JrVlqUz+gAX+LPmE9OEMAS9WQSQsfCHGogIFDGGcNf7+uwBM7GAaSJIP01zcoe + VAgWdzXCv3FLhsaZoJ6RyLOLay5phbu1iaTr4UNYm5WtYTzMzqh8l1+MFFDl9xDB + vULuCIIrglM5MeS/qnSg1uMoH2oVPj9TVst/ir8CgYEAxrI7Ws9Zc4Bt70N1As+U + lySjaEVZCMkqvHJ6TCuVZFfQoE0r0whdLdRLU2PsLFP+q7qaeZQqgBaNSKeVcDYR + 9B+nY/jOmQoPewPVsp/vQTCnE/R81spu0mp0YI6cIheT1Z9zAy322svcc43JaWB7 + mEbeqyLOP4Z4qSOcmghZBSECgYACvR9Xs0DGn+wCsW4vze/2ei77MD4OQvepPIFX + dFZtlBy5ADcgE9z0cuVB6CiL8DbdK5kwY9pGNr8HUCI03iHkW6Zs+0L0YmihfEVe + PG19PSzK9CaDdhD9KFZSbLyVFmWfxOt50H7YRTTiPMgjyFpfi5j2q348yVT0tEQS + fhRqaQKBgAcWPokmJ7EbYQGeMbS7HC8eWO/RyamlnSffdCdSc7ue3zdVJxpAkQ8W + qu80pEIF6raIQfAf8MXiiZ7auFOSnHQTXUbhCpvDLKi0Mwq3G8Pl07l+2s6dQG6T + lv6XTQaMyf6n1yjzL+fzDrH3qXMxHMO/b13EePXpDMpY7HQpoLDi + -----END RSA PRIVATE KEY----- + certificateAuthority: lets_encrypt + certificateValidation: http + wildcardHostname: false + additionalProperties: false CertificateEnvelope: required: - data @@ -5726,6 +6468,35 @@ components: properties: data: $ref: '#/components/schemas/Certificate' + example: + data: + certificateId: f90712123fb02287348dd34c0a282bb9 + hosts: + - example.com + - www.example.com + expiresOn: '2025-12-31T23:59:59Z' + uploadedOn: '2024-01-01T00:00:00Z' + issuer: Let's Encrypt Authority X3 + signature: SHA256 + status: ACTIVE + minTlsVersion: '1.2' + certificateType: custom + certificateAuthority: lets_encrypt + certificateValidation: http + certificateVerificationTXTName: _acme-challenge.example.com + certificateVerificationTXTValue: abc123def456ghi789 + certificateVerificationStatus: ACTIVE + wildcardHostname: false + wildcardCertificateVerificationTXTName: _acme-challenge.wildcard.example.com + wildcardCertificateVerificationTXTValue: wildcard_abc123def456 + wildcardCertificateVerificationStatus: ACTIVE + customHostnameVerificationTXTName: _acme-challenge.custom.example.com + customHostnameVerificationTXTValue: custom_abc123def456 + customHostnameId: f90712123fb02287348dd34c0a282bb9 + customHostname: custom.example.com + customHostnameStatus: ACTIVE + dcvDelegationRecords: [] + additionalProperties: false CustomHostnameValidationResponse: required: - customHostname @@ -5738,17 +6509,23 @@ components: customHostnameId: type: string description: Identifier generated by the CDN provider for the custom hostname. + pattern: ^.*$ example: a439eb1f-5e71-4544-bb29-54d18ax62277 customHostname: type: string description: Name of the custom hostname - example: hello.world.example.net + pattern: ^.*$ + example: test.example.com customHostnameVerificationTXTName: type: string description: Custom hostname verification txt name. + pattern: ^.*$ + example: _acme-challenge.test.example.com customHostnameVerificationTXTValue: type: string description: Custom hostname verification txt value. + pattern: ^.*$ + example: DBCtxdyQSyo9eXxys-uGVCwPFHLsc8_lu11QetQz4IA customHostnameStatus: type: string description: Current status of the custom hostname. @@ -5759,6 +6536,13 @@ components: - MOVED - DELETED description: Custom hostname validation information. + example: + customHostnameId: a439eb1f-5e71-4544-bb29-54d18ax62277 + customHostname: test.example.com + customHostnameVerificationTXTName: _acme-challenge.test.example.com + customHostnameVerificationTXTValue: DBCtxdyQSyo9eXxys-uGVCwPFHLsc8_lu11QetQz4IA + customHostnameStatus: ACTIVE + additionalProperties: false CustomHostnameValidationEnvelope: type: object properties: @@ -5766,6 +6550,14 @@ components: $ref: '#/components/schemas/CustomHostnameValidationResponse' required: - data + example: + data: + customHostnameId: a439eb1f-5e71-4544-bb29-54d18ax62277 + customHostname: test.example.com + customHostnameVerificationTXTName: _acme-challenge.test.example.com + customHostnameVerificationTXTValue: DBCtxdyQSyo9eXxys-uGVCwPFHLsc8_lu11QetQz4IA + customHostnameStatus: ACTIVE + additionalProperties: false MRTRules: required: - enabled @@ -5779,14 +6571,17 @@ components: id: type: string description: The ID of the rule. + pattern: ^.*$ example: 12345678901234asdfasfasdf expression: type: string description: The expression that determines the rule's routing behavior. - example: (http.host eq \"dev-customer.salesforce.com\" and not ( http.request.uri.path matches \"^/path1/.*\" or http.request.uri.path matches \"^.*/path2/.*/products/.*\")) + pattern: ^.*$ + example: (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) description: type: string description: The description of the rule. + pattern: ^.*$ example: Phased rollout rule for dev-customer.salesforce.com lastUpdated: type: string @@ -5796,6 +6591,7 @@ components: ref: type: string description: The ref of the rule. + pattern: ^.*$ example: 12345678901234asdfasfasdf1234567 enabled: type: boolean @@ -5804,8 +6600,18 @@ components: mrtHostname: type: string description: Managed runtime hostname this rule targets. + pattern: ^.*$ example: customer-pwa-hybrid.mobify-storefront.com description: A rule in an MRT ruleset. + example: + id: 12345678901234asdfasfasdf + expression: (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) + description: Phased rollout rule for dev-customer.salesforce.com + lastUpdated: '2022-01-01T05:20:00Z' + ref: 12345678901234asdfasfasdf1234567 + enabled: true + mrtHostname: customer-pwa-hybrid.mobify-storefront.com + additionalProperties: false MRTRuleset: required: - id @@ -5817,10 +6623,12 @@ components: id: type: string description: The ID of the ruleset. + pattern: ^.*$ example: 12345678901234asdfasfasdf name: type: string description: The name of the ruleset. + pattern: ^.*$ example: MRT Rules lastUpdated: type: string @@ -5833,6 +6641,12 @@ components: type: array description: The rules defined by the ruleset. description: An MRT ruleset. Defines a list of MRT rules that will route certain storefront requests to the managed runtime instance. + example: + id: 12345678901234asdfasfasdf + name: MRT Rules + lastUpdated: '2022-01-01T05:20:00Z' + rules: [] + additionalProperties: false MRTRulesResponse: required: - ruleset @@ -5841,6 +6655,13 @@ components: ruleset: $ref: '#/components/schemas/MRTRuleset' description: Response for MRT rules. MRT rules are a way to route certain storefront requests to the managed runtime instance. + example: + ruleset: + id: 12345678901234asdfasfasdf + name: MRT Rules + lastUpdated: '2022-01-01T05:20:00Z' + rules: [] + additionalProperties: false MRTRulesResponseEnvelope: type: object required: @@ -5848,6 +6669,14 @@ components: properties: data: $ref: '#/components/schemas/MRTRulesResponse' + example: + data: + ruleset: + id: 12345678901234asdfasfasdf + name: MRT Rules + lastUpdated: '2022-01-01T05:20:00Z' + rules: [] + additionalProperties: false MRTRulesPostRequest: required: - expressions @@ -5857,10 +6686,13 @@ components: mrtHostname: type: string description: The customer's MRT instance hostname. + pattern: ^.*$ example: customer-react-project-production.mobify-storefront.com expressions: items: type: string + pattern: ^.*$ + example: (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) type: array description: An array containing the expressions for each MRT rule. example: @@ -5868,11 +6700,20 @@ components: descriptions: items: type: string + pattern: ^.*$ + example: Phased rollout rule for dev-customer.salesforce.com type: array description: An array containing the descriptions for each MRT rule. The number of descriptions provided must match the number of expressions provided. Optional. example: - Phased rollout rule for dev-customer.salesforce.com description: POST request for creating MRT rules. MRT rules are a way to route certain storefront requests to the managed runtime instance. + example: + mrtHostname: customer-react-project-production.mobify-storefront.com + expressions: + - (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) + descriptions: + - Phased rollout rule for dev-customer.salesforce.com + additionalProperties: false MRTRulesetPatchRequest: required: - mrtHostname @@ -5881,14 +6722,18 @@ components: oldMrtHostname: type: string description: The customer's current MRT instance hostname. + pattern: ^.*$ example: customer-react-projec-production.mobify-storefront.com mrtHostname: type: string description: The customer's MRT instance hostname. + pattern: ^.*$ example: customer-react-projec-production.mobify-storefront.com expressions: items: type: string + pattern: ^.*$ + example: (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) type: array description: An array containing the expressions for each MRT rule. example: @@ -5896,11 +6741,20 @@ components: descriptions: items: type: string + pattern: ^.*$ + example: Phased rollout rule for dev-customer.salesforce.com type: array description: An array containing the descriptions for each MRT rule. The number of descriptions provided must match the number of expressions provided. Optional. example: - Phased rollout rule for dev-customer.salesforce.com description: PATCH request for updating the MRT environment hostname or adding MRT rules to route to an existing MRT environment. + example: + mrtHostname: customer-react-projec-production.mobify-storefront.com + expressions: + - (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) + descriptions: + - Phased rollout rule for dev-customer.salesforce.com + additionalProperties: false MRTRulePatchRequest: type: object properties: @@ -5911,12 +6765,19 @@ components: expression: type: string description: The expression that determines the MRT rule's routing behavior. - example: (http.host eq \"dev-customer.salesforce.com\" and not ( http.request.uri.path matches \"^/path1/.*\" or http.request.uri.path matches \"^.*/path2/.*/products/.*\")) + pattern: ^.*$ + example: (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) description: type: string description: The description of the rule. Optional. + pattern: ^.*$ example: Phased rollout rule for dev-customer.salesforce.com description: PATCH request for updating an MRT rule. You may use the PATCH request to update the rule's expression and description as well as disable/enable the rule. + example: + enabled: true + expression: (http.host eq "dev-customer.salesforce.com" and not ( http.request.uri.path matches "^/path1/.*" or http.request.uri.path matches "^.*/path2/.*/products/.*")) + description: Phased rollout rule for dev-customer.salesforce.com + additionalProperties: false LogpushOwnershipPostRequest: required: - destinationPath @@ -5925,8 +6786,12 @@ components: destinationPath: type: string description: Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters supported by the destination may be included. You can use the special string {DATE} in the URL path to separate logs into daily subdirectories; for example s3://customer-bucket/logs/{DATE}?region=us-east-1&sse=AES256. The name of the directory will be replaced with the date in YYYYMMDD format (e.g. 20220215) when the logs are stored. + pattern: ^.*$ example: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 description: POST request for creating new Logpush Ownership. + example: + destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 + additionalProperties: false LogpushOwnershipPostResponse: required: - data @@ -5941,13 +6806,20 @@ components: destinationPath: type: string description: Destination where logs will be sent (S3 bucket only). + pattern: ^.*$ example: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 fileName: type: string description: File path where the ownership challenge file is written. + pattern: ^.*$ example: site-name/20230101/ownership-challenge-d12345678.txt description: The customer's new Logpush Ownership. description: POST response for created new Logpush Ownership. + example: + data: + destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 + fileName: site-name/20230101/ownership-challenge-d12345678.txt + additionalProperties: false LogpushResponse: type: object properties: @@ -5958,6 +6830,7 @@ components: name: type: string description: Logpush job name; the name cannot be changed after the job is created. + pattern: ^.*$ example: my-logpush-job logType: type: string @@ -5970,9 +6843,13 @@ components: filter: type: string description: Filter provides a way to customize which logs you want to receive. Filters are added as escaped JSON strings formatted. If the filter is not displayed, it indicates that all logs should be included. + pattern: ^.*$ + example: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' logFields: items: type: string + pattern: ^.*$ + example: ClientRequestBytes type: array description: List of log fields. Depending on the type of log, the list of fields that you would like to see in the logs may vary. example: @@ -5982,6 +6859,7 @@ components: destinationPath: type: string description: Uniquely identifies s3 bucket for logs. + pattern: ^.*$ example: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 enabled: type: boolean @@ -6000,13 +6878,30 @@ components: errorMessage: type: string description: Provide details for the last failure message. If this field is empty, it indicates that the job successfully transmitted logs to the destination. - example: no permissions to write to destination bucket + pattern: ^.*$ + example: No permissions to write to destination bucket createdOn: type: string description: Job creation time. format: date-time example: '2023-01-01T00:00:27Z' description: Logpush job response + example: + jobId: 123456 + name: my-logpush-job + logType: http_requests + filter: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' + logFields: + - ClientRequestBytes + - ClientRequestHost + - ClientRequestMethod + destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 + enabled: false + lastComplete: '2023-01-02T00:00:00Z' + lastError: '2023-01-01T10:00:00Z' + errorMessage: No permissions to write to destination bucket + createdOn: '2023-01-01T00:00:27Z' + additionalProperties: false LogpushJobsEnvelope: type: object required: @@ -6016,29 +6911,51 @@ components: items: $ref: '#/components/schemas/LogpushResponse' type: array + example: + data: + - jobId: 123456 + name: my-logpush-job + logType: http_requests + filter: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' + logFields: + - ClientRequestBytes + - ClientRequestHost + - ClientRequestMethod + destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 + enabled: false + lastComplete: '2023-01-02T00:00:00Z' + lastError: '2023-01-01T10:00:00Z' + errorMessage: No permissions to write to destination bucket + createdOn: '2023-01-01T00:00:27Z' + additionalProperties: false LogpushCreateRequest: required: - destinationPath - logFields - logType - name - - ownershipChallengeToken type: object properties: destinationPath: type: string description: Uniquely identifies s3 bucket for logs. Additional configuration parameters like region can be included. The string {DATE} in the URL path to separate logs into daily subdirectories; for example `s3://customer-bucket/logs/{DATE}?region=us-east-1&sse=AES256` The name of the directory will be replaced with the date in YYYYMMDD format (e.g. 20220215) when the logs are stored. + pattern: ^.*$ example: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 name: type: string description: Logpush job name; the name cannot be changed after the job is created. + pattern: ^.*$ example: my-logpush-job filter: type: string description: Filter provides a way to customize which logs you want to receive. Filters are added as escaped JSON strings formatted. Default will include all logs. + pattern: ^.*$ + example: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' logFields: items: type: string + pattern: ^.*$ + example: ClientRequestBytes type: array description: List of log fields. Depending on the type of log, the list of fields that you would like to see in the logs may vary. example: @@ -6048,6 +6965,7 @@ components: ownershipChallengeToken: type: string description: Ownership token to proves the ownership of the destinationPath. + pattern: ^.*$ example: abc00000000000000000000 logType: type: string @@ -6058,6 +6976,17 @@ components: - firewall_events - page_shield_events description: Request for create Logpush job. + example: + destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 + name: my-logpush-job + filter: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' + logFields: + - ClientRequestBytes + - ClientRequestHost + - ClientRequestMethod + ownershipChallengeToken: abc00000000000000000000 + logType: http_requests + additionalProperties: false LogpushEnvelope: type: object required: @@ -6065,6 +6994,23 @@ components: properties: data: $ref: '#/components/schemas/LogpushResponse' + example: + data: + jobId: 123456 + name: my-logpush-job + logType: http_requests + filter: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' + logFields: + - ClientRequestBytes + - ClientRequestHost + - ClientRequestMethod + destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 + enabled: false + lastComplete: '2023-01-02T00:00:00Z' + lastError: '2023-01-01T10:00:00Z' + errorMessage: No permissions to write to destination bucket + createdOn: '2023-01-01T00:00:27Z' + additionalProperties: false LogpushUpdateRequest: type: object properties: @@ -6075,10 +7021,13 @@ components: filter: type: string description: Provides customized selection for logs you want to receive. Filters are added as escaped, formatted JSON strings. By default, all logs are included. + pattern: ^.*$ example: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' logFields: items: type: string + pattern: ^.*$ + example: ClientRequestBytes type: array description: List of log fields. Depending on the log type, the list of fields that you can specify to be displayed in the log might vary. example: @@ -6086,6 +7035,14 @@ components: - ClientRequestHost - ClientRequestMethod description: Request for update Logpush job + example: + enabled: true + filter: '{"where":{"key":"ClientRequestPath","operator":"contains","value":"/example-path"}}' + logFields: + - ClientRequestBytes + - ClientRequestHost + - ClientRequestMethod + additionalProperties: false WAFRulePackage: required: - action_mode @@ -6104,15 +7061,23 @@ components: name: type: string description: Name of the firewall package + pattern: ^.*$ + example: OWASP Top 10 Protection description: type: string description: Summary of purpose/function of firewall package + pattern: ^.*$ + example: Protection against OWASP Top 10 vulnerabilities detection_mode: type: string description: How the rules within the package are evaluated during the course of a request. When a package uses anomaly detection, each rule is given a score when triggered. If the total score of all triggered rules exceeds the sensitivity defined on the package, the action defined on the package is taken. Traditional detection decides which action to take when it is triggered by the request. If multiple rules are triggered, the action with highest protection is used. For example, a block action beats a challenge. + pattern: ^.*$ + example: traditional zone_id: type: string description: Zone identifier with which this rule package is associated. + pattern: ^.*$ + example: zone_1234567890abcdef sensitivity: type: string description: Sensitivity for traditional (owasp) rule package. @@ -6121,6 +7086,7 @@ components: - medium - high - 'off' + example: medium action_mode: type: string description: The default action that is taken for rules under traditional(owasp) firewall package. @@ -6128,6 +7094,7 @@ components: - simulate - challenge - block + example: block WAFRulePackageEnvelope: type: object required: @@ -6135,6 +7102,16 @@ components: properties: data: $ref: '#/components/schemas/WAFRulePackage' + example: + data: + id: a25a9a7e9c00afc1fb2e0245519d725b + name: OWASP Top 10 Protection + description: Protection against OWASP Top 10 vulnerabilities + detection_mode: traditional + zone_id: zone_1234567890abcdef + sensitivity: medium + action_mode: block + additionalProperties: false WafPackagePatchRequest: required: - action_mode @@ -6149,6 +7126,7 @@ components: - medium - high - 'off' + example: medium action_mode: type: string description: The default action that is taken for rules under traditional(owasp) firewall package. @@ -6156,6 +7134,11 @@ components: - simulate - challenge - block + example: block + example: + sensitivity: medium + action_mode: block + additionalProperties: false CustomRule: required: - actions @@ -6169,18 +7152,23 @@ components: ruleId: type: string description: The ID of the custom rule. + pattern: ^.*$ example: 2c0fc9fa937b11eaa1b71c4d701ab86e description: type: string description: The description of the custom rule. + pattern: ^.*$ example: Block traffic for malformed URL requests. expression: type: string description: The expression that determines the custom rule's behavior. + pattern: ^.*$ example: (http.request.uri.path matches \"^/path1/.*\") actions: items: type: string + pattern: ^.*$ + example: block type: array description: The action(s) applied by the custom rule. example: @@ -6204,36 +7192,59 @@ components: items: $ref: '#/components/schemas/CustomRule' type: array + example: + data: + - ruleId: 2c0fc9fa937b11eaa1b71c4d701ab86e + description: Block traffic for malformed URL requests. + expression: (http.request.uri.path matches "^/path1/.*") + actions: + - block + lastUpdated: '2022-01-01T05:20:00Z' + enabled: true + - ruleId: ffffe61cf25e4ec49c34b029ff3060f7 + description: Rate limit form traffic + expression: http.request.uri.path eq "/form" + actions: + - block + lastUpdated: '2022-12-14T21:25:22.329194Z' + enabled: false + additionalProperties: false RulePosition: type: object properties: before: type: string description: Insert the current rule before this ruleId. + pattern: ^.*$ example: 2c0fc9fa937b11eaa1b71c4d701ab86e after: type: string description: Insert the current rule after this ruleId. + pattern: ^.*$ example: 2c0fc9fa937b11eaa1b71c4d701ab86e description: Used to specify the position of a rule. CustomRulesPostRequest: + type: object required: - actions - description - expression - type: object properties: description: type: string description: A description of the custom rule. + pattern: ^.*$ example: Block traffic for malformed URL requests expression: type: string description: The expression that determines the custom rule's behavior. + pattern: ^.*$ example: (http.request.uri.path matches \"^/path1/.*\") actions: items: type: string + pattern: ^.*$ + example: block type: array description: The action(s) applied by the custom rule. example: @@ -6252,14 +7263,26 @@ components: properties: data: $ref: '#/components/schemas/CustomRule' + example: + data: + ruleId: 2c0fc9fa937b11eaa1b71c4d701ab86e + description: Block traffic for malformed URL requests. + expression: (http.request.uri.path matches "^/path1/.*") + actions: + - block + lastUpdated: '2022-01-01T05:20:00Z' + enabled: true + additionalProperties: false CustomRulesPatchOrderRequest: + type: object required: - ruleIds - type: object properties: ruleIds: items: type: string + pattern: ^.*$ + example: ffffe61cf25e4ec49c34b029ff3060f7 type: array description: An array of ruleIds representing the new order of custom rules. example: @@ -6272,14 +7295,18 @@ components: description: type: string description: A description of the custom rule. + pattern: ^.*$ example: Block traffic for malformed URL requests expression: type: string description: The expression that determines the custom rule's behavior. + pattern: ^.*$ example: (http.request.uri.path matches \"^/path1/.*\") actions: items: type: string + pattern: ^.*$ + example: block type: array description: The action(s) applied by the custom rule. example: @@ -6308,18 +7335,23 @@ components: ruleId: type: string description: The ID of the rate limiting rule. + pattern: ^.*$ example: 2c0fc9fa937b11eaa1b71c4d701ab86e description: type: string description: The description of the rate limiting rule. + pattern: ^.*$ example: Rate limit /path1. expression: type: string description: The expression that defines when to evaluate the rate limiting rule. - example: (http.request.uri.path matches \"^/path1/.*\") + pattern: ^.*$ + example: (http.request.uri.path matches "^/path1/.*") characteristics: items: type: string + pattern: ^.*$ + example: cf.unique_visitor_id type: array description: Set of parameters defining how to group requests when tracking the request rate. example: @@ -6327,6 +7359,7 @@ components: action: type: string description: The action applied by the rate limiting rule. Valid actions are "block", "managed_challenge", "js_challenge", "legacy_captcha", and "log". + pattern: ^.*$ example: block period: type: integer @@ -6343,7 +7376,8 @@ components: countingExpression: type: string description: The expression that defines what kind of requests we want to rate limit. - example: (http.request.uri.path matches \"^/path1/.*\" and http.response.code eq 400) + pattern: ^.*$ + example: (http.request.uri.path matches "^/path1/.*" and http.response.code eq 400) lastUpdated: type: string description: Date when the rate limiting rule was last updated. @@ -6377,14 +7411,18 @@ components: description: type: string description: The description of the rate limiting rule. + pattern: ^.*$ example: Rate limit /path1. expression: type: string description: The expression that defines when to evaluate the rate limiting rule. - example: (http.request.uri.path matches \"^/path1/.*\") + pattern: ^.*$ + example: (http.request.uri.path matches "^/path1/.*") characteristics: items: type: string + pattern: ^.*$ + example: cf.unique_visitor_id type: array description: Set of parameters defining how to group requests when tracking the request rate. example: @@ -6392,6 +7430,7 @@ components: action: type: string description: The action applied by the rate limiting rule. Valid actions are "block", "managed_challenge", "js_challenge", "legacy_captcha", and "log". + pattern: ^.*$ example: block period: type: integer @@ -6408,7 +7447,8 @@ components: countingExpression: type: string description: The expression that defines what kind of requests we want to rate limit. - example: (http.request.uri.path matches \"^/path1/.*\" and http.response.code eq 400) + pattern: ^.*$ + example: (http.request.uri.path matches "^/path1/.*" and http.response.code eq 400) enabled: type: boolean description: Whether or not the rate limiting rule is enabled. @@ -6429,14 +7469,18 @@ components: description: type: string description: The description of the rate limiting rule. + pattern: ^.*$ example: Rate limit /path1. expression: type: string description: The expression that defines when to evaluate the rate limiting rule. - example: (http.request.uri.path matches \"^/path1/.*\") + pattern: ^.*$ + example: (http.request.uri.path matches "^/path1/.*") characteristics: items: type: string + pattern: ^.*$ + example: cf.unique_visitor_id type: array description: Set of parameters defining how to group requests when tracking the request rate. example: @@ -6444,6 +7488,7 @@ components: action: type: string description: The action applied by the rate limiting rule. Valid actions are "block", "managed_challenge", "js_challenge", "legacy_captcha", and "log". + pattern: ^.*$ example: block period: type: integer @@ -6460,7 +7505,8 @@ components: countingExpression: type: string description: The expression that defines what kind of requests we want to rate limit. - example: (http.request.uri.path matches \"^/path1/.*\" and http.response.code eq 400) + pattern: ^.*$ + example: (http.request.uri.path matches "^/path1/.*" and http.response.code eq 400) enabled: type: boolean description: Whether or not the rate limiting rule is enabled. @@ -6479,18 +7525,22 @@ components: name: type: string description: The name of the WAF managed ruleset. + pattern: ^.*$ example: OWASP Core Ruleset rulesetId: type: string description: The ID of the WAF managed ruleset. + pattern: ^.*$ example: 4814384a9e5d4991b9815dcfc25d2f1f action: type: string description: The action applied by the WAF managed ruleset. + pattern: ^.*$ example: default anomalyScore: type: string description: The anomaly score threshold of the WAF managed ruleset. Only applicable for the OWASP Core Ruleset. + pattern: ^.*$ example: low anomalyScoreThreshold: type: integer @@ -6505,6 +7555,15 @@ components: description: Whether or not the WAF managed ruleset is enabled. example: true description: A WAF managed ruleset. + example: + name: OWASP Core Ruleset + rulesetId: 4814384a9e5d4991b9815dcfc25d2f1f + action: default + anomalyScore: low + anomalyScoreThreshold: 60 + paranoiaLevel: 1 + enabled: true + additionalProperties: false WAFManagedRulesetsEnvelope: type: object required: @@ -6514,16 +7573,28 @@ components: type: array items: $ref: '#/components/schemas/WAFManagedRuleset' + example: + data: + - name: OWASP Core Ruleset + rulesetId: 4814384a9e5d4991b9815dcfc25d2f1f + action: default + anomalyScore: low + anomalyScoreThreshold: 60 + paranoiaLevel: 1 + enabled: true + additionalProperties: false WAFManagedRulesetRequest: type: object properties: action: type: string description: The action applied by the WAF managed ruleset. + pattern: ^.*$ example: default anomalyScore: type: string description: The anomaly score threshold of the WAF managed ruleset. Only applicable for the OWASP Core Ruleset. + pattern: ^.*$ example: low paranoiaLevel: type: integer @@ -6534,6 +7605,12 @@ components: description: Whether or not the WAF managed ruleset is enabled. example: true description: A WAF managed ruleset request body. + example: + action: default + anomalyScore: low + paranoiaLevel: 1 + enabled: true + additionalProperties: false WAFManagedRulesetEnvelope: type: object required: @@ -6541,6 +7618,16 @@ components: properties: data: $ref: '#/components/schemas/WAFManagedRuleset' + example: + data: + name: OWASP Core Ruleset + rulesetId: 4814384a9e5d4991b9815dcfc25d2f1f + action: default + anomalyScore: low + anomalyScoreThreshold: 60 + paranoiaLevel: 1 + enabled: true + additionalProperties: false WAFManagedRule: required: - action @@ -6554,10 +7641,12 @@ components: ruleId: type: string description: The ID of the WAF managed rule. + pattern: ^.*$ example: 5de7edfa648c4d6891dc3e7f84534ffa action: type: string description: The action applied by the WAF managed rule. + pattern: ^.*$ example: block score: type: integer @@ -6566,6 +7655,8 @@ components: categories: items: type: string + pattern: ^.*$ + example: broken-access-control type: array description: A list of categories describing the function of the WAF managed rule. example: @@ -6574,6 +7665,7 @@ components: description: type: string description: The description of the WAF managed rule. + pattern: ^.*$ example: Wordpress - Broken Access Control lastUpdated: type: string @@ -6585,6 +7677,17 @@ components: description: Whether or not the WAF managed rule is enabled. example: true description: A WAF managed rule. + example: + ruleId: 5de7edfa648c4d6891dc3e7f84534ffa + action: block + score: 5 + categories: + - broken-access-control + - wordpress + description: Wordpress - Broken Access Control + lastUpdated: '2024-01-01T05:20:00Z' + enabled: true + additionalProperties: false WAFManagedRulesEnvelope: type: object required: @@ -6594,18 +7697,35 @@ components: items: $ref: '#/components/schemas/WAFManagedRule' type: array + example: + data: + - ruleId: 5de7edfa648c4d6891dc3e7f84534ffa + action: block + score: 5 + categories: + - broken-access-control + - wordpress + description: Wordpress - Broken Access Control + lastUpdated: '2024-01-01T05:20:00Z' + enabled: true + additionalProperties: false WAFManagedRuleRequest: type: object properties: action: type: string description: The action applied by the WAF managed rule. + pattern: ^.*$ example: block enabled: type: boolean description: Whether or not the WAF managed rule is enabled. example: true description: A PATCH request for updating a WAF managed rule. + example: + action: block + enabled: true + additionalProperties: false WAFManagedRuleEnvelope: type: object required: @@ -6613,6 +7733,18 @@ components: properties: data: $ref: '#/components/schemas/WAFManagedRule' + example: + data: + ruleId: 5de7edfa648c4d6891dc3e7f84534ffa + action: block + score: 5 + categories: + - broken-access-control + - wordpress + description: Wordpress - Broken Access Control + lastUpdated: '2024-01-01T05:20:00Z' + enabled: true + additionalProperties: false OriginHeaderModification: required: - headerName @@ -6623,10 +7755,12 @@ components: headerName: type: string description: The name of the header forwarded to the origin. + pattern: ^.*$ example: x-sfdc-access-control headerValue: type: string description: The masked value of the header forwarded to the origin. + pattern: ^.*$ example: '****************789' lastUpdated: type: string @@ -6649,10 +7783,13 @@ components: headerValue: type: string description: The value of the header forwarded to the origin. - example: 123456789 + pattern: ^.*$ + example: '123456789' headerName: type: string description: The name of the header forwarded to the origin. Cannot be modified for the MRT origin. + pattern: ^.*$ + example: x-sfdc-access-control description: Put request for creating/updating the origin header modification. CipherSuitesResponse: required: @@ -6663,6 +7800,8 @@ components: ciphers: items: type: string + pattern: ^.*$ + example: ECDHE-ECDSA-AES128-GCM-SHA256 type: array description: List of zone level ciphers in the suite. example: @@ -6678,6 +7817,9 @@ components: - Custom - Legacy description: Cipher suites information. + example: + cipherSuiteType: Modern + additionalProperties: false CipherSuitesEnvelope: type: object required: @@ -6685,6 +7827,10 @@ components: properties: data: $ref: '#/components/schemas/CipherSuitesResponse' + example: + data: + cipherSuiteType: Modern + additionalProperties: false CipherSuitesRequest: required: - cipherSuiteType @@ -6693,6 +7839,8 @@ components: ciphers: items: type: string + pattern: ^.*$ + example: ECDHE-ECDSA-AES128-GCM-SHA256 type: array description: List of zone level ciphers in the suite. example: @@ -6708,6 +7856,9 @@ components: - Custom - Legacy description: Cipher suites information. + example: + cipherSuiteType: Modern + additionalProperties: false securitySchemes: AmOAuth2: type: oauth2 @@ -6739,24 +7890,32 @@ components: required: true schema: type: string + pattern: ^.*$ + example: 465a48f6-3d98-4c15-9312-211984ee8629 webhookId: name: webhookId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 zoneId: name: zoneId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 policyId: name: policyId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 direction: name: direction in: query @@ -6767,6 +7926,7 @@ components: enum: - asc - desc + example: asc excludeCdnCgi: name: excludeCdnCgi in: query @@ -6774,6 +7934,7 @@ components: required: false schema: type: boolean + example: true excludeDuplicates: name: excludeDuplicates in: query @@ -6781,6 +7942,7 @@ components: required: false schema: type: boolean + example: false excludeUrls: name: excludeUrls in: query @@ -6788,6 +7950,8 @@ components: required: false schema: type: string + pattern: ^.*$ + example: https://example.com/script1.js,https://example.com/script2.js hosts: name: hosts in: query @@ -6795,6 +7959,8 @@ components: required: false schema: type: string + pattern: ^.*$ + example: '*.example.com,test.example.com' orderBy: name: orderBy in: query @@ -6805,6 +7971,7 @@ components: enum: - first_seen_at - last_seen_at + example: last_seen_at pageUrl: name: pageUrl in: query @@ -6812,6 +7979,8 @@ components: required: false schema: type: string + pattern: ^.*$ + example: https://example.com/page1,https://example.com/page2 prioritizeMalicious: name: prioritizeMalicious in: query @@ -6819,6 +7988,7 @@ components: required: false schema: type: boolean + example: true status: name: status in: query @@ -6826,6 +7996,8 @@ components: required: false schema: type: string + pattern: ^.*$ + example: active,infrequent urls: name: urls in: query @@ -6833,12 +8005,16 @@ components: required: false schema: type: string + pattern: ^.*$ + example: https://example.com/script1.js,https://example.com/script2.js scriptId: name: scriptId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 groupIdPath: name: groupId in: path @@ -6847,6 +8023,8 @@ components: required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 groupIdQuery: name: groupId in: query @@ -6855,36 +8033,48 @@ components: required: false schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 ruleId: name: ruleId in: path required: true schema: type: string + pattern: ^.*$ + example: ffffe61cf25e4ec49c34b029ff3060f7 certificateId: name: certificateId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 customHostnameId: name: customHostnameId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 rulesetId: name: rulesetId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 jobId: name: jobId in: path required: true schema: type: string + pattern: ^.*$ + example: f90712123fb02287348dd34c0a282bb9 type: name: type in: path @@ -6892,6 +8082,8 @@ components: required: true schema: type: string + pattern: ^.*$ + example: mrt examples: StorefrontZoneCreateRequestBodyExample: value: @@ -7015,6 +8207,36 @@ components: serialNumber: '432217133297895665180570788458463042229861757760' mtlsCertificateName: mtls_cert_name mtlsAssociatedCodeUploadHostname: mtls.cert.salesforce.com + PageShieldNotificationWebhookListResponse: + value: + data: + - id: webhook_1234567890abcdef + name: Security Alert Webhook + webhookUrl: https://example.com/webhook/security + type: security_alert + createdAt: '2023-01-01T00:00:00Z' + lastSuccess: '2023-01-01T12:00:00Z' + lastFailure: '2023-01-01T18:00:00Z' + zones: + - zone_1234567890abcdef + PageShieldNotificationWebhookRequest: + value: + webhookUrl: https://example.com/webhook/security + secret: webhook_secret_123 + zones: + - zone_1234567890abcdef + PageShieldNotificationWebhookResponse: + value: + data: + id: webhook_1234567890abcdef + name: Security Alert Webhook + webhookUrl: https://example.com/webhook/security + type: security_alert + createdAt: '2023-01-01T00:00:00Z' + lastSuccess: '2023-01-01T12:00:00Z' + lastFailure: '2023-01-01T18:00:00Z' + zones: + - zone_1234567890abcdef PageShieldPoliciesGetResponse: value: data: @@ -7059,6 +8281,66 @@ components: expression: ends_with(http.request.uri.path, "/test1") value: script-src 'none' id: 7650c87c9c2846c296ea4564ba46ebca + PageShieldScriptListResponse: + value: + data: + - id: 12345678901234asdfasfasdf + url: https://sfdc-test.net/on/demandware.static/Sites-SiteNemesis-Site/-/en_US//lib/jquery/ui/jquery-ui.min.js + host: sfdc-test.net + addedAt: '2022-01-01T05:20:00Z' + firstSeenAt: '2022-01-01T05:20:00Z' + lastSeenAt: '2022-01-01T05:20:00Z' + fetchedAt: '2022-01-01T05:20:00Z' + domainReportedMalicious: false + hash: 1243453456abc + cryptoMiningScore: 1 + dataflowScore: 1 + jsIntegrityScore: 1 + mageCartScore: 2 + malwareScore: 1 + obfuscationScore: 2 + maliciousDomainCategories: + - Malware + maliciousUrlCategories: + - Malware + urlContainsCdnCgiPath: false + urlReportedMalicious: false + pageUrls: + - blog.test.salesforce.com/page1 + - blog.test.salesforce.com/page2 + firstPageUrl: blog.test.salesforce.com + status: active + versions: [] + PageShieldScriptResponse: + value: + data: + id: 12345678901234asdfasfasdf + url: https://sfdc-test.net/on/demandware.static/Sites-SiteNemesis-Site/-/en_US//lib/jquery/ui/jquery-ui.min.js + host: sfdc-test.net + addedAt: '2022-01-01T05:20:00Z' + firstSeenAt: '2022-01-01T05:20:00Z' + lastSeenAt: '2022-01-01T05:20:00Z' + fetchedAt: '2022-01-01T05:20:00Z' + domainReportedMalicious: false + hash: 1243453456abc + cryptoMiningScore: 1 + dataflowScore: 1 + jsIntegrityScore: 1 + mageCartScore: 2 + malwareScore: 1 + obfuscationScore: 2 + maliciousDomainCategories: + - Malware + maliciousUrlCategories: + - Malware + urlContainsCdnCgiPath: false + urlReportedMalicious: false + pageUrls: + - blog.test.salesforce.com/page1 + - blog.test.salesforce.com/page2 + firstPageUrl: blog.test.salesforce.com + status: active + versions: [] ZonesGetResponse: value: data: @@ -7154,6 +8436,24 @@ components: securityLevel: high tls13Enabled: true alwaysUseHttps: true + CachePurgeRequest: + value: + path: www.sfcc-ecdn-test5.net/dw/shop/v21_9/products + tags: + - product-123 + - category-456 + CachePurgeResponse: + value: + data: + cachePurged: true + details: Cache purged successfully + CachingToggleRequest: + value: + enableOCAPICachingPageRule: true + CachingToggleResponse: + value: + data: + enableOCAPICachingPageRule: true CertificatesGetResponse1: value: data: @@ -7721,7 +9021,7 @@ components: destinationPath: s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256 lastComplete: '2023-03-14T02:09:32Z' lastError: '2023-03-16T02:00:00Z' - errorMessage: no permissions to write to destination bucket + errorMessage: No permissions to write to destination bucket createdOn: '2023-01-01T00:00:27Z' LogpushGetJobById3: value: @@ -7812,6 +9112,17 @@ components: - block lastUpdated: '2022-12-14T21:25:22.329194Z' enabled: false + CustomRulesPatchOrderRequest: + value: + ruleIds: + - ffffe61cf25e4ec49c34b029ff3060f7 + - 2c0fc9fa937b11eaa1b71c4d701ab86e + CustomRulesPatchRequest: + value: + description: Updated description for the custom rule + expression: (http.request.uri.path matches "^/updated-path/.*") + actions: + - block RateLimitingRulesResponse: value: data: @@ -7867,6 +9178,18 @@ components: countingExpression: http.request.uri.path matches "^/path1/.*" and http.response.code eq 400 enabled: false lastUpdated: '2022-12-14T21:25:22.329194Z' + RateLimitingRulesPatchRequest: + value: + description: Updated rate limiting rule description + expression: http.request.uri.path matches "^/updated-path/.*" + characteristics: + - cf.unique_visitor_id + action: block + period: 120 + requestsPerPeriod: 100 + mitigationTimeout: 1200 + countingExpression: http.request.uri.path matches "^/updated-path/.*" and http.response.code eq 400 + enabled: true WAFManagedRulesetsResponse: value: data: diff --git a/apis/cdn-api-process-apis-oas-1.0.40/exchange.json b/apis/cdn-api-process-apis-oas-1.0.41/exchange.json similarity index 93% rename from apis/cdn-api-process-apis-oas-1.0.40/exchange.json rename to apis/cdn-api-process-apis-oas-1.0.41/exchange.json index a9d4f982..c2aaf2ee 100644 --- a/apis/cdn-api-process-apis-oas-1.0.40/exchange.json +++ b/apis/cdn-api-process-apis-oas-1.0.41/exchange.json @@ -3,7 +3,7 @@ "name": "CDN API - Process APIs OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "cdn-api-process-apis-oas", - "version": "1.0.40", + "version": "1.0.41", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/cors-preferences-oas-1.0.7/cors-preferences-oas-v1-public.yaml b/apis/cors-preferences-oas-1.0.9/cors-preferences-oas-v1-public.yaml similarity index 85% rename from apis/cors-preferences-oas-1.0.7/cors-preferences-oas-v1-public.yaml rename to apis/cors-preferences-oas-1.0.9/cors-preferences-oas-v1-public.yaml index 8e298f1a..6b60748a 100644 --- a/apis/cors-preferences-oas-1.0.7/cors-preferences-oas-v1-public.yaml +++ b/apis/cors-preferences-oas-1.0.9/cors-preferences-oas-v1-public.yaml @@ -3,20 +3,23 @@ info: x-api-type: Admin x-api-family: Configuration title: Cors Preferences - version: 1.0.7 + version: 1.0.9 description: |- - # API Overview [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/cors/cors-preferences-oas-v1-public.yaml) + # API Overview + The CORS Preferences API allows you to manage your Cross-Origin Resource Sharing (CORS) preferences. By specifying which domains are permitted to access a site, you can define exceptions to the same-site policy that browsers would otherwise enforce. ## Authentication & Authorization - The CORS Preferences API requires an Account Manager token from the [Admin APIs.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html) + For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request. + + You must include `sfcc.cors-preferences.rw` (read-write access) or `sfcc.cors-preferences` (read-only access) in the client ID used to generate the token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + For detailed setup instructions, see the [Authorization for Admin APIs.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html) ## Use Cases @@ -38,6 +41,7 @@ paths: /organizations/{organizationId}/cors: get: summary: Return all CORS preferences for the given site. + description: Return all CORS preferences for the given site. operationId: getCorsPreferences parameters: - $ref: '#/components/parameters/organizationId' @@ -60,6 +64,7 @@ paths: - sfcc.cors-preferences.rw put: summary: Create or replace all CORS preferences for the given site. + description: Create or replace all CORS preferences for the given site. operationId: updateCorsPreferences parameters: - $ref: '#/components/parameters/organizationId' @@ -75,7 +80,18 @@ paths: required: true responses: '200': - description: CORS preferences for the given site created or replaced successfully. + description: CORS preferences for the given site replaced successfully. + content: + application/json: + schema: + $ref: '#/components/schemas/CorsPreferences' + examples: + updateCorsResultWithMappingsExample: + $ref: '#/components/examples/updateCorsResultWithMappingsExample' + updateCorsResultWithoutMappingsExample: + $ref: '#/components/examples/updateCorsResultWithoutMappingsExample' + '201': + description: CORS preferences successfully created for the given site. content: application/json: schema: @@ -104,6 +120,7 @@ paths: - sfcc.cors-preferences.rw delete: summary: Delete all CORS preferences for the given site. + description: Delete all CORS preferences for the given site. operationId: deleteCorsPreferences parameters: - $ref: '#/components/parameters/organizationId' @@ -150,11 +167,18 @@ components: clientId: description: Client ID type: string + example: 12345678-90ab-cdef-fedc-ba0987654321 + pattern: ^[-a-zA-Z0-9]+$ origins: description: List containing allowed origins in the format '://.' type: array items: type: string + pattern: ^[a-zA-Z_0-9][-.+a-zA-Z_0-9]+://[-.a-zA-Z_0-9]{1,253}$ + example: + - http://foo.com + - https://foo.bar.com + - myapp://example.com required: - clientId - origins diff --git a/apis/cors-preferences-oas-1.0.7/exchange.json b/apis/cors-preferences-oas-1.0.9/exchange.json similarity index 93% rename from apis/cors-preferences-oas-1.0.7/exchange.json rename to apis/cors-preferences-oas-1.0.9/exchange.json index ce4a6a21..4c7048cb 100644 --- a/apis/cors-preferences-oas-1.0.7/exchange.json +++ b/apis/cors-preferences-oas-1.0.9/exchange.json @@ -3,7 +3,7 @@ "name": "Cors Preferences OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "cors-preferences-oas", - "version": "1.0.7", + "version": "1.0.9", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/coupons-oas-1.0.40/coupons-oas-v1-public.yaml b/apis/coupons-oas-1.0.43/coupons-oas-v1-public.yaml similarity index 99% rename from apis/coupons-oas-1.0.40/coupons-oas-v1-public.yaml rename to apis/coupons-oas-1.0.43/coupons-oas-v1-public.yaml index 89c49e0c..b9dcdc79 100644 --- a/apis/coupons-oas-1.0.40/coupons-oas-v1-public.yaml +++ b/apis/coupons-oas-1.0.43/coupons-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Admin + x-api-family: Pricing title: Coupons - version: 1.0.40 + version: 1.0.43 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/coupons/coupons-oas-v1-public.yaml) @@ -351,7 +353,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -447,13 +449,6 @@ components: description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites example: RefArch type: string - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -939,10 +934,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -969,9 +965,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: diff --git a/apis/coupons-oas-1.0.40/exchange.json b/apis/coupons-oas-1.0.43/exchange.json similarity index 92% rename from apis/coupons-oas-1.0.40/exchange.json rename to apis/coupons-oas-1.0.43/exchange.json index facfc44b..91be1060 100644 --- a/apis/coupons-oas-1.0.40/exchange.json +++ b/apis/coupons-oas-1.0.43/exchange.json @@ -3,7 +3,7 @@ "name": "Coupons OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "coupons-oas", - "version": "1.0.40", + "version": "1.0.43", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/customers-oas-1.0.33/customers-oas-v1-public.yaml b/apis/customers-oas-1.1.3/customers-oas-v1-public.yaml similarity index 85% rename from apis/customers-oas-1.0.33/customers-oas-v1-public.yaml rename to apis/customers-oas-1.1.3/customers-oas-v1-public.yaml index 5876dffd..2c69c7f2 100644 --- a/apis/customers-oas-1.0.33/customers-oas-v1-public.yaml +++ b/apis/customers-oas-1.1.3/customers-oas-v1-public.yaml @@ -3,19 +3,27 @@ info: x-api-type: Admin x-api-family: Customer title: Customers - version: 1.0.33 + version: 1.1.3 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/customers/customers-oas-v1-public.yaml) # API Overview - The Customers API enables you to search for and manage customer information within a customer list. It also enables you to search for customer groups. + Use the Customers API to search for and manage customer information within a customer list. It also enables you to search for customer groups. - Once you find the customer, you can also use the API to manage customer addresses. + Once you find information for a customer, you can also use the API to manage customer addresses. The `customerNo` is created when you create a shopper record. You can create a shopper record using the Customers API or Business Manager. For details, see [registerCustomer](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-customers?meta=registerCustomer) and [Create and Manage Customer Records](https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/b2c-customer-records.html?q=create%20customer). ![b2c-commerce-customers-screenshot-1.png](https://resources.docs.salesforce.com/rel1/doc/en-us/static/misc/b2c-commerce-customers-screenshot-1.png) + + ## Authentication & Authorization + + For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request. + + You must include the relevant scope(s) in the client ID used to generate the token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + For detailed setup instructions, see the [Authorization for Admin APIs guide.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html) servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/customer/customers/v1 variables: @@ -410,7 +418,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -743,6 +751,156 @@ paths: - AmOAuth2: - sfcc.customergroups - sfcc.customergroups.rw + /organizations/{organizationId}/customer-groups: + get: + summary: Get a list of customer groups. + description: |- + Returns a list of all customer groups for a given site in pages. + The default page size is 25 customer groups. + operationId: getCustomerGroups + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/select' + - name: limit + in: query + required: false + schema: + type: integer + format: int32 + default: 25 + maximum: 50 + description: Maximum records to retrieve per request, not to exceed 50. Defaults to 25. + - name: offset + in: query + required: false + schema: + type: integer + format: int32 + default: 0 + minimum: 0 + description: Used to retrieve the results based on a particular resource offset. + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/CustomerGroupResult' + examples: + CustomerGroupResult: + $ref: '#/components/examples/CustomerGroupResult' + '400': + description: | + Bad Request. Thrown when a specified parameter value is invalid. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + malformedSelector400: + $ref: '#/components/examples/malformedSelector400' + security: + - AmOAuth2: + - sfcc.customergroups + - sfcc.customergroups.rw + /organizations/{organizationId}/customer-groups/{customerGroupId}/members: + put: + summary: Assign multiple customers to a customer group. + description: "Add multiple customers to a (static) customer group. \nThis endpoint assigns the specified customers to the customer group identified by the given ID.\nOnly static customer groups support this operation.\n" + operationId: assignCustomerGroupMembers + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/customerGroupId' + - $ref: '#/components/parameters/customerNos' + responses: + '200': + description: Successfully returned the assigned customer group members. + content: + application/json: + schema: + $ref: '#/components/schemas/CustomerGroupMemberResult' + examples: + AssignMembersSuccess: + $ref: '#/components/examples/AssignMembersSuccess' + '403': + description: | + Forbidden. The customer group is not a static group. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + customerGroupUnsupportedAssignment403: + $ref: '#/components/examples/customerGroupUnsupportedAssignment403' + '404': + description: | + Not Found. The customer group does not exist or one or more customers were not found. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + customerGroupNotFound404: + $ref: '#/components/examples/customerGroupNotFound404' + customerNotFound404: + $ref: '#/components/examples/customerNotFound404' + '409': + description: | + Conflict. The customer group is already in deletion state. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + objectInDeletionConflict409: + $ref: '#/components/examples/objectInDeletionConflict409' + security: + - AmOAuth2: + - sfcc.customergroups + - sfcc.customergroups.rw + delete: + summary: Unassign multiple customers from a customer group. + description: | + Remove multiple customers from a (static) customer group. + This endpoint unassigns the specified customers from the customer group identified by the given ID. + Only static customer groups support this operation. + operationId: unassignCustomerGroupMembers + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/customerGroupId' + - $ref: '#/components/parameters/customerNos' + responses: + '204': + description: The customers were successfully unassigned from the customer group. + '404': + description: | + Not Found. The customer group does not exist. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + customerGroupNotFound404: + $ref: '#/components/examples/customerGroupNotFound404' + customerNotFound404: + $ref: '#/components/examples/customerNotFound404' + '409': + description: | + Conflict. The customer group is already in deletion state. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + objectInDeletionConflict409: + $ref: '#/components/examples/objectInDeletionConflict409' + security: + - AmOAuth2: + - sfcc.customergroups + - sfcc.customergroups.rw components: securitySchemes: AmOAuth2: @@ -813,6 +971,38 @@ components: value: RefArch schema: $ref: '#/components/schemas/SiteId' + select: + name: select + in: query + examples: + select: + value: (**) + schema: + $ref: '#/components/schemas/Select' + customerGroupId: + name: customerGroupId + in: path + description: Customer group ID + required: true + schema: + $ref: '#/components/schemas/CustomerGroupId' + customerNos: + name: customerNos + in: query + description: List of customer numbers to assign or unassign from the customer group. + required: true + style: form + explode: false + schema: + type: array + items: + $ref: '#/components/schemas/CustomerNo' + minItems: 1 + maxItems: 50 + example: + - '00001234' + - '00005678' + - '00009012' schemas: OrganizationId: description: An identifier for the organization the request is being made by @@ -820,13 +1010,6 @@ components: type: string minLength: 1 maxLength: 32 - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -1312,10 +1495,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -1342,9 +1526,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: @@ -1841,13 +2026,7 @@ components: description: Customer Group Rule CustomerGroup: required: - - creationDate - - description - id - - inDeletion - - memberCount - - rule - - type type: object additionalProperties: title: Additional Property Support @@ -1868,6 +2047,7 @@ components: description: Customer Group description. example: Customers who spent more than $1000 in last month id: + minLength: 1 maxLength: 256 type: string description: Customer Group id. @@ -1876,8 +2056,14 @@ components: type: boolean description: Boolean to indicate if the customer group is marked for deletion. example: false + lastModified: + type: string + format: date-time + description: The date the customer group was last modified. + example: '9999-12-31T00:00:00.0Z' memberCount: type: integer + format: int32 description: Number of members in the customer group example: 109 rule: @@ -1925,6 +2111,78 @@ components: offset: 0 total: 1 additionalProperties: false + Select: + minLength: 1 + description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. For more information, please read the documentation about property selectors [here](https://developer.salesforce.com/docs/commerce/commerce-api/guide/scapi-property-selection.html). + example: (name,id,variationAttributes.(**)) + type: string + pattern: ^[(].*[)]$ + CustomerGroupResult: + type: object + required: + - data + allOf: + - $ref: '#/components/schemas/PaginatedResultBase' + properties: + data: + type: array + items: + $ref: '#/components/schemas/CustomerGroup' + description: The list of customer groups. + description: Document representing an unfiltered list of customer groups. + CustomerGroupId: + type: string + minLength: 1 + maxLength: 256 + example: preferred-customers + CustomerNo: + type: string + minLength: 1 + maxLength: 100 + example: '00001234' + CustomerGroupMember: + type: object + required: + - customerNo + properties: + customerNo: + type: string + minLength: 1 + maxLength: 100 + description: Customer number of the customer group member + example: '00001234' + login: + type: string + maxLength: 256 + description: Customer login + example: johndoe + firstName: + type: string + maxLength: 256 + description: Customer's first name + example: John + lastName: + type: string + maxLength: 256 + description: Customer's last name + example: Doe + active: + type: boolean + description: Flag indicating whether the customer is active + example: true + CustomerGroupMemberResult: + required: + - data + type: object + allOf: + - $ref: '#/components/schemas/ResultBase' + properties: + data: + type: array + items: + $ref: '#/components/schemas/CustomerGroupMember' + description: List of customer group members. + description: Results containing a list of customer group members examples: CustomerSearchBody: value: @@ -2111,3 +2369,75 @@ components: title: Customer Group Type Invalid type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-query-parameter detail: The customer group type 'stat' is invalid. + CustomerGroupResult: + value: + limit: 3 + offset: 0 + total: 50 + data: + - creationDate: '2020-01-09T16:50:32.000Z' + description: Big Spenders + id: Big Spenders + lastModified: '2020-01-09T16:50:32.000Z' + rule: + description: Customers who spent more than $1000 in the last month + type: dynamic + - creationDate: '2019-05-15T10:30:00.000Z' + description: VIP Customers + id: VIP + lastModified: '2020-03-20T14:15:30.000Z' + type: static + - creationDate: '2018-01-01T00:00:00.000Z' + description: Everyone + id: Everyone + lastModified: '2018-01-01T00:00:00.000Z' + type: system + malformedSelector400: + value: + title: Malformed Selector + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/malformed-selector + detail: The property selector '(invalid' is malformed. + selector: (invalid + AssignMembersSuccess: + summary: Successful assignment of customers to a customer group + description: Example response after successfully assigning multiple customers to a customer group + value: + limit: 3 + total: 5 + data: + - customerNo: '00001234' + login: johndoe + firstName: John + lastName: Doe + active: true + - customerNo: '00005678' + login: janesmith + firstName: Jane + lastName: Smith + active: true + - customerNo: '00009012' + login: bobjones + firstName: Bob + lastName: Jones + active: true + customerGroupUnsupportedAssignment403: + value: + title: Customer Group Unsupported Assignment + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/customer-group-unsupported-assignment + detail: No customer can be assigned to the non-static group 'Unregistered' for site 'RefArch'. + customerGroupNotFound404: + value: + title: Customer Group Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/customer-group-not-found + detail: No customer group with ID 'invalidId' for site 'RefArch' could be found. + customerNotFound404: + value: + title: Customer Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/customer-not-found + detail: No customer with number '["invalidCustomerNo"]' for site 'RefArch' could be found. + objectInDeletionConflict409: + value: + title: Object In Deletion Conflict + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/object-in-deletion-conflict + detail: The request on object '{1}' can't be executed since it's already in the process of being deleted. + objectId: CustomerGroupInDeletion diff --git a/apis/customers-oas-1.0.33/exchange.json b/apis/customers-oas-1.1.3/exchange.json similarity index 92% rename from apis/customers-oas-1.0.33/exchange.json rename to apis/customers-oas-1.1.3/exchange.json index 4c58ddd0..4ab16593 100644 --- a/apis/customers-oas-1.0.33/exchange.json +++ b/apis/customers-oas-1.1.3/exchange.json @@ -3,7 +3,7 @@ "name": "Customers OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "customers-oas", - "version": "1.0.33", + "version": "1.1.3", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/gift-certificates-oas-1.0.40/exchange.json b/apis/gift-certificates-oas-1.0.42/exchange.json similarity index 93% rename from apis/gift-certificates-oas-1.0.40/exchange.json rename to apis/gift-certificates-oas-1.0.42/exchange.json index 91e96e74..5892906e 100644 --- a/apis/gift-certificates-oas-1.0.40/exchange.json +++ b/apis/gift-certificates-oas-1.0.42/exchange.json @@ -3,7 +3,7 @@ "name": "Gift Certificates OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "gift-certificates-oas", - "version": "1.0.40", + "version": "1.0.42", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/gift-certificates-oas-1.0.40/gift-certificates-oas-v1-public.yaml b/apis/gift-certificates-oas-1.0.42/gift-certificates-oas-v1-public.yaml similarity index 99% rename from apis/gift-certificates-oas-1.0.40/gift-certificates-oas-v1-public.yaml rename to apis/gift-certificates-oas-1.0.42/gift-certificates-oas-v1-public.yaml index 55bcd9d1..004af0f3 100644 --- a/apis/gift-certificates-oas-1.0.40/gift-certificates-oas-v1-public.yaml +++ b/apis/gift-certificates-oas-1.0.42/gift-certificates-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Admin + x-api-family: Pricing title: Gift Certificates - version: 1.0.40 + version: 1.0.42 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/gift-certificates/gift-certificates-oas-v1-public.yaml) @@ -489,13 +491,6 @@ components: - title - type - detail - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -981,10 +976,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -1011,9 +1007,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: diff --git a/apis/orders-oas-1.4.11/exchange.json b/apis/orders-oas-1.4.15/exchange.json similarity index 92% rename from apis/orders-oas-1.4.11/exchange.json rename to apis/orders-oas-1.4.15/exchange.json index 5fa2e92b..9f8b2aa8 100644 --- a/apis/orders-oas-1.4.11/exchange.json +++ b/apis/orders-oas-1.4.15/exchange.json @@ -3,7 +3,7 @@ "name": "Orders OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "orders-oas", - "version": "1.4.11", + "version": "1.4.15", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/orders-oas-1.4.11/orders-oas-v1-public.yaml b/apis/orders-oas-1.4.15/orders-oas-v1-public.yaml similarity index 99% rename from apis/orders-oas-1.4.11/orders-oas-v1-public.yaml rename to apis/orders-oas-1.4.15/orders-oas-v1-public.yaml index 87213fe3..9a238609 100644 --- a/apis/orders-oas-1.4.11/orders-oas-v1-public.yaml +++ b/apis/orders-oas-1.4.15/orders-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Admin x-api-family: Checkout title: Orders - version: 1.4.11 + version: 1.4.15 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/orders/orders-oas-v1-public.yaml) @@ -15,13 +15,17 @@ info: The client requesting the order information must have access to the Orders resource. The API requests pass a system-to-system bearer token in the header of the request. The `POST /orders` endpoint uses the [ShopperTokenTsob](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=security%3AShopperTokenTsob) security scheme. - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include `sfcc.orders` or `sfcc.orders.rw` in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) - ## Update Order Statuses + For detailed setup instructions, see the [Authorization for Admin APIs guide](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html). + + ### Use Cases + + ### Update Order Statuses An order uses several status properties to define its workflow state. Some of them are used to trigger internal processes, such as inventory allocation. Others have no default function, but are available for use with customizations. - ### Order Status + #### Order Status The Order status reflects the overall status of the order. Transitions between order statuses trigger actions such as invoice generation and release of inventory reservations. @@ -34,7 +38,7 @@ info: - `completed` - Set this value to mark the order as complete, based on your business process, for example: when the order is fully paid, exported, and shipped. - `cancelled` - Set this value to cancel the order, for example: when the shopper requests it. When you set this value, the system releases the order’s inventory reservations, restores any wishlist items, and removes any coupon redemptions. If you change the order status from `cancelled` to `completed` or `new`, the system tries to revert the actions taken when it was set to `cancelled`. If inventory isn’t available, the reversion can fail. - ### Confirmation Status + #### Confirmation Status An order confirmation is a document the vendor sends to the shopper. It confirms that the order has been received and accepted. You can use confirmation status to reflect the state of the document, or for other customizations. This field is provided for use in customizations. It isn’t associated with any default functionality. @@ -43,7 +47,7 @@ info: - `not_confirmed` - Default value. - `confirmed` - Set this value when the order confirmation is sent to the shopper. - ### Export Status + #### Export Status After an order is placed, it must be fulfilled. If your process includes an external fulfillment system, such as a Warehouse Management System, you can use export status to manage the export of order data to the external system. For example, after using the GET /orders endpoint to get order data to export, set the order’s export status to `exported`. When identifying orders to export, your query can include orders with export status `ready` and exclude orders with export status `exported`. @@ -54,11 +58,11 @@ info: - `exported` - Set this value when the order has been exported. When you set this value, the system finalizes the order’s inventory transactions. - `failed` - (custom purpose) Set this value when the order export fails. - ### External Status + #### External Status The external status field can hold any string value. For example, you can use it for values related to an external fulfillment system. This field is provided for use in customizations, and isn’t associated with any default functionality. - ### Payment Status + #### Payment Status Use payment status to denote whether an order is partially or fully paid. This field is provided for use in customizations, and isn’t associated with any default functionality. @@ -68,7 +72,7 @@ info: - `part_paid` - Set this value when the order is partially paid. - `paid` - Set this value when the order is fully paid. - ### Shipping Status + #### Shipping Status Use shipping status to denote whether an order is partially or fully shipped. This field is provided for use in customizations, and isn’t associated with any default functionality. @@ -85,13 +89,13 @@ info: - After an order’s information is exported to the warehouse system, set the export status to `exported`. - After the warehouse ships an order, set the shipping status to `shipped`. - ## Change Shipping Address + ### Change Shipping Address Use the Orders API to update the shipping address on an order. For example, a shopper places an order, and then sends a request to change the shipping address on that order. - ## Get Order Data + ### Get Order Data Use the Orders API system-to-system integration use cases for order retrieval, reporting, dashboards, and so on. You can get information about a single order by specifying the order number, or get information about multiple orders by searching with attribute filters. @@ -113,11 +117,11 @@ info: - creation date - last modified date - ## Create Orders + ### Create Orders Use the createOrders endpoint to create orders from a third-party system, such as a social media platform. Before using the endpoint, you must first complete the checkout process: apply all sanity checks, reserve inventory, authorize payment, apply promotions, and calculate the full cost of the order. Orders made by third-party systems are treated the same as orders made directly through the B2C Commerce platform, including how status updates and exports are handled. - ## Update Orders + ### Update Orders Use the updateOrder endpoint to make changes to custom order attributes. servers: @@ -159,7 +163,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -1089,24 +1093,11 @@ components: example: true type: boolean type: object - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string CustomerInfo: description: Document representing a guest or logged-in customer. additionalProperties: false @@ -2887,15 +2878,21 @@ components: exportStatus: name: exportStatus in: query + example: not_exported,ready,failed description: Filter results by export status. Valid export statuses are 'not_exported', 'exported', 'ready', and 'failed'. You can include up to three export statuses as a comma-separated string. required: false + style: form + explode: false schema: type: array items: allOf: - $ref: '#/components/schemas/OrderExportStatus' maxItems: 3 - example: not_exported,ready,failed + example: + - not_exported + - ready + - failed externalStatus: name: externalStatus in: query @@ -2918,27 +2915,37 @@ components: paymentStatus: name: paymentStatus in: query + example: not_paid,part_paid description: Filter results by payment status. Valid payment statuses are 'not_paid', 'part_paid', and 'paid'. You can include up to two payment statuses as a comma-separated string. required: false + style: form + explode: false schema: type: array items: allOf: - $ref: '#/components/schemas/OrderPaymentStatus' maxItems: 3 - example: not_paid,part_paid + example: + - not_paid + - part_paid shippingStatus: name: shippingStatus in: query + example: not_shipped,part_shipped description: Filter results by shipping status. Valid shipping statuses are 'not_shipped', 'part_shipped', and 'shipped'. You can include up to two shipping statuses as a comma-separated string. required: false + style: form + explode: false schema: type: array items: allOf: - $ref: '#/components/schemas/OrderShippingStatus' maxItems: 3 - example: not_shipped,part_shipped + example: + - not_shipped + - part_shipped creationDateFrom: description: If passed, will return records where the `creationDate` is equal to or greater than the passed `date-only`. schema: diff --git a/apis/preferences-oas-1.1.4/exchange.json b/apis/preferences-oas-1.1.6/exchange.json similarity index 93% rename from apis/preferences-oas-1.1.4/exchange.json rename to apis/preferences-oas-1.1.6/exchange.json index 8980f6e2..6124fa93 100644 --- a/apis/preferences-oas-1.1.4/exchange.json +++ b/apis/preferences-oas-1.1.6/exchange.json @@ -3,7 +3,7 @@ "name": "Preferences OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "preferences-oas", - "version": "1.1.4", + "version": "1.1.6", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/preferences-oas-1.1.4/preferences-oas-v1-public.yaml b/apis/preferences-oas-1.1.6/preferences-oas-v1-public.yaml similarity index 97% rename from apis/preferences-oas-1.1.4/preferences-oas-v1-public.yaml rename to apis/preferences-oas-1.1.6/preferences-oas-v1-public.yaml index 90728907..7dc7ff49 100644 --- a/apis/preferences-oas-1.1.4/preferences-oas-v1-public.yaml +++ b/apis/preferences-oas-1.1.6/preferences-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Admin x-api-family: Configuration title: Preferences - version: 1.1.4 + version: 1.1.6 description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/preferences/preferences-oas-v1-public.yaml)\n\n# API Overview\nAvailable with B2C Commerce version 24.7.2, B2C Commerce teams must regularly configure site and environment-specific settings to support changing business needs and technical integrations. In many instances, Storefront Reference Architecture (SFRA)/SiteGenesis implementations rely on declarative Custom Site Preferences to alter these settings without the need for deployment or significant engineering support. Site preferences allow teams to adapt their sites with minimal effort.\n\nThe following Preferences API endpoints retrieve preference-related information:\n\n- Global custom preferences: \nRetrieves all custom preferences at the organization level. \n\n- Site custom prefererences: \nRetrieves all custom preferences at the site level.\n\nThe Preferences API first checks to see if custom values have been set, and if so, returns the custom settings. Otherwise, the Preferences API returns the default values provided in Business Manager.\n\nNote: The Preferences API sets custom preferences. For details on working with non-custom preferences, see [Global Preferences for B2C Commerce](https://help.salesforce.com/s/articleView?id=cc.b2c_global_preferences.htm&type=5) and [Site Preferences in B2C Commerce](https://help.salesforce.com/s/articleView?id=cc.b2c_site_preferences.htm&type=5).\n\n## Authentication & Authorization\nThe custom preference API requires a Account Manager token from the [Admin APIs.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html)\n\nYou must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\n## Use Cases\n### Global Custom Preference:\nA prominent private equity firm manages a diverse portfolio of brands, each operating its own site. Despite the individuality of these brands, they leverage shared third-party integrations for critical functionalities, such as payments and content management. Through a centralized approach, the firm establishes specifications for key components like the payments portal, ensuring consistency and efficiency across all sites. These specifications are meticulously crafted and undergo infrequent modifications to accommodate evolving needs while maintaining operational stability.\n\n### Site Custom Preference: \nSite operators might have numerous tests or features tailored to their specific site. To facilitate streamlined control over these functionalities, they need a user-friendly mechanism for their merchant team to effortlessly toggle them on or off as needed. The site Preference API provides this mechanism.\n\n### Caching\nCaching capabilities are available for the Preferences APIs. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n## Preferences\n[Global preferences](https://help.salesforce.com/s/articleView?id=cc.b2c_global_preferences.htm&type=5)\n\n[Site preferences](https://help.salesforce.com/s/articleView?id=cc.b2c_site_preferences.htm&type=5)" servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/configuration/preferences/v1 @@ -32,7 +32,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -84,7 +84,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -136,13 +136,6 @@ components: type: string minLength: 1 maxLength: 32 - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -158,9 +151,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' Offset: diff --git a/apis/products-oas-1.0.41/exchange.json b/apis/products-oas-1.1.5/exchange.json similarity index 92% rename from apis/products-oas-1.0.41/exchange.json rename to apis/products-oas-1.1.5/exchange.json index e23ab9ed..d81629a1 100644 --- a/apis/products-oas-1.0.41/exchange.json +++ b/apis/products-oas-1.1.5/exchange.json @@ -3,7 +3,7 @@ "name": "Products OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "products-oas", - "version": "1.0.41", + "version": "1.1.5", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/products-oas-1.0.41/products-oas-v1-public.yaml b/apis/products-oas-1.1.5/products-oas-v1-public.yaml similarity index 95% rename from apis/products-oas-1.0.41/products-oas-v1-public.yaml rename to apis/products-oas-1.1.5/products-oas-v1-public.yaml index 49e274b8..59439ee1 100644 --- a/apis/products-oas-1.0.41/products-oas-v1-public.yaml +++ b/apis/products-oas-1.1.5/products-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Admin x-api-family: Product title: Products - version: 1.0.41 + version: 1.1.5 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/products/products-oas-v1-public.yaml) @@ -17,7 +17,7 @@ info: The client managing product information must have access to the Products resource. This API requires a bearer token in the header of the request. The client accessing the API must first authenticate against Account Manager to get the bearer token. - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include the relevant scope(s) in the client ID used to generate the SLAS token. For a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) ## Use Cases @@ -370,7 +370,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -658,7 +658,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -946,7 +946,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -1717,7 +1717,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -2095,6 +2095,66 @@ paths: - AmOAuth2: - sfcc.products - sfcc.products.rw + /organizations/{organizationId}/unassigned-product-search: + post: + summary: Search for unassigned products. + description: |- + Search for products that are not assigned to a specific category within a catalog. This endpoint helps identify products that exist in the catalog but are not categorized under the specified category. + + The query attribute specifies a complex query that can be used to narrow down the search. The catalogId and categoryId are required parameters to identify the catalog and category context. + operationId: searchUnassignedProducts + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/UnassignedProductSearchRequest' + examples: + UnassignedProductSearchRequestBody: + $ref: '#/components/examples/UnassignedProductSearchRequestBody' + required: true + responses: + '200': + description: Unassigned product search completed successfully. + content: + application/json: + schema: + $ref: '#/components/schemas/UnassignedProductSearchResult' + examples: + UnassignedProductSearchResult: + $ref: '#/components/examples/UnassignedProductSearchResult' + '400': + description: | + Bad Request. Returned when a specified query parameter is invalid or when required fields are missing. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + invalidExpandValue400: + $ref: '#/components/examples/invalidExpandValue400' + fieldNotSortable400: + $ref: '#/components/examples/fieldNotSortable400' + malformedSelector400: + $ref: '#/components/examples/malformedSelector400' + '404': + description: | + Not found. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + catalogNotFound404: + $ref: '#/components/examples/catalogNotFound404' + categoryNotFound404: + $ref: '#/components/examples/categoryNotFound404' + security: + - AmOAuth2: + - sfcc.products + - sfcc.products.rw components: securitySchemes: AmOAuth2: @@ -2591,24 +2651,11 @@ components: format: double description: prices description: Representation of a group of variant products by an attribute. This is a non-buyable entity, provides inheritable attributes for it's product variants, and is used for navigation. *Does'nt have a SKU.* - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string Money: description: A combination of a Currency and an amount of that Currency. type: object @@ -2886,13 +2933,6 @@ components: - title - type - detail - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -3378,10 +3418,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -3425,9 +3466,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: @@ -3589,9 +3631,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -3738,9 +3779,71 @@ components: description: Document representing a product search result. properties: hits: + type: array description: A sorted array of search hits (`Product` objects). The array can be empty. items: $ref: '#/components/schemas/Product' + UnassignedProductSearchRequest: + required: + - query + - catalogId + - categoryId + type: object + allOf: + - $ref: '#/components/schemas/SearchRequest' + description: Document representing an unassigned product search request. This search finds products that are not assigned to a specific category within a catalog. + properties: + catalogId: + type: string + minLength: 1 + maxLength: 256 + description: The ID of the catalog to which the specified category belongs. + example: electronics-catalog + categoryId: + type: string + minLength: 1 + maxLength: 256 + description: The ID of the category to which products are not assigned. + example: electronics-gaming + example: + catalogId: electronics-catalog + categoryId: electronics-gaming + limit: 10 + query: + textQuery: + fields: + - id + searchPhrase: ipod + offset: 0 + additionalProperties: false + UnassignedProductSearchResult: + required: + - limit + - offset + - total + - hits + type: object + allOf: + - $ref: '#/components/schemas/PaginatedSearchResult' + description: Document representing an unassigned product search result. Contains products that are not assigned to the specified category. + properties: + catalogId: + type: string + minLength: 1 + maxLength: 256 + description: The ID of the catalog to which the specified category belongs. + example: electronics-catalog + categoryId: + type: string + minLength: 1 + maxLength: 256 + description: The ID of the category to which products are not assigned. + example: electronics-gaming + hits: + description: A sorted array of search hits (`Product` objects). If there are no hits, the array can be empty. + type: array + items: + $ref: '#/components/schemas/Product' parameters: productId: name: productId @@ -4633,3 +4736,90 @@ components: searchPhrase: apple-ipod-classic offset: 0 total: 2 + UnassignedProductSearchRequestBody: + value: + catalogId: electronics-catalog + categoryId: electronics-gaming + query: + textQuery: + fields: + - id + searchPhrase: ipod + limit: 10 + offset: 0 + UnassignedProductSearchResult: + value: + catalogId: electronics-catalog + categoryId: electronics-gamingx + limit: 1 + hits: + - brand: Apple + creationDate: '2019-02-21T22:10:02.000Z' + id: apple-ipod-nano + lastModified: '2019-09-17T19:13:39.000Z' + longDescription: + default: + markup: The iPod nano is a stylish and compact music player with a sleek design. + source: The iPod nano is a stylish and compact music player with a sleek design. + name: + default: Apple iPod Nano + onlineFlag: + default: true + owningCatalogId: electronics-catalog + owningCatalogName: + default: Electronics Master Catalog + pageDescription: + default: Experience music on the go with the Apple iPod Nano. + pageKeywords: + default: Apple, iPod, Nano, MP3, Music Player + pageTitle: + default: Apple iPod Nano + searchable: + default: true + shortDescription: + default: + markup: The iPod nano is a stylish and compact music player. + source: The iPod nano is a stylish and compact music player. + type: + item: true + master: false + query: + textQuery: + fields: + - id + searchPhrase: ipod + sorts: + - field: id + sortOrder: asc + offset: 0 + total: 10 + invalidExpandValue400: + value: + title: Invalid Expand Value + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-expand-value + detail: The expand value 'does_not_exist' is invalid. + expandValue: does_not_exist + fieldNotSortable400: + value: + title: Field Not Sortable + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/field-not-sortable + detail: The field 'unsortableField' can't be used to sort the results. + field: unsortableField + malformedSelector400: + value: + title: Malformed Selector + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/malformed-selector + detail: The property selector '**)' is malformed. + selector: '**)' + catalogNotFound404: + value: + title: Catalog Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/catalog-not-found + detail: No catalog with ID 'DoesnotExist' could be found. + catalogId: DoesnotExist + categoryNotFound404: + value: + title: Category Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/category-not-found + detail: No category with ID 'DoesnotExist' for catalog 'WapiCatalog' could be found. + categoryId: DoesnotExist diff --git a/apis/promotions-oas-1.0.34/exchange.json b/apis/promotions-oas-1.0.36/exchange.json similarity index 93% rename from apis/promotions-oas-1.0.34/exchange.json rename to apis/promotions-oas-1.0.36/exchange.json index 09affd0a..4c202bd5 100644 --- a/apis/promotions-oas-1.0.34/exchange.json +++ b/apis/promotions-oas-1.0.36/exchange.json @@ -3,7 +3,7 @@ "name": "Promotions OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "promotions-oas", - "version": "1.0.34", + "version": "1.0.36", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/promotions-oas-1.0.34/promotions-oas-v1-public.yaml b/apis/promotions-oas-1.0.36/promotions-oas-v1-public.yaml similarity index 99% rename from apis/promotions-oas-1.0.34/promotions-oas-v1-public.yaml rename to apis/promotions-oas-1.0.36/promotions-oas-v1-public.yaml index 8f73f98e..3d6fbb0f 100644 --- a/apis/promotions-oas-1.0.34/promotions-oas-v1-public.yaml +++ b/apis/promotions-oas-1.0.36/promotions-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Admin + x-api-family: Pricing title: Promotions - version: 1.0.34 + version: 1.0.36 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/promotions/promotions-oas-v1-public.yaml) @@ -263,13 +265,6 @@ components: description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites example: RefArch type: string - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -755,10 +750,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -785,9 +781,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: diff --git a/apis/shopper-baskets-oas-1.9.1/exchange.json b/apis/shopper-baskets-oas-1.9.4/exchange.json similarity index 93% rename from apis/shopper-baskets-oas-1.9.1/exchange.json rename to apis/shopper-baskets-oas-1.9.4/exchange.json index e9b52400..10a82bd5 100644 --- a/apis/shopper-baskets-oas-1.9.1/exchange.json +++ b/apis/shopper-baskets-oas-1.9.4/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Baskets OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-baskets-oas", - "version": "1.9.1", + "version": "1.9.4", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-baskets-oas-1.9.1/shopper-baskets-oas-v1-public.yaml b/apis/shopper-baskets-oas-1.9.4/shopper-baskets-oas-v1-public.yaml similarity index 99% rename from apis/shopper-baskets-oas-1.9.1/shopper-baskets-oas-v1-public.yaml rename to apis/shopper-baskets-oas-1.9.4/shopper-baskets-oas-v1-public.yaml index e136564d..c9659e1b 100644 --- a/apis/shopper-baskets-oas-1.9.1/shopper-baskets-oas-v1-public.yaml +++ b/apis/shopper-baskets-oas-1.9.4/shopper-baskets-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Baskets - version: 1.9.1 + version: 1.9.4 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-baskets/shopper-baskets-oas-v1-public.yaml) @@ -44,7 +44,7 @@ info: For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include `sfcc.shopper-baskets-orders` or `sfcc.shopper-baskets-orders.rw` in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) The following resources require an Account Manager OAuth token with a client ID: @@ -119,7 +119,8 @@ paths: The created basket is initialized with default values. Optional JSON data provided in the request body is populated into the created basket. It can be updated with other endpoints offered by the Shopper Baskets API. - Each customer can have just one open basket. When a basket is created, it is said to be open. It remains open until either an order is created from it or it is deleted. + Each shopper is limited to one open basket at a time. Attempting to create a second basket for the same customer will result in a 400 Bad Request error with the message: "Customer Baskets Quota Exceeded". + A basket is considered "open" upon creation and remains in this state until it is either converted into an order or explicitly deleted. For implementation best practices, see [Hybrid Storefront Best Practices for Working with Baskets](https://developer.salesforce.com/docs/commerce/commerce-api/guide/hybrid-storefront-baskets.html#hybrid-storefront-best-practices-for-working-with-baskets). operationId: createBasket summary: Create a new basket. security: @@ -2171,9 +2172,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -2379,24 +2379,11 @@ components: type: boolean required: - code - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string CustomerInfo: additionalProperties: title: Additional Property Support diff --git a/apis/shopper-baskets-oas-2.1.1/exchange.json b/apis/shopper-baskets-oas-2.3.3/exchange.json similarity index 93% rename from apis/shopper-baskets-oas-2.1.1/exchange.json rename to apis/shopper-baskets-oas-2.3.3/exchange.json index 4014ccda..36fe3e2e 100644 --- a/apis/shopper-baskets-oas-2.1.1/exchange.json +++ b/apis/shopper-baskets-oas-2.3.3/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Baskets OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-baskets-oas", - "version": "2.1.1", + "version": "2.3.3", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-baskets-oas-2.1.1/shopper-baskets-oas-v2-public.yaml b/apis/shopper-baskets-oas-2.3.3/shopper-baskets-oas-v2-public.yaml similarity index 96% rename from apis/shopper-baskets-oas-2.1.1/shopper-baskets-oas-v2-public.yaml rename to apis/shopper-baskets-oas-2.3.3/shopper-baskets-oas-v2-public.yaml index a5cedbfb..8b0db0a2 100644 --- a/apis/shopper-baskets-oas-2.1.1/shopper-baskets-oas-v2-public.yaml +++ b/apis/shopper-baskets-oas-2.3.3/shopper-baskets-oas-v2-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Baskets - version: 2.1.1 + version: 2.3.3 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-baskets-v2/shopper-baskets-oas-v2-public.yaml) @@ -49,7 +49,7 @@ info: For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include `sfcc.shopper-baskets-orders` or `sfcc.shopper-baskets-orders.rw` in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) The following resources require an Account Manager OAuth token with a client ID: @@ -63,7 +63,7 @@ info: For details on working with hooks, see [Extensibility with Hooks.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html) - ## Basket Calculation + ### Basket Calculation Unless you’re using [hooks](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html), each modification to a basket triggers the following calculations: @@ -82,7 +82,7 @@ info: - For external tax mode, use the tax rates returned by the tax API endpoints. 9. Calculate the order’s net, tax, and gross totals by adding up the line totals. - ## External Taxation + ### External Taxation The B2C Commerce API calculates taxes internally using tax tables. If you want to integrate with a third-party tax provider, or calculate tax on your own, you can use the external taxation feature to add a taxation rate and optional taxation value. When setting a taxation rate, the taxation is calculated for this specific rate. If you pass a value, this value is used as taxation value, as well, without recalculation. To use this feature, set the `taxMode` parameter to `external` when creating the basket. @@ -130,7 +130,8 @@ paths: The created basket is initialized with default values. Optional JSON data provided in the request body is populated into the created basket. It can be updated with other endpoints offered by the Shopper Baskets API. - Each customer can have just one open basket. When a basket is created, it is said to be open. It remains open until either an order is created from it or it is deleted. + Each shopper is limited to one open basket at a time. Attempting to create a second basket for the same customer will result in a 400 Bad Request error with the message: "Customer Baskets Quota Exceeded". + A basket is considered "open" upon creation and remains in this state until it is either converted into an order or explicitly deleted. For implementation best practices, see [Hybrid Storefront Best Practices for Working with Baskets](https://developer.salesforce.com/docs/commerce/commerce-api/guide/hybrid-storefront-baskets.html#hybrid-storefront-best-practices-for-working-with-baskets). operationId: createBasket summary: Create a new basket. parameters: @@ -138,6 +139,7 @@ paths: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/taxMode' - $ref: '#/components/parameters/temporary' + - $ref: '#/components/parameters/populateCustomerDetails' - $ref: '#/components/parameters/locale' requestBody: content: @@ -215,6 +217,7 @@ paths: parameters: - $ref: '#/components/parameters/overrideExisting' - $ref: '#/components/parameters/merge' + - $ref: '#/components/parameters/populateCustomerDetails' - $ref: '#/components/parameters/locale' responses: '200': @@ -1265,6 +1268,8 @@ paths: examples: PaymentInstrumentPost: $ref: '#/components/examples/PaymentInstrumentPost' + PaymentInstrumentPostWithSalesforcePayments: + $ref: '#/components/examples/PaymentInstrumentPostWithSalesforcePayments' required: true responses: '200': @@ -2243,9 +2248,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -2451,24 +2455,11 @@ components: type: boolean required: - code - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string CustomerInfo: additionalProperties: title: Additional Property Support @@ -2769,6 +2760,7 @@ components: type: string OrderPaymentInstrument: description: Document representing an order payment instrument. + type: object properties: amount: format: double @@ -2801,7 +2793,58 @@ components: description: The payment method ID. It is read only. example: CREDIT_CARD type: string - type: object + paymentReference: + description: Payment reference information for various payment service providers, only when Salesforce Payments is enabled. + type: object + properties: + paymentReferenceId: + description: Payment reference identifier. Can be payment intent ID for Stripe, PSP reference for Adyen, PayPal order ID for PayPal, or similar identifier for other payment providers. + type: string + maxLength: 256 + example: pi_3N4B2vF0wDjebNCp1234567 + redirectUrl: + description: Redirect URL for payment methods that require user redirection to complete payment. + type: string + format: uri + maxLength: 2048 + example: https://checkout.stripe.com/pay/cs_test_abc123 + gateway: + description: The payment gateway used to process the payment. + example: stripe + type: string + enum: + - stripe + - paypal + - adyen + gatewayProperties: + description: The payment gateway specific properties. + type: object + additionalProperties: false + properties: + stripe: + description: | + # Stripe specific properties. + + - setupFutureUsage: Indicates that you intend to make future payments with this payment method. + - **on_session**: The payment method is intended to be used for a future payment on the same website session. + - **off_session**: The payment method is intended to be used for a future payment on a different website session. + - **null**: The payment method is not intended to be used for a future payment. + - clientSecret: Secret for Stripe client-side payment confirmation. Don't store, log, or expose the client secret to anyone other than the customer, and only use it on pages where TLS is enabled. + - type: string + - maxLength: 256 + - example: "pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abc123" + type: object + additionalProperties: true + paypal: + description: | + # PayPal specific properties. + type: object + additionalProperties: true + adyen: + description: | + # Adyen specific properties. + type: object + additionalProperties: true ProductItem: description: Document representing a product item. additionalProperties: @@ -2930,6 +2973,10 @@ components: a particular shipping method. It is read only. example: 006490dcc338feeafc71c964bf type: string + omsData: + description: Information retrieved from Order Management (OMS) for the product. Only available in context of an order. + allOf: + - $ref: '#/components/schemas/OmsProductData' tax: format: double description: The tax for the product item, not including price adjustments. It is read only. @@ -3182,6 +3229,31 @@ components: type: string required: - id + OmsProductData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." + additionalProperties: false + properties: + status: + description: Order Management (OMS) status + example: ordered + enum: + - ordered + - returned + - canceled + - paid + - reshipped + - fulfilled + - partially_fulfilled + - allocated + - partially_allocated + - return_initiated + type: string + quantityAvailableToCancel: + format: double + description: The quantity that can be cancelled. + example: 2 + type: number + type: object ShipmentId: minLength: 1 type: string @@ -3747,6 +3819,61 @@ components: description: The year the payment card is valid from. example: 2019 type: integer + PaymentReferenceRequest: + type: object + description: Properties for Payments Reference Request + properties: + paymentMethodType: + type: string + maxLength: 64 + description: Payment Method Type + example: card + zoneId: + type: string + description: The unique identifier for a Payments zone. + pattern: ^[a-zA-Z0-9\-_]{1,100}$ + minLength: 1 + maxLength: 100 + example: + Amer-Zone: null + gateway: + description: The payment gateway used to process the payment. + example: stripe + type: string + enum: + - stripe + - paypal + - adyen + gatewayProperties: + description: The payment gateway specific properties. + type: object + additionalProperties: false + properties: + stripe: + description: | + # Stripe specific properties. + + - setupFutureUsage: Indicates that you intend to make future payments with this payment method. + - **on_session**: The payment method is intended to be used for a future payment on the same website session. + - **off_session**: The payment method is intended to be used for a future payment on a different website session. + - **null**: The payment method is not intended to be used for a future payment. + type: object + additionalProperties: true + paypal: + description: | + # PayPal specific properties. + + - shippingPreference: Shipping preference for PayPal payment processing. Applicable only for basket payment instruments. + - **GET_FROM_FILE** + - **NO_SHIPPING** + - **SET_PROVIDED_ADDRESS** + type: object + additionalProperties: true + adyen: + description: | + # Adyen specific properties. + type: object + additionalProperties: true BasketPaymentInstrumentRequest: description: Document representing a basket payment instrument request. type: object @@ -3782,6 +3909,10 @@ components: description: The payment method ID. example: CREDIT_CARD type: string + paymentReferenceRequest: + description: Payment reference information for various payment service providers, only when Salesforce Payments is enabled. + allOf: + - $ref: '#/components/schemas/PaymentReferenceRequest' PaymentCardSpec: description: Document representing the specification for a payment card. type: object @@ -4003,6 +4134,14 @@ components: schema: default: false type: boolean + populateCustomerDetails: + name: populateCustomerDetails + in: query + description: "If set to true, the system invokes the `dw.order.populateCustomerDetails` hook.\n\nBy default, the hook retrieves the registered customer's default address or first saved address, and payment instrument. \nThe hook then uses this information to populate the basket:\n- If no shipping address is specified, the shipping address is set to the customer's saved address.\n- If no billing address is specified, the billing address is set to the customer's saved address.\n- If no payment instrument is specified, the payment instrument is set to the customer's saved payment instrument.\n\nThis behavior can be customized by overriding the hook." + schema: + default: false + type: boolean + example: false locale: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. name: locale @@ -5381,6 +5520,16 @@ components: holder: Miller cardType: Visa paymentMethodId: CREDIT_CARD + PaymentInstrumentPostWithSalesforcePayments: + value: + amount: 15 + paymentMethodId: Salesforce Payments + paymentReferenceRequest: + paymentMethodType: paypal + zoneId: Amer-Zone + gatewayProperties: + paypal: + shippingPreference: SET_PROVIDED_ADDRESS PaymentInstrumentPatch: value: amount: 0 diff --git a/apis/shopper-configurations-oas-1.0.0/exchange.json b/apis/shopper-configurations-oas-1.0.2/exchange.json similarity index 93% rename from apis/shopper-configurations-oas-1.0.0/exchange.json rename to apis/shopper-configurations-oas-1.0.2/exchange.json index 272c2bfb..5fc9b276 100644 --- a/apis/shopper-configurations-oas-1.0.0/exchange.json +++ b/apis/shopper-configurations-oas-1.0.2/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Configurations OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-configurations-oas", - "version": "1.0.0", + "version": "1.0.2", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-configurations-oas-1.0.0/shopper-configurations-oas-v1-public.yaml b/apis/shopper-configurations-oas-1.0.2/shopper-configurations-oas-v1-public.yaml similarity index 61% rename from apis/shopper-configurations-oas-1.0.0/shopper-configurations-oas-v1-public.yaml rename to apis/shopper-configurations-oas-1.0.2/shopper-configurations-oas-v1-public.yaml index 1393fbe7..5c1b234b 100644 --- a/apis/shopper-configurations-oas-1.0.0/shopper-configurations-oas-v1-public.yaml +++ b/apis/shopper-configurations-oas-1.0.2/shopper-configurations-oas-v1-public.yaml @@ -3,8 +3,68 @@ info: x-api-type: Shopper x-api-family: Configuration title: Shopper Configurations - version: 1.0.0 - description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-configurations/shopper-configurations-oas-v1-public.yaml)\n\n# API Overview\nIn commerce, there is a need to provide information to the shopper facing application to allow for making decisions on execution. This is highly cache-able data that rarely changes. \n\nIt encompasses toggles, preferences, and configuration that allow the application to be reactive to changes performed by the merchant, admin, or support engineer. \n\n## Use Cases\n1. What is the site name and site status (online / offline)\n2. What is the default and supported currencies\n3. What is the default and supported locales\n4. Which features are enabled\n\n# Example\n\n```\n{\n \"configurations\":[\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"id\",\n \"value\":\"TestWapi\"\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"name\",\n \"value\":\"Test WAPI\"\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"status\",\n \"value\":\"online\"\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"timezone\",\n \"value\":\"Etc/UTC\"\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"timezoneOffset\",\n \"value\":0\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"defaultCurrency\",\n \"value\":\"USD\"\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"allowedCurrencies\",\n \"value\":[\n \"USD\",\n \"EUR\"\n ]\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"defaultLocale\",\n \"value\":\"default\"\n },\n {\n \"configurationType\":\"siteConfiguration\",\n \"id\":\"allowedLocales\",\n \"value\":[\n {\n \"country\":\"\",\n \"default\":true,\n \"displayCountry\":\"\",\n \"displayLanguage\":\"\",\n \"displayName\":\"default\",\n \"id\":\"default\",\n \"iso3Country\":\"\",\n \"iso3Language\":\"\",\n \"language\":\"\",\n \"name\":\"default\"\n },\n {\n \"country\":\"DE\",\n \"default\":false,\n \"displayCountry\":\"Deutschland\",\n \"displayLanguage\":\"Deutsch\",\n \"displayName\":\"Deutsch (Deutschland)\",\n \"id\":\"de-DE\",\n \"iso3Country\":\"DEU\",\n \"iso3Language\":\"deu\",\n \"language\":\"de\",\n \"name\":\"German (Germany)\"\n },\n {\n \"country\":\"\",\n \"default\":false,\n \"displayCountry\":\"\",\n \"displayLanguage\":\"Deutsch\",\n \"displayName\":\"Deutsch\",\n \"id\":\"de\",\n \"iso3Country\":\"\",\n \"iso3Language\":\"deu\",\n \"language\":\"de\",\n \"name\":\"German\"\n },\n {\n \"country\":\"US\",\n \"default\":false,\n \"displayCountry\":\"United States\",\n \"displayLanguage\":\"English\",\n \"displayName\":\"English (United States)\",\n \"id\":\"en-US\",\n \"iso3Country\":\"USA\",\n \"iso3Language\":\"eng\",\n \"language\":\"en\",\n \"name\":\"English (United States)\"\n },\n {\n \"country\":\"CA\",\n \"default\":false,\n \"displayCountry\":\"Canada\",\n \"displayLanguage\":\"English\",\n \"displayName\":\"English (Canada)\",\n \"id\":\"en-CA\",\n \"iso3Country\":\"CAN\",\n \"iso3Language\":\"eng\",\n \"language\":\"en\",\n \"name\":\"English (Canada)\"\n },\n {\n \"country\":\"\",\n \"default\":false,\n \"displayCountry\":\"\",\n \"displayLanguage\":\"English\",\n \"displayName\":\"English\",\n \"id\":\"en\",\n \"iso3Country\":\"\",\n \"iso3Language\":\"eng\",\n \"language\":\"en\",\n \"name\":\"English\"\n },\n {\n \"country\":\"\",\n \"default\":false,\n \"displayCountry\":\"\",\n \"displayLanguage\":\"español\",\n \"displayName\":\"español\",\n \"id\":\"es\",\n \"iso3Country\":\"\",\n \"iso3Language\":\"spa\",\n \"language\":\"es\",\n \"name\":\"Spanish\"\n }\n ]\n },\n {\n \"configurationType\":\"globalConfiguration\",\n \"id\":\"SalesforcePaymentsAllowed\",\n \"value\":true\n },\n {\n \"configurationType\":\"globalConfiguration\",\n \"id\":\"gcp\",\n \"value\":\"test-gcp-key\"\n }\n ]\n}\n```\n\n### Caching\n\nCaching capabilities are available for the Shopper Configuration APIs. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)" + version: 1.0.2 + description: |- + [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-configurations/shopper-configurations-oas-v1-public.yaml) + + # API Overview + + The Shopper Configurations API provides cacheable configuration data to shopper-facing applications, enabling them to make decisions based on merchant settings without requiring server-side logic. + + This highly cacheable data encompasses toggles, preferences, and configuration information that allows the application to be reactive to changes performed by the merchant, admin, or support engineer. + + Configuration types include: + + - siteConfiguration: Site-specific settings such as name, status, currencies, and locales + - globalConfiguration: Instance-wide settings such as feature flags + + ## Authentication & Authorization + + The Shopper Configuration API requires a shopper access token from the Shopper Login and API Access Service (SLAS). + + You must include `sfcc.shopper-configuations` in the client ID used to generate the SLAS token. For a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html) in the SLAS guides. + + ## Use Cases + + ### Use Hooks + You can extend the Shopper Configurations response with custom data using the `dw.shop.shopper_configuration.modifyGETResponse` hook. This is useful for adding custom site preferences to the response. + + ### Example Hook Implementation + + ```javascript + exports.modifyGETResponse = function (configResp) { + var customPreference = dw.system.Site.getCurrent().getCustomPreferenceValue( + "customerServiceEmail" + ); + configResp.c_customPrefs = { + customerServiceEmail: customPreference || "noreply@example.com" + }; + }; + ``` + + For details on hook registration, see [Hook Method Details](https://developer.salesforce.com/docs/commerce/commerce-api/guide/hook-method-details.html). + + ### Site Identification and Availability + + Retrieve the site's display name and current operational status to determine if the storefront is online, offline, or in a maintenance state for shoppers. + + ### Currency Configuration + + Identify the default currency for the site and the list of all supported currencies to ensure correct price rendering and multi-currency support. + + ### Locale and Language Settings + + Access the default locale and the full set of supported locales to localize content, formatting, and language for the shopper's specific region. + + ### Feature Enablement + + View the status of various storefront features and toggles to dynamically enable or disable application logic based on the merchant's active configuration. + + ### Caching + + Caching capabilities are available for the Shopper Configuration APIs. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html) servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/configuration/shopper-configurations/v1 variables: @@ -184,6 +244,55 @@ components: ConfigurationsExample: value: configurations: + - id: id + value: RefArch + configurationType: siteConfiguration + - id: name + value: Ref Arch + configurationType: siteConfiguration + - id: status + value: online + configurationType: siteConfiguration + - id: timezone + value: Etc/UTC + configurationType: siteConfiguration + - id: timezoneOffset + value: 0 + configurationType: siteConfiguration + - id: defaultCurrency + value: USD + configurationType: siteConfiguration + - id: allowedCurrencies + value: + - USD + - EUR + configurationType: siteConfiguration + - id: defaultLocale + value: en-US + configurationType: siteConfiguration + - id: allowedLocales + value: + - id: en-US + country: US + default: true + displayCountry: United States + displayLanguage: English + displayName: English (United States) + iso3Country: USA + iso3Language: eng + language: en + name: English (United States) + - id: en-CA + country: CA + default: false + displayCountry: Canada + displayLanguage: English + displayName: English (Canada) + iso3Country: CAN + iso3Language: eng + language: en + name: English (Canada) + configurationType: siteConfiguration - id: SalesforcePaymentsAllowed value: true configurationType: globalConfiguration diff --git a/apis/shopper-consents-oas-1.1.2/shopper-consents-oas-v1-public.yaml b/apis/shopper-consents-oas-1.1.2/shopper-consents-oas-v1-public.yaml deleted file mode 100644 index 65e6b648..00000000 --- a/apis/shopper-consents-oas-1.1.2/shopper-consents-oas-v1-public.yaml +++ /dev/null @@ -1,530 +0,0 @@ -openapi: 3.0.3 -info: - x-api-type: Shopper - x-api-family: Shopper - title: Shopper Consents - version: 1.1.2 - description: |- - [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-consents/shopper-consents-oas-v1-public.yaml) - - # API Overview - - The Shopper Consent API offers a centralized method for managing shopper consent. With this API, shoppers can view and update subscription preferences for marketing communications across various channels. This API controls how and where shoppers receive marketing messages while ensuring compliance with privacy regulations. - - ## Key Features - - - Multi-Channel Support: Manage communication subscriptions across email, SMS, push notifications, in-app messages, and postal mail. - - Organization-Based Management: Isolate consent preferences by organization for multi-tenant environments. - - Real-Time Updates: Instantly create and retrieve subscription preferences. - - Compliance Ready: Built with privacy regulations and consent-management best practices in mind. - - ## Authentication & Authorization - - The Shopper Consent API requires a JSON Web Token acquired using the Shopper Consent endpoint: - ``` - https://{{shortcode}}.api.commercecloud.salesforce.com/customer/shopper-customers/v1/organizations/{{organizationId}}/customers/actions/login - ``` - You must include the relevant scope(s) in the client ID used to generate the SLAS token. - - ### Required Scopes - - - `sfcc.shopper-consents`: Required for reading communication subscription data (GET operations). - - `sfcc.shopper-consents.rw`: Required for creating and modifying communication subscription data (POST operations). - - ## Use Cases - - ### Shopper Subscription Management - - Retrieve communication subscriptions: Retrieve relevant communication subscription options with display information. - - Guest shoppers can retrieve communication subscriptions options without pre-defined shopper credentials, for example: email address, phone number. - - Authenticated shoppers can retrieve communication subscription options available to their shopper credentials. - - Communication subscription options can be filtered by one or more qualifying tags. - - Update communication subscription consent preferences. - - ## Data Model - - ### Subscriptions - Subscriptions represent a shopper's consent to receive specific types of marketing communications. Each subscription includes: - - - Identifier: Descriptive identifier - - Consent Status: Opt-in or opt-out - - Display Information: Title, subtitle, and description for customer-facing interfaces - - Tags: Categorical tags indicating where the subscription option can appear - - Channels: Supported communication methods, such as email, SMS, push notification - - ### Channels - Channels define the communication methods available for a subscription: - - `email`: Email communications - - `sms`: SMS/text messages - - `whatsapp`: WhatsApp - - ### Tags - Tags indicate where subscription options are displayed in your shopper experience. Tags are also accepted as optional filtering parameters in the retrieval of shopper consent subscriptions. For example: - - `homepage_banner`: Main website homepage - - `registration`: Shopper registration process - - `checkout`: Checkout process - - `user_profile`: User profile management area - - ## Best Practices - - ### User Experience - - Make it easy for shoppers to update their preferences. - - Respect shopper choices immediately. - - ### Implementation Guidelines - - Implement clear and prominent unsubscribe mechanisms. - - ### Compliance Considerations - - Ensure consent is freely given, specific, informed, and unambiguous. - - Implement proper data retention and deletion policies. - - Provide easy access to consent history and preferences. - - ## Error Handling - - The API uses standard HTTP status codes and returns detailed error information to help with troubleshooting: - - - `400 Bad Request`: Invalid request format or missing required fields - - `401 Unauthorized`: Invalid or missing authentication token - - `403 Forbidden`: Insufficient permissions for the requested operation - - `404 Not Found`: Requested organization or resource not found - - `500 Internal Server Error`: Unexpected server error - - ## Rate Limits - - To ensure fair usage and system stability, the Shopper Consent API implements rate limiting. Refer to the response headers for current rate limit status and adjust your integration accordingly. -servers: - - url: https://{shortCode}.api.commercecloud.salesforce.com/shopper/shopper-consents/v1 - variables: - shortCode: - default: shortCode -paths: - /organizations/{organizationId}/subscriptions: - get: - summary: Get shopper consent preferences - description: Retrieve all subcription preferences for the shopper (authenticated or guest) - operationId: getSubscriptions - parameters: - - $ref: '#/components/parameters/organizationId' - - $ref: '#/components/parameters/siteId' - - $ref: '#/components/parameters/locale' - - $ref: '#/components/parameters/tags' - responses: - '200': - description: | - Successfully retrieved subscription preferences. - content: - application/json: - schema: - $ref: '#/components/schemas/ConsentSubscriptionResponse' - examples: - ConsentSubscriptionResponseAuthenticated: - $ref: '#/components/examples/ConsentSubscriptionResponseAuthenticated' - ConsentSubscriptionResponseGuest: - $ref: '#/components/examples/ConsentSubscriptionResponseGuest' - '400': - description: | - Error retrieving subscription preferences - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ErrorResponse' - examples: - ConsentSubscriptionError: - $ref: '#/components/examples/ConsentSubscriptionError' - security: - - ShopperToken: - - sfcc.shopper-consents - post: - summary: Update shopper subscription preferences - description: Update the consent status for a given subscription. - operationId: updateSubscription - parameters: - - $ref: '#/components/parameters/organizationId' - - $ref: '#/components/parameters/siteId' - - $ref: '#/components/parameters/locale' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/ConsentSubscriptionRequest' - examples: - ConsentSubscriptionUpdateRequest: - $ref: '#/components/examples/ConsentSubscriptionUpdateRequest' - responses: - '200': - description: | - Successfully created or updated consent status. - content: - application/json: - schema: - $ref: '#/components/schemas/ConsentSubscription' - examples: - ConsentSubscriptionUpdateResponse: - $ref: '#/components/examples/ConsentSubscriptionUpdateResponse' - '400': - description: | - Error updating consent status - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ErrorResponse' - examples: - ConsentSubscriptionUpdateError: - $ref: '#/components/examples/ConsentSubscriptionUpdateError' - security: - - ShopperToken: - - sfcc.shopper-consents.rw -components: - securitySchemes: - ShopperToken: - type: oauth2 - description: "ShopperToken authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. \nFor a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary).\nA shopper token allows you to access the Shopper API endpoints B2C Commerce API. These endpoints can be used to build headless storefronts and other applications.\nThe `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token.\n" - flows: - clientCredentials: - tokenUrl: https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token - scopes: - sfcc:shopper-consents: Allows read operations on shopper consents - authorizationCode: - authorizationUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize - tokenUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token - scopes: - sfcc.shopper-consents.rw: Allows read/write operations on shopper consents - schemas: - OrganizationId: - description: An identifier for the organization the request is being made by - example: f_ecom_zzxy_prd - type: string - minLength: 1 - maxLength: 32 - SiteId: - minLength: 1 - maxLength: 32 - description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites - example: RefArch - type: string - LanguageCountry: - pattern: ^[a-z][a-z]-[A-Z][A-Z]$ - description: A concatenated version of the standard Language and Country codes, combined with a hyphen '`-`'. - example: en-US - type: string - LanguageCode: - pattern: ^[a-z][a-z]$ - description: A two letter lowercase language code conforming to the [ISO 639-1](https://www.iso.org/iso-639-language-codes.html) standard. Additionally, this may be used to submit requests with the header parameter `Accept-Language`, following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). - example: en - type: string - DefaultFallback: - default: default - description: A specialized value indicating the system default values for locales. - example: default - enum: - - default - type: string - LocaleCode: - description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. - oneOf: - - $ref: '#/components/schemas/LanguageCountry' - - $ref: '#/components/schemas/LanguageCode' - - $ref: '#/components/schemas/DefaultFallback' - Tag: - type: string - description: Filter criteria for consent subscriptions - minLength: 1 - maxLength: 256 - example: homepage_banner - SubscriptionId: - type: string - description: Identifier for the communication subscription - minLength: 1 - maxLength: 255 - pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$ - example: weekly-newsletter - ConsentId: - type: string - minLength: 19 - maxLength: 339 - description: | - Identifier for the shopper communication subscription consent -- formatted as `#` - example: - - jack.sparrow@salesforce.com#0eBWs0000001HmnMAE - - +1 424 535 3546#0eBWs0000001HmnMAE - ContactPointValue: - type: string - minLength: 3 - maxLength: 320 - description: | - The customer's contact point value, polymorphic based on the channel type as below: - - `sms` - Subject's phone number in E.164 format, ex: `+1 424 535 3546` - - `email` - Subject's email address in RFC 5321 & RFC 5322 format, ex: `jack.sparrow@salesforce.com` - example: - - jack.sparrow@salesforce.com - - +1 424 535 3546 - SubscriptionChannel: - type: string - enum: - - email - - sms - - push_notification - - in_app - - postal_mail - - whatsapp - example: - - email - - sms - - push_notification - - in_app - - postal_mail - - whatsapp - ConsentStatus: - type: string - description: The consent status of the subscription as supplied or recorded by this system - enum: - - opt_in - - opt_out - example: - - opt_in - - opt_out - SubscriptionTitle: - type: string - minLength: 1 - maxLength: 255 - example: Weekly Newsletter - SubscriptionSubtitle: - type: string - minLength: 1 - maxLength: 255 - example: Get our weekly newsletter with the latest updates - ConsentSubscription: - type: object - required: - - subscriptionId - - channel - properties: - subscriptionId: - $ref: '#/components/schemas/SubscriptionId' - consentId: - $ref: '#/components/schemas/ConsentId' - contactPointValue: - $ref: '#/components/schemas/ContactPointValue' - channel: - $ref: '#/components/schemas/SubscriptionChannel' - status: - $ref: '#/components/schemas/ConsentStatus' - title: - $ref: '#/components/schemas/SubscriptionTitle' - subtitle: - $ref: '#/components/schemas/SubscriptionSubtitle' - tags: - type: array - items: - $ref: '#/components/schemas/Tag' - minItems: 0 - maxItems: 10 - example: - - homepage_banner - - user_profile - ConsentSubscriptionResponse: - type: object - description: Collection wrapper of consent subscriptions - required: - - data - properties: - data: - type: array - minItems: 0 - maxItems: 50 - items: - $ref: '#/components/schemas/ConsentSubscription' - ErrorResponse: - type: object - additionalProperties: true - properties: - title: - description: "A short, human-readable summary of the problem\ntype. It will not change from occurrence to occurrence of the \nproblem, except for purposes of localization\n" - type: string - maxLength: 256 - example: You do not have enough credit - type: - description: | - A URI reference [RFC3986] that identifies the - problem type. This specification encourages that, when - dereferenced, it provide human-readable documentation for the - problem type (e.g., using HTML [W3C.REC-html5-20141028]). When - this member is not present, its value is assumed to be - "about:blank". It accepts relative URIs; this means - that they must be resolved relative to the document's base URI, as - per [RFC3986], Section 5. - type: string - maxLength: 2048 - example: NotEnoughMoney - detail: - description: A human-readable explanation specific to this occurrence of the problem. - type: string - example: Your current balance is 30, but that costs 50 - instance: - description: | - A URI reference that identifies the specific - occurrence of the problem. It may or may not yield further - information if dereferenced. It accepts relative URIs; this means - that they must be resolved relative to the document's base URI, as - per [RFC3986], Section 5. - type: string - maxLength: 2048 - example: /account/12345/msgs/abc - required: - - title - - type - - detail - ConsentSubscriptionRequest: - type: object - description: Consent subscription update request - required: - - subscriptionId - - contactPointValue - - channel - - status - properties: - subscriptionId: - $ref: '#/components/schemas/SubscriptionId' - contactPointValue: - $ref: '#/components/schemas/ContactPointValue' - channel: - $ref: '#/components/schemas/SubscriptionChannel' - status: - $ref: '#/components/schemas/ConsentStatus' - parameters: - organizationId: - description: An identifier for the organization the request is being made by - name: organizationId - in: path - required: true - example: f_ecom_zzxy_prd - schema: - $ref: '#/components/schemas/OrganizationId' - siteId: - description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. - name: siteId - in: query - required: true - examples: - SiteId: - value: RefArch - schema: - $ref: '#/components/schemas/SiteId' - locale: - description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. - name: locale - in: query - examples: - LanguageCountry: - value: en-US - CountryCode: - value: US - schema: - $ref: '#/components/schemas/LocaleCode' - tags: - description: Optional parameter of 0 or more query string values which act as a filtering criteria. Multiple values are treated with `OR` logic, and absence of a value indicates no filtering by tag is desired. - name: tags - in: query - required: false - schema: - type: array - items: - $ref: '#/components/schemas/Tag' - minItems: 0 - maxItems: 10 - style: form - explode: false - examples: - one: - summary: One tag filter - value: - - homepage_banner - multiple: - summary: Multiple tag filters (ORs) - value: - - homepage_banner - - user_profile - - checkout - - registration - examples: - ConsentSubscriptionResponseAuthenticated: - summary: AUTHENTICATED shopper's available consent subscriptions - value: - data: - - subscriptionId: weekly-newsletter - contactPointValue: test@test.com - channel: email - status: opt_in - title: Weekly Newsletter - subtitle: Get our weekly newsletter with the latest updates. - tags: - - homepage_banner - - user_profile - - subscriptionId: weekly-newsletter - contactPointValue: +1 555 321 7654 - channel: whatsapp - status: opt_in - title: Weekly Newsletter - subtitle: Get our weekly newsletter with the latest updates. - tags: - - user_profile - - subscriptionId: promotional-offers - contactPointValue: +1 555 123 4567 - channel: sms - status: opt_out - title: Promotional Offers - subtitle: Receive special promotional offers. - tags: - - checkout - ConsentSubscriptionResponseGuest: - summary: GUEST shopper's available consent subscriptions - value: - data: - - subscriptionId: weekly-newsletter - channel: email - title: Weekly Newsletter - subtitle: Get our weekly newsletter with the latest updates. - tags: - - homepage_banner - - user_profile - - subscriptionId: weekly-newsletter - channel: whatsapp - title: Weekly Newsletter - subtitle: Get our weekly newsletter with the latest updates. - tags: - - user_profile - - subscriptionId: promotional-offers - channel: sms - title: Promotional Offers - subtitle: Receive special promotional offers. - tags: - - checkout - ConsentSubscriptionError: - value: - title: Error Retrieving Consent Subscription - type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request - detail: Error retrieving consent subscription. - ConsentSubscriptionUpdateRequest: - summary: Shopper's consent subscription update request - value: - subscriptionId: weekly-newsletter - contactPointValue: test@test.com - channel: email - status: opt_in - ConsentSubscriptionUpdateResponse: - summary: Shopper's consent subscription update response - value: - subscriptionId: weekly-newsletter - contactPointValue: test@test.com - channel: email - status: opt_in - title: Weekly Newsletter - subtitle: Get our weekly newsletter with the latest updates. - tags: - - homepage_banner - - user_profile - ConsentSubscriptionUpdateError: - value: - title: Error Updating Consent Subscription - type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/validation - detail: Consent subscription could not be updated. diff --git a/apis/shopper-consents-oas-1.1.2/exchange.json b/apis/shopper-consents-oas-1.1.4/exchange.json similarity index 93% rename from apis/shopper-consents-oas-1.1.2/exchange.json rename to apis/shopper-consents-oas-1.1.4/exchange.json index 07657dcb..a364781f 100644 --- a/apis/shopper-consents-oas-1.1.2/exchange.json +++ b/apis/shopper-consents-oas-1.1.4/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Consents OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-consents-oas", - "version": "1.1.2", + "version": "1.1.4", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-consents-oas-1.1.4/shopper-consents-oas-v1-public.yaml b/apis/shopper-consents-oas-1.1.4/shopper-consents-oas-v1-public.yaml new file mode 100644 index 00000000..09c1221a --- /dev/null +++ b/apis/shopper-consents-oas-1.1.4/shopper-consents-oas-v1-public.yaml @@ -0,0 +1,767 @@ +openapi: 3.0.3 +info: + x-api-type: Shopper + x-api-family: Shopper + title: Shopper Consents + version: 1.1.4 + description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-consents/shopper-consents-oas-v1-public.yaml)\n\n# API Overview\n\nThe Shopper Consent API offers a centralized method for managing shopper consent. With this API, shoppers can view and update subscription preferences for marketing communications across various channels. This API controls how and where shoppers receive marketing messages while ensuring compliance with privacy regulations.\n\nThe Shopper Consent API provides sensible defaults for optional fields to simplify integration:\n- Consent Type: Defaults to \"marketing\" for marketing communications.\n- Consent Required: Defaults to false, making subscriptions optional by default.\n- Default Status: Defaults to \"opt_out\" to respect privacy-first principles.\n- Tags: Defaults to an empty array when not specified.\n\n## Authentication & Authorization\n\nThe Shopper Consent API requires a shopper access token from the Shopper Login and API Access Service (SLAS).\n\nYou must include the relevant scope(s) in the client ID used to generate the SLAS token.\n\n- `sfcc.shopper-consents`: Required for reading communication subscription data (GET operations).\n- `sfcc.shopper-consents.rw`: Required for creating and modifying communication subscription consent data (POST operations).\n\nFor a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\nFor details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html) in the SLAS guides. \n\n## Data Model\n\n### Subscriptions\nSubscriptions represent a shopper's consent to receive specific types of marketing communications. Each subscription includes:\n\n- Subscription Id: Descriptive identifier\n- Channels: Array of communication methods - Email, SMS, or WhatsApp\n- Consent Type: Marketing or legal subscription classification\n- Consent Required: Whether the subscription is mandatory for the shopper\n- Default Status: Default opt-in or opt-out behavior\n- Consent Status: Array of status entries for each channel showing current opt-in or opt-out status (conditionally returned based on expand parameter)\n- Rich Display Information: \n - Title: Simple localized string for subscription name\n - Subtitle: Simple localized string with HTML markup support for descriptions\n - Localized content determined by the locale parameter\n- Tags: Categorical tags indicating where the subscription option can appear (defaults to empty array, max 10 tags)\n\n### Channels\nChannels define the communication methods available for a subscription:\n- `email`: Email communications\n- `sms`: SMS/text messages\n- `whatsapp`: WhatsApp messaging\n\n### Tags\nTags indicate where subscription options are displayed in your shopper experience. Tags are also accepted as optional filtering parameters in the retrieval of shopper consent subscriptions. For example:\n- `homepage_banner`: Main website homepage\n- `registration`: Shopper registration form\n- `checkout`: Checkout flow\n- `user_profile`: User profile management section\n\n## Use Cases\n\n### Retrieve communication subscriptions\n\nRetrieve relevant communication subscription options with rich display information.\n - Communication subscription options can be filtered by one or more qualifying tags.\n - Use the `expand` parameter to conditionally include subscription status.\n\n### Update individual subscription consent\n\nUpdate consent status for a single subscription with simple request/response pattern.\n\n### Bulk subscription updates\n\nEfficiently manage multiple subscription preferences with a single request.\n - Update 1-50 subscriptions per bulk request.\n - Partial success handling with detailed error reporting for failed updates.\n\n## Advanced Features\n\n### Expand Parameter\n\nThe `expand` parameter provides conditional field inclusion:\n- `expand=[]` (default): Returns basic subscription information\n- `expand=[\"consentStatus\"]`: Include consent status information in the response\n- Future expansion may include additional fields\n\n## Best Practices\n\n- Use single subscription updates for real-time, interactive preference changes.\n- Use bulk operations when updating multiple subscriptions to reduce API calls and improve performance.\n- Only request status information when needed using the expand parameter to reduce latency." +servers: + - url: https://{shortCode}.api.commercecloud.salesforce.com/shopper/shopper-consents/v1 + variables: + shortCode: + default: shortCode +paths: + /organizations/{organizationId}/subscriptions: + get: + summary: Get shopper consent preferences + description: "Retrieve all subscription preferences for the shopper (authenticated or guest).\n\nUse the 'expand' parameter to include additional fields in the response:\n- expand=[\"consentStatus\"]: Include subscription status information\n- expand=[]: Default behavior, excludes status for privacy and performance\n\nThe expand parameter provides privacy benefits by not exposing sensitive status \ninformation unless explicitly requested.\n" + operationId: getSubscriptions + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + - $ref: '#/components/parameters/tags' + - $ref: '#/components/parameters/expand' + responses: + '200': + description: | + Successfully retrieved subscription preferences. + content: + application/json: + schema: + $ref: '#/components/schemas/ConsentSubscriptionResponse' + examples: + ConsentSubscriptionResponseAuthenticated: + $ref: '#/components/examples/ConsentSubscriptionResponseAuthenticated' + ConsentSubscriptionResponseAuthenticatedExpanded: + $ref: '#/components/examples/ConsentSubscriptionResponseAuthenticatedExpanded' + ConsentSubscriptionResponseGuest: + $ref: '#/components/examples/ConsentSubscriptionResponseGuest' + '400': + description: | + Error retrieving subscription preferences + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + ConsentSubscriptionError: + $ref: '#/components/examples/ConsentSubscriptionError' + security: + - ShopperToken: + - sfcc.shopper-consents + - sfcc.shopper-consents.rw + post: + summary: Update shopper subscription preference + description: Update the consent status for a single subscription. + operationId: updateSubscription + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/ConsentSubscriptionRequest' + examples: + ConsentSubscriptionUpdateRequest: + $ref: '#/components/examples/ConsentSubscriptionUpdateRequest' + responses: + '200': + description: | + Subscription update completed successfully. + content: + application/json: + schema: + $ref: '#/components/schemas/ConsentSubscriptionUpdateResponse' + examples: + ConsentSubscriptionUpdateResponseSuccess: + $ref: '#/components/examples/ConsentSubscriptionUpdateResponseSuccess' + '400': + description: | + Error with request format or validation + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + ConsentSubscriptionUpdateError: + $ref: '#/components/examples/ConsentSubscriptionUpdateError' + security: + - ShopperToken: + - sfcc.shopper-consents.rw + /organizations/{organizationId}/subscriptions/actions/bulk: + post: + summary: Update shopper subscription preferences + description: Update the consent status for multiple subscriptions in a single bulk request. Supports 1-50 subscription updates per request with partial success handling. + operationId: updateSubscriptions + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/ConsentSubscriptionBulkRequest' + examples: + ConsentSubscriptionBulkUpdateRequest: + $ref: '#/components/examples/ConsentSubscriptionBulkUpdateRequest' + responses: + '200': + description: | + All subscription updates completed successfully. + content: + application/json: + schema: + $ref: '#/components/schemas/ConsentSubscriptionBulkResponse' + examples: + ConsentSubscriptionBulkUpdateResponseSuccess: + $ref: '#/components/examples/ConsentSubscriptionBulkUpdateResponseSuccess' + '207': + description: | + Partial success - some subscription updates succeeded, others failed. + content: + application/json: + schema: + $ref: '#/components/schemas/ConsentSubscriptionBulkResponse' + examples: + ConsentSubscriptionBulkUpdateResponsePartial: + $ref: '#/components/examples/ConsentSubscriptionBulkUpdateResponsePartial' + '400': + description: | + Error with bulk request format or validation + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + BulkValidationError: + $ref: '#/components/examples/BulkValidationError' + security: + - ShopperToken: + - sfcc.shopper-consents.rw +components: + securitySchemes: + ShopperToken: + type: oauth2 + description: "ShopperToken authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. \nFor a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary).\nA shopper token allows you to access the Shopper API endpoints B2C Commerce API. These endpoints can be used to build headless storefronts and other applications.\nThe `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token.\n" + flows: + clientCredentials: + tokenUrl: https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + scopes: + sfcc.shopper-consents: Allows read operations on shopper consents + sfcc.shopper-consents.rw: Allows read/write operations on shopper consents + authorizationCode: + authorizationUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + tokenUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + scopes: + sfcc.shopper-consents: Allows read operations on shopper consents + sfcc.shopper-consents.rw: Allows read/write operations on shopper consents + schemas: + OrganizationId: + description: An identifier for the organization the request is being made by + example: f_ecom_zzxy_prd + type: string + minLength: 1 + maxLength: 32 + SiteId: + minLength: 1 + maxLength: 32 + description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites + example: RefArch + type: string + LanguageCountry: + pattern: ^[a-z][a-z]-[A-Z][A-Z]$ + description: A concatenated version of the standard Language and Country codes, combined with a hyphen '`-`'. + example: en-US + type: string + LanguageCode: + pattern: ^[a-z][a-z]$ + description: A two letter lowercase language code conforming to the [ISO 639-1](https://www.iso.org/iso-639-language-codes.html) standard. Additionally, this may be used to submit requests with the header parameter `Accept-Language`, following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). + example: en + type: string + DefaultFallback: + default: default + description: A specialized value indicating the system default values for locales. + pattern: ^default$ + example: default + type: string + LocaleCode: + description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. + oneOf: + - $ref: '#/components/schemas/LanguageCountry' + - $ref: '#/components/schemas/LanguageCode' + - $ref: '#/components/schemas/DefaultFallback' + Tag: + type: string + description: Filter criteria for consent subscriptions + minLength: 1 + maxLength: 256 + example: homepage_banner + SubscriptionId: + type: string + description: Identifier for the communication subscription + minLength: 1 + maxLength: 255 + pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$ + example: weekly-newsletter + ChannelType: + type: string + enum: + - email + - sms + - whatsapp + example: email + SubscriptionChannel: + type: array + items: + $ref: '#/components/schemas/ChannelType' + minItems: 1 + maxItems: 3 + uniqueItems: true + example: + - email + - sms + ContactPointValue: + type: string + minLength: 3 + maxLength: 320 + description: | + The customer's contact point value, polymorphic based on the channel type as below: + - `sms` - Subject's phone number in E.164 format, ex: `+1 424 535 3546` + - `email` - Subject's email address in RFC 5321 & RFC 5322 format, ex: `jack.sparrow@salesforce.com` + example: jack.sparrow@salesforce.com + ConsentStatus: + type: string + description: The consent status of the subscription as supplied or recorded by this system + enum: + - opt_in + - opt_out + example: opt_in + SubscriptionStatusEntry: + type: object + description: Individual subscription status entry for a specific channel + required: + - channel + - contactPointValue + - status + properties: + channel: + $ref: '#/components/schemas/ChannelType' + contactPointValue: + $ref: '#/components/schemas/ContactPointValue' + status: + $ref: '#/components/schemas/ConsentStatus' + example: + channel: email + contactPointValue: john.doe@example.com + status: opt_in + additionalProperties: false + SubscriptionStatusArray: + type: array + description: Array of subscription status entries for different channels + items: + $ref: '#/components/schemas/SubscriptionStatusEntry' + minItems: 0 + maxItems: 10 + example: + - channel: email + contactPointValue: john.doe@example.com + status: opt_in + - channel: sms + contactPointValue: +1 555 123 4567 + status: opt_out + SubscriptionTitle: + type: string + description: The localized title of the subscription for shopper displays + minLength: 1 + maxLength: 255 + example: Weekly Newsletter + SubscriptionSubtitle: + type: string + description: The localized subtitle of the subscription for shopper displays, may contain HTML markup + minLength: 1 + maxLength: 2000 + example: Stay informed about new features. Learn more + ConsentSubscription: + type: object + required: + - subscriptionId + - channels + properties: + subscriptionId: + $ref: '#/components/schemas/SubscriptionId' + channels: + $ref: '#/components/schemas/SubscriptionChannel' + consentStatus: + $ref: '#/components/schemas/SubscriptionStatusArray' + description: "Subscription status information across different channels. This field is only included in the response \nwhen the 'expand' parameter contains \"consentStatus\". For privacy and performance \nreasons, status is not returned by default.\n" + title: + $ref: '#/components/schemas/SubscriptionTitle' + subtitle: + $ref: '#/components/schemas/SubscriptionSubtitle' + tags: + type: array + items: + $ref: '#/components/schemas/Tag' + minItems: 0 + maxItems: 10 + default: [] + example: + - homepage_banner + - user_profile + consentType: + type: string + enum: + - marketing + - legal + description: Type of consent subscription + default: marketing + example: marketing + consentRequired: + type: boolean + description: Whether this subscription is mandatory for the user + default: false + example: false + defaultStatus: + type: string + enum: + - opt_in + - opt_out + description: Default consent status for this subscription + default: opt_out + example: opt_out + ConsentSubscriptionResponse: + type: object + description: Collection wrapper of consent subscriptions + required: + - data + properties: + data: + type: array + minItems: 0 + maxItems: 50 + items: + $ref: '#/components/schemas/ConsentSubscription' + ErrorResponse: + type: object + additionalProperties: true + properties: + title: + description: "A short, human-readable summary of the problem\ntype. It will not change from occurrence to occurrence of the \nproblem, except for purposes of localization\n" + type: string + maxLength: 256 + example: You do not have enough credit + type: + description: | + A URI reference [RFC3986] that identifies the + problem type. This specification encourages that, when + dereferenced, it provide human-readable documentation for the + problem type (e.g., using HTML [W3C.REC-html5-20141028]). When + this member is not present, its value is assumed to be + "about:blank". It accepts relative URIs; this means + that they must be resolved relative to the document's base URI, as + per [RFC3986], Section 5. + type: string + maxLength: 2048 + example: NotEnoughMoney + detail: + description: A human-readable explanation specific to this occurrence of the problem. + type: string + example: Your current balance is 30, but that costs 50 + instance: + description: | + A URI reference that identifies the specific + occurrence of the problem. It may or may not yield further + information if dereferenced. It accepts relative URIs; this means + that they must be resolved relative to the document's base URI, as + per [RFC3986], Section 5. + type: string + maxLength: 2048 + example: /account/12345/msgs/abc + required: + - title + - type + - detail + ConsentSubscriptionRequest: + type: object + description: Consent subscription update request + required: + - subscriptionId + - contactPointValue + - channel + - status + properties: + subscriptionId: + $ref: '#/components/schemas/SubscriptionId' + contactPointValue: + $ref: '#/components/schemas/ContactPointValue' + channel: + $ref: '#/components/schemas/ChannelType' + status: + $ref: '#/components/schemas/ConsentStatus' + ConsentSubscriptionUpdateResponse: + type: object + description: Single subscription update response + required: + - subscriptionId + - contactPointValue + - channel + - status + properties: + subscriptionId: + $ref: '#/components/schemas/SubscriptionId' + channel: + $ref: '#/components/schemas/ChannelType' + contactPointValue: + $ref: '#/components/schemas/ContactPointValue' + status: + $ref: '#/components/schemas/ConsentStatus' + ConsentSubscriptionBulkRequest: + type: object + description: Bulk request for updating multiple consent subscriptions + required: + - subscriptions + properties: + subscriptions: + type: array + items: + $ref: '#/components/schemas/ConsentSubscriptionRequest' + minItems: 1 + maxItems: 50 + description: Array of subscription consent updates to process + example: + - subscriptionId: weekly-newsletter + channel: email + contactPointValue: john.doe@example.com + status: opt_in + - subscriptionId: sms-alerts + channel: sms + contactPointValue: +1 555 123 4567 + status: opt_out + ConsentSubscriptionError: + type: object + description: Error details for failed subscription updates + required: + - code + - message + properties: + code: + type: string + description: Error code indicating the type of failure + maxLength: 100 + example: INVALID_CONTACT_POINT + message: + type: string + description: Human-readable error message + maxLength: 500 + example: Invalid email address format + details: + type: object + description: Additional error details + example: + field: contactPointValue + provided: invalid-email + additionalProperties: false + ConsentSubscriptionResult: + type: object + description: Individual subscription update result with input parameters + required: + - subscriptionId + - contactPointValue + - channel + - status + - success + properties: + subscriptionId: + $ref: '#/components/schemas/SubscriptionId' + channel: + $ref: '#/components/schemas/ChannelType' + contactPointValue: + $ref: '#/components/schemas/ContactPointValue' + status: + $ref: '#/components/schemas/ConsentStatus' + success: + type: boolean + description: Whether the subscription update was successful + example: true + error: + $ref: '#/components/schemas/ConsentSubscriptionError' + description: Error details (present when success is false) + ConsentSubscriptionBulkResponse: + type: object + description: Bulk response with results for each subscription update request + required: + - results + properties: + results: + type: array + items: + $ref: '#/components/schemas/ConsentSubscriptionResult' + description: Results for each subscription update request + parameters: + organizationId: + description: An identifier for the organization the request is being made by + name: organizationId + in: path + required: true + example: f_ecom_zzxy_prd + schema: + $ref: '#/components/schemas/OrganizationId' + siteId: + description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. + name: siteId + in: query + required: true + examples: + SiteId: + value: RefArch + schema: + $ref: '#/components/schemas/SiteId' + locale: + description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. + name: locale + in: query + examples: + LanguageCountry: + value: en-US + CountryCode: + value: US + schema: + $ref: '#/components/schemas/LocaleCode' + tags: + description: Optional parameter of 0 or more query string values which act as a filtering criteria. Multiple values are treated with `OR` logic, and absence of a value indicates no filtering by tag is desired. + name: tags + in: query + required: false + schema: + type: array + items: + $ref: '#/components/schemas/Tag' + minItems: 0 + maxItems: 10 + style: form + explode: false + examples: + one: + summary: One tag filter + value: + - homepage_banner + multiple: + summary: Multiple tag filters (ORs) + value: + - homepage_banner + - user_profile + - checkout + - registration + expand: + description: "Optional parameter to expand response with additional fields. \nAccepts an array of field names to include in the response.\nCurrently supports:\n- \"consentStatus\": Include consent status information in the response\n\nFuture expansions may include additional fields.\n" + name: expand + in: query + required: false + schema: + type: array + items: + type: string + enum: + - consentStatus + example: consentStatus + uniqueItems: true + default: [] + minItems: 0 + maxItems: 10 + style: form + explode: false + examples: + empty: + summary: No expansion (default behavior) + value: [] + consentStatus: + summary: Include status information + value: + - consentStatus + examples: + ConsentSubscriptionResponseAuthenticated: + summary: AUTHENTICATED shopper's available consent subscriptions + value: + data: + - subscriptionId: weekly-newsletter + channels: + - email + - whatsapp + title: Weekly Newsletter + subtitle: Get our weekly newsletter with the latest updates. Learn more + consentType: marketing + consentRequired: false + defaultStatus: opt_out + tags: + - homepage_banner + - user_profile + - subscriptionId: promotional-offers + channels: + - sms + title: Promotional Offers + subtitle: Receive special promotional offers. View terms + consentType: marketing + consentRequired: false + defaultStatus: opt_out + tags: + - checkout + ConsentSubscriptionResponseAuthenticatedExpanded: + summary: AUTHENTICATED shopper's consent subscriptions with expand=["consentStatus"] + value: + data: + - subscriptionId: weekly-newsletter + channels: + - email + - whatsapp + consentStatus: + - channel: email + contactPointValue: customer@example.com + status: opt_in + - channel: whatsapp + contactPointValue: +1 555 123 4567 + status: opt_out + title: Weekly Newsletter + subtitle: Get our weekly newsletter with the latest updates. Learn more + consentType: marketing + consentRequired: false + defaultStatus: opt_out + tags: + - homepage_banner + - user_profile + - subscriptionId: promotional-offers + channels: + - sms + consentStatus: + - channel: sms + contactPointValue: +1 555 987 6543 + status: opt_out + title: Promotional Offers + subtitle: Receive special promotional offers. View terms + consentType: marketing + consentRequired: false + defaultStatus: opt_out + tags: + - checkout + - user_profile + - subscriptionId: privacy-policy-updates + channels: + - email + consentStatus: + - channel: email + contactPointValue: customer@example.com + status: opt_in + title: Privacy Policy Updates + subtitle: Important updates to our privacy policy. Read policy + consentType: legal + consentRequired: true + defaultStatus: opt_in + tags: + - registration + ConsentSubscriptionResponseGuest: + summary: GUEST shopper's available consent subscriptions + value: + data: + - subscriptionId: weekly-newsletter + channels: + - email + - whatsapp + title: Weekly Newsletter + subtitle: Get our weekly newsletter with the latest updates. Learn more + consentType: marketing + consentRequired: false + defaultStatus: opt_out + tags: + - homepage_banner + - user_profile + - subscriptionId: promotional-offers + channels: + - sms + title: Promotional Offers + subtitle: Receive special promotional offers. View terms + consentType: marketing + consentRequired: false + defaultStatus: opt_out + tags: + - checkout + ConsentSubscriptionError: + value: + title: Error Retrieving Consent Subscription + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request + detail: Error retrieving consent subscription. + ConsentSubscriptionUpdateRequest: + summary: Single subscription update request + value: + subscriptionId: weekly-newsletter + contactPointValue: john.doe@example.com + channel: email + status: opt_in + ConsentSubscriptionUpdateResponseSuccess: + summary: Single subscription update successful (200 response) + value: + subscriptionId: weekly-newsletter + contactPointValue: john.doe@example.com + channel: email + status: opt_in + ConsentSubscriptionUpdateError: + value: + title: Error Updating Consent Subscription + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/validation + detail: Consent subscription could not be updated. + ConsentSubscriptionBulkUpdateRequest: + summary: Bulk subscription update request + value: + subscriptions: + - subscriptionId: weekly-newsletter + contactPointValue: john.doe@example.com + channel: email + status: opt_in + - subscriptionId: sms-alerts + contactPointValue: +1 555 123 4567 + channel: sms + status: opt_out + ConsentSubscriptionBulkUpdateResponseSuccess: + summary: All subscription updates successful (200 response) + value: + results: + - subscriptionId: weekly-newsletter + contactPointValue: john.doe@example.com + channel: email + status: opt_in + success: true + - subscriptionId: sms-alerts + contactPointValue: +1 555 123 4567 + channel: sms + status: opt_out + success: true + ConsentSubscriptionBulkUpdateResponsePartial: + summary: Partial success - some updates failed (207 response) + value: + results: + - subscriptionId: weekly-newsletter + contactPointValue: john.doe@example.com + channel: email + status: opt_in + success: true + - subscriptionId: sms-alerts + contactPointValue: invalid-phone + channel: sms + status: opt_out + success: false + error: + code: INVALID_CONTACT_POINT + message: Invalid phone number format + details: + field: contactPointValue + provided: invalid-phone + BulkValidationError: + value: + title: Bulk Request Validation Error + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/validation + detail: One or more validation errors occurred in the bulk request. + instance: /organizations/f_ecom_zzrf_001/subscriptions diff --git a/apis/shopper-context-oas-1.1.2/exchange.json b/apis/shopper-context-oas-1.1.3/exchange.json similarity index 93% rename from apis/shopper-context-oas-1.1.2/exchange.json rename to apis/shopper-context-oas-1.1.3/exchange.json index bbe3bee5..4a72a9a0 100644 --- a/apis/shopper-context-oas-1.1.2/exchange.json +++ b/apis/shopper-context-oas-1.1.3/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Context OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-context-oas", - "version": "1.1.2", + "version": "1.1.3", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-context-oas-1.1.2/shopper-context-oas-v1-public.yaml b/apis/shopper-context-oas-1.1.3/shopper-context-oas-v1-public.yaml similarity index 95% rename from apis/shopper-context-oas-1.1.2/shopper-context-oas-v1-public.yaml rename to apis/shopper-context-oas-1.1.3/shopper-context-oas-v1-public.yaml index a38269d3..8267f56f 100644 --- a/apis/shopper-context-oas-1.1.2/shopper-context-oas-v1-public.yaml +++ b/apis/shopper-context-oas-1.1.3/shopper-context-oas-v1-public.yaml @@ -3,8 +3,8 @@ info: x-api-type: Shopper x-api-family: Shopper title: Shopper Context - version: 1.1.2 - description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-context/shopper-context-oas-v1-public.yaml)\n\n# API Overview\n\nWith the Shopper Context API, you can set any context information as a key/value pair and use it to retrieve personalized promotions, payment methods, and shipping methods. The context information that is set is evaluated against the customer group definitions to determine a customer group (shopper segment), and is then used to activate the experiences that are associated with a particular segment, such as promotions.\n\nYou can also get personalized API responses triggered by shopper context from the [Open Commerce API](https://developer.salesforce.com/docs/commerce/b2c-commerce/references/b2c-commerce-ocapi/get-started-with-ocapi.html) (OCAPI). Support for both the B2C Commerce API and OCAPI allows shopper context to be used in hybrid deployments.\n\n**Warning** \nAccess tokens with a scope that includes the Shopper Context API are powerful. They can activate specific promotions and can be used to see how a storefront would be displayed in the future. Don't share them with untrusted clients like web browsers or client apps.\n\nMake Shopper Context calls with a private client and only set shopper context through a secure backend channel. To avoid misuse, do not make direct calls through a browser or similar client in which data can be viewed. \n\nAs part of this, when creating a SLAS public client for a tenant, if you attempt to add the Shopper Context API scope, a warning message is displayed to ensure you are aware of the pitfalls of doing so.\n\n**Note**:\n\nShopper context is valid for 1 day for guest shoppers and 7 days for registered shoppers. To extend the context set, create a new context. As a best practice, refresh your contexts periodically to ensure that the right personalized experience is rendered for your shoppers.\n\n## Authentication & Authorization\n\nThe Shopper Context API requires a shopper access token from the Shopper Login and API Access Service (SLAS).\n\nFor details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html) in the SLAS guides. \n\nAdd `sfcc.shopper-context.rw` to the scopes configuration for the SLAS API client.\n\nFor more information, see [Authorization for Shopper APIs](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-shopper-apis.html) in the Get Started guides.\n\n**Warning**: As with all APIs, never store access tokens in the browser because this creates a security vulnerability.\n\n## Use Cases\n\nFor detailed usage information, see the [Shopper Context guides](https://developer.salesforce.com/docs/commerce/commerce-api/guide/shopper-context-api.html)." + version: 1.1.3 + description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-context/shopper-context-oas-v1-public.yaml)\n\n# API Overview\n\nWith the Shopper Context API, you can set any context information as a key/value pair and use it to retrieve personalized promotions, payment methods, and shipping methods. The context information that is set is evaluated against the customer group definitions to determine a customer group (shopper segment), and is then used to activate the experiences that are associated with a particular segment, such as promotions.\n\nYou can also get personalized API responses triggered by shopper context from the [Open Commerce API](https://developer.salesforce.com/docs/commerce/b2c-commerce/references/b2c-commerce-ocapi/get-started-with-ocapi.html) (OCAPI). Support for both the B2C Commerce API and OCAPI allows shopper context to be used in hybrid deployments.\n\n**Warning** \nAccess tokens with a scope that includes the Shopper Context API are powerful. They can activate specific promotions and can be used to see how a storefront would be displayed in the future. Don't share them with untrusted clients like web browsers or client apps.\n\nMake Shopper Context calls with a private client and only set shopper context through a secure backend channel. To avoid misuse, do not make direct calls through a browser or similar client in which data can be viewed. \n\nAs part of this, when creating a SLAS public client for a tenant, if you attempt to add the Shopper Context API scope, a warning message is displayed to ensure you are aware of the pitfalls of doing so.\n\n**Note**:\n\nShopper context is valid for 1 day for guest shoppers and 7 days for registered shoppers. To extend the context set, create a new context. As a best practice, refresh your contexts periodically to ensure that the right personalized experience is rendered for your shoppers.\n\n## Authentication & Authorization\n\nThe Shopper Context API requires a shopper access token from the Shopper Login and API Access Service (SLAS).\n\nYou must include `sfcc.shopper-context.rw` in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) \n\nFor details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html) in the SLAS guides.\n\nFor more information, see [Authorization for Shopper APIs](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-shopper-apis.html) in the Get Started guides. \n\n**Warning**: As with all APIs, never store access tokens in the browser because this creates a security vulnerability.\n\n## Use Cases\n\nFor detailed usage information, see the [Shopper Context guides](https://developer.salesforce.com/docs/commerce/commerce-api/guide/shopper-context-api.html)." servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/shopper/shopper-context/v1 variables: diff --git a/apis/shopper-customers-oas-1.1.2/exchange.json b/apis/shopper-customers-oas-1.3.2/exchange.json similarity index 93% rename from apis/shopper-customers-oas-1.1.2/exchange.json rename to apis/shopper-customers-oas-1.3.2/exchange.json index d2d72864..66f6bf0a 100644 --- a/apis/shopper-customers-oas-1.1.2/exchange.json +++ b/apis/shopper-customers-oas-1.3.2/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Customers OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-customers-oas", - "version": "1.1.2", + "version": "1.3.2", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-customers-oas-1.1.2/shopper-customers-oas-v1-public.yaml b/apis/shopper-customers-oas-1.3.2/shopper-customers-oas-v1-public.yaml similarity index 92% rename from apis/shopper-customers-oas-1.1.2/shopper-customers-oas-v1-public.yaml rename to apis/shopper-customers-oas-1.3.2/shopper-customers-oas-v1-public.yaml index da507670..21583b05 100644 --- a/apis/shopper-customers-oas-1.1.2/shopper-customers-oas-v1-public.yaml +++ b/apis/shopper-customers-oas-1.3.2/shopper-customers-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Customer title: Shopper Customers - version: 1.1.2 + version: 1.3.2 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-customers/shopper-customers-oas-v1-public.yaml) @@ -13,11 +13,11 @@ info: ## Authentication & Authorization - The client requesting the customer information must have access to the Customer and Product List resources. The API requests pass a system-to-system bearer token in the header of the request. For the trusted system API, the trusted client must first authenticate against Account manager to log in on behalf of a customer. + The client requesting the customer information must have access to the Customer and Product List resources. The Shopper Customer API requires a shopper access token from the Shopper Login and API Access Service (SLAS). - For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. + You must include the relevant scope(s) in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. ## Use Cases @@ -287,6 +287,7 @@ paths: - $ref: '#/components/parameters/customerId' - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/expandCustomer' responses: '200': description: Success @@ -297,6 +298,8 @@ paths: examples: getCustomerSuccess: $ref: '#/components/examples/getCustomerSuccess' + getCustomerSuccessWithSalesforcePayments: + $ref: '#/components/examples/getCustomerSuccessWithSalesforcePayments' '400': description: | CustomerId URL parameter does not match the verified customer represented by the JWT token. @@ -599,6 +602,7 @@ paths: - $ref: '#/components/parameters/from' - $ref: '#/components/parameters/until' - $ref: '#/components/parameters/status' + - $ref: '#/components/parameters/expandCustomersOrders' - $ref: '#/components/parameters/siteId' - name: limit in: query @@ -614,7 +618,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -821,6 +825,58 @@ paths: security: - ShopperToken: - sfcc.shopper-myaccount.paymentinstruments.rw + patch: + summary: Update a customer's payment instrument. This endpoint only accepts a registered customer ShopperToken (JWT). + operationId: updateCustomerPaymentInstrument + parameters: + - $ref: '#/components/parameters/paymentInstrumentId' + - $ref: '#/components/parameters/customerId' + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/siteId' + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/CustomerPaymentInstrumentUpdateRequest' + examples: + UpdateCustomerPaymentInstrumentBody: + $ref: '#/components/examples/UpdateCustomerPaymentInstrumentBody' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/CustomerPaymentInstrument' + examples: + updateCustomerPaymentInstrumentSuccess: + $ref: '#/components/examples/updateCustomerPaymentInstrumentSuccess' + '400': + description: | + Either the CustomerId URL parameter does not match the verified customer represented by the JWT token, or the request contains unsupported fields for update. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + invalidCustomer400: + $ref: '#/components/examples/invalidCustomer400' + updatePaymentInstrumentUnsupportedFields400: + $ref: '#/components/examples/updatePaymentInstrumentUnsupportedFields400' + '404': + description: | + Requested resource not found. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + getCustomer404: + $ref: '#/components/examples/getCustomer404' + security: + - ShopperToken: + - sfcc.shopper-myaccount.paymentinstruments.rw /organizations/{organizationId}/customers/{customerId}/product-lists: get: summary: Return all customer product lists. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -1313,6 +1369,49 @@ paths: security: - ShopperToken: - sfcc.shopper-productlists + /organizations/{organizationId}/product-lists/{listId}/items: + get: + summary: Retrieve all items of a public product list. + description: The possible expansions are product, images, and availability. For images and availability, the product must be expanded as well. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. + operationId: getPublicProductListItems + parameters: + - $ref: '#/components/parameters/listId' + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/expandProductListsItems' + - $ref: '#/components/parameters/siteId' + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/PublicProductListItemResult' + examples: + publicProductListItemsResult: + $ref: '#/components/examples/publicProductListItemsResult' + '400': + description: | + Invalid request parameters + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + getPublicProductListItems400: + $ref: '#/components/examples/getPublicProductListItems400' + '404': + description: | + The specified product list was not found or is not public. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + getPublicProductListItems404: + $ref: '#/components/examples/getPublicProductListItems404' + security: + - ShopperToken: + - sfcc.shopper-productlists /organizations/{organizationId}/product-lists/{listId}/items/{itemId}: get: summary: Retrieve an item from a public product list and the actual product details such as product, image, availability, and price. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken. @@ -1650,6 +1749,32 @@ components: description: The default payment instrument. example: true description: Method for customers to pay for the goods purchased on an ecommerce site. Payment methods include - credit card, debit card, bank account, and gift card. + CustomerPaymentMethodReference: + type: object + properties: + type: + type: string + description: The payment method type. It is read only. + example: card + enum: + - card + - sepa_debit + id: + type: string + description: The gateway ID for the payment method. It is read only. + maxLength: 256 + example: pm_1234567890 + last4: + maxLength: 4 + description: The last four digits of the payment method number. It is read only. + example: 4242 + type: string + accountId: + type: string + description: Account identifier + example: acct_1RegszI5I22eU0I3 + minLength: 1 + maxLength: 100 Customer: description: Person or entity who shops on Commerce Cloud storefronts by creating a shopper account in Commerce Cloud. properties: @@ -1759,6 +1884,11 @@ components: items: $ref: '#/components/schemas/CustomerPaymentInstrument' type: array + paymentMethodReferences: + description: Payment method reference information for Salesforce Payments. + type: array + items: + $ref: '#/components/schemas/CustomerPaymentMethodReference' phoneBusiness: description: The customer's business phone number. example: 555-555-5555 @@ -2174,24 +2304,11 @@ components: type: boolean required: - code - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string CustomerInfo: additionalProperties: title: Additional Property Support @@ -2430,6 +2547,7 @@ components: type: string OrderPaymentInstrument: description: Document representing an order payment instrument. + type: object properties: amount: format: double @@ -2462,7 +2580,58 @@ components: description: The payment method ID. It is read only. example: CREDIT_CARD type: string - type: object + paymentReference: + description: Payment reference information for various payment service providers, only when Salesforce Payments is enabled. + type: object + properties: + paymentReferenceId: + description: Payment reference identifier. Can be payment intent ID for Stripe, PSP reference for Adyen, PayPal order ID for PayPal, or similar identifier for other payment providers. + type: string + maxLength: 256 + example: pi_3N4B2vF0wDjebNCp1234567 + redirectUrl: + description: Redirect URL for payment methods that require user redirection to complete payment. + type: string + format: uri + maxLength: 2048 + example: https://checkout.stripe.com/pay/cs_test_abc123 + gateway: + description: The payment gateway used to process the payment. + example: stripe + type: string + enum: + - stripe + - paypal + - adyen + gatewayProperties: + description: The payment gateway specific properties. + type: object + additionalProperties: false + properties: + stripe: + description: | + # Stripe specific properties. + + - setupFutureUsage: Indicates that you intend to make future payments with this payment method. + - **on_session**: The payment method is intended to be used for a future payment on the same website session. + - **off_session**: The payment method is intended to be used for a future payment on a different website session. + - **null**: The payment method is not intended to be used for a future payment. + - clientSecret: Secret for Stripe client-side payment confirmation. Don't store, log, or expose the client secret to anyone other than the customer, and only use it on pages where TLS is enabled. + - type: string + - maxLength: 256 + - example: "pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abc123" + type: object + additionalProperties: true + paypal: + description: | + # PayPal specific properties. + type: object + additionalProperties: true + adyen: + description: | + # Adyen specific properties. + type: object + additionalProperties: true ProductItem: description: Document representing a product item. additionalProperties: @@ -2591,6 +2760,10 @@ components: a particular shipping method. It is read only. example: 006490dcc338feeafc71c964bf type: string + omsData: + description: Information retrieved from Order Management (OMS) for the product. Only available in context of an order. + allOf: + - $ref: '#/components/schemas/OmsProductData' tax: format: double description: The tax for the product item, not including price adjustments. It is read only. @@ -2843,6 +3016,31 @@ components: type: string required: - id + OmsProductData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." + additionalProperties: false + properties: + status: + description: Order Management (OMS) status + example: ordered + enum: + - ordered + - returned + - canceled + - paid + - reshipped + - fulfilled + - partially_fulfilled + - allocated + - partially_allocated + - return_initiated + type: string + quantityAvailableToCancel: + format: double + description: The quantity that can be cancelled. + example: 2 + type: number + type: object ShipmentId: minLength: 1 type: string @@ -3323,13 +3521,6 @@ components: required: - total type: object - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -3345,9 +3536,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' Offset: @@ -3375,6 +3567,78 @@ components: maxLength: 50 type: string example: '00000410' + OmsShipmentItem: + description: Individual item within a shipment + type: object + additionalProperties: false + properties: + id: + description: Unique identifier for the shipment item + type: string + example: 0OBVF000006603F4AQ + productItemId: + description: Reference to the product item in the order + type: string + example: 10uVF0000002fGnYAI + quantity: + description: Quantity of product items with the referenced productItemId in this shipment + type: number + format: double + example: 2 + OmsShipment: + description: Shipment information from Salesforce Order Management created during fulfillment process. See https://developer.salesforce.com/docs/atlas.en-us.230.0.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_fulfillmentorder.htm for more information. + type: object + additionalProperties: false + properties: + id: + description: Unique identifier for the shipment + type: string + example: 0OBVF000000003F4AQ + status: + description: Current status of the shipment + type: string + example: shipped + provider: + description: Shipping provider name + type: string + example: UPS + trackingNumber: + description: Tracking number for the shipment + type: string + example: '123456789' + trackingUrl: + description: URL to track the shipment + type: string + example: https://www.ups.com/track?loc=en_US&tracknum=123456789 + expectedDeliveryDate: + description: Expected delivery date and time + type: string + format: date-time + example: 2025-11-12T20:00:00.000+0000 + actualDeliveryDate: + description: Actual delivery date and time (null if not yet delivered) + type: string + format: date-time + example: 2025-11-12T20:00:00.000+0000 + shipmentItems: + description: Items included in this shipment + type: array + items: + $ref: '#/components/schemas/OmsShipmentItem' + OmsData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_ordersummary.htm for more information." + additionalProperties: false + properties: + status: + description: Current status of the order + type: string + example: shipped + shipments: + description: List of shipments associated with the order + type: array + items: + $ref: '#/components/schemas/OmsShipment' + type: object Order: description: Document representing an order. type: object @@ -3591,6 +3855,10 @@ components: example: ShoppingSite allOf: - $ref: '#/components/schemas/SiteId' + omsData: + description: Information retrieved from Order Management (OMS) for the order. + allOf: + - $ref: '#/components/schemas/OmsData' sourceCode: description: The source code assigned to the basket from which this order was created. It is read only. example: OUTDOOR1 @@ -3778,6 +4046,30 @@ components: description: The default payment instrument. example: true description: Document representing a customer payment instrument request. + CustomerPaymentInstrumentUpdateRequest: + type: object + properties: + default: + type: boolean + description: The default payment instrument. + example: true + paymentCard: + type: object + properties: + expirationMonth: + type: integer + format: int32 + minimum: 1 + maximum: 12 + description: The month when the payment card expires. + example: 12 + expirationYear: + type: integer + format: int32 + description: The year when the payment card expires. + example: 2028 + description: The payment card expiration information. + description: Document representing a customer payment instrument update request. Only allows updating the default flag and card expiration date. CustomerProductListRegistrant: description: Document representing a customer product list registrant. properties: @@ -4035,6 +4327,13 @@ components: type: object additionalProperties: type: string + shippingMethods: + description: |- + The array of applicable shipping methods for this product. This array can be empty. + This property is only returned in context of the 'shipping_methods' expansion. + type: array + items: + $ref: '#/components/schemas/ShippingMethod' required: - id type: object @@ -4881,6 +5180,18 @@ components: - public - type type: object + PublicProductListItemResult: + description: Results containing an array of public product list items. + allOf: + - $ref: '#/components/schemas/ResultBase' + - type: object + properties: + data: + description: The array of public product list items. + type: array + items: + $ref: '#/components/schemas/PublicProductListItem' + type: object parameters: organizationId: description: An identifier for the organization the request is being made by @@ -4924,6 +5235,33 @@ components: schema: minLength: 1 type: string + expandCustomer: + name: expand + in: query + description: |- + Expands the response with additional customer data. + - addresses (Default) + - paymentinstruments (Default) + - paymentmethodreferences (Requires Salesforce Payments integration; ignored otherwise) + - none (Excludes all expansion data) + required: false + schema: + type: array + items: + type: string + enum: + - none + - addresses + - paymentinstruments + - paymentmethodreferences + example: + - addresses + example: + - addresses + - paymentinstruments + - paymentmethodreferences + style: form + explode: false addressName: name: addressName in: path @@ -4958,6 +5296,16 @@ components: required: false schema: type: string + expandCustomersOrders: + name: expand + in: query + required: false + schema: + type: string + enum: + - oms + example: oms + description: "This parameter enhances the order result with extra data. By using `expand=som`, all orders for the current customer are loaded \ndirectly from Salesforce Order Management (SOM). The system returns the retrieved SOM order data, along with any orders not yet \ntransferred to SOM. If your instance is not integrated with SOM, the `expand=som` command is disregarded." paymentInstrumentId: name: paymentInstrumentId in: path @@ -4993,17 +5341,38 @@ components: firstName: name: firstName in: query - description: The first name of the customer the product lists belong to. + description: The first name of the customer the product lists belong to. This field is case sensitive and must be an exact match. required: false schema: type: string lastName: name: lastName in: query - description: The last name of the customer the product lists belong to. + description: The last name of the customer the product lists belong to. This field is case sensitive and must be an exact match. required: false schema: type: string + expandProductListsItems: + name: expand + in: query + description: Expand product details. Valid values are 'product', 'images', 'availability'. For images and availability, the product must also be expanded. + required: false + schema: + type: array + items: + type: string + enum: + - product + - images + - availability + example: + - product + example: + - product + - images + - availability + style: form + explode: false examples: CustomerRegistrationBody: value: @@ -5123,6 +5492,40 @@ components: phoneBusiness: '234560003' phoneHome: '123450003' phoneMobile: '345670003' + getCustomerSuccessWithSalesforcePayments: + value: + addresses: + - address1: 10 Presidential Way + addressId: me + city: Woburn + countryCode: US + firstName: John + fullName: John M. Smith + lastName: Smith + postalCode: '01827' + salutation: Mr. + stateCode: MA + authType: registered + creationDate: '2020-02-14T20:39:53.818Z' + customerId: abfTEMDZOgi3JPrkHjv9IhoziM + customerNo: '00010009' + email: jsmith@demandware.com + firstName: John + gender: 1 + lastName: Smith + paymentInstruments: [] + paymentMethodReferences: + - type: card + id: pm_card_1234567890 + last4: '4242' + accountId: acct_1RegszI5I22eU0I3 + - type: sepa_debit + id: pm_sepa_debit_1234567890 + last4: '5678' + accountId: acct_1RegszI5I22eU0I3 + phoneBusiness: '234560003' + phoneHome: '123450003' + phoneMobile: '345670003' getCustomer404: value: title: Not Found @@ -5852,6 +6255,38 @@ components: paymentMethodId: OCAPI_Payment_Simple paymentInstrumentId: cdOLciWbOsYl6aaadkwcsx9xHH default: false + UpdateCustomerPaymentInstrumentBody: + value: + default: false + paymentCard: + expirationYear: 2028 + expirationMonth: 12 + updateCustomerPaymentInstrumentSuccess: + value: + paymentCard: + cardType: MasterCard + creditCardExpired: false + expirationMonth: 12 + expirationYear: 2028 + holder: John Smith + issueNumber: i117 + maskedNumber: '***4567' + numberLastDigits: '4567' + validFromMonth: 8 + validFromYear: 2007 + paymentMethodId: OCAPI_Payment_Simple + paymentInstrumentId: cdOLciWbOsYl6aaadkwcsx9xHH + default: false + invalidCustomer400: + value: + title: Invalid Customer + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-customer + detail: CustomerId URL parameter does not match the verified customer represented by the JWT token. + updatePaymentInstrumentUnsupportedFields400: + value: + title: Unsupported Fields + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unsupported-fields + detail: Unsupported fields in the request for updates. customerProductListResult: value: limit: 1 @@ -6126,6 +6561,45 @@ components: type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-access-token detail: The request is unauthorized, the access token is invalid. accessToken: iI6IjEiLCJhbGciOiJIUzI1NiIsInR5cCI6Ik + publicProductListItemsResult: + value: + data: + - id: item-1 + priority: 1 + type: product + product: + id: apple-ipod-classic + name: Apple iPod Classic + currency: USD + price: 199.99 + imageGroups: + - images: + - alt: ALT master detail + link: https://example.com/foo/bar/master_detail.jpg + title: TITLE master detail + viewType: large + - id: item-2 + priority: 2 + type: product + product: + id: sony-headphones + name: Sony Wireless Headphones + currency: USD + price: 149.99 + limit: 2 + total: 25 + getPublicProductListItems400: + value: + title: Invalid expand parameter + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-expand-parameter + detail: An invalid expand parameter 'wishList' was found. + param: wishList + getPublicProductListItems404: + value: + title: Product List Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/product-list-not-found + detail: A product list with ID 'my-wishlist' couldn't be found. + productListId: my-wishlist publicProductListItemsExample: value: id: 023513f915fad06573f330fb0d diff --git a/apis/shopper-experience-oas-1.0.9/shopper-experience-oas-v1-public.yaml b/apis/shopper-experience-oas-1.0.9/shopper-experience-oas-v1-public.yaml deleted file mode 100644 index 4bc42a11..00000000 --- a/apis/shopper-experience-oas-1.0.9/shopper-experience-oas-v1-public.yaml +++ /dev/null @@ -1,619 +0,0 @@ -openapi: 3.0.3 -info: - x-api-type: Shopper - x-api-family: Experience - title: Shopper Experience - version: 1.0.9 - description: |- - [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-experience/shopper-experience-oas-v1-public.yaml) - - # API Overview - Use the Shopper Experience API to look up page information for pages that are created in Page Designer. - - Responses include the following: - - - The entire component hierarchy of the page at design time. - - All merchant data provided at design time. - - Server-side scripting data provided at run time. - - Both the page and components contain the values of all native and custom attributes that have been populated during page authoring. - - Only visible pages are returned. Because the visibility of components is driven by rules (scheduling or customer groups, for example), these rules are subject to evaluation when assembling the component hierarchy in the response. Only components that are visible for the current customer context appear in the response. The same rules apply to the page itself, which is only be processed and returned if it is visible. - - **Important**: Currently, the Shopper Experience API can’t be used when the [storefront password protection](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fpermissions%2Fb2c_storefront_password_protection.html&resultof=%22%73%74%6f%72%65%66%72%6f%6e%74%22%20%22%70%72%6f%74%65%63%74%69%6f%6e%22%20%22%70%72%6f%74%65%63%74%22%20) feature is enabled. - - ## Authentication & Authorization - - The Shopper Experience API requires a shopper access token from the Shopper Login and API Access Service (SLAS). - - For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. - - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html). -servers: - - url: https://{shortCode}.api.commercecloud.salesforce.com/experience/shopper-experience/v1 - variables: - shortCode: - default: shortCode -paths: - /organizations/{organizationId}/pages: - get: - summary: Get Page Designer pages. - description: "Get Page Designer pages. The results apply the visibility rules for each page's components, such as personalization or scheduled visibility.\n\nYou must provide the `aspectTypeId` along with either a `categoryId` or a `productId`. Since you can only create one page-to-product or page-to-category assignment per aspect type, the result contains at most one element.\n\n**Important**: \n- Currently, you can't use the Shopper Experience API when the [storefront password protection](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fpermissions%2Fb2c_storefront_password_protection.html&resultof=%22%73%74%6f%72%65%66%72%6f%6e%74%22%20%22%70%72%6f%74%65%63%74%69%6f%6e%22%20%22%70%72%6f%74%65%63%74%22%20) feature is enabled.\n- Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.\n- Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the [Page Designer Caching Guide](https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/b2c-dev-for-page-designer.html#page-caching)." - operationId: getPages - parameters: - - $ref: '#/components/parameters/organizationId' - - $ref: '#/components/parameters/categoryId' - - $ref: '#/components/parameters/productId' - - $ref: '#/components/parameters/aspectTypeId' - - $ref: '#/components/parameters/aspectAttributes' - - $ref: '#/components/parameters/parameters' - - $ref: '#/components/parameters/siteId' - - $ref: '#/components/parameters/locale' - responses: - '200': - description: Success. - content: - application/json: - schema: - $ref: '#/components/schemas/PageResult' - examples: - PageResult: - $ref: '#/components/examples/PageResult' - '400': - description: | - Business Object ID Invalid - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ErrorResponse' - examples: - BusinessObjectIDInvalid: - $ref: '#/components/examples/BusinessObjectIDInvalid' - '404': - description: | - Requested Aspect Type Not Found - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ErrorResponse' - examples: - AspectTypeNotFound: - $ref: '#/components/examples/AspectTypeNotFound' - security: - - ShopperToken: - - sfcc.shopper-experience - /organizations/{organizationId}/pages/{pageId}: - get: - summary: Get a Page Designer page based on a single page ID. - description: "Get a Page Designer page for a specific page ID. The results apply the visibility rules for the page's components, such as personalization or scheduled visibility.\n\n**Important**: \n- Currently, you can't use the Shopper Experience API when the [storefront password protection](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fpermissions%2Fb2c_storefront_password_protection.html&resultof=%22%73%74%6f%72%65%66%72%6f%6e%74%22%20%22%70%72%6f%74%65%63%74%69%6f%6e%22%20%22%70%72%6f%74%65%63%74%22%20) feature is enabled.\n- Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.\n- Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the [Page Designer Caching Guide](https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/b2c-dev-for-page-designer.html#page-caching)." - operationId: getPage - parameters: - - $ref: '#/components/parameters/pageId' - - $ref: '#/components/parameters/organizationId' - - $ref: '#/components/parameters/aspectAttributes' - - $ref: '#/components/parameters/parameters' - - $ref: '#/components/parameters/siteId' - - $ref: '#/components/parameters/locale' - responses: - '200': - description: Success. - content: - application/json: - schema: - $ref: '#/components/schemas/Page' - examples: - Page: - $ref: '#/components/examples/Page' - '400': - description: | - Provided Aspect Attribute Invalid - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ErrorResponse' - examples: - AspectAttributeInvalid: - $ref: '#/components/examples/AspectAttributeInvalid' - '404': - description: | - Requested Page Not Found - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ErrorResponse' - examples: - PageNotFound: - $ref: '#/components/examples/PageNotFound' - security: - - ShopperToken: - - sfcc.shopper-experience -components: - securitySchemes: - ShopperToken: - type: oauth2 - description: "ShopperToken authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. \nFor a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary).\nA shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications.\nThe `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token.\n" - flows: - clientCredentials: - tokenUrl: https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token - scopes: - sfcc.shopper-experience: Shopper Experience scope READONLY - authorizationCode: - authorizationUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize - tokenUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token - scopes: - sfcc.shopper-experience: Shopper Experience scope READONLY - schemas: - OrganizationId: - description: An identifier for the organization the request is being made by - example: f_ecom_zzxy_prd - type: string - minLength: 1 - maxLength: 32 - SiteId: - minLength: 1 - maxLength: 32 - description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites - example: RefArch - type: string - LanguageCountry: - pattern: ^[a-z][a-z]-[A-Z][A-Z]$ - description: A concatenated version of the standard Language and Country codes, combined with a hyphen '`-`'. - example: en-US - type: string - LanguageCode: - pattern: ^[a-z][a-z]$ - description: A two letter lowercase language code conforming to the [ISO 639-1](https://www.iso.org/iso-639-language-codes.html) standard. Additionally, this may be used to submit requests with the header parameter `Accept-Language`, following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). - example: en - type: string - DefaultFallback: - default: default - description: A specialized value indicating the system default values for locales. - example: default - enum: - - default - type: string - LocaleCode: - description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. - oneOf: - - $ref: '#/components/schemas/LanguageCountry' - - $ref: '#/components/schemas/LanguageCode' - - $ref: '#/components/schemas/DefaultFallback' - Region: - properties: - id: - maxLength: 256 - title: ID - description: Region identifier. - example: header - type: string - components: - title: Components - description: The components in the region. - example: - - id: iofwj38fhw3f - typeId: commerce_assets.banner - data: - title: Products On Sale - bannerImage: sale/topsellerPromo.jpg - custom: - thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg - type: array - items: - $ref: '#/components/schemas/Component' - required: - - id - type: object - Component: - properties: - id: - maxLength: 256 - title: ID - description: Component identifier. - example: rfdvj4ojtltljw3 - type: string - typeId: - maxLength: 256 - title: Component Type ID - description: Component type identifier. - example: commerce_assets.carousel - type: string - data: - title: Component Data - description: The configuration data assigned to the component. - example: - title: Topseller - category: topseller - type: object - additionalProperties: false - custom: - title: Custom Component Data - description: Any custom data added by the custom code for this component. - example: - detailUrl: www.myshop.com/topseller - type: object - additionalProperties: false - regions: - title: Regions - description: The regions (and their assigned components) for the component. - example: - - id: tiles - components: - - id: w3reö9wsjf3 - typeId: commerce_assets.productTile - data: - product: iphone6 - - id: cgn8d4ngdl4n - typeId: commerce_assets.productTile - data: - product: iphone7 - type: array - items: - $ref: '#/components/schemas/Region' - required: - - id - - typeId - type: object - Page: - properties: - id: - maxLength: 256 - title: ID - description: Page identifier. - example: homepage - type: string - typeId: - maxLength: 256 - title: Page Type ID - description: Page type identifier. - example: storePage - type: string - aspectTypeId: - maxLength: 256 - title: Aspect Type ID - description: The aspect type assigned to the page. - example: pdpAspect - type: string - name: - maxLength: 4000 - title: Page Name - description: Display name of the page. - example: Homepage - type: string - description: - maxLength: 4000 - title: Page Description - description: Description of the page. - example: Home page of the storefront. - type: string - pageTitle: - maxLength: 4000 - title: SEO Title - description: The SEO title of the page. - example: Homepage - My Shop - type: string - pageDescription: - maxLength: 4000 - title: SEO Description - description: The SEO description of the page. - example: Get started shopping - type: string - pageKeywords: - maxLength: 4000 - title: SEO Keywords - description: The SEO keywords of the page. - example: fashion, my shop - type: string - data: - title: Page Data - description: The configuration data assigned to the page. - example: - thumbnail: myshop.jpg - type: object - additionalProperties: false - custom: - title: Custom Page Data - description: Any custom data added by the custom code for the page type. - example: - thumbnail_full: http://static.myshop.com/myshop.jpg - type: object - additionalProperties: false - regions: - title: Regions - description: The regions (and their assigned components) for the page. - example: - - id: header - components: - - id: iofwj38fhw3f - typeId: commerce_assets.banner - data: - title: Products On Sale - bannerImage: sale/topsellerPromo.jpg - custom: - thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg - - id: main - components: - - id: rfdvj4ojtltljw3 - typeId: commerce_assets.carousel - data: - title: Topseller - category: topseller - custom: - detailUrl: www.myshop.com/topseller - regions: - - id: tiles - components: - - id: w3reö9wsjf3 - typeId: commerce_assets.productTile - data: - product: iphone6 - - id: cgn8d4ngdl4n - typeId: commerce_assets.productTile - data: - product: iphone7 - - id: footer - components: [] - type: array - items: - $ref: '#/components/schemas/Region' - required: - - id - - typeId - type: object - PageResult: - properties: - data: - title: Data - description: List of pages. - type: array - items: - $ref: '#/components/schemas/Page' - required: - - data - type: object - ErrorResponse: - type: object - additionalProperties: true - properties: - title: - description: "A short, human-readable summary of the problem\ntype. It will not change from occurrence to occurrence of the \nproblem, except for purposes of localization\n" - type: string - maxLength: 256 - example: You do not have enough credit - type: - description: | - A URI reference [RFC3986] that identifies the - problem type. This specification encourages that, when - dereferenced, it provide human-readable documentation for the - problem type (e.g., using HTML [W3C.REC-html5-20141028]). When - this member is not present, its value is assumed to be - "about:blank". It accepts relative URIs; this means - that they must be resolved relative to the document's base URI, as - per [RFC3986], Section 5. - type: string - maxLength: 2048 - example: NotEnoughMoney - detail: - description: A human-readable explanation specific to this occurrence of the problem. - type: string - example: Your current balance is 30, but that costs 50 - instance: - description: | - A URI reference that identifies the specific - occurrence of the problem. It may or may not yield further - information if dereferenced. It accepts relative URIs; this means - that they must be resolved relative to the document's base URI, as - per [RFC3986], Section 5. - type: string - maxLength: 2048 - example: /account/12345/msgs/abc - required: - - title - - type - - detail - parameters: - organizationId: - description: An identifier for the organization the request is being made by - name: organizationId - in: path - required: true - example: f_ecom_zzxy_prd - schema: - $ref: '#/components/schemas/OrganizationId' - categoryId: - name: categoryId - in: query - description: Category identifier that is used for searching the page assignment. Must be provided if no `productId` is provided. - required: false - schema: - maxLength: 256 - type: string - example: home-clearance - productId: - name: productId - in: query - description: Product identifier that is used for searching the page assignment. Must be provided if no `categoryId` is provided. - required: false - schema: - maxLength: 100 - type: string - example: iphone11 - aspectTypeId: - name: aspectTypeId - in: query - description: Aspect type identifier that is used for searching the page assignment in conjunction with either the `productId` or `categoryId`. - required: true - schema: - maxLength: 256 - type: string - example: pdp - aspectAttributes: - name: aspectAttributes - in: query - description: A JSON representation of aspect attributes. Each aspect attribute is a key/value pair. Aspect attributes serve as a runtime parameter contract between caller (for example, this API or the DWScript API) and callee (the page). This parameter must not contain more than 256 characters after URL decoding. - required: false - schema: - type: string - maxLength: 256 - example: |- - { - "product" : "iphone11", - "breadcrumbCategory" : "home-clearance" - } - parameters: - name: parameters - in: query - description: A free-form definition of parameters that influences the page rendering according to its implementation. This parameter must not contain more than 256 characters after URL decoding. - required: false - schema: - maxLength: 256 - type: string - example: refine=color,size;currency=USD;showNavigation=false - siteId: - description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. - name: siteId - in: query - required: true - examples: - SiteId: - value: RefArch - schema: - $ref: '#/components/schemas/SiteId' - locale: - description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. - name: locale - in: query - examples: - LanguageCountry: - value: en-US - CountryCode: - value: US - schema: - $ref: '#/components/schemas/LocaleCode' - pageId: - name: pageId - in: path - description: Identifier for the requested page. - required: true - schema: - maxLength: 256 - type: string - example: homepage - examples: - PageResult: - value: - data: - - id: homePpage - typeId: storePage - aspectTypeId: pdpAspect - name: Homepage - description: Home page of the storefront. - pageTitle: Homepage - My Shop - pageDescription: Get started shopping - pageKeywords: fashion, my shop - data: - thumbnail: myshop.jpg - custom: - thumbnail_full: http://static.myshop.com/myshop.jpg - regions: - - id: header - components: - - id: 2192f5b9aac0f2af2385f6f6b7 - typeId: commerce_assets.banner - data: - title: Products On Sale - bannerImage: sale/topsellerPromo.jpg - custom: - thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg - - id: main - components: - - id: 5c5ebbcd2aee1a67af519c83b5 - typeId: commerce_assets.carousel - data: - title: Topseller - category: topseller - custom: - detailUrl: www.myshop.com/topseller - regions: - - id: tiles - components: - - id: d98a30dfe93715e3e6fc22a329 - typeId: commerce_assets.productTile - data: - product: iphone6 - - id: 43aa39896afb9292308181ce14 - typeId: commerce_assets.productTile - data: - product: iphone7 - - id: detailpage - typeId: storePage - name: storepage - description: A Store page - pageTitle: A Store - pageDescription: Buy in store - pageKeywords: fashion, my shop, store - data: - thumbnail: mystore.jpg - BusinessObjectIDInvalid: - value: - title: Business Object ID Invalid - type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/business-object-id-invalid - detail: At least one provided business object identifier was invalid. This means either none was provided at all or exclusiveness of multiple identifiers wasn't honored or the referenced business object didn't exist. - AspectTypeNotFound: - value: - title: Aspect Type Not Found - type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/aspect-type-not-found - detail: No aspect type with ID 'pdp' was found in site 'RefArch'. - Page: - value: - id: homepage - typeId: storePage - aspectTypeId: pdpAspect - name: Homepage - description: Home page of the storefront. - pageTitle: Homepage - My Shop - pageDescription: Get started shopping - pageKeywords: fashion, my shop - data: - thumbnail: myshop.jpg - custom: - thumbnail_full: http://static.myshop.com/myshop.jpg - regions: - - id: header - components: - - id: 375b9107b067902827083772f9 - typeId: commerce_assets.banner - data: - title: Products On Sale - bannerImage: sale/topsellerPromo.jpg - custom: - thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg - - id: main - components: - - id: be1f331b92d8ad7e38e440e35d - typeId: commerce_assets.carousel - data: - title: Topseller - category: topseller - custom: - detailUrl: www.myshop.com/topseller - regions: - - id: tiles - components: - - id: 45af07459684e6db78990c5d05 - typeId: commerce_assets.productTile - data: - product: iphone6 - - id: df6e33766d90e7e205d109aa2f - typeId: commerce_assets.productTile - data: - product: iphone7 - AspectAttributeInvalid: - value: - title: Aspect Attribute Invalid - type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/aspect-attribute-invalid - detail: 'Aspect attribute value "5555" does not fulfill its respective definition {"id" : "foobar", "type" : "string","required" : "false"}' - PageNotFound: - value: - title: Page Not Found - type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/page-not-found - detail: No visible page with ID 'homepage' was found in site 'RefArch'. diff --git a/apis/shopper-experience-oas-1.0.9/exchange.json b/apis/shopper-experience-oas-1.1.2/exchange.json similarity index 93% rename from apis/shopper-experience-oas-1.0.9/exchange.json rename to apis/shopper-experience-oas-1.1.2/exchange.json index 642a436c..411f0853 100644 --- a/apis/shopper-experience-oas-1.0.9/exchange.json +++ b/apis/shopper-experience-oas-1.1.2/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Experience OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-experience-oas", - "version": "1.0.9", + "version": "1.1.2", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml b/apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml new file mode 100644 index 00000000..e0ff687a --- /dev/null +++ b/apis/shopper-experience-oas-1.1.2/shopper-experience-oas-v1-public.yaml @@ -0,0 +1,1397 @@ +openapi: 3.0.3 +info: + x-api-type: Shopper + x-api-family: Experience + title: Shopper Experience + version: 1.1.2 + description: |- + [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-experience/shopper-experience-oas-v1-public.yaml) + + # API Overview + Use the Shopper Experience API to look up page information for pages that are created in Page Designer, content assets and to access content folders. + + ## Authentication & Authorization + + The Shopper Experience API requires a shopper access token from the Shopper Login and API Access Service (SLAS). + + For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. + + You must include `sfcc.shopper-experience` in the client ID used to generate the SLAS token. For a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + **Important**: Currently, the Shopper Experience Pages endpoints can’t be used when the [storefront password protection](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fpermissions%2Fb2c_storefront_password_protection.html&resultof=%22%73%74%6f%72%65%66%72%6f%6e%74%22%20%22%70%72%6f%74%65%63%74%69%6f%6e%22%20%22%70%72%6f%74%65%63%74%22%20) feature is enabled. + + ## Use Cases + + ### Access Content Folders + The API provides access to content folders, which are used to organize and manage content assets. Content folders support: + + - Hierarchical organization with nested subfolders + - Localized metadata including names, descriptions, and SEO attributes + - Custom attributes for extended functionality + - Configurable depth levels for subfolder retrieval (0, 1, or 2 levels) + + Only content folders that are marked as online are returned in the API responses. + + ## Page Responses + Responses for pages include the following: + + - The entire component hierarchy of the page at design time. + - All merchant data provided at design time. + - Server-side scripting data provided at run time. + + Both the page and components contain the values of all native and custom attributes that have been populated during page authoring. + + Only visible pages are returned. Because the visibility of components is driven by rules (scheduling or customer groups, for example), these rules are subject to evaluation when assembling the component hierarchy in the response. Only components that are visible for the current customer context appear in the response. The same rules apply to the page itself, which is only be processed and returned if it is visible. + + ## Content Asset Responses + + Content asset responses include: + + - Rich content including text, HTML, and images + - SEO metadata (title, description, keywords) + - Template information for rendering + - Folder organization structure + - Custom attributes and properties + + Only content assets that are marked as online are returned. Content assets provide flexible content management capabilities for storefronts. +servers: + - url: https://{shortCode}.api.commercecloud.salesforce.com/experience/shopper-experience/v1 + variables: + shortCode: + default: shortCode +paths: + /organizations/{organizationId}/pages: + get: + summary: Get Page Designer pages. + description: "Get Page Designer pages. The results apply the visibility rules for each page's components, such as personalization or scheduled visibility.\n\nYou must provide the `aspectTypeId` along with either a `categoryId` or a `productId`. Since you can only create one page-to-product or page-to-category assignment per aspect type, the result contains at most one element.\n\n**Important**: \n- Currently, you can't use the Shopper Experience Pages endpoints when the [storefront password protection](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fpermissions%2Fb2c_storefront_password_protection.html&resultof=%22%73%74%6f%72%65%66%72%6f%6e%74%22%20%22%70%72%6f%74%65%63%74%69%6f%6e%22%20%22%70%72%6f%74%65%63%74%22%20) feature is enabled.\n- Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.\n- Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the [Page Designer Caching Guide](https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/b2c-dev-for-page-designer.html#page-caching)." + operationId: getPages + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/categoryId' + - $ref: '#/components/parameters/productId' + - $ref: '#/components/parameters/aspectTypeId' + - $ref: '#/components/parameters/aspectAttributes' + - $ref: '#/components/parameters/parameters' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + responses: + '200': + description: Success. + content: + application/json: + schema: + $ref: '#/components/schemas/PageResult' + examples: + PageResult: + $ref: '#/components/examples/PageResult' + '400': + description: | + Business Object ID Invalid + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + BusinessObjectIDInvalid: + $ref: '#/components/examples/BusinessObjectIDInvalid' + '404': + description: | + Requested Aspect Type Not Found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + AspectTypeNotFound: + $ref: '#/components/examples/AspectTypeNotFound' + security: + - ShopperToken: + - sfcc.shopper-experience + - sfcc.shopper-experience.pages + /organizations/{organizationId}/pages/{pageId}: + get: + summary: Get a Page Designer page based on a single page ID. + description: "Get a Page Designer page for a specific page ID. The results apply the visibility rules for the page's components, such as personalization or scheduled visibility.\n\n**Important**: \n- Currently, you can't use the Shopper Experience Pages endpoints when the [storefront password protection](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fpermissions%2Fb2c_storefront_password_protection.html&resultof=%22%73%74%6f%72%65%66%72%6f%6e%74%22%20%22%70%72%6f%74%65%63%74%69%6f%6e%22%20%22%70%72%6f%74%65%63%74%22%20) feature is enabled.\n- Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.\n- Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the [Page Designer Caching Guide](https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/b2c-dev-for-page-designer.html#page-caching)." + operationId: getPage + parameters: + - $ref: '#/components/parameters/pageId' + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/aspectAttributes' + - $ref: '#/components/parameters/parameters' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + responses: + '200': + description: Success. + content: + application/json: + schema: + $ref: '#/components/schemas/Page' + examples: + Page: + $ref: '#/components/examples/Page' + '400': + description: | + Invalid Query Parameter + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + AspectAttributeInvalid: + $ref: '#/components/examples/AspectAttributeInvalid' + '401': + description: | + Unauthorized Access + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + '404': + description: | + Requested Page Not Found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + PageNotFound: + $ref: '#/components/examples/PageNotFound' + security: + - ShopperToken: + - sfcc.shopper-experience + - sfcc.shopper-experience.pages + /organizations/{organizationId}/contents/{id}: + get: + summary: Get a content asset by ID. + description: "Get a content asset by its unique identifier. Only content assets that are marked as online are returned.\n\nContent assets contain rich content that can be displayed on storefronts, including text, HTML, images, and custom attributes.\n\n**Important**: \n- Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes." + operationId: getContent + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/contentId' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + responses: + '200': + description: Success. + content: + application/json: + schema: + $ref: '#/components/schemas/Content' + examples: + Content: + $ref: '#/components/examples/Content' + '404': + description: | + Content Asset Not Found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + ContentNotFound: + $ref: '#/components/examples/ContentNotFound' + security: + - ShopperToken: + - sfcc.shopper-experience.contents + /organizations/{organizationId}/contents: + get: + summary: Get multiple content assets. + description: "Get multiple content assets by their identifiers. Only content assets that are marked as online are returned.\n\nThis endpoint allows you to retrieve multiple content assets in a single request, which is more efficient than making multiple individual requests.\n\n**Important**: \n- Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes." + operationId: getMultipleContent + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/contentIds' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + responses: + '200': + description: Success. + content: + application/json: + schema: + $ref: '#/components/schemas/ContentResult' + examples: + ContentResult: + $ref: '#/components/examples/ContentResult' + '400': + description: | + Bad Request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + GetContentsBadRequest: + $ref: '#/components/examples/GetContentsBadRequest' + security: + - ShopperToken: + - sfcc.shopper-experience.contents + /organizations/{organizationId}/content-search: + get: + summary: Search for content assets. + description: "Provides keyword and refinement search functionality for content assets. The search result contains only content\nthat is online and assigned to a folder.\n\n**Refinement Parameters:**\nThe following system refinement attribute IDs are supported:\n- `fdid`: Allows refinement per single content folder ID. Multiple folder IDs are not supported.\n\n**Important**: \n- Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes." + operationId: searchContent + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/contentSearchQuery' + - $ref: '#/components/parameters/contentSearchRefine' + - $ref: '#/components/parameters/contentSearchSort' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + - name: limit + in: query + required: false + schema: + type: integer + format: int32 + default: 50 + maximum: 200 + description: Maximum records to retrieve per request, not to exceed 200. Defaults to 50. + - name: offset + in: query + required: false + schema: + type: integer + format: int32 + default: 0 + minimum: 0 + description: Used to retrieve the results based on a particular resource offset. + responses: + '200': + description: Success. + content: + application/json: + schema: + $ref: '#/components/schemas/ContentSearchResult' + examples: + ContentSearchResult: + $ref: '#/components/examples/ContentSearchResult' + '400': + description: | + Bad Request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + ContentSearchBadRequest: + $ref: '#/components/examples/ContentSearchBadRequest' + security: + - ShopperToken: + - sfcc.shopper-experience.contents + /organizations/{organizationId}/folders/{id}: + get: + summary: Get content folder + description: "To access a content folder, you construct a URL using the template shown below. \nThis template requires you to specify a content folder id and a subfolder level. \nIn response, the server returns a corresponding content folder document. \nOnly content folders which are marked as online are returned." + operationId: getContentFolder + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/folderId' + - $ref: '#/components/parameters/levels' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/ContentFolder' + examples: + ContentFolder: + $ref: '#/components/examples/ContentFolder' + '400': + description: Bad Request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + InvalidLevelsParameter: + $ref: '#/components/examples/InvalidLevelsParameter' + '401': + $ref: '#/components/responses/401unauthorized' + '403': + $ref: '#/components/responses/403forbidden' + '404': + description: Folder Not Found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + ContentFolderNotFound: + $ref: '#/components/examples/ContentFolderNotFound' + security: + - ShopperToken: + - sfcc.shopper-experience.folders + /organizations/{organizationId}/folders: + get: + summary: Get multiple content folders + description: "To access one or more content folders, you construct a URL using the template shown below. \nThis template requires you to specify one or more content folder ids as a query parameter and a subfolder level. \nIn response, the server returns a result set of corresponding content folder documents. \nOnly content folders which are marked as online are returned." + operationId: getContentFolders + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/folderIds' + - $ref: '#/components/parameters/levels' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/ContentFolderResult' + examples: + ContentFolderResult: + $ref: '#/components/examples/ContentFolderResult' + '400': + description: Bad Request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + InvalidLevelsParameter: + $ref: '#/components/examples/InvalidLevelsParameter' + '401': + $ref: '#/components/responses/401unauthorized' + '403': + $ref: '#/components/responses/403forbidden' + security: + - ShopperToken: + - sfcc.shopper-experience.folders +components: + securitySchemes: + ShopperToken: + type: oauth2 + description: "ShopperToken authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. \nFor a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary).\nA shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications.\nThe `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token.\n" + flows: + clientCredentials: + tokenUrl: https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + scopes: + sfcc.shopper-experience: Shopper Experience scope READONLY + sfcc.shopper-experience.pages: Shopper Experience scope READONLY for pages + sfcc.shopper-experience.contents: Shopper Experience scope READONLY for contents + sfcc.shopper-experience.folders: Shopper Experience scope READONLY for folders + authorizationCode: + authorizationUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + tokenUrl: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + scopes: + sfcc.shopper-experience: Shopper Experience scope READONLY + sfcc.shopper-experience.pages: Shopper Experience scope READONLY for pages + sfcc.shopper-experience.contents: Shopper Experience scope READONLY for contents + sfcc.shopper-experience.folders: Shopper Experience scope READONLY for folders + schemas: + OrganizationId: + description: An identifier for the organization the request is being made by + example: f_ecom_zzxy_prd + type: string + minLength: 1 + maxLength: 32 + SiteId: + minLength: 1 + maxLength: 32 + description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites + example: RefArch + type: string + LanguageCountry: + pattern: ^[a-z][a-z]-[A-Z][A-Z]$ + description: A concatenated version of the standard Language and Country codes, combined with a hyphen '`-`'. + example: en-US + type: string + LanguageCode: + pattern: ^[a-z][a-z]$ + description: A two letter lowercase language code conforming to the [ISO 639-1](https://www.iso.org/iso-639-language-codes.html) standard. Additionally, this may be used to submit requests with the header parameter `Accept-Language`, following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). + example: en + type: string + DefaultFallback: + default: default + description: A specialized value indicating the system default values for locales. + pattern: ^default$ + example: default + type: string + LocaleCode: + description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. + oneOf: + - $ref: '#/components/schemas/LanguageCountry' + - $ref: '#/components/schemas/LanguageCode' + - $ref: '#/components/schemas/DefaultFallback' + Region: + properties: + id: + maxLength: 256 + title: ID + description: Region identifier. + example: header + type: string + components: + title: Components + description: The components in the region. + example: + - id: iofwj38fhw3f + typeId: commerce_assets.banner + data: + title: Products On Sale + bannerImage: sale/topsellerPromo.jpg + custom: + thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg + type: array + items: + $ref: '#/components/schemas/Component' + required: + - id + type: object + Component: + properties: + id: + maxLength: 256 + title: ID + description: Component identifier. + example: rfdvj4ojtltljw3 + type: string + typeId: + maxLength: 256 + title: Component Type ID + description: Component type identifier. + example: commerce_assets.carousel + type: string + data: + title: Component Data + description: The configuration data assigned to the component. + example: + title: Topseller + category: topseller + type: object + additionalProperties: false + custom: + title: Custom Component Data + description: Any custom data added by the custom code for this component. + example: + detailUrl: www.myshop.com/topseller + type: object + additionalProperties: false + regions: + title: Regions + description: The regions (and their assigned components) for the component. + example: + - id: tiles + components: + - id: w3reö9wsjf3 + typeId: commerce_assets.productTile + data: + product: iphone6 + - id: cgn8d4ngdl4n + typeId: commerce_assets.productTile + data: + product: iphone7 + type: array + items: + $ref: '#/components/schemas/Region' + required: + - id + - typeId + type: object + Page: + properties: + id: + maxLength: 256 + title: ID + description: Page identifier. + example: homepage + type: string + typeId: + maxLength: 256 + title: Page Type ID + description: Page type identifier. + example: storePage + type: string + aspectTypeId: + maxLength: 256 + title: Aspect Type ID + description: The aspect type assigned to the page. + example: pdpAspect + type: string + name: + maxLength: 4000 + title: Page Name + description: Display name of the page. + example: Homepage + type: string + description: + maxLength: 4000 + title: Page Description + description: Description of the page. + example: Home page of the storefront. + type: string + pageTitle: + maxLength: 4000 + title: SEO Title + description: The SEO title of the page. + example: Homepage - My Shop + type: string + pageDescription: + maxLength: 4000 + title: SEO Description + description: The SEO description of the page. + example: Get started shopping + type: string + pageKeywords: + maxLength: 4000 + title: SEO Keywords + description: The SEO keywords of the page. + example: fashion, my shop + type: string + data: + title: Page Data + description: The configuration data assigned to the page. + example: + thumbnail: myshop.jpg + type: object + additionalProperties: false + custom: + title: Custom Page Data + description: Any custom data added by the custom code for the page type. + example: + thumbnail_full: http://static.myshop.com/myshop.jpg + type: object + additionalProperties: false + regions: + title: Regions + description: The regions (and their assigned components) for the page. + example: + - id: header + components: + - id: iofwj38fhw3f + typeId: commerce_assets.banner + data: + title: Products On Sale + bannerImage: sale/topsellerPromo.jpg + custom: + thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg + - id: main + components: + - id: rfdvj4ojtltljw3 + typeId: commerce_assets.carousel + data: + title: Topseller + category: topseller + custom: + detailUrl: www.myshop.com/topseller + regions: + - id: tiles + components: + - id: w3reö9wsjf3 + typeId: commerce_assets.productTile + data: + product: iphone6 + - id: cgn8d4ngdl4n + typeId: commerce_assets.productTile + data: + product: iphone7 + - id: footer + components: [] + type: array + items: + $ref: '#/components/schemas/Region' + required: + - id + - typeId + type: object + PageResult: + properties: + data: + title: Data + description: List of pages. + type: array + items: + $ref: '#/components/schemas/Page' + required: + - data + type: object + ErrorResponse: + type: object + additionalProperties: true + properties: + title: + description: "A short, human-readable summary of the problem\ntype. It will not change from occurrence to occurrence of the \nproblem, except for purposes of localization\n" + type: string + maxLength: 256 + example: You do not have enough credit + type: + description: | + A URI reference [RFC3986] that identifies the + problem type. This specification encourages that, when + dereferenced, it provide human-readable documentation for the + problem type (e.g., using HTML [W3C.REC-html5-20141028]). When + this member is not present, its value is assumed to be + "about:blank". It accepts relative URIs; this means + that they must be resolved relative to the document's base URI, as + per [RFC3986], Section 5. + type: string + maxLength: 2048 + example: NotEnoughMoney + detail: + description: A human-readable explanation specific to this occurrence of the problem. + type: string + example: Your current balance is 30, but that costs 50 + instance: + description: | + A URI reference that identifies the specific + occurrence of the problem. It may or may not yield further + information if dereferenced. It accepts relative URIs; this means + that they must be resolved relative to the document's base URI, as + per [RFC3986], Section 5. + type: string + maxLength: 2048 + example: /account/12345/msgs/abc + required: + - title + - type + - detail + ContentId: + maxLength: 256 + minLength: 1 + description: The id of the content asset. + example: homepage-banner + type: string + Content: + additionalProperties: + title: Additional Property Support + description: |- + This type supports additional properties passed along with the defined properties of this API. + To indicate that the properties were defined and expected to be handled as additional properties, they are expected to be prefixed with a `c_`. + The type will reject any property that does not fit this pattern, only allowing additional properties beginning with the known prefix. + example: c_trackingId + properties: + id: + title: ID + allOf: + - $ref: '#/components/schemas/ContentId' + name: + title: Name + description: The localized content asset name. + type: string + maxLength: 4000 + example: Homepage Banner + description: + title: Description + description: The localized content asset description. + type: string + maxLength: 4000 + example: Main banner displayed on the homepage + pageDescription: + title: Page Description + description: The localized content asset page description for SEO. + type: string + maxLength: 4000 + example: Discover our latest products and offers + pageKeywords: + title: Page Keywords + description: The localized content asset page keywords for SEO. + type: string + maxLength: 4000 + example: products, offers, sale, fashion + pageTitle: + title: Page Title + description: The localized content asset page title for SEO + type: string + maxLength: 4000 + example: Shop Now - Best Deals + required: + - id + type: object + Total: + default: 0 + minimum: 0 + format: int32 + description: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated. + type: integer + example: 10 + ResultBase: + description: "Schema defining generic list result. Each response schema of a resource requiring a list response should extend this schema. \nAdditionally it needs to be defined what data is returned." + type: object + required: + - limit + - total + properties: + limit: + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 + total: + $ref: '#/components/schemas/Total' + ContentResult: + allOf: + - $ref: '#/components/schemas/ResultBase' + properties: + data: + title: Data + description: List of content assets. + type: array + items: + $ref: '#/components/schemas/Content' + required: + - data + type: object + Offset: + default: 0 + minimum: 0 + format: int32 + description: The zero-based index of the first hit/data to include in the result. + type: integer + example: 0 + PaginatedResultBase: + description: "Schema defining generic pageable result. Each response schema of a resource requiring pagination should extend this schema. \nIf you use this extend this schema directly, it needs to be defined what data is returned. Allowed names for the data field is `data`." + type: object + allOf: + - $ref: '#/components/schemas/ResultBase' + properties: + offset: + $ref: '#/components/schemas/Offset' + required: + - limit + - offset + - total + ContentSearchRefinementValue: + properties: + label: + title: Label + description: The localized label of the refinement value. + type: string + maxLength: 4000 + example: Banner + value: + title: Value + description: The refinement value. + type: string + maxLength: 256 + example: banner + hitCount: + title: Hit Count + description: The number of search hits when this refinement value is applied. + type: integer + minimum: 0 + example: 5 + required: + - value + type: object + ContentSearchRefinement: + properties: + attributeId: + title: Attribute ID + description: The ID of the refinement attribute. + type: string + maxLength: 256 + example: c_contentType + label: + title: Label + description: The localized label of the refinement attribute. + type: string + maxLength: 4000 + example: Content Type + values: + title: Values + description: The array of refinement values. + type: array + items: + $ref: '#/components/schemas/ContentSearchRefinementValue' + required: + - attributeId + type: object + ContentSearchResult: + allOf: + - $ref: '#/components/schemas/PaginatedResultBase' + properties: + query: + title: Query + description: The query String that was searched for. + type: string + maxLength: 256 + example: banner + hits: + title: Content Hits + description: The sorted array of search hits. Can be empty. + type: array + items: + $ref: '#/components/schemas/Content' + selectedRefinements: + title: Selected Refinements + description: Map of selected refinement attribute id/value(s) pairs. The sorting order is the same like in request URL. + type: object + additionalProperties: + type: string + maxLength: 256 + example: homepage-folder + example: + fdid: homepage-folder + c_contentType: banner + refinements: + title: Refinements + description: The sorted array of search refinements. Can be empty. + type: array + items: + $ref: '#/components/schemas/ContentSearchRefinement' + required: + - hits + type: object + FolderId: + maxLength: 256 + type: string + example: homepage-folder + ContentFolder: + additionalProperties: + title: Additional Property Support + description: |- + This type supports additional properties passed along with the defined properties of this API. + To indicate that the properties were defined and expected to be handled as additional properties, they are expected to be prefixed with a `c_`. + The type will reject any property that does not fit this pattern, only allowing additional properties beginning with the known prefix. + example: c_trackingId + properties: + id: + maxLength: 256 + title: ID + description: The id of the content folder. + example: homepage-folder + type: string + parentFolderId: + maxLength: 256 + title: Parent Folder ID + description: The id of the parent content folder. + example: root-folder + type: string + name: + title: Name + description: The localized content folder name. + type: string + maxLength: 4000 + example: Homepage Folder + description: + title: Description + description: The localized content folder description. + type: string + maxLength: 4000 + example: Folder containing homepage content assets + pageDescription: + title: Page Description + description: The localized content folder page description. + type: string + maxLength: 4000 + example: SEO description for homepage folder + pageKeywords: + title: Page Keywords + description: The localized content folder page keywords. + type: string + maxLength: 4000 + example: homepage, main, landing + pageTitle: + title: Page Title + description: The localized content folder page title. + type: string + maxLength: 4000 + example: Homepage Folder - My Store + folders: + title: Folders + description: The array of content subfolders. This array can be empty. + type: array + items: + $ref: '#/components/schemas/ContentFolder' + required: + - id + type: object + ContentFolderResult: + allOf: + - $ref: '#/components/schemas/ResultBase' + properties: + data: + title: Data + description: List of content folders. + type: array + items: + $ref: '#/components/schemas/ContentFolder' + required: + - data + type: object + parameters: + organizationId: + description: An identifier for the organization the request is being made by + name: organizationId + in: path + required: true + example: f_ecom_zzxy_prd + schema: + $ref: '#/components/schemas/OrganizationId' + categoryId: + name: categoryId + in: query + description: Category identifier that is used for searching the page assignment. Must be provided if no `productId` is provided. + required: false + schema: + maxLength: 256 + type: string + example: home-clearance + productId: + name: productId + in: query + description: Product identifier that is used for searching the page assignment. Must be provided if no `categoryId` is provided. + required: false + schema: + maxLength: 100 + type: string + example: iphone11 + aspectTypeId: + name: aspectTypeId + in: query + description: Aspect type identifier that is used for searching the page assignment in conjunction with either the `productId` or `categoryId`. + required: true + schema: + maxLength: 256 + type: string + example: pdp + aspectAttributes: + name: aspectAttributes + in: query + description: A JSON representation of aspect attributes. Each aspect attribute is a key/value pair. Aspect attributes serve as a runtime parameter contract between caller (for example, this API or the DWScript API) and callee (the page). This parameter must not contain more than 256 characters after URL decoding. + required: false + schema: + type: string + maxLength: 256 + example: |- + { + "product" : "iphone11", + "breadcrumbCategory" : "home-clearance" + } + parameters: + name: parameters + in: query + description: A free-form definition of parameters that influences the page rendering according to its implementation. This parameter must not contain more than 256 characters after URL decoding. + required: false + schema: + maxLength: 256 + type: string + example: refine=color,size;currency=USD;showNavigation=false + siteId: + description: The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. + name: siteId + in: query + required: true + examples: + SiteId: + value: RefArch + schema: + $ref: '#/components/schemas/SiteId' + locale: + description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. + name: locale + in: query + examples: + LanguageCountry: + value: en-US + CountryCode: + value: US + schema: + $ref: '#/components/schemas/LocaleCode' + pageId: + name: pageId + in: path + description: Identifier for the requested page. + required: true + schema: + maxLength: 256 + type: string + example: homepage + contentId: + name: id + in: path + description: Identifier for the requested content asset. + required: true + schema: + $ref: '#/components/schemas/ContentId' + contentIds: + name: ids + in: query + example: homepage-banner,footer-content,sidebar-promo + description: Comma-separated list of content asset identifiers to retrieve. + required: true + style: form + explode: false + schema: + type: array + items: + $ref: '#/components/schemas/ContentId' + minItems: 1 + maxItems: 50 + example: + - homepage-banner + - footer-content + - sidebar-promo + contentSearchQuery: + name: q + in: query + description: The query phrase to search for content assets. For example, to search for content with "banner", type q=banner. + required: false + schema: + maxLength: 50 + minLength: 1 + type: string + example: banner + contentSearchRefine: + name: refine + in: query + description: "Parameter that represents a refinement attribute/value(s) pair. Refinement attribute ID and value(s) are separated by '='. Multiple values are supported by a subset of refinement attributes and can be provided by separating them using a pipe (URL encoded = \"|\"). Value ranges can be specified like this: refine=foo=(100..500). \nMultiple refine parameters can be provided by adding an underscore in combination with an integer counter right behind the parameter name and a counter range 1..9. I.e. refine_1=c_refinementType=type1|type2|type3.\n\nThe following system refinement attribute IDs are supported:\n- `fdid`: Allows refinement per single content folder ID. Multiple folder IDs are not supported." + required: false + style: form + explode: true + schema: + type: string + maxLength: 256 + example: fdid=homepage-folder + contentSearchSort: + name: sort + in: query + description: |- + Parameter that represents a sorting attribute/value(s) pair. Sorting attribute ID and value are separated by '='. The value describes the sort direction. Possible values are 'asc' and 'desc', for ascending or descending sort direction. I.e. sort=c_myAttribute=desc. + + Precondition: You have to select your sorting attributes in Business Manager > YourSite > Search Indexes > Content Index > Sorting Attributes. + required: false + style: form + explode: true + schema: + type: string + maxLength: 256 + example: name=asc + folderId: + name: id + in: path + description: Identifier for the requested content folder. + required: true + schema: + $ref: '#/components/schemas/FolderId' + levels: + name: levels + in: query + description: Specifies how many levels of nested subfolders you want the server to return. The default value is 1. Valid values are 0, 1, or 2. + required: false + schema: + type: integer + minimum: 0 + maximum: 2 + default: 1 + example: 1 + folderIds: + name: ids + in: query + example: homepage-folder,category-folder,product-folder + style: form + explode: false + description: Comma-separated list of content folder identifiers. + required: true + schema: + type: array + items: + allOf: + - $ref: '#/components/schemas/FolderId' + minItems: 1 + maxItems: 50 + example: + - homepage-folder + - category-folder + - product-folder + examples: + PageResult: + value: + data: + - id: homePpage + typeId: storePage + aspectTypeId: pdpAspect + name: Homepage + description: Home page of the storefront. + pageTitle: Homepage - My Shop + pageDescription: Get started shopping + pageKeywords: fashion, my shop + data: + thumbnail: myshop.jpg + custom: + thumbnail_full: http://static.myshop.com/myshop.jpg + regions: + - id: header + components: + - id: 2192f5b9aac0f2af2385f6f6b7 + typeId: commerce_assets.banner + data: + title: Products On Sale + bannerImage: sale/topsellerPromo.jpg + custom: + thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg + - id: main + components: + - id: 5c5ebbcd2aee1a67af519c83b5 + typeId: commerce_assets.carousel + data: + title: Topseller + category: topseller + custom: + detailUrl: www.myshop.com/topseller + regions: + - id: tiles + components: + - id: d98a30dfe93715e3e6fc22a329 + typeId: commerce_assets.productTile + data: + product: iphone6 + - id: 43aa39896afb9292308181ce14 + typeId: commerce_assets.productTile + data: + product: iphone7 + - id: detailpage + typeId: storePage + name: storepage + description: A Store page + pageTitle: A Store + pageDescription: Buy in store + pageKeywords: fashion, my shop, store + data: + thumbnail: mystore.jpg + BusinessObjectIDInvalid: + value: + title: Business Object ID Invalid + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/business-object-id-invalid + detail: At least one provided business object identifier was invalid. This means either none was provided at all or exclusiveness of multiple identifiers wasn't honored or the referenced business object didn't exist. + AspectTypeNotFound: + value: + title: Aspect Type Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/aspect-type-not-found + detail: No aspect type with ID 'pdp' was found in site 'RefArch'. + Page: + value: + id: homepage + typeId: storePage + aspectTypeId: pdpAspect + name: Homepage + description: Home page of the storefront. + pageTitle: Homepage - My Shop + pageDescription: Get started shopping + pageKeywords: fashion, my shop + data: + thumbnail: myshop.jpg + custom: + thumbnail_full: http://static.myshop.com/myshop.jpg + regions: + - id: header + components: + - id: 375b9107b067902827083772f9 + typeId: commerce_assets.banner + data: + title: Products On Sale + bannerImage: sale/topsellerPromo.jpg + custom: + thumbnail_full: http://static.myshop.com/sale/topsellerPromo.jpg + - id: main + components: + - id: be1f331b92d8ad7e38e440e35d + typeId: commerce_assets.carousel + data: + title: Topseller + category: topseller + custom: + detailUrl: www.myshop.com/topseller + regions: + - id: tiles + components: + - id: 45af07459684e6db78990c5d05 + typeId: commerce_assets.productTile + data: + product: iphone6 + - id: df6e33766d90e7e205d109aa2f + typeId: commerce_assets.productTile + data: + product: iphone7 + AspectAttributeInvalid: + value: + title: Aspect Attribute Invalid + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/aspect-attribute-invalid + detail: 'Aspect attribute value "5555" does not fulfill its respective definition {"id" : "foobar", "type" : "string","required" : "false"}' + PageNotFound: + value: + title: Page Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/page-not-found + detail: No visible page with ID 'homepage' was found in site 'RefArch'. + Content: + value: + id: homepage-banner + name: Homepage Banner + description: Main promotional banner for the homepage + pageTitle: Homepage Banner - My Shop + pageDescription: Discover amazing products at great prices + pageKeywords: banner, promotion, homepage + ContentNotFound: + value: + title: Content Asset Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/content-not-found + detail: No visible content asset with ID 'homepage-banner' was found in site 'RefArch'. + ContentResult: + value: + data: + - id: homepage-banner + name: Homepage Banner + description: Main promotional banner for the homepage + pageTitle: Homepage Banner - My Shop + pageDescription: Discover amazing products at great prices + pageKeywords: banner, promotion, homepage + - id: footer-content + name: Footer Content + description: Footer information and links + pageTitle: Footer - My Shop + pageDescription: Footer content with links and copyright information + pageKeywords: footer, links, copyright + total: 2 + limit: 2 + GetContentsBadRequest: + value: + title: Bad Request + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request + detail: '''ids'' violates the value constraint. The expected value is between ''(0..50)''.' + parameter: ids + expected: (0..50) + ContentSearchResult: + value: + query: banner + hits: + - id: homepage-banner + name: Homepage Banner + description: Main promotional banner for the homepage + pageTitle: Homepage Banner - My Shop + pageDescription: Discover amazing products at great prices + pageKeywords: banner, promotion, homepage + - id: sidebar-banner + name: Sidebar Banner + description: Promotional banner for the sidebar + pageTitle: Sidebar Banner - My Shop + pageDescription: Check out our special offers + pageKeywords: banner, sidebar, promotion + selectedRefinements: + fdid: homepage-folder + c_contentType: banner + refinements: + - attributeId: c_contentType + label: Content Type + values: + - value: banner + label: Banner + hitCount: 15 + - value: text + label: Text Content + hitCount: 8 + - attributeId: fdid + label: Content Folder + values: + - value: homepage-folder + label: Homepage + hitCount: 5 + - value: promotions-folder + label: Promotions + hitCount: 10 + total: 2 + limit: 25 + offset: 0 + ContentSearchBadRequest: + value: + title: Bad Request + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request + detail: 'Invalid refinement parameter format. Expected format: ''attribute=value''.' + parameter: refine + ContentFolder: + value: + id: homepage-folder + parentFolderId: root-folder + name: Homepage Folder + description: Folder containing homepage content assets + pageTitle: Homepage Folder - My Store + pageDescription: SEO description for homepage folder + pageKeywords: homepage, main, landing + folders: + - id: hero-section + parentFolderId: homepage-folder + name: Hero Section + description: Hero section content folder + folders: [] + - id: featured-products + parentFolderId: homepage-folder + name: Featured Products + description: Featured products content folder + folders: [] + c_customAttribute: customValue + InvalidLevelsParameter: + value: + title: Bad Request + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request + detail: '''levels'' violates the value constraint. The expected value is between ''(0..2)''.' + UnauthorizedExample: + value: + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + ForbiddenExample: + value: + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. + ContentFolderNotFound: + value: + title: Folder Not Found + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/folder-not-found + detail: No online content folder with ID 'non-existent-folder' for site 'RefArch' could be found. + ContentFolderResult: + value: + limit: 2 + total: 10 + data: + - id: homepage-folder + parentFolderId: root-folder + name: Homepage Folder + description: Folder containing homepage content assets + pageTitle: Homepage Folder - My Store + pageDescription: SEO description for homepage folder + pageKeywords: homepage, main, landing + folders: + - id: hero-section + parentFolderId: homepage-folder + name: Hero Section + description: Hero section content folder + folders: [] + - id: featured-products + parentFolderId: homepage-folder + name: Featured Products + description: Featured products content folder + folders: [] + c_customAttribute: customValue + - id: category-folder + parentFolderId: root-folder + name: Category Folder + description: Folder containing category content assets + pageTitle: Category Folder - My Store + pageDescription: SEO description for category folder + pageKeywords: category, products, listing + folders: [] + responses: + 401unauthorized: + description: Your access token is invalid or expired and can’t be used to identify a user. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + UnauthorizedExample: + $ref: '#/components/examples/UnauthorizedExample' + 403forbidden: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + ForbiddenExample: + $ref: '#/components/examples/ForbiddenExample' diff --git a/apis/shopper-gift-certificates-oas-1.0.27/exchange.json b/apis/shopper-gift-certificates-oas-1.0.29/exchange.json similarity index 93% rename from apis/shopper-gift-certificates-oas-1.0.27/exchange.json rename to apis/shopper-gift-certificates-oas-1.0.29/exchange.json index 9e86bbe5..cbc3050f 100644 --- a/apis/shopper-gift-certificates-oas-1.0.27/exchange.json +++ b/apis/shopper-gift-certificates-oas-1.0.29/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Gift Certificates OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-gift-certificates-oas", - "version": "1.0.27", + "version": "1.0.29", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-gift-certificates-oas-1.0.27/shopper-gift-certificates-oas-v1-public.yaml b/apis/shopper-gift-certificates-oas-1.0.29/shopper-gift-certificates-oas-v1-public.yaml similarity index 99% rename from apis/shopper-gift-certificates-oas-1.0.27/shopper-gift-certificates-oas-v1-public.yaml rename to apis/shopper-gift-certificates-oas-1.0.29/shopper-gift-certificates-oas-v1-public.yaml index 776ba528..54c83294 100644 --- a/apis/shopper-gift-certificates-oas-1.0.27/shopper-gift-certificates-oas-v1-public.yaml +++ b/apis/shopper-gift-certificates-oas-1.0.29/shopper-gift-certificates-oas-v1-public.yaml @@ -1,11 +1,14 @@ openapi: 3.0.3 info: + x-api-type: Shopper + x-api-family: Pricing title: Shopper Gift Certificates - version: 1.0.27 + version: 1.0.29 description: |- - # API Overview [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-gift-certificates/shopper-gift-certificates-oas-v1-public.yaml) + # API Overview + Use the Shopper Gift Certificates API to obtain gift certificate details. ## Authentication & Authorization diff --git a/apis/shopper-login-oas-1.40.0/exchange.json b/apis/shopper-login-oas-1.42.2/exchange.json similarity index 93% rename from apis/shopper-login-oas-1.40.0/exchange.json rename to apis/shopper-login-oas-1.42.2/exchange.json index 43afb0d7..01a6e823 100644 --- a/apis/shopper-login-oas-1.40.0/exchange.json +++ b/apis/shopper-login-oas-1.42.2/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Login OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-login-oas", - "version": "1.40.0", + "version": "1.42.2", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-login-oas-1.40.0/shopper-login-oas-v1-public.yaml b/apis/shopper-login-oas-1.42.2/shopper-login-oas-v1-public.yaml similarity index 85% rename from apis/shopper-login-oas-1.40.0/shopper-login-oas-v1-public.yaml rename to apis/shopper-login-oas-1.42.2/shopper-login-oas-v1-public.yaml index 69b14958..8fd8d6c2 100644 --- a/apis/shopper-login-oas-1.40.0/shopper-login-oas-v1-public.yaml +++ b/apis/shopper-login-oas-1.42.2/shopper-login-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Shopper title: Shopper Login - version: 1.40.0 + version: 1.42.2 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-login/shopper-login-oas-v1-public.yaml) @@ -205,6 +205,7 @@ paths: operationId: authorizePasswordlessCustomer parameters: - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/register_customer' - name: Authorization in: header description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`), for example: `clientId:clientSecret`' @@ -2232,6 +2233,265 @@ paths: examples: InternalServerError500: $ref: '#/components/examples/InternalServerError500' + /organizations/{organizationId}/oauth2/webauthn/register/authorize: + post: + summary: Authorize user for WebAuthn registration + description: "Authorizes a user to register a WebAuthn credential (passkey). This endpoint validates the user's \ncredentials and creates a password action token that can be used to start the registration process.\nThe token is sent to the user via the specified channel (email or SMS).\n" + operationId: authorizeWebauthnRegistration + parameters: + - $ref: '#/components/parameters/organizationId' + - name: Authorization + in: header + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + content: + application/x-www-form-urlencoded: + schema: + $ref: '#/components/schemas/PasswordActionRequest' + required: true + responses: + '204': + description: User successfully authorized for WebAuthn registration. TOTP sent to user. + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + /organizations/{organizationId}/oauth2/webauthn/register/start: + post: + summary: Start WebAuthn registration + description: | + Starts the WebAuthn registration process by generating credential creation options. + Returns the challenge and other parameters needed by the authenticator to create a new credential. + operationId: startWebauthnUserRegistration + parameters: + - $ref: '#/components/parameters/organizationId' + - name: Authorization + in: header + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + required: true + content: + application/x-www-form-urlencoded: + schema: + $ref: '#/components/schemas/RegistrationStartRequest' + examples: + registrationStartRequest: + value: + client_id: 12345678-1234-1234-1234-123456789012 + pwd_action_token: '12345678' + user_id: user@example.com + channel_id: RefArch + display_name: John Doe + nick_name: My iPhone + responses: + '200': + description: Registration options successfully generated. + content: + application/json: + schema: + type: object + examples: + startWebauthnUserRegistrationSuccess: + $ref: '#/components/examples/startWebauthnUserRegistrationSuccess' + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + /organizations/{organizationId}/oauth2/webauthn/register/finish: + post: + summary: Finish WebAuthn registration + description: | + Completes the WebAuthn registration process by verifying the credential created by the authenticator. + Stores the public key and credential information for future authentication. + operationId: finishWebauthnUserRegistration + parameters: + - $ref: '#/components/parameters/organizationId' + - name: Authorization + in: header + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/RegistrationFinishRequest' + responses: + '204': + description: Registration successfully completed + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + /organizations/{organizationId}/oauth2/webauthn/authenticate/start: + post: + summary: Start WebAuthn authentication + description: | + Starts the WebAuthn authentication process by generating credential request options. + Returns the challenge and allowed credentials for the user to authenticate with. + operationId: startWebauthnAuthentication + parameters: + - $ref: '#/components/parameters/organizationId' + - name: Authorization + in: header + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + required: true + content: + application/x-www-form-urlencoded: + schema: + $ref: '#/components/schemas/AuthenticateRequest' + examples: + authenticateRequest: + value: + tenant_id: zzte_053 + client_id: 12345678-1234-1234-1234-123456789012 + channel_id: RefArch + user_id: user@example.com + responses: + '200': + description: Authentication options successfully generated + content: + application/json: + schema: + $ref: '#/components/schemas/PublicKeyCredentialRequestOptions' + examples: + webauthnAuthenticationStartSuccess: + $ref: '#/components/examples/webauthnAuthenticationStartSuccess' + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' + '404': + description: Not Found + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + UserNotFound404: + $ref: '#/components/examples/UserNotFound404' + /organizations/{organizationId}/oauth2/webauthn/authenticate/finish: + post: + summary: Finish WebAuthn authentication + description: | + Completes the WebAuthn authentication process by verifying the assertion from the authenticator. + Returns OAuth tokens upon successful authentication. + operationId: finishWebauthnAuthentication + parameters: + - $ref: '#/components/parameters/organizationId' + - name: Authorization + in: header + description: 'Base64-encoded string for HTTP Basic authentication. The string is composed of a client ID and client secret, separated by a colon (`:`). For example: `clientId:clientSecret`.' + required: false + schema: + type: string + example: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/AuthenticateFinishRequest' + responses: + '200': + description: Authentication successful + content: + application/json: + schema: + $ref: '#/components/schemas/AuthenticateResult' + examples: + webauthnAuthenticationFinishSuccess: + $ref: '#/components/examples/webauthnAuthenticationFinishSuccess' + '400': + description: Bad request + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + BadOrMissingClientId400: + $ref: '#/components/examples/BadOrMissingClientId400' + '401': + description: Unauthorized + content: + application/problem+json: + schema: + $ref: '#/components/schemas/Oauth2ErrorResponse' + examples: + Unauthorized401: + $ref: '#/components/examples/InvalidClient401' components: schemas: OrganizationId: @@ -2341,6 +2601,7 @@ components: enum: - callback - sms + - email locale: type: string description: The locale of the template. Not needed for the `callback` mode @@ -2356,11 +2617,31 @@ components: example: RefArch callback_uri: type: string - description: | + description: |- The callback URI. Required when the mode is `callback`. The `callback_uri` property will be validated against the callback URIs that have been registered with the SLAS client. The callback URI _must_ be a `POST` endpoint because the token will be included in the body. Wildcards are not allowed in the callback_uri because this is a security risk that can expose the token. This is not considered an OAuth2 callback_url. example: http://localhost:9050/passwordless/login/callback + last_name: + maxLength: 100 + type: string + description: "The user's last name. Required when `register_customer` is `true`. \nThe `last_name` parameter is not used when `register_customer` parameter is not added or is `false`." + example: Sampleson + email: + maxLength: 128 + type: string + description: "The user's email address. Required when `register_customer` is `true` and `user_id` is not an email address. \nThe `email` parameter is not used when `register_customer` parameter is not added or is `false`." + example: samantha.sampleson@example.com + first_name: + maxLength: 100 + type: string + description: "The user's first name. Optional when `register_customer` is `true`. \nThe `first_name` parameter is not used when `register_customer` parameter is not added or is `false`." + example: Samantha + phone_number: + maxLength: 48 + type: string + description: "The user's phone number. Optional when `register_customer` is `true`. \nThe `phone_number` parameter is not used when `register_customer` parameter is not added or is `false`." + example: 17776665555 description: A request for a passwordless login token. This is only available for registered users using B2C Commerce. TokenType: type: string @@ -2743,6 +3024,7 @@ components: enum: - callback - sms + - email channel_id: type: string description: The channel (B2C Commerce site) that the user is associated with. @@ -2784,7 +3066,6 @@ components: required: - channel_id - client_id - - code_verifier - pwd_action_token type: object properties: @@ -2821,6 +3102,11 @@ components: type: string description: Adding a `hint` query parameter with a value of `cross_device` will remove the need to have the code_verifier for password reset request. If the `hint` query parameter is used it must also have been used in the password action request. example: cross_device + user_id: + maxLength: 128 + type: string + description: User ID for logging in. This is the id that is used to log into SFCC. Required only when hint is provided. + example: samantha.sampleson@example.com description: A request for creating a new password using the password action token. PasswordLessLoginTokenRequest: required: @@ -2883,6 +3169,353 @@ components: enum: - access_token - refresh_token + RegistrationStartRequest: + type: object + description: | + WebAuthn registration request. Inherits most fields from PasswordActionVerifyRequest + but does NOT use code_verifier or new_password fields. + required: + - channel_id + - pwd_action_token + - user_id + properties: + client_id: + type: string + description: OAuth client identifier. Required if Authorization header is not provided. + pattern: ^[A-Za-z0-9_-]+$ + minLength: 36 + maxLength: 36 + example: 12345678-1234-1234-1234-123456789012 + pwd_action_token: + type: string + description: Password action token (TOTP) received by the user. + pattern: ^[0-9]{8}$ + example: '12345678' + user_id: + type: string + description: The ID of the user. + maxLength: 128 + example: user@example.com + channel_id: + type: string + description: The ID of the channel. + pattern: ^[A-Za-z0-9_-]+$ + maxLength: 100 + example: RefArch + display_name: + type: string + description: Display name for the passkey. + maxLength: 128 + example: John Doe + nick_name: + type: string + description: Nickname for the credential. + maxLength: 128 + example: My iPhone + AuthenticatorAttestationResponseJson: + type: object + description: Authenticator response for registration (attestation). + required: + - clientDataJSON + - attestationObject + properties: + clientDataJSON: + description: Base64url-encoded client data JSON. + type: array + items: + type: object + properties: + id: + type: string + format: byte + example: eyJ0eXBlIjoid2ViYXV0aG4uY3JlYXRlIiwiY2hhbGxlbmdlIjoiVjJGc2RHVnlJRmRvYVhSbElGUmxjM1FnUTJoaGJHeGxibWRsIiwib3JpZ2luIjoiaHR0cHM6Ly9leGFtcGxlLmNvbSJ9 + attestationObject: + description: Base64url-encoded attestation object. + type: array + items: + type: object + properties: + id: + type: string + format: byte + example: o2NmbXRkbm9uZWdhdHRTdG10oGhhdXRoRGF0YVikSZYN5YgOjGh0NBcPZHZgW4_krrmihjLHmVzzuoMdl2NFAAAAAK3OAAI1vMYKZIsLJfHwVQMAIAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gpQECAyYgASFYIIGjL8Hs9Yz5LvVGBnGJlGYKbJZXLqLLnKLJKLJLKLJLIlgg + AuthenticatorAssertionResponseJson: + type: object + description: Authenticator response for authentication (assertion). + required: + - authenticatorData + - clientDataJSON + - signature + properties: + authenticatorData: + description: Base64url-encoded authenticator data + type: array + items: + type: object + properties: + id: + type: string + format: byte + example: SZYN5YgOjGh0NBcPZHZgW4_krrmihjLHmVzzuoMdl2MFAAAAAQ + clientDataJSON: + description: Base64url-encoded client data JSON. + type: array + items: + type: object + properties: + id: + type: string + format: byte + example: eyJ0eXBlIjoid2ViYXV0aG4uZ2V0IiwiY2hhbGxlbmdlIjoiVjJGc2RHVnlJRmRvYVhSbElGUmxjM1FnUTJoaGJHeGxibWRsIiwib3JpZ2luIjoiaHR0cHM6Ly9leGFtcGxlLmNvbSJ9 + signature: + description: Base64url-encoded signature. + type: array + items: + type: object + properties: + id: + type: string + format: byte + example: MEYCIQDqwzerkQlKKLJKLJKLJKLJKLJKLJKLJKLJKLJKLJKLJAiEA + userHandle: + description: Base64url-encoded user handle. + nullable: true + type: array + items: + type: object + properties: + id: + type: string + format: byte + example: dXNlckBleGFtcGxlLmNvbQ + PublicKeyCredentialJson: + type: object + description: "WebAuthn credential representation. The response field can contain either\nAuthenticatorAttestationResponseJson (for registration) or \nAuthenticatorAssertionResponseJson (for authentication).\n" + required: + - id + - rawId + - type + - response + properties: + id: + type: string + description: Base64url-encoded credential ID + maxLength: 256 + example: AQIDBAUGBwgJCgsMDQ4PEA + rawId: + type: string + description: Base64url-encoded raw credential ID. + maxLength: 256 + example: AQIDBAUGBwgJCgsMDQ4PEA + type: + type: string + description: The type of credential. + enum: + - public-key + example: public-key + clientExtensionResults: + type: string + description: WebAuthn client extension results (typically empty). + nullable: true + maxLength: 100 + example: + extensions: {} + response: + oneOf: + - $ref: '#/components/schemas/AuthenticatorAttestationResponseJson' + - $ref: '#/components/schemas/AuthenticatorAssertionResponseJson' + description: Authenticator response (attestation for registration, assertion for authentication) + RegistrationFinishRequest: + type: object + required: + - client_id + - channel_id + - pwd_action_token + - username + - credential + properties: + client_id: + type: string + description: The ID of the OAuth client. + maxLength: 36 + example: 12345678-1234-1234-1234-123456789012 + username: + type: string + description: Username for the credential. + maxLength: 128 + example: user@example.com + credential: + $ref: '#/components/schemas/PublicKeyCredentialJson' + channel_id: + type: string + description: The ID of the channel. + maxLength: 128 + example: RefArch + pwd_action_token: + type: string + description: Password action token. + maxLength: 8 + pattern: ^[0-9]{8}$ + example: '12345678' + AuthenticateRequest: + type: object + required: + - client_id + - channel_id + - user_id + properties: + tenant_id: + type: string + description: The ID of the tenant. + maxLength: 8 + example: zzte_053 + client_id: + type: string + description: The ID of the OAuth client. + pattern: ^[A-Za-z0-9_-]+$ + minLength: 36 + maxLength: 36 + example: 12345678-1234-1234-1234-123456789012 + channel_id: + type: string + description: The ID of the channel. + pattern: ^[A-Za-z0-9_-]+$ + maxLength: 100 + example: RefArch + user_id: + type: string + description: The ID of the user. + maxLength: 128 + example: user@example.com + PublicKeyCredentialDescriptor: + type: object + description: Public key credential descriptor. + required: + - type + - id + properties: + type: + type: string + maxLength: 256 + description: Credential type. + enum: + - public-key + example: public-key + id: + type: string + description: The base64url-encoded ID of the credential. + maxLength: 64 + example: AQIDBAUGBwgJCgsMDQ4PEA + transports: + type: array + description: Authenticator transports. + example: + - internal + - usb + items: + type: string + maxLength: 8 + enum: + - usb + - nfc + - ble + - internal + example: usb + PublicKeyCredentialRequestOptions: + type: object + description: Options for requesting a WebAuthn credential (returned by authenticate/start). + properties: + challenge: + type: string + description: Base64url-encoded challenge. + maxLength: 512 + example: V2FsdGVyIFdoaXRlIFRlc3QgQ2hhbGxlbmdl + timeout: + type: integer + description: Timeout value in milliseconds. + example: 60000 + rpId: + type: string + description: The ID of the relying party. + maxLength: 256 + example: example.com + allowCredentials: + type: array + description: Allowed credentials for authentication. + items: + $ref: '#/components/schemas/PublicKeyCredentialDescriptor' + userVerification: + type: string + description: The level of requirement for user verification. + enum: + - required + - preferred + - discouraged + example: preferred + extensions: + type: object + description: WebAuthn extensions. + additionalProperties: true + AuthenticateFinishRequest: + type: object + required: + - channel_id + - client_id + - credential + properties: + user_id: + maxLength: 128 + type: string + description: The ID of the user. + example: user@example.com + channel_id: + type: string + maxLength: 100 + description: The ID of the channel. + example: RefArch + client_id: + type: string + description: The ID of the OAuth client. + minLength: 36 + maxLength: 36 + example: 12345678-1234-1234-1234-123456789012 + email: + type: string + format: email + description: User's email address. + maxLength: 128 + example: user@example.com + tenant_id: + type: string + description: The ID of the tenant. + maxLength: 8 + example: zzte_053 + usid: + type: string + description: The unique session ID. + maxLength: 128 + example: 87654321-4321-4321-4321-210987654321 + credential: + $ref: '#/components/schemas/PublicKeyCredentialJson' + AuthenticateResult: + type: object + properties: + credentialId: + type: string + description: The credential ID that was used for authentication. + maxLength: 1024 + example: AQIDBAUGBwgJCgsMDQ4PEA + username: + type: string + description: The authenticated username. + maxLength: 128 + example: user@example.com + success: + type: boolean + description: Specifies whether authentication was successful (true) or not (false). + example: true + tokenResponse: + $ref: '#/components/schemas/TokenResponse' parameters: organizationId: description: An identifier for the organization the request is being made by @@ -2892,6 +3525,18 @@ components: example: f_ecom_zzxy_prd schema: $ref: '#/components/schemas/OrganizationId' + register_customer: + name: register_customer + in: query + description: |- + When set to `true`, creates a new customer profile in B2C Commerce if one doesn't already exist. Requires `last_name` and `email` body parameters unless `user_id` is an email address. Optionally accepts `first_name` and `phone_number` body parameters. + If the customer profile doesn't exist, it is created when the TOTP is validated via the `passwordless/token` endpoint. + + When set to `false` (or omitted), no customer profile is created in B2C Commerce. + required: false + schema: + maxLength: 5 + type: string client_id: name: client_id in: query @@ -3279,3 +3924,57 @@ components: use: sig x: KpmPoZTFXs80Uxy7QcOQ9aaqW35xgT3Qyakee8zR7gA 'y': P87TZ52rjnOGlmjaPeUGbLaOqiB7FHnoEzULIw6QlfJ + startWebauthnUserRegistrationSuccess: + value: + extensions: {} + attestation: none + challenge: qcjjr4ZckSHuiSd1nShZkVt12I1udQO_7MAkynXP8Nk + authenticatorSelection: + userVerification: preferred + requireResidentKey: false + residentKey: preferred + user: + name: darth.vader + id: GyOH81kDRxJBvHPQkkbmTagOADuixhp_37P_UnSwHAI + displayName: Darth Vader + rp: + name: SLAS Service + id: localhost + timeout: 90000 + excludeCredentials: [] + pubKeyCredParams: + alg: -7 + type: public-key + webauthnAuthenticationStartSuccess: + value: + challenge: V2FsdGVyIFdoaXRlIFRlc3QgQ2hhbGxlbmdl + timeout: 60000 + rpId: localhost + allowCredentials: + - type: public-key + id: AQIDBAUGBwgJCgsMDQ4PEA + transports: + - usb + - nfc + userVerification: preferred + extensions: {} + UserNotFound404: + value: + error: not_found + error_description: User Not Found + webauthnAuthenticationFinishSuccess: + value: + credentialId: AQIDBAUGBwgJCgsMDQ4PEA + username: user@example.com + success: true + tokenResponse: + access_token: eyJ2ZXIiOiIxLjAiLCJraWQiOiJTTEFTIiwidHlwIjoiand0IiwiY2x2IjoiSjIuMS4wIiwiYWxnIjoiRVMyNTYifQ.eyJhdWQiOiJjb3JlL2Rldi9idGluZ2V5bHRtMiIsImF1dCI6IkdVSUQiLCJzdWIiOiJ1c2lkOjo1NGFkMmM1YS05MWYwLTQ0YWItODE3Yy03M2Q2Yjg2ODcyZDk6OnVwbjpndWVzdCIsIm5iZiI6MTU4Mjg0NTYyNCwiY3R4Ijoic2ZkYy5jb21tZXJjZWNsb3VkIiwiaXNzIjoiY29yZS9kZXYvYnRpbmdleWx0bTIiLCJzdHkiOiJVc2VyIiwiaXN0IjoxLCJleHAiOjE1ODI4NDU3NDQsImlhdCI6MTU4Mjg0NTY1NCwianRpIjoiQzJDOTA0ODg2NDA3MDkwNDg4NjQwNzMyMjExNzQ1ODEyMTQzIn0.2a6lMBSY17PrhDO8pvEk7PCXW_nkguMHi4J-Tuirkz-ETB6rnKyuRjF5yD6B55tMvm8dO8ulAHyDYqjObMxLJg + id_token: eyJraWQiOiI3NGU2YjMxZS1lYTczLTQ3OTYtOWRkYi1jMDJmZGI4ZDgwYmUiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ1c2lkOmQ1MDBhMzY5LTc1MWQtNDkzYy1iNDAzLThmOThmYjg3MTdiNiIsImF1ZCI6IjU1M2FjOGFjLTRkYjktNGVkMy04MjVjLTNhZTNiZjVkMzI3YiIsImlzcyI6ImRldi51cy5zaG9wcGVyLmNjLnNhbGVzZm9yY2UuY29tIiwibmFtZSI6ImJsYWlyLnNsYXMudGVzdEBnbWFpbC5jb20iLCJleHAiOjE1OTExMTE0MzgsImlhdCI6MTU5MTEwOTYzOCwiZW1haWwiOiJibGFpci5zbGFzLnRlc3RAZ21haWwuY29tIn0.KgpAcq-G9Lz7IGnjkJlaFLFXYncVCwcVrRIuy3bEfgzRozqaDRvAori4oOz4RtgYjmoc5x2euoisHL0mVnHgPKOdYBty1wTJqneJEQt6hP4Kp0KFciID_ILCi-DE8VWS5t0NknnMP_iKhIkqcRL48iwPFUWkWA6AEWxE_yvJLNRLithsSxsx7EfBfpD8Hr2b5tMEwImQNmJNYGRTI4LSmcYspBORvJoAnfGpMC0kglxl40bhf5j4ItX4_DiWQC4zaGYD-HJV4BDr6C7iGCs5ZVPypF0yQD3iBio26fwj9Ys5WF9XMtPtqET2kqsz6fDC5GkE6HTUHH_r87jxbDq-8w + refresh_token: EgMYpjfFKdlSy-a3PYeyihmP95IpIp3FaDpPmVH1yu8.lahomBi7zJbRa6yKAuAAiKu3lprTPsEueKwqcBvhRLU + expires_in: 900 + refresh_token_expires_in: 7776000 + token_type: Bearer + usid: 18cda486-fe32-4e27-888b-6e4f89938e67 + customer_id: '1000005' + enc_user_id: 45D39A8499A95288F82855427EBA99B5 + idp_access_token: '' diff --git a/apis/shopper-orders-oas-1.5.1/exchange.json b/apis/shopper-orders-oas-1.10.2/exchange.json similarity index 93% rename from apis/shopper-orders-oas-1.5.1/exchange.json rename to apis/shopper-orders-oas-1.10.2/exchange.json index 732f2514..42f9909e 100644 --- a/apis/shopper-orders-oas-1.5.1/exchange.json +++ b/apis/shopper-orders-oas-1.10.2/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Orders OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-orders-oas", - "version": "1.5.1", + "version": "1.10.2", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-orders-oas-1.5.1/shopper-orders-oas-v1-public.yaml b/apis/shopper-orders-oas-1.10.2/shopper-orders-oas-v1-public.yaml similarity index 85% rename from apis/shopper-orders-oas-1.5.1/shopper-orders-oas-v1-public.yaml rename to apis/shopper-orders-oas-1.10.2/shopper-orders-oas-v1-public.yaml index 047bca48..88f937e8 100644 --- a/apis/shopper-orders-oas-1.5.1/shopper-orders-oas-v1-public.yaml +++ b/apis/shopper-orders-oas-1.10.2/shopper-orders-oas-v1-public.yaml @@ -3,11 +3,12 @@ info: x-api-type: Shopper x-api-family: Checkout title: Shopper Orders - version: 1.5.1 + version: 1.10.2 description: |- - # API Overview [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-orders/shopper-orders-oas-v1-public.yaml) + # API Overview + The Shopper Orders API enables you to: - Create orders based on baskets prepared using the Shopper Baskets API. @@ -29,7 +30,7 @@ info: For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include `sfcc.shopper-baskets-orders` or `sfcc.shopper-baskets-orders.rw` in the client ID used to generate the SLAS token. For a full list of permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) ## Use Cases @@ -114,6 +115,7 @@ paths: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/siteId' - $ref: '#/components/parameters/locale' + - $ref: '#/components/parameters/expandOrders' responses: '200': description: Success, the response body contains the order. @@ -203,6 +205,74 @@ paths: - ShopperTokenTsob: - sfcc.shopper-baskets-orders - sfcc.shopper-baskets-orders.rw + /organizations/{organizationId}/orders/{orderNo}/actions/fail: + post: + description: |- + Fails an unplaced order and optionally reopens the basket when indicated. + Creates a HistoryEntry in the failed Order with provided reasonCode. + externalDocs: + description: Find more info on fail order behavior here + url: https://salesforcecommercecloud.github.io/b2c-dev-doc/docs/current/scriptapi/html/index.html?target=class_dw_order_OrderMgr.html#dw_order_OrderMgr_failOrder_Order_Boolean_DetailAnchor + operationId: failOrder + summary: Fail an Order. + parameters: + - $ref: '#/components/parameters/organizationId' + - $ref: '#/components/parameters/orderNo' + - $ref: '#/components/parameters/siteId' + - $ref: '#/components/parameters/locale' + - $ref: '#/components/parameters/reopenBasket' + requestBody: + content: + application/json: + examples: + FailOrder: + $ref: '#/components/examples/FailOrder' + schema: + $ref: '#/components/schemas/FailOrderRequest' + security: + - ShopperToken: + - sfcc.shopper-baskets-orders.rw + responses: + '201': + description: | + Order failed successfully. No content returned. + headers: + Location: + description: The location for accessing the reopened basket if one exists. + schema: + type: string + '204': + description: | + Order failed successfully. No content returned. + '400': + description: |- + Possible reasons: + - Invalid request parameters. + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + BadRequest: + $ref: '#/components/examples/BadRequest' + '404': + description: The order with the given order number is unknown for the shopper. + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + OrderNotFound: + $ref: '#/components/examples/OrderNotFound' + '409': + description: The order is in invalid status. + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + InvalidStateTransition: + $ref: '#/components/examples/InvalidStateTransition' /organizations/{organizationId}/orders/{orderNo}/payment-instruments: post: description: |- @@ -318,11 +388,13 @@ paths: examples: PaymentInstrumentPatch: $ref: '#/components/examples/PaymentInstrumentPatch' + PaymentInstrumentPatchWithSalesforcePayments: + $ref: '#/components/examples/PaymentInstrumentPatchWithSalesforcePayments' schema: $ref: '#/components/schemas/OrderPaymentInstrumentRequest' responses: '200': - description: Success, the response body contains the order with the updated payment instrument. + description: Success, the response body contains the order with the updated payment instrument. When Salesforce Payments is enabled, the paymentReference object will be included in the paymentInstruments. content: application/json: schema: @@ -330,6 +402,8 @@ paths: examples: Order: $ref: '#/components/examples/examples-PaymentInstrumentPatch' + OrderWhenSalesforcePaymentsEnabled: + $ref: '#/components/examples/PaymentInstrumentPatchWhenSalesforcePaymentsEnabled' '400': description: |- Possible reasons: @@ -518,9 +592,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -726,24 +799,11 @@ components: type: boolean required: - code - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string CustomerInfo: additionalProperties: title: Additional Property Support @@ -1044,6 +1104,7 @@ components: type: string OrderPaymentInstrument: description: Document representing an order payment instrument. + type: object properties: amount: format: double @@ -1076,7 +1137,58 @@ components: description: The payment method ID. It is read only. example: CREDIT_CARD type: string - type: object + paymentReference: + description: Payment reference information for various payment service providers, only when Salesforce Payments is enabled. + type: object + properties: + paymentReferenceId: + description: Payment reference identifier. Can be payment intent ID for Stripe, PSP reference for Adyen, PayPal order ID for PayPal, or similar identifier for other payment providers. + type: string + maxLength: 256 + example: pi_3N4B2vF0wDjebNCp1234567 + redirectUrl: + description: Redirect URL for payment methods that require user redirection to complete payment. + type: string + format: uri + maxLength: 2048 + example: https://checkout.stripe.com/pay/cs_test_abc123 + gateway: + description: The payment gateway used to process the payment. + example: stripe + type: string + enum: + - stripe + - paypal + - adyen + gatewayProperties: + description: The payment gateway specific properties. + type: object + additionalProperties: false + properties: + stripe: + description: | + # Stripe specific properties. + + - setupFutureUsage: Indicates that you intend to make future payments with this payment method. + - **on_session**: The payment method is intended to be used for a future payment on the same website session. + - **off_session**: The payment method is intended to be used for a future payment on a different website session. + - **null**: The payment method is not intended to be used for a future payment. + - clientSecret: Secret for Stripe client-side payment confirmation. Don't store, log, or expose the client secret to anyone other than the customer, and only use it on pages where TLS is enabled. + - type: string + - maxLength: 256 + - example: "pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abc123" + type: object + additionalProperties: true + paypal: + description: | + # PayPal specific properties. + type: object + additionalProperties: true + adyen: + description: | + # Adyen specific properties. + type: object + additionalProperties: true ProductItem: description: Document representing a product item. additionalProperties: @@ -1205,6 +1317,10 @@ components: a particular shipping method. It is read only. example: 006490dcc338feeafc71c964bf type: string + omsData: + description: Information retrieved from Order Management (OMS) for the product. Only available in context of an order. + allOf: + - $ref: '#/components/schemas/OmsProductData' tax: format: double description: The tax for the product item, not including price adjustments. It is read only. @@ -1457,6 +1573,31 @@ components: type: string required: - id + OmsProductData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_orderitemsummary.htm for more information.\nOnly available in context of an order." + additionalProperties: false + properties: + status: + description: Order Management (OMS) status + example: ordered + enum: + - ordered + - returned + - canceled + - paid + - reshipped + - fulfilled + - partially_fulfilled + - allocated + - partially_allocated + - return_initiated + type: string + quantityAvailableToCancel: + format: double + description: The quantity that can be cancelled. + example: 2 + type: number + type: object ShipmentId: minLength: 1 type: string @@ -1906,6 +2047,78 @@ components: maxLength: 50 type: string example: '00000410' + OmsShipmentItem: + description: Individual item within a shipment + type: object + additionalProperties: false + properties: + id: + description: Unique identifier for the shipment item + type: string + example: 0OBVF000006603F4AQ + productItemId: + description: Reference to the product item in the order + type: string + example: 10uVF0000002fGnYAI + quantity: + description: Quantity of product items with the referenced productItemId in this shipment + type: number + format: double + example: 2 + OmsShipment: + description: Shipment information from Salesforce Order Management created during fulfillment process. See https://developer.salesforce.com/docs/atlas.en-us.230.0.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_fulfillmentorder.htm for more information. + type: object + additionalProperties: false + properties: + id: + description: Unique identifier for the shipment + type: string + example: 0OBVF000000003F4AQ + status: + description: Current status of the shipment + type: string + example: shipped + provider: + description: Shipping provider name + type: string + example: UPS + trackingNumber: + description: Tracking number for the shipment + type: string + example: '123456789' + trackingUrl: + description: URL to track the shipment + type: string + example: https://www.ups.com/track?loc=en_US&tracknum=123456789 + expectedDeliveryDate: + description: Expected delivery date and time + type: string + format: date-time + example: 2025-11-12T20:00:00.000+0000 + actualDeliveryDate: + description: Actual delivery date and time (null if not yet delivered) + type: string + format: date-time + example: 2025-11-12T20:00:00.000+0000 + shipmentItems: + description: Items included in this shipment + type: array + items: + $ref: '#/components/schemas/OmsShipmentItem' + OmsData: + description: "Additional information retrieved from Order Management (OMS) \nSee https://developer.salesforce.com/docs/atlas.en-us.order_management_developer_guide.meta/order_management_developer_guide/sforce_api_objects_ordersummary.htm for more information." + additionalProperties: false + properties: + status: + description: Current status of the order + type: string + example: shipped + shipments: + description: List of shipments associated with the order + type: array + items: + $ref: '#/components/schemas/OmsShipment' + type: object Order: description: Document representing an order. type: object @@ -2122,6 +2335,10 @@ components: example: ShoppingSite allOf: - $ref: '#/components/schemas/SiteId' + omsData: + description: Information retrieved from Order Management (OMS) for the order. + allOf: + - $ref: '#/components/schemas/OmsData' sourceCode: description: The source code assigned to the basket from which this order was created. It is read only. example: OUTDOOR1 @@ -2215,6 +2432,18 @@ components: orderViewCode: description: The order view code associated with the order to be looked up. type: string + FailOrderRequest: + description: Document representing a fail order request. + type: object + properties: + reasonCode: + description: The reason code for failing the order. + enum: + - payment_confirm_failure + - payment_capture_failure + - payment_auth_failure + type: string + example: payment_confirm_failure OrderPaymentCardRequest: description: Document representing an order payment card request. type: object @@ -2268,6 +2497,61 @@ components: description: The year the payment card is valid from. example: 2019 type: integer + PaymentReferenceRequest: + type: object + description: Properties for Payments Reference Request + properties: + paymentMethodType: + type: string + maxLength: 64 + description: Payment Method Type + example: card + zoneId: + type: string + description: The unique identifier for a Payments zone. + pattern: ^[a-zA-Z0-9\-_]{1,100}$ + minLength: 1 + maxLength: 100 + example: + Amer-Zone: null + gateway: + description: The payment gateway used to process the payment. + example: stripe + type: string + enum: + - stripe + - paypal + - adyen + gatewayProperties: + description: The payment gateway specific properties. + type: object + additionalProperties: false + properties: + stripe: + description: | + # Stripe specific properties. + + - setupFutureUsage: Indicates that you intend to make future payments with this payment method. + - **on_session**: The payment method is intended to be used for a future payment on the same website session. + - **off_session**: The payment method is intended to be used for a future payment on a different website session. + - **null**: The payment method is not intended to be used for a future payment. + type: object + additionalProperties: true + paypal: + description: | + # PayPal specific properties. + + - shippingPreference: Shipping preference for PayPal payment processing. Applicable only for basket payment instruments. + - **GET_FROM_FILE** + - **NO_SHIPPING** + - **SET_PROVIDED_ADDRESS** + type: object + additionalProperties: true + adyen: + description: | + # Adyen specific properties. + type: object + additionalProperties: true OrderPaymentInstrumentRequest: description: Document representing an order payment instrument request. additionalProperties: @@ -2302,6 +2586,10 @@ components: description: The payment method ID. example: CREDIT_CARD type: string + paymentReferenceRequest: + description: Payment reference information for various payment service providers, only when Salesforce Payments is enabled. + allOf: + - $ref: '#/components/schemas/PaymentReferenceRequest' PaymentCardSpec: description: Document representing the specification for a payment card. type: object @@ -2462,6 +2750,31 @@ components: required: true schema: $ref: '#/components/schemas/OrderNo' + expandOrders: + name: expand + in: query + required: false + style: form + explode: false + example: oms,oms_shipments + schema: + type: array + items: + type: string + enum: + - oms + - oms_shipments + example: oms + description: "When you select 'oms' expand, data is loaded from Order Management (OMS), if available. \nWhen OMS data is available, the expand parameter has the following behavior:\n\"expand=oms\": order and related order entities (product & shipping items, delivery groups and price adjustments) are returned.\n\"expand=oms_shipments\": order and fulfillment (shipment) data is returned.\n\"expand=oms,oms_shipments\": order, related order entities and fulfillment (shipment) data are returned.\nIf your instance is not integrated with OMS or the order data is not available, the `expand=oms` command is disregarded." + reopenBasket: + name: reopenBasket + in: query + description: "Set to true to reopen basket from the order.\nA basket can only be reopened if no other basket for the customer exists at the moment of the call to fail Order, \nsince a customer is limited to 1 storefront basket at a time." + required: false + schema: + type: boolean + default: false + example: false paymentInstrumentId: name: paymentInstrumentId in: path @@ -2801,6 +3114,14 @@ components: type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/order-not-found title: Order Not Found detail: No order with number '123' was found. + FailOrder: + value: + reasonCode: payment_confirm_failure + InvalidStateTransition: + value: + type: https://api.commercecloud.salesforce.com/documentation/error/v1/errors/order-status-transition + title: Order Status Transition + detail: The order status change from 'Completed' to 'Failed' for order with number '00000335' isn't supported. PaymentInstrumentPost: value: amount: 700 @@ -2988,6 +3309,17 @@ components: paymentCard: cardType: Visa maskedNumber: '****-****-****-4567' + PaymentInstrumentPatchWithSalesforcePayments: + value: + amount: 700 + paymentMethodId: Salesforce Payments + paymentReferenceRequest: + paymentMethodType: card + zoneId: Amer-Zone + gateway: stripe + gatewayProperties: + stripe: + setupFutureUsage: on_session examples-PaymentInstrumentPatch: value: adjustedMerchandizeTotalTax: 30 @@ -3155,6 +3487,185 @@ components: status: new taxation: net taxTotal: 30.8 + PaymentInstrumentPatchWhenSalesforcePaymentsEnabled: + value: + adjustedMerchandizeTotalTax: 30 + adjustedShippingTotalTax: 0.8 + billingAddress: + address1: 104 Presidential Way + city: Woburn + countryCode: US + firstName: Stephanie + fullName: Stephanie Miller + id: 5f695b6f4bb63cb686483d65a0 + lastName: Miller + postalCode: '01801' + stateCode: MA + channelType: storefront + confirmationStatus: not_confirmed + couponItems: + - code: 5ties + couponItemId: d3f7ae47e5897a6b5d2fd541f0 + statusCode: applied + valid: true + createdBy: Customer + creationDate: '2019-10-22T12:17:28.341Z' + currency: USD + customerInfo: + customerId: beQeANXJNsd0xcINsB6cSrobQa + customerName: Stephanie Miller + email: shopper@salesforce-test.com + customerName: Stephanie Miller + exportStatus: not_exported + groupedTaxItems: + - taxRate: 0.05 + taxValue: 30.8 + guest: true + giftCertificateItems: + - amount: 1 + giftCertificateItemId: 540db3ffe58bfb04ab673757d7 + recipientEmail: miller@salesforce-test.com + shipmentId: me + lastModified: '2019-10-22T12:17:28.376Z' + merchandizeTotalTax: 30 + orderNo: '00000410' + orderPriceAdjustments: + - appliedDiscount: + amount: 10 + type: amount + reasonCode: customer service + createdBy: support + creationDate: '2019-10-22T12:17:28.347Z' + custom: true + lastModified: '2019-10-22T12:17:28.349Z' + manual: true + price: -10 + priceAdjustmentId: 63b9eb9b4a92bd3e5c6ee804c2 + promotionId: 5ties + orderToken: 7gJDIFlnho_mXrxfxVB9Neic3J7szzR9glvgU5Ath-I + orderTotal: 586.76 + orderViewCode: YGXrGbZWlr29tIsGnYgR5o_8OxBMXWigevx1WD0X1Hc + paymentInstruments: + - amount: 20 + paymentInstrumentId: ca47e0da3d49b067b630db624a + paymentMethodId: PAYPAL + paymentReference: + paymentReferenceId: PAY-1AB23456CD789012EF34GHIJ + redirectUrl: https://www.paypal.com/checkoutnow?token=EC-1AB23456CD789012EF + - amount: 566.76 + paymentCard: + cardType: Visa + creditCardExpired: false + paymentInstrumentId: 6b970a04ca8a468a64b9936764 + paymentMethodId: CREDIT_CARD + paymentReference: + paymentReferenceId: 8815749596351791C + redirectUrl: https://test.adyen.com/hpp/pay.shtml?merchantReference=12345 + - amount: 2 + paymentCard: + expirationYear: 1990 + expirationMonth: 7 + validFromMonth: 8 + validFromYear: 2007 + issueNumber: i117 + maskedNumber: '******4567' + holder: Miller + cardType: Visa + paymentInstrumentId: 9f21f0b51f206fbde2ff5789e5 + paymentMethodId: CREDIT_CARD + paymentReference: + paymentReferenceId: pi_1J4K5L2eZvKYlo2CyZ8K5L6M + gateway: stripe + gatewayProperties: + stripe: + setupFutureUsage: on_session + clientSecret: pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abcdef123456 + paymentStatus: not_paid + productItems: + - adjustedTax: 30 + basePrice: 199.99 + bonusProductLineItem: false + gift: false + itemId: d9516eecc64bd90b0022714d26 + itemText: Green Umbrella - Sustained Edition + optionItems: + - adjustedTax: 0 + basePrice: 0 + bonusProductLineItem: false + gift: false + itemId: 8991e8d7adf0f46ffbc584e175 + itemText: 'Monogramming: Letter "A"' + optionId: textMonogramLetters + optionValueId: A + price: 0 + priceAfterItemDiscount: 0 + priceAfterOrderDiscount: 0 + productId: '701643632930' + productName: Flat Front Pant + shipmentId: me + tax: 0 + taxBasis: 0 + taxRate: 0.05 + priceAfterItemDiscount: 199.99 + priceAfterOrderDiscount: 199.99 + productId: '701643632930' + productName: Green Umbrella - Sustained Edition + quantity: 1 + shipmentId: me + tax: 30 + taxBasis: 199.99 + taxRate: 0.05 + productSubTotal: 199.99 + productTotal: 199.99 + shipments: + - adjustedMerchandizeTotalTax: 30 + adjustedShippingTotalTax: 0.8 + gift: false + merchandizeTotalTax: 199.99 + productSubTotal: 199.99 + productTotal: 199.99 + shipmentId: me + shipmentNo: '00000001' + shipmentTotal: 386.75 + shippingAddress: + address1: 104 Presidential Way + city: Woburn + countryCode: US + firstName: Stephanie + fullName: Stephanie Miller + id: 5f695b6f4bb63cb686483d65a0 + lastName: Miller + postalCode: '01801' + stateCode: MA + shippingMethod: + description: Order within the next 3 hours to get it tomorrow morning + id: EXPRESS + name: Express + price: 15.99 + shippingPromotions: + - calloutMsg: Free shipping amount has been reduced! + promotionId: freeshipping_level1 + promotionName: Free shipping Level 1 + shippingStatus: not_shipped + shippingTotal: 15.99 + shippingTotalTax: 0.8 + taxTotal: 30.8 + shippingItems: + - adjustedTax: 0.8 + basePrice: 15.99 + itemId: 768abee75aa8015239a9696c7e + itemText: Shipping + priceAfterItemDiscount: 15.99 + shipmentId: me + tax: 0.8 + taxBasis: 15.99 + taxRate: 0.05 + shippingStatus: not_shipped + shippingTotal: 15.99 + shippingTotalTax: 0.8 + status: new + taxation: net + taxTotal: 30.8 PaymentMethodsGet: value: applicablePaymentMethods: diff --git a/apis/shopper-products-oas-1.0.39/exchange.json b/apis/shopper-products-oas-1.1.3/exchange.json similarity index 93% rename from apis/shopper-products-oas-1.0.39/exchange.json rename to apis/shopper-products-oas-1.1.3/exchange.json index 159d88cc..a4fa9da2 100644 --- a/apis/shopper-products-oas-1.0.39/exchange.json +++ b/apis/shopper-products-oas-1.1.3/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Products OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-products-oas", - "version": "1.0.39", + "version": "1.1.3", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-products-oas-1.0.39/shopper-products-oas-v1-public.yaml b/apis/shopper-products-oas-1.1.3/shopper-products-oas-v1-public.yaml similarity index 93% rename from apis/shopper-products-oas-1.0.39/shopper-products-oas-v1-public.yaml rename to apis/shopper-products-oas-1.1.3/shopper-products-oas-v1-public.yaml index 7a057d99..b83aa4d5 100644 --- a/apis/shopper-products-oas-1.0.39/shopper-products-oas-v1-public.yaml +++ b/apis/shopper-products-oas-1.1.3/shopper-products-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Shopper x-api-family: Product title: Shopper Products - version: 1.0.39 + version: 1.1.3 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-products/shopper-products-oas-v1-public.yaml) @@ -17,6 +17,8 @@ info: The client requesting the product information must have access to the Products resource. The Shopper Products API requires a shopper access token from the Shopper Login and API Access Service (SLAS). + You must include the relevant scopes in the client ID used to generate the SLAS token. For a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. ## Use Cases @@ -66,10 +68,6 @@ info: For details working with hooks, see [Extensibility with Hooks.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html) - ### Test Description Changes - - uoweefhewihpfhweipfiphwefhipwehfiewpifhewifiphehipeipwhfhipewfhiihpefipew - ## Resources ### Product @@ -81,24 +79,6 @@ info: Categories and subcategories are the structure by which products are organized and grouped in a catalog and on a storefront. Categories can have relationships to other categories. Further, each category can provide context that is inherited by subcategories. For example, a category can have an assigned attribute. A product assigned to that category or any subcategory inherits the categories’s attribute value. Once the product is removed from the category, the attribute value is no longer inherited by the product. You can also use category linking for site hierarchical navigation. For example, inside the Clothing category you may have Men’s, and inside the Men’s category you may have Pants. Categories are not tags. - - ## Endpoints - - ### GET /products - - Returns product details for up to 24 products in one API request. You can use this API for use cases that require populating or hydrating multiple products at a time, such as populating the Product Listing Pages. - - The response data includes availability, promotions, images, and prices, along with the basic product information for the products requested. - - ### GET /products/{id} - - Returns product details about a single product. Use this API for use cases that require populating or hydrating one product at a time, such as the Product Detail Pages. - - The response data includes availability, promotions, options, images, prices, variations, bundled_products, set_products, recommendations, and the basic product information for the product requested. - - ### GET /categories - - Returns category details including the parent child relationships for one or more categories. The limit on depth for the parent-child relationship is 2. servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/product/shopper-products/v1 variables: @@ -109,7 +89,7 @@ paths: parameters: - $ref: '#/components/parameters/organizationId' get: - description: Allows access to multiple product details with a single request. Only products that are online and assigned to a site catalog are returned. The maximum number of product IDs that you can request is 24. In addition to product details, the availability, product options, images, price, promotions, and variations for the valid products are included, as applicable. + description: Allows access to multiple product details with a single request. Only products that are online and assigned to a site catalog are returned. The maximum number of product IDs that you can request is 24. In addition to product details, the availability, images, price, bundled_products, set_products, recommendations, product options, variations, shipping_methods, and promotions for the products are included, as applicable. operationId: getProducts summary: Returns product details for multiple products. security: @@ -150,7 +130,7 @@ paths: - $ref: '#/components/parameters/organizationId' - $ref: '#/components/parameters/id' get: - description: Allows access to product details for a single product ID. Only products that are online and assigned to a site catalog are returned. In addition to product details, the availability, images, price, bundled_products, set_products, recommedations, product options, variations, and promotions for the products are included, as applicable. + description: Allows access to product details for a single product ID. Only products that are online and assigned to a site catalog are returned. In addition to product details, the availability, images, price, bundled_products, set_products, recommendations, product options, variations, shipping_methods, and promotions for the products are included, as applicable. operationId: getProduct summary: Returns product details for a single product. security: @@ -320,7 +300,7 @@ components: type: string Select: minLength: 1 - description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. + description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. For more information, please read the documentation about property selectors [here](https://developer.salesforce.com/docs/commerce/commerce-api/guide/scapi-property-selection.html). example: (name,id,variationAttributes.(**)) type: string pattern: ^[(].*[)]$ @@ -337,9 +317,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -347,24 +326,11 @@ components: - $ref: '#/components/schemas/LanguageCountry' - $ref: '#/components/schemas/LanguageCode' - $ref: '#/components/schemas/DefaultFallback' - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string Product: description: Any product that is sold, shown alone, and does not have variations such as different sizes or colors. A product has no reliance on any other product for inheritance. *A product has a SKU and can have a product option, which has a different SKU*. properties: @@ -581,6 +547,13 @@ components: type: object additionalProperties: type: string + shippingMethods: + description: |- + The array of applicable shipping methods for this product. This array can be empty. + This property is only returned in context of the 'shipping_methods' expansion. + type: array + items: + $ref: '#/components/schemas/ShippingMethod' required: - id type: object @@ -1070,6 +1043,72 @@ components: - productId - variationValues type: object + ShippingPromotion: + description: Document representing a shipping promotion. + properties: + calloutMsg: + description: The localized callout message of the promotion. + example: $30 Fixed Shipping Amount Above 150 + type: string + promotionId: + description: The unique ID of the promotion. + example: $30FixedShippingAmountAbove150 + type: string + promotionName: + description: The localized promotion name. + example: $30 Fixed Shipping Amount Above 150 + type: string + type: object + additionalProperties: + title: Additional Property Support + description: |- + This type supports additional properties passed along with the defined properties of this API. + To indicate that the properties were defined and expected to be handled as additional properties, they are expected to be prefixed with a `c_`. + The type will reject any property that does not fit this pattern, only allowing additional properties beginning with the known prefix. + example: c_trackingId + ShippingMethod: + description: Document representing a shipping method. + additionalProperties: + title: Additional Property Support + description: |- + This type supports additional properties passed along with the defined properties of this API. + To indicate that the properties were defined and expected to be handled as additional properties, they are expected to be prefixed with a `c_`. + The type will reject any property that does not fit this pattern, only allowing additional properties beginning with the known prefix. + example: c_trackingId + properties: + description: + description: The localized description of the shipping method. + example: Order received within 7-10 business days + type: string + externalShippingMethod: + description: The external shipping method. + type: string + id: + maxLength: 256 + description: The shipping method ID. + example: '001' + type: string + name: + description: The localized name of the shipping method. + example: Ground + type: string + price: + format: double + description: |- + The shipping cost total, including shipment level costs, + product level fix, and surcharge costs. It is read only. + example: 15 + type: number + shippingPromotions: + description: |- + The array of active customer shipping promotions for this shipping + method. This array can be empty. + type: array + items: + $ref: '#/components/schemas/ShippingPromotion' + type: object + required: + - id ProductResult: description: Result document containing an array of products. properties: @@ -1139,13 +1178,6 @@ components: type: string description: The ID of the category. example: mens - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -1161,9 +1193,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' Category: @@ -1266,45 +1299,65 @@ components: name: ids description: The IDs of the requested products (comma-separated, max 24 IDs). in: query + example: apple-ipod-shuffle,apple-ipod-nano + style: form + explode: false required: true schema: type: array items: allOf: - $ref: '#/components/schemas/ProductId' - - maxItems: 100 - example: apple-ipod-shuffle,apple-ipod-nano + maxItems: 100 + example: + - apple-ipod-shuffle + - apple-ipod-nano inventoryIds: description: The optional inventory list IDs, for which the availability should be shown (comma-separated, max 5 inventoryListIDs). name: inventoryIds in: query + example: Site1InventoryList,Site2InventoryList,Site3InventoryList,Site4InventoryList,Site5InventoryList + style: form + explode: false schema: type: array items: allOf: - $ref: '#/components/schemas/InventoryId' - - maxItems: 5 - example: Site1InventoryList,Site2InventoryList,Site3InventoryList,Site4InventoryList,Site5InventoryList + maxItems: 5 + example: + - Site1InventoryList + - Site2InventoryList + - Site3InventoryList + - Site4InventoryList + - Site5InventoryList expand_multiId: name: expand description: "All expand parameters except page_meta_tags are used for the request when no expand parameter is provided. \nThe value \"none\" may be used to turn off all expand options. \nThe page_meta_tags expand value is optional and available starting from B2C Commerce version 25.2." in: query + style: form + explode: false + example: prices,promotions schema: type: array example: - prices - promotions items: + type: string enum: - none - availability + - bundled_products - links - promotions - options - images - prices - variations + - set_products - recommendations + - shipping_methods - page_meta_tags example: promotions allImages: @@ -1332,7 +1385,6 @@ components: schema: $ref: '#/components/schemas/SiteId' select: - description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. name: select in: query examples: @@ -1371,12 +1423,16 @@ components: name: expand description: "All expand parameters except page_meta_tags are used for the request when no expand parameter is provided. \nThe value \"none\" may be used to turn off all expand options. \nThe page_meta_tags expand value is optional and available starting from B2C Commerce version 25.2." in: query + style: form + explode: false + example: prices,promotions schema: type: array example: - prices - promotions items: + type: string enum: - none - availability @@ -1389,6 +1445,7 @@ components: - variations - set_products - recommendations + - shipping_methods - page_meta_tags example: links parameters-ids: @@ -1396,13 +1453,18 @@ components: description: The comma separated list of category IDs (max 50). in: query required: true + example: electronics-digital-cameras,electronics-televisions + style: form + explode: false schema: type: array items: allOf: - $ref: '#/components/schemas/CategoryId' - - maxItems: 50 - example: electronics-digital-cameras,electronics-televisions + maxItems: 50 + example: + - electronics-digital-cameras + - electronics-televisions levels: name: levels description: Specifies how many levels of nested subcategories you want the server to return. The default value is 1. Valid values are 0, 1, or 2. Only online subcategories are returned. diff --git a/apis/shopper-promotions-oas-1.0.37/exchange.json b/apis/shopper-promotions-oas-1.0.39/exchange.json similarity index 93% rename from apis/shopper-promotions-oas-1.0.37/exchange.json rename to apis/shopper-promotions-oas-1.0.39/exchange.json index ded3324d..d256e75a 100644 --- a/apis/shopper-promotions-oas-1.0.37/exchange.json +++ b/apis/shopper-promotions-oas-1.0.39/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Promotions OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-promotions-oas", - "version": "1.0.37", + "version": "1.0.39", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-promotions-oas-1.0.37/shopper-promotions-oas-v1-public.yaml b/apis/shopper-promotions-oas-1.0.39/shopper-promotions-oas-v1-public.yaml similarity index 97% rename from apis/shopper-promotions-oas-1.0.37/shopper-promotions-oas-v1-public.yaml rename to apis/shopper-promotions-oas-1.0.39/shopper-promotions-oas-v1-public.yaml index 89bece49..9b0b5ff0 100644 --- a/apis/shopper-promotions-oas-1.0.37/shopper-promotions-oas-v1-public.yaml +++ b/apis/shopper-promotions-oas-1.0.39/shopper-promotions-oas-v1-public.yaml @@ -1,11 +1,14 @@ openapi: 3.0.3 info: + x-api-type: Shopper + x-api-family: Pricing title: Shopper Promotions - version: 1.0.37 + version: 1.0.39 description: |- - # API Overview [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-promotions/shopper-promotions-oas-v1-public.yaml) + # API Overview + Retrieve information about active promotions within the context of a shopper and a site. You can use this API to retrieve promotions that you configured in the commerce platform by searching for specific promotion IDs or by searching for promotions associated with a campaign. Caching is provided for the Shopper Promotions API. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html) @@ -173,13 +176,6 @@ components: - $ref: '#/components/schemas/LanguageCountry' - $ref: '#/components/schemas/LanguageCode' - $ref: '#/components/schemas/DefaultFallback' - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -195,9 +191,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' Promotion: diff --git a/apis/shopper-search-oas-1.5.1/exchange.json b/apis/shopper-search-oas-1.5.4/exchange.json similarity index 93% rename from apis/shopper-search-oas-1.5.1/exchange.json rename to apis/shopper-search-oas-1.5.4/exchange.json index 2b81959e..1c17ba31 100644 --- a/apis/shopper-search-oas-1.5.1/exchange.json +++ b/apis/shopper-search-oas-1.5.4/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Search OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-search-oas", - "version": "1.5.1", + "version": "1.5.4", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-search-oas-1.5.1/shopper-search-oas-v1-public.yaml b/apis/shopper-search-oas-1.5.4/shopper-search-oas-v1-public.yaml similarity index 98% rename from apis/shopper-search-oas-1.5.1/shopper-search-oas-v1-public.yaml rename to apis/shopper-search-oas-1.5.4/shopper-search-oas-v1-public.yaml index 0758dc3e..58aea3f2 100644 --- a/apis/shopper-search-oas-1.5.1/shopper-search-oas-v1-public.yaml +++ b/apis/shopper-search-oas-1.5.4/shopper-search-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Shopper + x-api-family: Search title: Shopper Search - version: 1.5.1 + version: 1.5.4 description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-search/shopper-search-oas-v1-public.yaml)\n\n# API Overview\n\nUse the Shopper Search API for search functionality that lets shoppers search for products using keywords and refinement. The search results can be products or suggestions based on the endpoint you choose in the API.\n\nCaching is provided for the Shopper Search API. For details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n## Authentication & Authorization\n\nThe client requesting the API must have access to the product search and search suggestion resources. \n\nThe Shopper Search API requires a JWT acquired via the Shopper Customers endpoint:\n\n```\nhttps://{shortCode}.api.commercecloud.salesforce.com/customer/shopper-customers/v1/organizations/{organizationId}/customers/actions/login\n```\n\n## Use Cases\n\n### Provide Search Suggestions\n\nUse the Shopper Search API to provide search suggestions as a shopper searches.\n\nFor example, a developer who is building a shopping app using the Salesforce Commerce API would like to provide product, brand, and category suggestions. When a shopper types in a search phrase that exceeds a definable minimum length and the GET Search Suggestion endpoint is requested, the platform delivers a set of suggestions with products (name, ID), brands (name), and categories (name, ID). Shoppers can reach their desired search results more quickly using the suggested completion and correction.\n\n### Provide Search Results\n\nUse the Shopper Search API to gather product results for a shoppers search query.\n\nFor example, a developer who is building a shopping app using the Salesforce Commerce API would like to implement a product search functionality. When a shopper enters a search phrase and the GET Product Search endpoint is requested, the platform performs a keyword search and a sorted search result is returned. The sorted search result can be refined according to given values (for example, a price range).\nThe product search result contains a definable number of product search hits. A product search hit describes a matching product with its ID and name. Furthermore, the search hit contains product images, prices, represented products, and variations. In addition to the search hits, the search results also deliver refinement and sorting options.\n\n### Retrieve Promotion Information\n\nNote: This only applies if `promotions` expand is provided in the query parameter.\n\nPromotions provide discounts to shoppers when they meet certain purchase requirements.\n\nPromotion information is described in detail in [Promotion Details](https://developer.salesforce.com/docs/commerce/commerce-api/guide/promotion-details.html), but the following list provides several key points:\n\n- Pricing discounts for basket and shipping promotions are NEVER returned by the 'getProduct' or 'getProducts' endpoint.\n- Promotional pricing is ONLY returned for products that are included with non-conditional promotions.\n- Callout messages are ALWAYS returned by the 'getProduct' and 'getProducts' endpoints.\n\nBy default, 'getProduct' and 'getProducts' return promotion information for a queried product. Promotion information includes both pricing and callout message information. However, the specific pricing and callout information that is fetched is determined by:\n\n- Promotion Type\n- Product Type\n- Product Purchase Requirements\n\nSome promotions can be displayed on a Product Data Page (PDP) or Product Listing page (PLP), while other promotions are displayed in the context of a basket, such as an order level promotion: \"add the product to your basket to view price information\". It is important to understand what is included in the response when designing a PDP or PLP on top of SCAPI to ensure your design aligns with implementable features.\n\nNote: When you search for a variant product, the Product Search API returns the master or main product as the primary search hit. When promotion data (productPromotion) is returned, it does not contain pricing information because the returned product is the main product. To retrieve pricing information, pass the query string `allVariationProperties=true` with the `promotions` expand parameter, which returns pricing data for variant products if the promotion is unconditional. The `allVariationProperties` flag specifies the variation properties to be included in the result.\n\n### Filter Products by Promotion Role\n\nYou can filter products by their role in a promotion using the `pmid` (promotion ID) and `pmpt` (promotion product type) refinement parameters together. This allows you to find specific types of products within a promotion:\n\n- **`pmid`**: Specifies the promotion ID to filter by\n- **`pmpt`**: Specifies the type of products to return within that promotion:\n - `all`: Returns all products related to the promotion (default behavior)\n - `qualifying`: Returns only products that qualify for the promotion but don't receive the discount/bonus\n - `discounted`: Returns only products that receive a discount in the promotion \n - `bonus`: Returns only products that are given as bonuses in the promotion\n\n**Example Usage:**\n```\nGET /organizations/{organizationId}/product-search?refine=pmid=summer-sale&refine=pmpt=discounted\n```\n\nThis would return only the products that receive discounts in the \"summer-sale\" promotion.\n\n**Note:** The `pmpt` parameter only has an effect when used with `pmid`. If `pmpt` is specified without `pmid`, it will be ignored and all products will be returned.\n\n#### Shopper Personalization\nThe SCAPI response can be personalized using the Shopper Context API or hooks. By setting specific values in the Shopper Context API, you can modify the response of the 'getProduct' or 'getProducts' endpoint based on the shopper's context. For instance, you can offer a 5% discount or free shipping to shoppers using mobile devices.\n\n#### JWA Caching\nThe response is cached in JWA, which means promotion data contained in the response is also cached based on the TTL (Time to Live) specified in the Business Manager [Feature Switches](https://help.salesforce.com/s/articleView?id=cc.b2c_feature_switches.htm&type=5) configuration.\nWhen the shopper context value is updated, a check is conducted to see if the updated shopper context affects the retrieval of product-promotion data. If it does, then the response is fetched from the source and cached in the JWA.\n\nFor details, see [Server-Side Web-Tier Caching.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/server-side-web-tier-caching.html)\n\n\n### Use Hooks\n\nFor details working with hooks, see [Extensibility with Hooks.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html)\n\n## Best Practices\n\nThese best practices refer to features that are generally available with B2C Commerce 24.3.\n\nFor better performance, when you call the GET Product Search endpoint, we recommend that you:\n\n- Use the `select` query parameter to filter the response of a specified field or set of fields, and remove default outputs that you don't need. For example, filter the response to return only the relevant product names, ids, variants, and product IDs of the variants.\n- Limit API requests to the GET Product Search endpoint instead of calling both the GET Product Search and GET Products endpoints to show information on a product listing page (PLP). Use these features to provide the additional product information needed to render product tiles:\n - **Allowable value:** `promotions` value in the `expand` query parameter\n - **Query parameters:** `perPricebook`, `allImages`, and `allVariationProperties`\n - **Responses:** `productPromotions`, `imageGroups`, `priceRanges`, `tieredPrices`, `variants`, and `variationGroups`\n- Pass in only the `expand` values and query parameters that you consider necessary to meet your PLP requirements. Requesting large amounts of information can increase the latency, especially if there's a lot of data to be returned (for example, many imageGroups and variants)." servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/search/shopper-search/v1 @@ -42,7 +44,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -156,24 +158,11 @@ components: maxLength: 256 description: "The String256 schema is a foundational schema designed for fields or attributes that are stored in a database field with a maximum capacity of 256 bytes. \nThis schema accommodates various character sets, with the following considerations:\n - ASCII Characters: Each ASCII character occupies 1 byte, allowing up to 256 characters.\n - Latin Characters: Many Latin characters require 2 bytes each, allowing up to 128 characters.\n - Asian Characters: Many Asian characters require 3 bytes each, allowing approximately 85 characters." example: Max Mustermann - ISOCurrency: - pattern: ^[A-Z][A-Z][A-Z]$ - description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard. - example: USD - type: string - NoValue: - default: N/A - description: A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number. - example: N/A - enum: - - N/A - type: string CurrencyCode: description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard, or the string `N/A` indicating that a currency is not applicable. + pattern: ^([A-Z][A-Z][A-Z]|N/A)$ example: USD - oneOf: - - $ref: '#/components/schemas/ISOCurrency' - - $ref: '#/components/schemas/NoValue' + type: string LanguageCountry: pattern: ^[a-z][a-z]-[A-Z][A-Z]$ description: A concatenated version of the standard Language and Country codes, combined with a hyphen '`-`'. @@ -187,9 +176,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -197,13 +185,6 @@ components: - $ref: '#/components/schemas/LanguageCountry' - $ref: '#/components/schemas/LanguageCode' - $ref: '#/components/schemas/DefaultFallback' - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -219,9 +200,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' Offset: diff --git a/apis/shopper-seo-oas-1.0.14/exchange.json b/apis/shopper-seo-oas-1.0.17/exchange.json similarity index 93% rename from apis/shopper-seo-oas-1.0.14/exchange.json rename to apis/shopper-seo-oas-1.0.17/exchange.json index 737fcf8f..a53699ca 100644 --- a/apis/shopper-seo-oas-1.0.14/exchange.json +++ b/apis/shopper-seo-oas-1.0.17/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Seo OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-seo-oas", - "version": "1.0.14", + "version": "1.0.17", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-seo-oas-1.0.14/shopper-seo-oas-v1-public.yaml b/apis/shopper-seo-oas-1.0.17/shopper-seo-oas-v1-public.yaml similarity index 96% rename from apis/shopper-seo-oas-1.0.14/shopper-seo-oas-v1-public.yaml rename to apis/shopper-seo-oas-1.0.17/shopper-seo-oas-v1-public.yaml index 29f29fdf..de95fe3f 100644 --- a/apis/shopper-seo-oas-1.0.14/shopper-seo-oas-v1-public.yaml +++ b/apis/shopper-seo-oas-1.0.17/shopper-seo-oas-v1-public.yaml @@ -1,7 +1,9 @@ openapi: 3.0.3 info: + x-api-type: Shopper + x-api-family: Site title: Shopper SEO - version: 1.0.14 + version: 1.0.17 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-seo/shopper-seo-oas-v1-public.yaml) @@ -13,7 +15,9 @@ info: The Shopper SEO API requires a shopper access token from the [Shopper Login and API Access Service (SLAS).](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-shopper-apis.html) - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include the relevant scope(s) in the client ID used to generate the SLAS token. For a full list of required permissions, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html) in the SLAS guides. ## Use Cases @@ -125,9 +129,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. diff --git a/apis/shopper-stores-oas-1.0.18/exchange.json b/apis/shopper-stores-oas-1.0.19/exchange.json similarity index 93% rename from apis/shopper-stores-oas-1.0.18/exchange.json rename to apis/shopper-stores-oas-1.0.19/exchange.json index 44ff03fb..f2462500 100644 --- a/apis/shopper-stores-oas-1.0.18/exchange.json +++ b/apis/shopper-stores-oas-1.0.19/exchange.json @@ -3,7 +3,7 @@ "name": "Shopper Stores OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-stores-oas", - "version": "1.0.18", + "version": "1.0.19", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/shopper-stores-oas-1.0.18/shopper-stores-oas-v1-public.yaml b/apis/shopper-stores-oas-1.0.19/shopper-stores-oas-v1-public.yaml similarity index 93% rename from apis/shopper-stores-oas-1.0.18/shopper-stores-oas-v1-public.yaml rename to apis/shopper-stores-oas-1.0.19/shopper-stores-oas-v1-public.yaml index f64afdb4..b3e91e86 100644 --- a/apis/shopper-stores-oas-1.0.18/shopper-stores-oas-v1-public.yaml +++ b/apis/shopper-stores-oas-1.0.19/shopper-stores-oas-v1-public.yaml @@ -3,20 +3,39 @@ info: x-api-type: Shopper x-api-family: Store title: Shopper Stores - version: 1.0.18 + version: 1.0.19 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-stores/shopper-stores-oas-v1-public.yaml) # API Overview - Provides access to stores via search or ID lookup. - + Use this API to access stores via search or ID lookup. ## Authentication & Authorization The Shopper Stores API requires a shopper access token from the [Shopper Login and API Access Service (SLAS).](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-shopper-apis.html) - You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + You must include `sfcc.shopper-stores` and other relevant scope(s) in the client ID used to generate the SLAS token. For a full list of permissions, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + + For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html) in the SLAS guides. + + ## Use Cases + + ### Store Retrieval + + - Specific Lookup: Retrieve detailed information for one or more stores using unique IDs. + - Localization: Fetch store data tailored to specific languages and regional formats using locale. + + ### Location-Based Search + + - Proximity Search: Find stores within a specific radius (miles or kilometers) of a shopper. + - Coordinate Search: Locate stores using precise latitude and longitude pairs. + - Postal Code Search: Identify stores near a specific zip or postal code using automated geolocation mapping. + + ### Search Optimization + + - Threshold Filtering: Limit results to a maximum distance from the shopper's location. + - Pagination: Manage large result sets efficiently using limit and offset parameters. servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/store/shopper-stores/v1 variables: @@ -90,7 +109,7 @@ paths: required: false schema: type: integer - format: int64 + format: int32 default: 0 minimum: 0 description: Used to retrieve the results based on a particular resource offset. @@ -157,9 +176,8 @@ components: DefaultFallback: default: default description: A specialized value indicating the system default values for locales. + pattern: ^default$ example: default - enum: - - default type: string LocaleCode: description: A descriptor for a geographical region by both a language and country code. By combining these two, regional differences in a language can be addressed, such as with the request header parameter `Accept-Language` following [RFC 2616](https://tools.ietf.org/html/rfc2616) & [RFC 1766](https://tools.ietf.org/html/rfc1766). This can also just refer to a language code, also RFC 2616/1766 compliant, as a default if there is no specific match for a country. Finally, can also be used to define default behavior if there is no locale specified. @@ -167,13 +185,6 @@ components: - $ref: '#/components/schemas/LanguageCountry' - $ref: '#/components/schemas/LanguageCode' - $ref: '#/components/schemas/DefaultFallback' - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Total: default: 0 minimum: 0 @@ -189,9 +200,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' CountryCode: diff --git a/apis/slas-admin-oas-1.12.31/exchange.json b/apis/slas-admin-oas-1.14.1/exchange.json similarity index 92% rename from apis/slas-admin-oas-1.12.31/exchange.json rename to apis/slas-admin-oas-1.14.1/exchange.json index 5f8080de..c7f528b6 100644 --- a/apis/slas-admin-oas-1.12.31/exchange.json +++ b/apis/slas-admin-oas-1.14.1/exchange.json @@ -3,7 +3,7 @@ "name": "SLAS Admin-UAP OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "slas-admin-oas", - "version": "1.12.31", + "version": "1.14.1", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/slas-admin-oas-1.12.31/slas-admin-oas-v1-public.yaml b/apis/slas-admin-oas-1.14.1/slas-admin-oas-v1-public.yaml similarity index 83% rename from apis/slas-admin-oas-1.12.31/slas-admin-oas-v1-public.yaml rename to apis/slas-admin-oas-1.14.1/slas-admin-oas-v1-public.yaml index e7ff09c4..c03dbc28 100644 --- a/apis/slas-admin-oas-1.12.31/slas-admin-oas-v1-public.yaml +++ b/apis/slas-admin-oas-1.14.1/slas-admin-oas-v1-public.yaml @@ -3,7 +3,7 @@ info: x-api-type: Admin x-api-family: Shopper title: Slas Admin - version: 1.12.31 + version: 1.14.1 description: |- [Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/slas-admin/slas-admin-oas-v1-public.yaml) @@ -348,7 +348,7 @@ paths: get: summary: Retrieve/get a password action template. description: Retrieve a password action template by client ID. - operationId: retrievePwdlessTemplate + operationId: retrievePwdActionTemplate parameters: - $ref: '#/components/parameters/clientId' - $ref: '#/components/parameters/tenantId' @@ -399,7 +399,7 @@ paths: put: summary: Create or update a password action template. description: Create or update a password action template by client ID. - operationId: registerPwdlessTemplate + operationId: registerPwdActionTemplate parameters: - $ref: '#/components/parameters/clientId' - $ref: '#/components/parameters/tenantId' @@ -464,7 +464,7 @@ paths: - SLAS_ORGANIZATION_ADMIN delete: summary: Delete a password action template. - operationId: deletePwdlessTemplate + operationId: deletePwdActionTemplate description: Delete a password action template. parameters: - $ref: '#/components/parameters/clientId' @@ -753,6 +753,195 @@ paths: - BearerToken: - SLAS_SERVICE_ADMIN - SLAS_ORGANIZATION_ADMIN + /tenants/{tenantId}/webauthn/passkey/user/{userName}: + get: + summary: Retrieve passkey user by username + description: Retrieves a passkey user by their username + operationId: retrievePasskeyUserByUserName + parameters: + - $ref: '#/components/parameters/tenantId' + - $ref: '#/components/parameters/userName' + responses: + '200': + description: Passkey user retrieved successfully + content: + application/json: + schema: + $ref: '#/components/schemas/PasskeyUserDto' + examples: + PasskeyUserDto: + $ref: '#/components/examples/PasskeyUserDto' + '401': + description: Unauthorized. Wrong tenant + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + IdpTenantException401: + $ref: '#/components/examples/IdpTenantException401' + '404': + description: Passkey user not found + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + PasskeyUserNotFoundException404: + $ref: '#/components/examples/PasskeyUserNotFoundException404' + security: + - BearerToken: + - SLAS_SERVICE_ADMIN + - SLAS_ORGANIZATION_ADMIN + delete: + summary: Delete passkey user + description: Deletes a passkey user and all associated credentials by username + operationId: deletePasskeyUser + parameters: + - $ref: '#/components/parameters/tenantId' + - $ref: '#/components/parameters/userName' + responses: + '204': + description: Passkey user deleted successfully + '401': + description: Unauthorized. Wrong tenant + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + IdpTenantException401: + $ref: '#/components/examples/IdpTenantException401' + '404': + description: Passkey user not found + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + PasskeyUserNotFoundException404: + $ref: '#/components/examples/PasskeyUserNotFoundException404' + security: + - BearerToken: + - SLAS_SERVICE_ADMIN + - SLAS_ORGANIZATION_ADMIN + /tenants/{tenantId}/webauthn/passkey/user/{userName}/credentials: + get: + summary: Retrieve passkey credentials by username + description: Retrieves all passkey credentials associated with a username + operationId: retrievePasskeyCredentialsByUserName + parameters: + - $ref: '#/components/parameters/tenantId' + - $ref: '#/components/parameters/userName' + responses: + '200': + description: Passkey credentials retrieved successfully + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/PasskeyCredentialDto' + uniqueItems: true + examples: + PasskeyCredentialDtoArray: + $ref: '#/components/examples/PasskeyCredentialDtoArray' + '401': + description: Unauthorized. Wrong tenant + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + IdpTenantException401: + $ref: '#/components/examples/IdpTenantException401' + '404': + description: User or credentials not found + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + PasskeyUserNotFoundException404: + $ref: '#/components/examples/PasskeyUserNotFoundException404' + security: + - BearerToken: + - SLAS_SERVICE_ADMIN + - SLAS_ORGANIZATION_ADMIN + /tenants/{tenantId}/webauthn/passkey/user/{userName}/credentials/{credentialId}: + get: + summary: Retrieve passkey credential by credential ID + description: Retrieves a specific passkey credential by its ID + operationId: retrievePasskeyCredentialByCredentialId + parameters: + - $ref: '#/components/parameters/tenantId' + - $ref: '#/components/parameters/userName' + - $ref: '#/components/parameters/credentialId' + responses: + '200': + description: Passkey credential retrieved successfully + content: + application/json: + schema: + $ref: '#/components/schemas/PasskeyCredentialDto' + examples: + PasskeyCredentialDto: + $ref: '#/components/examples/PasskeyCredentialDto' + '401': + description: Unauthorized. Wrong tenant + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + IdpTenantException401: + $ref: '#/components/examples/IdpTenantException401' + '404': + description: Passkey credential not found + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + PasskeyCredentialNotFoundException404: + $ref: '#/components/examples/PasskeyCredentialNotFoundException404' + security: + - BearerToken: + - SLAS_SERVICE_ADMIN + - SLAS_ORGANIZATION_ADMIN + delete: + summary: Delete passkey user credential + description: Deletes a specific passkey credential for a user + operationId: deletePasskeyUserCredential + parameters: + - $ref: '#/components/parameters/tenantId' + - $ref: '#/components/parameters/userName' + - $ref: '#/components/parameters/credentialId' + responses: + '204': + description: Passkey credential deleted successfully + '401': + description: Unauthorized. Wrong tenant + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + IdpTenantException401: + $ref: '#/components/examples/IdpTenantException401' + '404': + description: User or credential not found + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + examples: + PasskeyCredentialNotFoundException404: + $ref: '#/components/examples/PasskeyCredentialNotFoundException404' + security: + - BearerToken: + - SLAS_SERVICE_ADMIN + - SLAS_ORGANIZATION_ADMIN components: securitySchemes: BearerToken: @@ -792,11 +981,11 @@ components: schema: maxLength: 36 type: string - description: "Describes the type of action that the password action template will be used for. \nHere are the actions that each enumerated string refers to:\n - `PWDLESS_LOGIN`: Passwordless login\n - `PWD_RESET_ACTION`: Password reset\n - `PWD_FORGOT_ACTION`: Forgot password\"" + description: "Describes the type of action that the password action template will be used for. \nHere are the actions that each enumerated string refers to:\n - `PWDLESS_LOGIN`: Passwordless login\n - `PWD_RESET_ACTION`: Password reset\n - `PWD_RESET_CROSS_DEVICE_ACTION`: Password reset for cross-device flow" enum: - PWDLESS_LOGIN - PWD_RESET_ACTION - - PWD_FORGOT_ACTION + - PWD_RESET_CROSS_DEVICE_ACTION example: PWDLESS_LOGIN templateType: name: templateType @@ -842,6 +1031,24 @@ components: maxLength: 256 type: string example: joe.shopper@foo.org + userName: + name: userName + in: path + required: true + description: The username of the passkey user + schema: + type: string + maxLength: 128 + example: testuser@example.com + credentialId: + name: credentialId + in: path + required: true + description: The credential identifier + schema: + type: string + maxLength: 1024 + example: Y3JlZGVudGlhbElkMTIz schemas: Tenant: required: @@ -1053,6 +1260,10 @@ components: maxLength: 1 description: When enabling (true) this will restrict all calls to the `\login` endpoint for the Client Id. When calling the `\login` endpoint and `loginEpRestrict` is enabled a HTTP Status code of 403 will be returned. example: false + isSixDigitOtp: + type: boolean + description: If this attribute is set to true in the request for the clientId, a 6-digit OTP is generated during PasswordlessLogin, PasswordReset, and WebAuthn Authorization. If set to false or unspecified, an 8-digit OTP is generated by default for the aforementioned calls. + example: false ClientListResponse: required: - data @@ -1138,14 +1349,18 @@ components: type: boolean description: When enabling (true) this will restrict all calls to the `\login` endpoint for the Client Id. When calling the `\login` endpoint and `loginEpRestrict` is enabled a HTTP Status code of 403 will be returned. example: false + isSixDigitOtp: + type: boolean + description: If this attribute is set to true in the request for the clientId, a 6-digit OTP is generated during PasswordlessLogin, PasswordReset, and WebAuthn Authorization. If set to false or unspecified, an 8-digit OTP is generated by default for the aforementioned calls. + example: false description: Used to create and update a SLAS Client PasswordTemplateActionType: type: string - description: "Describes the type of action that the password action template will be used for. \nHere are the actions that each enumerated string refers to:\n - `PWDLESS_LOGIN`: Passwordless login\n - `PWD_RESET_ACTION`: Password reset\n - `PWD_FORGOT_ACTION`: Forgot password" + description: "Describes the type of action that the password action template will be used for. \nHere are the actions that each enumerated string refers to:\n - `PWDLESS_LOGIN`: Passwordless login\n - `PWD_RESET_ACTION`: Password reset\n - `PWD_RESET_CROSS_DEVICE_ACTION`: Password reset for cross-device flow" enum: - PWDLESS_LOGIN - PWD_RESET_ACTION - - PWD_FORGOT_ACTION + - PWD_RESET_CROSS_DEVICE_ACTION example: PWDLESS_LOGIN PasswordTemplateType: type: string @@ -1471,6 +1686,80 @@ components: - givenName=given_name - name=name description: Identity provider + PasskeyCredentialDto: + type: object + description: Represents a WebAuthn passkey credential + properties: + id: + type: integer + format: int32 + description: Unique identifier for the credential + example: 20 + userId: + type: integer + format: int32 + description: The ID of the user who owns this credential + example: 26 + credentialId: + type: string + description: The WebAuthn credential ID + maxLength: 1024 + example: SVKfbUGBXofb2JzliJrMtZDENYByWgq_j4-p2M_3wC4 + nickName: + type: string + description: User-friendly name for the credential + maxLength: 32 + example: Fingerprint + publicKey: + type: string + description: The public key associated with this credential + maxLength: 1024 + example: pQECAyYgASFYIHM_4IKLMC8dboiRNfD0E0Gk4LmCTIgEyCTr-9SyHHeIIlggfn5_AzAl67kttLXWb-_Ts6MG7WHKoXzlKtame_wEYPE + userHandle: + type: string + description: The user handle associated with this credential + maxLength: 128 + example: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: + type: string + maxLength: 8 + description: The signature counter for replay attack prevention + example: '42' + PasskeyUserDto: + type: object + description: Represents a passkey user with their associated credentials + properties: + id: + type: integer + format: int32 + description: Unique identifier for the passkey user + example: 26 + userName: + type: string + description: The username of the passkey user + maxLength: 128 + example: luke.skywalker@endor.org + displayName: + type: string + description: The display name of the passkey user + maxLength: 256 + example: Luke Skywalker + userHandle: + type: string + description: The user handle (WebAuthn user ID) + maxLength: 128 + example: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + slasUserId: + type: integer + format: int32 + description: The associated SLAS user ID + example: 10000 + credentials: + type: array + description: Set of passkey credentials associated with this user + uniqueItems: true + items: + $ref: '#/components/schemas/PasskeyCredentialDto' examples: Tenant: value: @@ -1541,6 +1830,7 @@ components: - OtherSite isPrivateClient: true loginEpRestrict: false + isSixDigitOtp: false - clientId: 726bde86-7b99-415d-98ec-9290bad18904 secret: '' name: High Adventure Wear @@ -1553,6 +1843,7 @@ components: - OtherSite isPrivateClient: true loginEpRestrict: false + isSixDigitOtp: false - clientId: slas-default-client-1 secret: '' name: Shop Salesforce @@ -1565,6 +1856,7 @@ components: - OtherSite isPrivateClient: true loginEpRestrict: false + isSixDigitOtp: false ClientTenantException401: value: type: ClientTenantException @@ -1589,6 +1881,7 @@ components: - OtherSite isPrivateClient: true loginEpRestrict: false + isSixDigitOtp: false ClientRequestException400: value: type: ClientRequestException @@ -1612,6 +1905,7 @@ components: - OtherSite isPrivateClient: true loginEpRestrict: false + isSixDigitOtp: false ClientWithSecret: value: clientId: client-id1 @@ -1628,6 +1922,7 @@ components: - OtherSite isPrivateClient: true loginEpRestrict: false + isSixDigitOtp: false ClientConflictException409: value: type: ClientConflictException @@ -1839,3 +2134,53 @@ components: type: ShopperNotFoundException title: SLAS USER was not found by customer id detail: SLAS USER was not found by customer id + PasskeyUserDto: + value: + id: 26 + userName: luke.skywalker@endor.org + displayName: Luke Skywalker + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + slasUserId: 624 + credentials: + - id: 21 + userId: 26 + credentialId: t5Awv5pJ_kM7K8U2-5ijw5rSKNkHFHTTg_gAbdrod8c + nickName: Fingerprint + publicKey: pQECAyYgASFYIKIpY59lUthC1dDw_9WXKCOaLNCB2WSoGrK0kAZG33s3IlggxTvdmk2QC_HPjAwf_eHdoxIBvfN3c376ws8xUaxlJ4A + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: '2' + PasskeyUserNotFoundException404: + value: + type: PasskeyUserNotFoundException + title: Passkey user was not found by username + detail: Passkey user was not found by username + PasskeyCredentialDtoArray: + value: + - id: 21 + userId: 26 + credentialId: t5Awv5pJ_kM7K8U2-5ijw5rSKNkHFHTTg_gAbdrod8c + nickName: Fingerprint + publicKey: pQECAyYgASFYIKIpY59lUthC1dDw_9WXKCOaLNCB2WSoGrK0kAZG33s3IlggxTvdmk2QC_HPjAwf_eHdoxIBvfN3c376ws8xUaxlJ4A + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: '2' + - id: 22 + userId: 26 + credentialId: SVKfbUGBXofb2JzliJrMtZDENYByWgq_j4-p2M_3wC4 + nickName: yubikey + publicKey: pQECAyYgASFYIHM_4IKLMC8dboiRNfD0E0Gk4LmCTIgEyCTr-9SyHHeIIlggfn5_AzAl67kttLXWb-_Ts6MG7WHKoXzlKtame_wEYPE + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: '3' + PasskeyCredentialDto: + value: + id: 21 + userId: 26 + credentialId: t5Awv5pJ_kM7K8U2-5ijw5rSKNkHFHTTg_gAbdrod8c + nickName: Fingerprint + publicKey: pQECAyYgASFYIKIpY59lUthC1dDw_9WXKCOaLNCB2WSoGrK0kAZG33s3IlggxTvdmk2QC_HPjAwf_eHdoxIBvfN3c376ws8xUaxlJ4A + userHandle: yRU-7pWyWUE6nw8hztqqUZG635p7UKDDb2lbC1FyF78 + signatureCount: '2' + PasskeyCredentialNotFoundException404: + value: + type: PasskeyCredentialNotFoundException + title: Passkey credential was not found by credential id + detail: Passkey credential was not found by credential id diff --git a/apis/source-code-groups-oas-1.0.38/exchange.json b/apis/source-code-groups-oas-1.0.40/exchange.json similarity index 93% rename from apis/source-code-groups-oas-1.0.38/exchange.json rename to apis/source-code-groups-oas-1.0.40/exchange.json index 30827ac2..9c4686f7 100644 --- a/apis/source-code-groups-oas-1.0.38/exchange.json +++ b/apis/source-code-groups-oas-1.0.40/exchange.json @@ -3,7 +3,7 @@ "name": "Source Code Groups OAS", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "source-code-groups-oas", - "version": "1.0.38", + "version": "1.0.40", "classifier": "oas", "tags": [], "descriptorVersion": "1.0.0", diff --git a/apis/source-code-groups-oas-1.0.38/source-code-groups-oas-v1-public.yaml b/apis/source-code-groups-oas-1.0.40/source-code-groups-oas-v1-public.yaml similarity index 96% rename from apis/source-code-groups-oas-1.0.38/source-code-groups-oas-v1-public.yaml rename to apis/source-code-groups-oas-1.0.40/source-code-groups-oas-v1-public.yaml index 710ef926..ab9c496c 100644 --- a/apis/source-code-groups-oas-1.0.38/source-code-groups-oas-v1-public.yaml +++ b/apis/source-code-groups-oas-1.0.40/source-code-groups-oas-v1-public.yaml @@ -1,8 +1,10 @@ openapi: 3.0.3 info: + x-api-type: Admin + x-api-family: Pricing title: Source Code Groups - version: 1.0.38 - description: "# API Overview\n[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/source-code-groups/source-code-groups-oas-v1-public.yaml)\n\nAPIs that support the creation, update, deletions and search of source code groups. \n\n## Authentication & Authorization\n\nThe client requesting the source code information must have access to the Source Code resource. For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request. The client must first authenticate against Account Manager to log in.\n\nYou must include the relevant scope(s) in the client ID used to generate the token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\nFor detailed setup instructions, see [Authorization for Admin APIs](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html)." + version: 1.0.40 + description: "[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/source-code-groups/source-code-groups-oas-v1-public.yaml)\n\n# API Overview\n\nAPIs that support the creation, update, deletions and search of source code groups. \n\n## Authentication & Authorization\n\nThe client requesting the source code information must have access to the Source Code resource. For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request. The client must first authenticate against Account Manager to log in.\n\nYou must include the relevant scope(s) in the client ID used to generate the token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html)\n\nFor detailed setup instructions, see [Authorization for Admin APIs](https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html)." servers: - url: https://{shortCode}.api.commercecloud.salesforce.com/pricing/source-code-groups/v1 variables: @@ -334,13 +336,6 @@ components: - title - type - detail - Limit: - default: 10 - minimum: 1 - format: int32 - description: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria). - type: integer - example: 10 Query: minProperties: 1 maxProperties: 1 @@ -826,10 +821,11 @@ components: properties: limit: description: Maximum records to retrieve per request, not to exceed 200. + type: integer + format: int32 + minimum: 1 example: 10 maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' query: $ref: '#/components/schemas/Query' sorts: @@ -856,9 +852,10 @@ components: - total properties: limit: - maximum: 200 - allOf: - - $ref: '#/components/schemas/Limit' + format: int32 + description: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema. + type: integer + example: 10 total: $ref: '#/components/schemas/Total' PaginatedResultBase: From c8a30656121f153dd50a247e798f287f3a599205 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Thu, 22 Jan 2026 12:03:35 -0500 Subject: [PATCH 09/12] add type fix for Set --- src/lib/utils.ts | 3 +++ src/static/helpers/slas.ts | 8 +++----- templatesOas/apis.endpoint.mustache | 10 ++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 3fa2536e..f83d2b33 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -15,6 +15,8 @@ export const ORG_ID = "893f605e-10e2-423a-bdb4-f952f56eb6d8"; /** * Wrapper around execSync to simplify stubbing in tests. + * @param command + * @param options */ export const runExecSync = ( command: string, @@ -24,6 +26,7 @@ export const runExecSync = ( /** * Small wrapper to create an AdmZip instance. * Abstracted for easier stubbing in tests. + * @param zipPath */ export const createAdmZip = (zipPath: string) => new AdmZip(zipPath); diff --git a/src/static/helpers/slas.ts b/src/static/helpers/slas.ts index 640fa892..e605426e 100644 --- a/src/static/helpers/slas.ts +++ b/src/static/helpers/slas.ts @@ -8,11 +8,7 @@ import { nanoid } from "nanoid"; import { URL, URLSearchParams } from "url"; import { ResponseError } from "@commerce-apps/core"; -import { - ISlasClient, - TokenResponse, - TokenRequest, -} from "./slasClient"; +import { ISlasClient, TokenResponse, TokenRequest } from "./slasClient"; import type { RequestRedirect } from "node-fetch"; import { CustomQueryParameters, CustomRequestBody } from "../types"; @@ -310,6 +306,8 @@ export async function loginRegisteredUserB2Cprivate(options: { * @param options.parameters.redirectURI - Per OAuth standard, a valid app route. Must be listed in your SLAS configuration. On server, this will not be actually called. On browser, this will be called, but ignored. * @param options.parameters.usid? - Unique Shopper Identifier to enable personalization. * @param options.body? - optional body to pass in the ShopperLogin authenticateCustomer method + * @param options.parameters.usid + * @param options.body * @returns TokenResponse */ export async function loginRegisteredUserB2C(options: { diff --git a/templatesOas/apis.endpoint.mustache b/templatesOas/apis.endpoint.mustache index d32fce83..61daa547 100644 --- a/templatesOas/apis.endpoint.mustache +++ b/templatesOas/apis.endpoint.mustache @@ -243,9 +243,19 @@ {{#queryParams}} if (optionParams["{{paramName}}"] !== undefined) { + {{#uniqueItems}} + queryParams["{{paramName}}"] = optionParams["{{paramName}}"] instanceof Set ? Array.from(optionParams["{{paramName}}"]) : optionParams["{{paramName}}"]; + {{/uniqueItems}} + {{^uniqueItems}} queryParams["{{paramName}}"] = optionParams["{{paramName}}"]; + {{/uniqueItems}} } else if (configParams["{{paramName}}"] !== undefined) { + {{#uniqueItems}} + queryParams["{{paramName}}"] = configParams["{{paramName}}"] instanceof Set ? Array.from(configParams["{{paramName}}"]) : configParams["{{paramName}}"]; + {{/uniqueItems}} + {{^uniqueItems}} queryParams["{{paramName}}"] = configParams["{{paramName}}"]; + {{/uniqueItems}} } {{#required}} else { From 2487cd166ad7d18d3a29152cf303ddff6f9cf28b Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Mon, 26 Jan 2026 18:02:30 -0500 Subject: [PATCH 10/12] handle params and model case for unique items --- templatesOas/apis.endpoint.mustache | 25 ++++++++++++-------- templatesOas/modelGenericInterfaces.mustache | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/templatesOas/apis.endpoint.mustache b/templatesOas/apis.endpoint.mustache index 61daa547..11347556 100644 --- a/templatesOas/apis.endpoint.mustache +++ b/templatesOas/apis.endpoint.mustache @@ -42,7 +42,12 @@ {{^isBodyParam}} {{^isHeaderParam}} {{^isFormParam}} + {{#uniqueItems}} + {{paramName}}{{^required}}?{{/required}}: Array<{{#items}}{{#isEnum}}{{#lambda.titlecase}}{{nickname}}{{/lambda.titlecase}}{{#lambda.titlecase}}{{paramName}}{{/lambda.titlecase}}Enum{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{/items}}{{^items}}{{#isEnum}}{{#lambda.titlecase}}{{nickname}}{{/lambda.titlecase}}{{#lambda.titlecase}}{{paramName}}{{/lambda.titlecase}}Enum{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{/items}}>; + {{/uniqueItems}} + {{^uniqueItems}} {{paramName}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}; + {{/uniqueItems}} {{/isFormParam}} {{/isHeaderParam}} {{/isBodyParam}} @@ -115,7 +120,12 @@ {{^isBodyParam}} {{^isHeaderParam}} {{^isFormParam}} + {{#uniqueItems}} + {{paramName}}{{^required}}?{{/required}}: Array<{{#items}}{{#isEnum}}{{#lambda.titlecase}}{{nickname}}{{/lambda.titlecase}}{{#lambda.titlecase}}{{paramName}}{{/lambda.titlecase}}Enum{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{/items}}{{^items}}{{#isEnum}}{{#lambda.titlecase}}{{nickname}}{{/lambda.titlecase}}{{#lambda.titlecase}}{{paramName}}{{/lambda.titlecase}}Enum{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{/items}}>; + {{/uniqueItems}} + {{^uniqueItems}} {{paramName}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}; + {{/uniqueItems}} {{/isFormParam}} {{/isHeaderParam}} {{/isBodyParam}} @@ -189,7 +199,12 @@ {{^isBodyParam}} {{^isHeaderParam}} {{^isFormParam}} + {{#uniqueItems}} + {{paramName}}{{^required}}?{{/required}}: Array<{{#items}}{{#isEnum}}{{#lambda.titlecase}}{{nickname}}{{/lambda.titlecase}}{{#lambda.titlecase}}{{paramName}}{{/lambda.titlecase}}Enum{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{/items}}{{^items}}{{#isEnum}}{{#lambda.titlecase}}{{nickname}}{{/lambda.titlecase}}{{#lambda.titlecase}}{{paramName}}{{/lambda.titlecase}}Enum{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{/items}}>; + {{/uniqueItems}} + {{^uniqueItems}} {{paramName}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{dataType}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}; + {{/uniqueItems}} {{/isFormParam}} {{/isHeaderParam}} {{/isBodyParam}} @@ -243,19 +258,9 @@ {{#queryParams}} if (optionParams["{{paramName}}"] !== undefined) { - {{#uniqueItems}} - queryParams["{{paramName}}"] = optionParams["{{paramName}}"] instanceof Set ? Array.from(optionParams["{{paramName}}"]) : optionParams["{{paramName}}"]; - {{/uniqueItems}} - {{^uniqueItems}} queryParams["{{paramName}}"] = optionParams["{{paramName}}"]; - {{/uniqueItems}} } else if (configParams["{{paramName}}"] !== undefined) { - {{#uniqueItems}} - queryParams["{{paramName}}"] = configParams["{{paramName}}"] instanceof Set ? Array.from(configParams["{{paramName}}"]) : configParams["{{paramName}}"]; - {{/uniqueItems}} - {{^uniqueItems}} queryParams["{{paramName}}"] = configParams["{{paramName}}"]; - {{/uniqueItems}} } {{#required}} else { diff --git a/templatesOas/modelGenericInterfaces.mustache b/templatesOas/modelGenericInterfaces.mustache index 009acb80..5cb65907 100644 --- a/templatesOas/modelGenericInterfaces.mustache +++ b/templatesOas/modelGenericInterfaces.mustache @@ -10,7 +10,7 @@ */ export type {{classname}} = { {{#vars}} - {{baseName}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{datatype}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}; + {{baseName}}{{^required}}?{{/required}}: {{#isArray}}{{#uniqueItems}}Array<{{#items}}{{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{datatype}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{/isEnum}}{{/items}}>{{/uniqueItems}}{{^uniqueItems}}{{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{datatype}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{/isEnum}}{{/uniqueItems}}{{/isArray}}{{^isArray}}{{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{^isDateTime}}{{^isDate}}{{{datatype}}}{{/isDate}}{{/isDateTime}}{{#isDateTime}}string{{/isDateTime}}{{#isDate}}string{{/isDate}}{{/isEnum}}{{/isArray}}{{#isNullable}} | null{{/isNullable}}; {{/vars}} } & { [key: string]: any } {{#hasEnums}} From a9dba400c0a650236e8d74903d533436ab466789 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Tue, 27 Jan 2026 12:19:44 -0500 Subject: [PATCH 11/12] update return types to handle uniqueItems --- templatesOas/apis.endpoint.mustache | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templatesOas/apis.endpoint.mustache b/templatesOas/apis.endpoint.mustache index 11347556..56fb14c0 100644 --- a/templatesOas/apis.endpoint.mustache +++ b/templatesOas/apis.endpoint.mustache @@ -33,7 +33,7 @@ {{/hasFormParams}} {{/hasBodyParam}} * - * @returns A promise of type {{{returnType}}}{{^returnType}}void{{/returnType}}. + * @returns A promise of type {{#returnType}}{{#isArray}}Array<{{returnBaseType}}>{{/isArray}}{{^isArray}}{{{returnType}}}{{/isArray}}{{/returnType}}{{^returnType}}void{{/returnType}}. */ {{nickname}}( options{{^hasBodyParam}}?{{/hasBodyParam}}: RequireParametersUnlessAllAreOptional<{ @@ -77,7 +77,7 @@ {{/hasFormParams}} {{/hasBodyParam}} }> - ): Promise<{{{returnType}}}{{^returnType}}void{{/returnType}}>; + ): Promise<{{#returnType}}{{#isArray}}Array<{{returnBaseType}}>{{/isArray}}{{^isArray}}{{{returnType}}}{{/isArray}}{{/returnType}}{{^returnType}}void{{/returnType}}>; /** * {{{unescapedNotes}}} @@ -111,7 +111,7 @@ {{/hasBodyParam}} * @param rawResponse - Set to true to return entire Response object instead of DTO. * - * @returns A promise of type Response if rawResponse is true, a promise of type {{{returnType}}}{{^returnType}}void{{/returnType}} otherwise. + * @returns A promise of type Response if rawResponse is true, a promise of type {{#returnType}}{{#isArray}}Array<{{returnBaseType}}>{{/isArray}}{{^isArray}}{{{returnType}}}{{/isArray}}{{/returnType}}{{^returnType}}void{{/returnType}} otherwise. */ {{nickname}}( options{{^hasBodyParam}}?{{/hasBodyParam}}: RequireParametersUnlessAllAreOptional<{ @@ -156,7 +156,7 @@ {{/hasBodyParam}} }>, rawResponse?: T - ): Promise; + ): Promise{{/isArray}}{{^isArray}}{{{returnType}}}{{/isArray}}{{/returnType}}{{^returnType}}void{{/returnType}}>; /** * {{{unescapedNotes}}} @@ -190,7 +190,7 @@ {{/hasBodyParam}} * @param rawResponse - Set to true to return entire Response object instead of DTO. * - * @returns A promise of type Response if rawResponse is true, a promise of type {{{returnType}}}{{^returnType}}void{{/returnType}} otherwise. + * @returns A promise of type Response if rawResponse is true, a promise of type {{#returnType}}{{#isArray}}Array<{{returnBaseType}}>{{/isArray}}{{^isArray}}{{{returnType}}}{{/isArray}}{{/returnType}}{{^returnType}}void{{/returnType}} otherwise. */ async {{nickname}}( options{{^hasBodyParam}}?{{/hasBodyParam}}: RequireParametersUnlessAllAreOptional<{ @@ -235,7 +235,7 @@ {{/hasBodyParam}} }>, rawResponse?: boolean - ): Promise { + ): Promise{{/isArray}}{{^isArray}}{{{returnType}}}{{/isArray}}{{/returnType}}{{^returnType}}void{{/returnType}}> { const optionParams = options?.parameters || ({} as Partial["parameters"]>>); const configParams = this.clientConfig.parameters as CommonParameters; From f27fe92164fb89e64d4699c20339a7dfd6b02c3c Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Tue, 27 Jan 2026 12:19:54 -0500 Subject: [PATCH 12/12] update docs --- CHANGELOG.md | 36 + docs/CHANGELOG.md | 42 + docs/assets/js/search.json | 2 +- docs/classes/assignments.assignments-3.html | 14 +- docs/classes/campaigns.campaigns-3.html | 46 +- docs/classes/catalogs.catalogsv1-2.html | 253 ++-- .../classes/cdnapiprocessapis.cdnzones-2.html | 518 ++++---- .../corspreferences.corspreferences-5.html | 51 +- docs/classes/coupons.coupons-3.html | 86 +- docs/classes/customers.customers-3.html | 365 +++++- .../giftcertificates.giftcertificates-3.html | 46 +- docs/classes/orders.orders-3.html | 170 +-- docs/classes/preferences.preferences-3.html | 10 +- docs/classes/products.products-3.html | 369 +++--- docs/classes/promotions.promotions-3.html | 46 +- .../shopperbaskets.shopperbaskets-3.html | 318 ++--- .../shopperbasketsv2.shopperbasketsv2-3.html | 330 ++--- ...onfigurations.shopperconfigurations-3.html | 207 +-- .../shopperconsents.shopperconsents-3.html | 335 ++--- .../shoppercontext.shoppercontexts-2.html | 36 +- .../shoppercustomers.shoppercustomers-3.html | 396 ++++-- ...shopperexperience.shopperexperience-3.html | 585 +++++++-- ...ertificates.shoppergiftcertificates-3.html | 20 +- docs/classes/shopperlogin.shopperlogin-3.html | 485 ++++++- .../shopperorders.shopperorders-3.html | 163 ++- .../shopperproducts.shopperproducts-3.html | 66 +- ...shopperpromotions.shopperpromotions-3.html | 16 +- .../shoppersearch.shoppersearch-3.html | 16 +- docs/classes/shopperseo.shopperseo-3.html | 18 +- .../shopperstores.shopperstores-3.html | 49 +- docs/classes/slasadmin.slasadmin-3.html | 531 +++++++- .../sourcecodegroups.sourcecodegroups-3.html | 52 +- docs/index.html | 2 +- docs/interfaces/helpers.islasclient.html | 6 - docs/interfaces/types.baseuriparameters.html | 6 + docs/interfaces/types.pathparameters.html | 6 + docs/interfaces/types.queryparameters.html | 6 + docs/modules/assignments.html | 8 +- docs/modules/campaigns.html | 8 +- docs/modules/catalogs.CatalogsV1Types.html | 144 +-- docs/modules/catalogs.html | 96 +- docs/modules/cdnApiProcessApis.html | 517 +++++++- docs/modules/corsPreferences.html | 5 +- docs/modules/coupons.html | 12 +- docs/modules/customers.CustomersTypes.html | 98 +- docs/modules/customers.html | 179 ++- docs/modules/giftCertificates.html | 8 +- docs/modules/helpers.html | 108 +- docs/modules/orders.OrdersTypes.html | 108 +- docs/modules/orders.html | 91 +- docs/modules/preferences.html | 6 +- docs/modules/products.ProductsTypes.html | 166 ++- docs/modules/products.html | 269 ++-- docs/modules/promotions.html | 8 +- docs/modules/shopperBaskets.html | 123 +- ...hopperBasketsv2.ShopperBasketsV2Types.html | 208 ++- docs/modules/shopperBasketsv2.html | 446 +++++-- ...hopperCustomers.ShopperCustomersTypes.html | 422 ++++-- docs/modules/shopperCustomers.html | 778 +++++++++-- ...pperExperience.ShopperExperienceTypes.html | 132 +- docs/modules/shopperExperience.html | 498 +++++++- .../shopperLogin.ShopperLoginTypes.html | 376 +++++- docs/modules/shopperLogin.html | 1134 ++++++++++++++++- .../shopperOrders.ShopperOrdersTypes.html | 310 +++-- docs/modules/shopperOrders.html | 716 +++++++++-- .../shopperProducts.ShopperProductsTypes.html | 120 +- docs/modules/shopperProducts.html | 236 ++-- docs/modules/shopperPromotions.html | 4 +- .../shopperSearch.ShopperSearchTypes.html | 104 +- docs/modules/shopperSearch.html | 132 +- docs/modules/shopperSeo.ShopperSEOTypes.html | 20 +- docs/modules/shopperSeo.html | 41 +- .../shopperStores.ShopperStoresTypes.html | 30 +- docs/modules/shopperStores.html | 49 +- .../shopperbaskets.shopperbasketstypes.html | 112 +- docs/modules/shopperconsents.html | 462 ++++++- .../shopperconsents.shopperconsentstypes.html | 148 ++- docs/modules/slasAdmin.SlasAdminTypes.html | 80 +- docs/modules/slasAdmin.html | 281 +++- docs/modules/sourceCodeGroups.html | 8 +- docs/modules/types.html | 50 + 81 files changed, 10353 insertions(+), 4201 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ee0b8b..14868aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # CHANGELOG +## v6.0.0 + +### API Versions + +| API Name | API Version | +|----------|-------------| +| assignments | 1.0.38 | +| campaigns | 1.0.40 | +| catalogs | 1.0.46 | +| cdn-api-process-apis | 1.0.41 | +| cors-preferences | 1.0.9 | +| coupons | 1.0.43 | +| customers | 1.1.3 | +| gift-certificates | 1.0.42 | +| orders | 1.4.15 | +| preferences | 1.1.6 | +| products | 1.1.5 | +| promotions | 1.0.36 | +| shopper-baskets | 1.9.4 | +| shopper-baskets | 2.3.3 | +| shopper-configurations | 1.0.2 | +| shopper-consents | 1.1.4 | +| shopper-context | 1.1.3 | +| shopper-customers | 1.3.2 | +| shopper-experience | 1.1.2 | +| shopper-gift-certificates | 1.0.29 | +| shopper-login | 1.42.2 | +| shopper-orders | 1.10.2 | +| shopper-products | 1.1.3 | +| shopper-promotions | 1.0.39 | +| shopper-search | 1.5.4 | +| shopper-seo | 1.0.17 | +| shopper-stores | 1.0.19 | +| slas-admin | 1.14.1 | +| source-code-groups | 1.0.40 | + ## v5.1.0 ### API Versions diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7d7425dd..14868aee 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,9 +1,48 @@ # CHANGELOG +## v6.0.0 + +### API Versions + +| API Name | API Version | +|----------|-------------| +| assignments | 1.0.38 | +| campaigns | 1.0.40 | +| catalogs | 1.0.46 | +| cdn-api-process-apis | 1.0.41 | +| cors-preferences | 1.0.9 | +| coupons | 1.0.43 | +| customers | 1.1.3 | +| gift-certificates | 1.0.42 | +| orders | 1.4.15 | +| preferences | 1.1.6 | +| products | 1.1.5 | +| promotions | 1.0.36 | +| shopper-baskets | 1.9.4 | +| shopper-baskets | 2.3.3 | +| shopper-configurations | 1.0.2 | +| shopper-consents | 1.1.4 | +| shopper-context | 1.1.3 | +| shopper-customers | 1.3.2 | +| shopper-experience | 1.1.2 | +| shopper-gift-certificates | 1.0.29 | +| shopper-login | 1.42.2 | +| shopper-orders | 1.10.2 | +| shopper-products | 1.1.3 | +| shopper-promotions | 1.0.39 | +| shopper-search | 1.5.4 | +| shopper-seo | 1.0.17 | +| shopper-stores | 1.0.19 | +| slas-admin | 1.14.1 | +| source-code-groups | 1.0.40 | + ## v5.1.0 ### API Versions +New API: +- Shopper Configuration + | API Name | API Version | |----------|-------------| | assignments | 1.0.36 | @@ -36,6 +75,9 @@ | slas-admin | 1.12.31 | | source-code-groups | 1.0.38 | +### Bug Fixes +- Fix incorrect encoding of multi-segment endpoint paths in `callCustomEndpoint` [#435](https://github.com/SalesforceCommerceCloud/commerce-sdk/pull/435) + ## v5.0.0 ### API Versions diff --git a/docs/assets/js/search.json b/docs/assets/js/search.json index 66028919..d4c88d0f 100644 --- a/docs/assets/js/search.json +++ b/docs/assets/js/search.json @@ -1 +1 @@ -{"kinds":{"1":"Module","2":"Namespace","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"assignments","url":"modules/assignments.html","classes":"tsd-kind-module"},{"id":1,"kind":32,"name":"defaultBaseUri","url":"modules/assignments.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"assignments"},{"id":2,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":3,"kind":32,"name":"USER_AGENT_HEADER","url":"modules/version.html#user_agent_header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":4,"kind":32,"name":"USER_AGENT_VALUE","url":"modules/version.html#user_agent_value","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":5,"kind":1,"name":"types","url":"modules/types.html","classes":"tsd-kind-module"},{"id":6,"kind":256,"name":"BaseUriParameters","url":"interfaces/types.baseuriparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":7,"kind":1024,"name":"shortCode","url":"interfaces/types.baseuriparameters.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BaseUriParameters"},{"id":8,"kind":1024,"name":"version","url":"interfaces/types.baseuriparameters.html#version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BaseUriParameters"},{"id":9,"kind":256,"name":"PathParameters","url":"interfaces/types.pathparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":10,"kind":256,"name":"QueryParameters","url":"interfaces/types.queryparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":11,"kind":4194304,"name":"Prettify","url":"modules/types.html#prettify","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"types"},{"id":12,"kind":4194304,"name":"CompositeParameters","url":"modules/types.html#compositeparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"types"},{"id":13,"kind":4194304,"name":"RequireParametersUnlessAllAreOptional","url":"modules/types.html#requireparametersunlessallareoptional","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"types"},{"id":14,"kind":4194304,"name":"UrlParameters","url":"modules/types.html#urlparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":15,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/assignments.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":16,"kind":4194304,"name":"TermQuery","url":"modules/assignments.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":17,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/assignments.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":18,"kind":4194304,"name":"NestedQuery","url":"modules/assignments.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":19,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":20,"kind":4194304,"name":"BoolQuery","url":"modules/assignments.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":21,"kind":4194304,"name":"FilteredQuery","url":"modules/assignments.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":22,"kind":4194304,"name":"TextQuery","url":"modules/assignments.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":23,"kind":4194304,"name":"Query","url":"modules/assignments.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":24,"kind":4194304,"name":"QueryFilter","url":"modules/assignments.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":25,"kind":4194304,"name":"TermFilter","url":"modules/assignments.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":26,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/assignments.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":27,"kind":4194304,"name":"Range2Filter","url":"modules/assignments.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":28,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":29,"kind":4194304,"name":"RangeFilterFrom","url":"modules/assignments.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":30,"kind":4194304,"name":"RangeFilterTo","url":"modules/assignments.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":31,"kind":4194304,"name":"RangeFilter","url":"modules/assignments.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":32,"kind":4194304,"name":"Filter","url":"modules/assignments.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":33,"kind":4194304,"name":"BoolFilter","url":"modules/assignments.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":34,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/assignments.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":35,"kind":4194304,"name":"Campaign","url":"modules/assignments.html#campaign-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":36,"kind":4194304,"name":"PaginatedResultBase","url":"modules/assignments.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":37,"kind":4194304,"name":"Sort","url":"modules/assignments.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":38,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/assignments.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":39,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/assignments.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":40,"kind":4194304,"name":"Tag","url":"modules/assignments.html#tag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":41,"kind":4194304,"name":"TimeOfDay","url":"modules/assignments.html#timeofday-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":42,"kind":4194304,"name":"Recurrence","url":"modules/assignments.html#recurrence-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":43,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.html#recurrencedayofweekenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":44,"kind":4194304,"name":"Schedule","url":"modules/assignments.html#schedule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":45,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.html#promotionabtestgroupassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":46,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/assignments.html#promotioncampaignassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":47,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/assignments.html#promotionassignmentinformation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":48,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.html#promotionassignmentinformationscheduletypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":49,"kind":4194304,"name":"Promotion","url":"modules/assignments.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":50,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/assignments.html#promotionexclusivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":51,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/assignments.html#promotionpromotionclassenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":52,"kind":4194304,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.html#promotioncampaignassignmentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":53,"kind":4194304,"name":"ResultBase","url":"modules/assignments.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":54,"kind":4194304,"name":"SearchRequest","url":"modules/assignments.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":55,"kind":16777216,"name":"BoolFilter","url":"modules/assignments.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":56,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/assignments.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":57,"kind":16777216,"name":"BoolQuery","url":"modules/assignments.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":58,"kind":16777216,"name":"Campaign","url":"modules/assignments.html#campaign","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":59,"kind":16777216,"name":"Filter","url":"modules/assignments.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":60,"kind":16777216,"name":"FilteredQuery","url":"modules/assignments.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":61,"kind":16777216,"name":"NestedQuery","url":"modules/assignments.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":62,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":63,"kind":16777216,"name":"PaginatedResultBase","url":"modules/assignments.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":64,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/assignments.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":65,"kind":16777216,"name":"Promotion","url":"modules/assignments.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":66,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/assignments.html#promotionexclusivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":67,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/assignments.html#promotionpromotionclassenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":68,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.html#promotionabtestgroupassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":69,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/assignments.html#promotionassignmentinformation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":70,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":71,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/assignments.html#promotioncampaignassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":72,"kind":16777216,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.html#promotioncampaignassignmentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":73,"kind":16777216,"name":"Query","url":"modules/assignments.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":74,"kind":16777216,"name":"QueryFilter","url":"modules/assignments.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":75,"kind":16777216,"name":"Range2Filter","url":"modules/assignments.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":76,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":77,"kind":16777216,"name":"RangeFilter","url":"modules/assignments.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":78,"kind":16777216,"name":"RangeFilterFrom","url":"modules/assignments.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":79,"kind":16777216,"name":"RangeFilterTo","url":"modules/assignments.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":80,"kind":16777216,"name":"Recurrence","url":"modules/assignments.html#recurrence","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":81,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.html#recurrencedayofweekenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":82,"kind":16777216,"name":"ResultBase","url":"modules/assignments.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":83,"kind":16777216,"name":"Schedule","url":"modules/assignments.html#schedule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":84,"kind":16777216,"name":"SearchRequest","url":"modules/assignments.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":85,"kind":16777216,"name":"Sort","url":"modules/assignments.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":86,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/assignments.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":87,"kind":16777216,"name":"Tag","url":"modules/assignments.html#tag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":88,"kind":16777216,"name":"TermFilter","url":"modules/assignments.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":89,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/assignments.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":90,"kind":16777216,"name":"TermQuery","url":"modules/assignments.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":91,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/assignments.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":92,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/assignments.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":93,"kind":16777216,"name":"TextQuery","url":"modules/assignments.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":94,"kind":16777216,"name":"TimeOfDay","url":"modules/assignments.html#timeofday","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":95,"kind":128,"name":"Assignments","url":"classes/assignments.assignments-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"assignments"},{"id":96,"kind":512,"name":"constructor","url":"classes/assignments.assignments-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"assignments.Assignments"},{"id":97,"kind":2048,"name":"assignmentsSearch","url":"classes/assignments.assignments-3.html#assignmentssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"assignments.Assignments"},{"id":98,"kind":1024,"name":"clientConfig","url":"classes/assignments.assignments-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"assignments.Assignments"},{"id":99,"kind":16777216,"name":"Assignments","url":"modules/assignments.html#assignments-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":100,"kind":16777216,"name":"defaultBaseUri","url":"modules/assignments.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":101,"kind":16777216,"name":"Assignments","url":"modules/assignments.html#assignments-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":102,"kind":16777216,"name":"BoolFilter","url":"modules/assignments.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":103,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/assignments.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":104,"kind":16777216,"name":"BoolQuery","url":"modules/assignments.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":105,"kind":16777216,"name":"Campaign","url":"modules/assignments.html#campaign-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":106,"kind":16777216,"name":"Filter","url":"modules/assignments.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":107,"kind":16777216,"name":"FilteredQuery","url":"modules/assignments.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":108,"kind":16777216,"name":"NestedQuery","url":"modules/assignments.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":109,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":110,"kind":16777216,"name":"PaginatedResultBase","url":"modules/assignments.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":111,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/assignments.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":112,"kind":16777216,"name":"Promotion","url":"modules/assignments.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":113,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/assignments.html#promotionexclusivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":114,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/assignments.html#promotionpromotionclassenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":115,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.html#promotionabtestgroupassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":116,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/assignments.html#promotionassignmentinformation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":117,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.html#promotionassignmentinformationscheduletypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":118,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/assignments.html#promotioncampaignassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":119,"kind":16777216,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.html#promotioncampaignassignmentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":120,"kind":16777216,"name":"Query","url":"modules/assignments.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":121,"kind":16777216,"name":"QueryFilter","url":"modules/assignments.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":122,"kind":16777216,"name":"Range2Filter","url":"modules/assignments.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":123,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":124,"kind":16777216,"name":"RangeFilter","url":"modules/assignments.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":125,"kind":16777216,"name":"RangeFilterFrom","url":"modules/assignments.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":126,"kind":16777216,"name":"RangeFilterTo","url":"modules/assignments.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":127,"kind":16777216,"name":"Recurrence","url":"modules/assignments.html#recurrence-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":128,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.html#recurrencedayofweekenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":129,"kind":16777216,"name":"ResultBase","url":"modules/assignments.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":130,"kind":16777216,"name":"Schedule","url":"modules/assignments.html#schedule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":131,"kind":16777216,"name":"SearchRequest","url":"modules/assignments.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":132,"kind":16777216,"name":"Sort","url":"modules/assignments.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":133,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/assignments.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":134,"kind":16777216,"name":"Tag","url":"modules/assignments.html#tag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":135,"kind":16777216,"name":"TermFilter","url":"modules/assignments.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":136,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/assignments.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":137,"kind":16777216,"name":"TermQuery","url":"modules/assignments.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":138,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/assignments.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":139,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/assignments.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":140,"kind":16777216,"name":"TextQuery","url":"modules/assignments.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":141,"kind":16777216,"name":"TimeOfDay","url":"modules/assignments.html#timeofday-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":142,"kind":2,"name":"AssignmentsTypes","url":"modules/assignments.assignmentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"assignments"},{"id":143,"kind":4194304,"name":"BoolFilter","url":"modules/assignments.assignmentstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":144,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/assignments.assignmentstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":145,"kind":4194304,"name":"BoolQuery","url":"modules/assignments.assignmentstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":146,"kind":4194304,"name":"Campaign","url":"modules/assignments.assignmentstypes.html#campaign","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":147,"kind":4194304,"name":"Filter","url":"modules/assignments.assignmentstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":148,"kind":4194304,"name":"FilteredQuery","url":"modules/assignments.assignmentstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":149,"kind":4194304,"name":"NestedQuery","url":"modules/assignments.assignmentstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":150,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.assignmentstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":151,"kind":4194304,"name":"PaginatedResultBase","url":"modules/assignments.assignmentstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":152,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/assignments.assignmentstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":153,"kind":4194304,"name":"Promotion","url":"modules/assignments.assignmentstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":154,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/assignments.assignmentstypes.html#promotionexclusivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":155,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/assignments.assignmentstypes.html#promotionpromotionclassenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":156,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.assignmentstypes.html#promotionabtestgroupassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":157,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/assignments.assignmentstypes.html#promotionassignmentinformation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":158,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.assignmentstypes.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":159,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/assignments.assignmentstypes.html#promotioncampaignassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":160,"kind":4194304,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.assignmentstypes.html#promotioncampaignassignmentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":161,"kind":4194304,"name":"Query","url":"modules/assignments.assignmentstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":162,"kind":4194304,"name":"QueryFilter","url":"modules/assignments.assignmentstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":163,"kind":4194304,"name":"Range2Filter","url":"modules/assignments.assignmentstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":164,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.assignmentstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":165,"kind":4194304,"name":"RangeFilter","url":"modules/assignments.assignmentstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":166,"kind":4194304,"name":"RangeFilterFrom","url":"modules/assignments.assignmentstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":167,"kind":4194304,"name":"RangeFilterTo","url":"modules/assignments.assignmentstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":168,"kind":4194304,"name":"Recurrence","url":"modules/assignments.assignmentstypes.html#recurrence","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":169,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.assignmentstypes.html#recurrencedayofweekenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":170,"kind":4194304,"name":"ResultBase","url":"modules/assignments.assignmentstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":171,"kind":4194304,"name":"Schedule","url":"modules/assignments.assignmentstypes.html#schedule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":172,"kind":4194304,"name":"SearchRequest","url":"modules/assignments.assignmentstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":173,"kind":4194304,"name":"Sort","url":"modules/assignments.assignmentstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":174,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/assignments.assignmentstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":175,"kind":4194304,"name":"Tag","url":"modules/assignments.assignmentstypes.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":176,"kind":4194304,"name":"TermFilter","url":"modules/assignments.assignmentstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":177,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/assignments.assignmentstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":178,"kind":4194304,"name":"TermQuery","url":"modules/assignments.assignmentstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":179,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/assignments.assignmentstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":180,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/assignments.assignmentstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":181,"kind":4194304,"name":"TextQuery","url":"modules/assignments.assignmentstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":182,"kind":4194304,"name":"TimeOfDay","url":"modules/assignments.assignmentstypes.html#timeofday","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":183,"kind":1,"name":"campaigns","url":"modules/campaigns.html","classes":"tsd-kind-module"},{"id":184,"kind":32,"name":"defaultBaseUri","url":"modules/campaigns.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"campaigns"},{"id":185,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/campaigns.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":186,"kind":4194304,"name":"TermQuery","url":"modules/campaigns.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":187,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/campaigns.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":188,"kind":4194304,"name":"NestedQuery","url":"modules/campaigns.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":189,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":190,"kind":4194304,"name":"BoolQuery","url":"modules/campaigns.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":191,"kind":4194304,"name":"FilteredQuery","url":"modules/campaigns.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":192,"kind":4194304,"name":"TextQuery","url":"modules/campaigns.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":193,"kind":4194304,"name":"Query","url":"modules/campaigns.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":194,"kind":4194304,"name":"QueryFilter","url":"modules/campaigns.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":195,"kind":4194304,"name":"TermFilter","url":"modules/campaigns.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":196,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/campaigns.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":197,"kind":4194304,"name":"Range2Filter","url":"modules/campaigns.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":198,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":199,"kind":4194304,"name":"RangeFilterFrom","url":"modules/campaigns.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":200,"kind":4194304,"name":"RangeFilterTo","url":"modules/campaigns.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":201,"kind":4194304,"name":"RangeFilter","url":"modules/campaigns.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":202,"kind":4194304,"name":"Filter","url":"modules/campaigns.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":203,"kind":4194304,"name":"BoolFilter","url":"modules/campaigns.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":204,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":205,"kind":4194304,"name":"Campaign","url":"modules/campaigns.html#campaign-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":206,"kind":4194304,"name":"Sort","url":"modules/campaigns.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":207,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/campaigns.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":208,"kind":4194304,"name":"CampaignSearchResult","url":"modules/campaigns.html#campaignsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":209,"kind":4194304,"name":"ErrorResponse","url":"modules/campaigns.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":210,"kind":4194304,"name":"PaginatedResultBase","url":"modules/campaigns.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":211,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/campaigns.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":212,"kind":4194304,"name":"ResultBase","url":"modules/campaigns.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":213,"kind":4194304,"name":"SearchRequest","url":"modules/campaigns.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":214,"kind":16777216,"name":"BoolFilter","url":"modules/campaigns.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":215,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":216,"kind":16777216,"name":"BoolQuery","url":"modules/campaigns.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":217,"kind":16777216,"name":"Campaign","url":"modules/campaigns.html#campaign","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":218,"kind":16777216,"name":"CampaignSearchResult","url":"modules/campaigns.html#campaignsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":219,"kind":16777216,"name":"ErrorResponse","url":"modules/campaigns.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":220,"kind":16777216,"name":"Filter","url":"modules/campaigns.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":221,"kind":16777216,"name":"FilteredQuery","url":"modules/campaigns.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":222,"kind":16777216,"name":"NestedQuery","url":"modules/campaigns.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":223,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":224,"kind":16777216,"name":"PaginatedResultBase","url":"modules/campaigns.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":225,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/campaigns.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":226,"kind":16777216,"name":"Query","url":"modules/campaigns.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":227,"kind":16777216,"name":"QueryFilter","url":"modules/campaigns.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":228,"kind":16777216,"name":"Range2Filter","url":"modules/campaigns.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":229,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":230,"kind":16777216,"name":"RangeFilter","url":"modules/campaigns.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":231,"kind":16777216,"name":"RangeFilterFrom","url":"modules/campaigns.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":232,"kind":16777216,"name":"RangeFilterTo","url":"modules/campaigns.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":233,"kind":16777216,"name":"ResultBase","url":"modules/campaigns.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":234,"kind":16777216,"name":"SearchRequest","url":"modules/campaigns.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":235,"kind":16777216,"name":"Sort","url":"modules/campaigns.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":236,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/campaigns.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":237,"kind":16777216,"name":"TermFilter","url":"modules/campaigns.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":238,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/campaigns.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":239,"kind":16777216,"name":"TermQuery","url":"modules/campaigns.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":240,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/campaigns.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":241,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/campaigns.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":242,"kind":16777216,"name":"TextQuery","url":"modules/campaigns.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":243,"kind":128,"name":"Campaigns","url":"classes/campaigns.campaigns-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"campaigns"},{"id":244,"kind":512,"name":"constructor","url":"classes/campaigns.campaigns-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"campaigns.Campaigns"},{"id":245,"kind":2048,"name":"campaignsSearch","url":"classes/campaigns.campaigns-3.html#campaignssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":246,"kind":2048,"name":"createCampaign","url":"classes/campaigns.campaigns-3.html#createcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":247,"kind":2048,"name":"deleteCampaign","url":"classes/campaigns.campaigns-3.html#deletecampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":248,"kind":2048,"name":"getCampaign","url":"classes/campaigns.campaigns-3.html#getcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":249,"kind":2048,"name":"updateCampaign","url":"classes/campaigns.campaigns-3.html#updatecampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":250,"kind":1024,"name":"clientConfig","url":"classes/campaigns.campaigns-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"campaigns.Campaigns"},{"id":251,"kind":16777216,"name":"Campaigns","url":"modules/campaigns.html#campaigns-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":252,"kind":16777216,"name":"defaultBaseUri","url":"modules/campaigns.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":253,"kind":16777216,"name":"Campaigns","url":"modules/campaigns.html#campaigns-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":254,"kind":16777216,"name":"BoolFilter","url":"modules/campaigns.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":255,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":256,"kind":16777216,"name":"BoolQuery","url":"modules/campaigns.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":257,"kind":16777216,"name":"Campaign","url":"modules/campaigns.html#campaign-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":258,"kind":16777216,"name":"CampaignSearchResult","url":"modules/campaigns.html#campaignsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":259,"kind":16777216,"name":"ErrorResponse","url":"modules/campaigns.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":260,"kind":16777216,"name":"Filter","url":"modules/campaigns.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":261,"kind":16777216,"name":"FilteredQuery","url":"modules/campaigns.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":262,"kind":16777216,"name":"NestedQuery","url":"modules/campaigns.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":263,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":264,"kind":16777216,"name":"PaginatedResultBase","url":"modules/campaigns.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":265,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/campaigns.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":266,"kind":16777216,"name":"Query","url":"modules/campaigns.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":267,"kind":16777216,"name":"QueryFilter","url":"modules/campaigns.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":268,"kind":16777216,"name":"Range2Filter","url":"modules/campaigns.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":269,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":270,"kind":16777216,"name":"RangeFilter","url":"modules/campaigns.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":271,"kind":16777216,"name":"RangeFilterFrom","url":"modules/campaigns.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":272,"kind":16777216,"name":"RangeFilterTo","url":"modules/campaigns.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":273,"kind":16777216,"name":"ResultBase","url":"modules/campaigns.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":274,"kind":16777216,"name":"SearchRequest","url":"modules/campaigns.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":275,"kind":16777216,"name":"Sort","url":"modules/campaigns.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":276,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/campaigns.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":277,"kind":16777216,"name":"TermFilter","url":"modules/campaigns.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":278,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/campaigns.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":279,"kind":16777216,"name":"TermQuery","url":"modules/campaigns.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":280,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/campaigns.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":281,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/campaigns.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":282,"kind":16777216,"name":"TextQuery","url":"modules/campaigns.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":283,"kind":2,"name":"CampaignsTypes","url":"modules/campaigns.campaignstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"campaigns"},{"id":284,"kind":4194304,"name":"BoolFilter","url":"modules/campaigns.campaignstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":285,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.campaignstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":286,"kind":4194304,"name":"BoolQuery","url":"modules/campaigns.campaignstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":287,"kind":4194304,"name":"Campaign","url":"modules/campaigns.campaignstypes.html#campaign","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":288,"kind":4194304,"name":"CampaignSearchResult","url":"modules/campaigns.campaignstypes.html#campaignsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":289,"kind":4194304,"name":"ErrorResponse","url":"modules/campaigns.campaignstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":290,"kind":4194304,"name":"Filter","url":"modules/campaigns.campaignstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":291,"kind":4194304,"name":"FilteredQuery","url":"modules/campaigns.campaignstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":292,"kind":4194304,"name":"NestedQuery","url":"modules/campaigns.campaignstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":293,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.campaignstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":294,"kind":4194304,"name":"PaginatedResultBase","url":"modules/campaigns.campaignstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":295,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/campaigns.campaignstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":296,"kind":4194304,"name":"Query","url":"modules/campaigns.campaignstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":297,"kind":4194304,"name":"QueryFilter","url":"modules/campaigns.campaignstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":298,"kind":4194304,"name":"Range2Filter","url":"modules/campaigns.campaignstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":299,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.campaignstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":300,"kind":4194304,"name":"RangeFilter","url":"modules/campaigns.campaignstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":301,"kind":4194304,"name":"RangeFilterFrom","url":"modules/campaigns.campaignstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":302,"kind":4194304,"name":"RangeFilterTo","url":"modules/campaigns.campaignstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":303,"kind":4194304,"name":"ResultBase","url":"modules/campaigns.campaignstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":304,"kind":4194304,"name":"SearchRequest","url":"modules/campaigns.campaignstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":305,"kind":4194304,"name":"Sort","url":"modules/campaigns.campaignstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":306,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/campaigns.campaignstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":307,"kind":4194304,"name":"TermFilter","url":"modules/campaigns.campaignstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":308,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/campaigns.campaignstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":309,"kind":4194304,"name":"TermQuery","url":"modules/campaigns.campaignstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":310,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/campaigns.campaignstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":311,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/campaigns.campaignstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":312,"kind":4194304,"name":"TextQuery","url":"modules/campaigns.campaignstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":313,"kind":1,"name":"catalogs","url":"modules/catalogs.html","classes":"tsd-kind-module"},{"id":314,"kind":32,"name":"defaultBaseUri","url":"modules/catalogs.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"catalogs"},{"id":315,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/catalogs.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":316,"kind":4194304,"name":"TermQuery","url":"modules/catalogs.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":317,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/catalogs.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":318,"kind":4194304,"name":"NestedQuery","url":"modules/catalogs.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":319,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":320,"kind":4194304,"name":"BoolQuery","url":"modules/catalogs.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":321,"kind":4194304,"name":"FilteredQuery","url":"modules/catalogs.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":322,"kind":4194304,"name":"TextQuery","url":"modules/catalogs.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":323,"kind":4194304,"name":"Query","url":"modules/catalogs.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":324,"kind":4194304,"name":"QueryFilter","url":"modules/catalogs.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":325,"kind":4194304,"name":"TermFilter","url":"modules/catalogs.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":326,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/catalogs.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":327,"kind":4194304,"name":"Range2Filter","url":"modules/catalogs.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":328,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":329,"kind":4194304,"name":"RangeFilterFrom","url":"modules/catalogs.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":330,"kind":4194304,"name":"RangeFilterTo","url":"modules/catalogs.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":331,"kind":4194304,"name":"RangeFilter","url":"modules/catalogs.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":332,"kind":4194304,"name":"Filter","url":"modules/catalogs.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":333,"kind":4194304,"name":"BoolFilter","url":"modules/catalogs.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":334,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":335,"kind":4194304,"name":"SiteCustomerListLink","url":"modules/catalogs.html#sitecustomerlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":336,"kind":4194304,"name":"Site","url":"modules/catalogs.html#site-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":337,"kind":4194304,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.html#sitestorefrontstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":338,"kind":4194304,"name":"Catalog","url":"modules/catalogs.html#catalog-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":339,"kind":4194304,"name":"CatalogCategoryId","url":"modules/catalogs.html#catalogcategoryid-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":340,"kind":4194304,"name":"Sort","url":"modules/catalogs.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":341,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/catalogs.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":342,"kind":4194304,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.html#catalogcategorysearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":343,"kind":4194304,"name":"CatalogSearchRequest","url":"modules/catalogs.html#catalogsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":344,"kind":4194304,"name":"CatalogSearchResult","url":"modules/catalogs.html#catalogsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":345,"kind":4194304,"name":"Catalogs","url":"modules/catalogs.html#catalogs-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":346,"kind":4194304,"name":"SortingRuleStep","url":"modules/catalogs.html#sortingrulestep-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":347,"kind":4194304,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.html#sortingrulestepdirectionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":348,"kind":4194304,"name":"SortingRule","url":"modules/catalogs.html#sortingrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":349,"kind":4194304,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.html#sortingrulerulecontextenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":350,"kind":4194304,"name":"PathRecord","url":"modules/catalogs.html#pathrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":351,"kind":4194304,"name":"Category","url":"modules/catalogs.html#category-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":352,"kind":4194304,"name":"Categories","url":"modules/catalogs.html#categories-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":353,"kind":4194304,"name":"Master","url":"modules/catalogs.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":354,"kind":4194304,"name":"MediaFile","url":"modules/catalogs.html#mediafile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":355,"kind":4194304,"name":"NoValue","url":"modules/catalogs.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":356,"kind":4194304,"name":"CurrencyCode","url":"modules/catalogs.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":357,"kind":4194304,"name":"Money","url":"modules/catalogs.html#money-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":358,"kind":4194304,"name":"ProductOptionValue","url":"modules/catalogs.html#productoptionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":359,"kind":4194304,"name":"ProductOption","url":"modules/catalogs.html#productoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":360,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.html#productoptionsortingmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":361,"kind":4194304,"name":"VariationAttributeValue","url":"modules/catalogs.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":362,"kind":4194304,"name":"VariationAttribute","url":"modules/catalogs.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":363,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.html#variationattributevariationattributetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":364,"kind":4194304,"name":"Variant","url":"modules/catalogs.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":365,"kind":4194304,"name":"VariationGroup","url":"modules/catalogs.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":366,"kind":4194304,"name":"ProductType","url":"modules/catalogs.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":367,"kind":4194304,"name":"ImageGroup","url":"modules/catalogs.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":368,"kind":4194304,"name":"MarkupText","url":"modules/catalogs.html#markuptext-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":369,"kind":4194304,"name":"Product","url":"modules/catalogs.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":370,"kind":4194304,"name":"CategoryProductAssignment","url":"modules/catalogs.html#categoryproductassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":371,"kind":4194304,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.html#categoryproductassignmentsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":372,"kind":4194304,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.html#categoryproductassignmentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":373,"kind":4194304,"name":"CategorySearchRequest","url":"modules/catalogs.html#categorysearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":374,"kind":4194304,"name":"CategorySearchResult","url":"modules/catalogs.html#categorysearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":375,"kind":4194304,"name":"Condition","url":"modules/catalogs.html#condition-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":376,"kind":4194304,"name":"ConditionOperatorEnum","url":"modules/catalogs.html#conditionoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":377,"kind":4194304,"name":"ConditionsResult","url":"modules/catalogs.html#conditionsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":378,"kind":4194304,"name":"ErrorResponse","url":"modules/catalogs.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":379,"kind":4194304,"name":"ExcludedProduct","url":"modules/catalogs.html#excludedproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":380,"kind":4194304,"name":"ExcludedProductRequest","url":"modules/catalogs.html#excludedproductrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":381,"kind":4194304,"name":"ExcludedProductsResult","url":"modules/catalogs.html#excludedproductsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":382,"kind":4194304,"name":"ExecutionJobStatusResult","url":"modules/catalogs.html#executionjobstatusresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":383,"kind":4194304,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.html#executionjobstatusresulttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":384,"kind":4194304,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.html#executionjobstatusresultjobstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":385,"kind":4194304,"name":"ExecutionRequest","url":"modules/catalogs.html#executionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":386,"kind":4194304,"name":"PaginatedResultBase","url":"modules/catalogs.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":387,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/catalogs.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":388,"kind":4194304,"name":"ResultBase","url":"modules/catalogs.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":389,"kind":4194304,"name":"Rule","url":"modules/catalogs.html#rule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":390,"kind":4194304,"name":"RuleRequest","url":"modules/catalogs.html#rulerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":391,"kind":4194304,"name":"RulesRequest","url":"modules/catalogs.html#rulesrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":392,"kind":4194304,"name":"RulesResult","url":"modules/catalogs.html#rulesresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":393,"kind":4194304,"name":"SearchRequest","url":"modules/catalogs.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":394,"kind":16777216,"name":"BoolFilter","url":"modules/catalogs.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":395,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":396,"kind":16777216,"name":"BoolQuery","url":"modules/catalogs.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":397,"kind":16777216,"name":"Catalog","url":"modules/catalogs.html#catalog","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":398,"kind":16777216,"name":"CatalogCategoryId","url":"modules/catalogs.html#catalogcategoryid","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":399,"kind":16777216,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.html#catalogcategorysearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":400,"kind":16777216,"name":"CatalogSearchRequest","url":"modules/catalogs.html#catalogsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":401,"kind":16777216,"name":"CatalogSearchResult","url":"modules/catalogs.html#catalogsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":402,"kind":16777216,"name":"Catalogs","url":"modules/catalogs.html#catalogs-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":403,"kind":16777216,"name":"Categories","url":"modules/catalogs.html#categories","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":404,"kind":16777216,"name":"Category","url":"modules/catalogs.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":405,"kind":16777216,"name":"CategoryProductAssignment","url":"modules/catalogs.html#categoryproductassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":406,"kind":16777216,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.html#categoryproductassignmentsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":407,"kind":16777216,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.html#categoryproductassignmentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":408,"kind":16777216,"name":"CategorySearchRequest","url":"modules/catalogs.html#categorysearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":409,"kind":16777216,"name":"CategorySearchResult","url":"modules/catalogs.html#categorysearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":410,"kind":16777216,"name":"Condition","url":"modules/catalogs.html#condition","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":411,"kind":16777216,"name":"ConditionOperatorEnum","url":"modules/catalogs.html#conditionoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":412,"kind":16777216,"name":"ConditionsResult","url":"modules/catalogs.html#conditionsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":413,"kind":16777216,"name":"CurrencyCode","url":"modules/catalogs.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":414,"kind":16777216,"name":"ErrorResponse","url":"modules/catalogs.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":415,"kind":16777216,"name":"ExcludedProduct","url":"modules/catalogs.html#excludedproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":416,"kind":16777216,"name":"ExcludedProductRequest","url":"modules/catalogs.html#excludedproductrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":417,"kind":16777216,"name":"ExcludedProductsResult","url":"modules/catalogs.html#excludedproductsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":418,"kind":16777216,"name":"ExecutionJobStatusResult","url":"modules/catalogs.html#executionjobstatusresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":419,"kind":16777216,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.html#executionjobstatusresulttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":420,"kind":16777216,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.html#executionjobstatusresultjobstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":421,"kind":16777216,"name":"ExecutionRequest","url":"modules/catalogs.html#executionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":422,"kind":16777216,"name":"Filter","url":"modules/catalogs.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":423,"kind":16777216,"name":"FilteredQuery","url":"modules/catalogs.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":424,"kind":16777216,"name":"ImageGroup","url":"modules/catalogs.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":425,"kind":16777216,"name":"MarkupText","url":"modules/catalogs.html#markuptext","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":426,"kind":16777216,"name":"Master","url":"modules/catalogs.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":427,"kind":16777216,"name":"MediaFile","url":"modules/catalogs.html#mediafile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":428,"kind":16777216,"name":"Money","url":"modules/catalogs.html#money","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":429,"kind":16777216,"name":"NestedQuery","url":"modules/catalogs.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":430,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":431,"kind":16777216,"name":"NoValue","url":"modules/catalogs.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":432,"kind":16777216,"name":"PaginatedResultBase","url":"modules/catalogs.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":433,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/catalogs.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":434,"kind":16777216,"name":"PathRecord","url":"modules/catalogs.html#pathrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":435,"kind":16777216,"name":"Product","url":"modules/catalogs.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":436,"kind":16777216,"name":"ProductOption","url":"modules/catalogs.html#productoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":437,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.html#productoptionsortingmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":438,"kind":16777216,"name":"ProductOptionValue","url":"modules/catalogs.html#productoptionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":439,"kind":16777216,"name":"ProductType","url":"modules/catalogs.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":440,"kind":16777216,"name":"Query","url":"modules/catalogs.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":441,"kind":16777216,"name":"QueryFilter","url":"modules/catalogs.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":442,"kind":16777216,"name":"Range2Filter","url":"modules/catalogs.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":443,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":444,"kind":16777216,"name":"RangeFilter","url":"modules/catalogs.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":445,"kind":16777216,"name":"RangeFilterFrom","url":"modules/catalogs.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":446,"kind":16777216,"name":"RangeFilterTo","url":"modules/catalogs.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":447,"kind":16777216,"name":"ResultBase","url":"modules/catalogs.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":448,"kind":16777216,"name":"Rule","url":"modules/catalogs.html#rule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":449,"kind":16777216,"name":"RuleRequest","url":"modules/catalogs.html#rulerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":450,"kind":16777216,"name":"RulesRequest","url":"modules/catalogs.html#rulesrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":451,"kind":16777216,"name":"RulesResult","url":"modules/catalogs.html#rulesresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":452,"kind":16777216,"name":"SearchRequest","url":"modules/catalogs.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":453,"kind":16777216,"name":"Site","url":"modules/catalogs.html#site","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":454,"kind":16777216,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.html#sitestorefrontstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":455,"kind":16777216,"name":"SiteCustomerListLink","url":"modules/catalogs.html#sitecustomerlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":456,"kind":16777216,"name":"Sort","url":"modules/catalogs.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":457,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/catalogs.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":458,"kind":16777216,"name":"SortingRule","url":"modules/catalogs.html#sortingrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":459,"kind":16777216,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.html#sortingrulerulecontextenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":460,"kind":16777216,"name":"SortingRuleStep","url":"modules/catalogs.html#sortingrulestep","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":461,"kind":16777216,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.html#sortingrulestepdirectionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":462,"kind":16777216,"name":"TermFilter","url":"modules/catalogs.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":463,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/catalogs.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":464,"kind":16777216,"name":"TermQuery","url":"modules/catalogs.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":465,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/catalogs.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":466,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/catalogs.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":467,"kind":16777216,"name":"TextQuery","url":"modules/catalogs.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":468,"kind":16777216,"name":"Variant","url":"modules/catalogs.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":469,"kind":16777216,"name":"VariationAttribute","url":"modules/catalogs.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":470,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.html#variationattributevariationattributetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":471,"kind":16777216,"name":"VariationAttributeValue","url":"modules/catalogs.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":472,"kind":16777216,"name":"VariationGroup","url":"modules/catalogs.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":473,"kind":128,"name":"CatalogsV1","url":"classes/catalogs.catalogsv1-2.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"catalogs"},{"id":474,"kind":512,"name":"constructor","url":"classes/catalogs.catalogsv1-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"catalogs.CatalogsV1"},{"id":475,"kind":2048,"name":"addProductsToExclusionList","url":"classes/catalogs.catalogsv1-2.html#addproductstoexclusionlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":476,"kind":2048,"name":"assignProductToCategory","url":"classes/catalogs.catalogsv1-2.html#assignproducttocategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":477,"kind":2048,"name":"createCategoryInCatalog","url":"classes/catalogs.catalogsv1-2.html#createcategoryincatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":478,"kind":2048,"name":"createCategoryRules","url":"classes/catalogs.catalogsv1-2.html#createcategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":479,"kind":2048,"name":"createOrUpdateCategoryRuleCondition","url":"classes/catalogs.catalogsv1-2.html#createorupdatecategoryrulecondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":480,"kind":2048,"name":"createUpdateRule","url":"classes/catalogs.catalogsv1-2.html#createupdaterule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":481,"kind":2048,"name":"deleteCategoryFromCatalog","url":"classes/catalogs.catalogsv1-2.html#deletecategoryfromcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":482,"kind":2048,"name":"deleteCategoryRuleCondition","url":"classes/catalogs.catalogsv1-2.html#deletecategoryrulecondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":483,"kind":2048,"name":"deleteCategoryRuleConditions","url":"classes/catalogs.catalogsv1-2.html#deletecategoryruleconditions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":484,"kind":2048,"name":"deleteCategoryRules","url":"classes/catalogs.catalogsv1-2.html#deletecategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":485,"kind":2048,"name":"deleteRule","url":"classes/catalogs.catalogsv1-2.html#deleterule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":486,"kind":2048,"name":"getAssignedProductFromCategory","url":"classes/catalogs.catalogsv1-2.html#getassignedproductfromcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":487,"kind":2048,"name":"getCatalog","url":"classes/catalogs.catalogsv1-2.html#getcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":488,"kind":2048,"name":"getCatalogs","url":"classes/catalogs.catalogsv1-2.html#getcatalogs","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":489,"kind":2048,"name":"getCategoriesFromCatalog","url":"classes/catalogs.catalogsv1-2.html#getcategoriesfromcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":490,"kind":2048,"name":"getCategorizationStatus","url":"classes/catalogs.catalogsv1-2.html#getcategorizationstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":491,"kind":2048,"name":"getCategoryFromCatalog","url":"classes/catalogs.catalogsv1-2.html#getcategoryfromcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":492,"kind":2048,"name":"getCategoryRuleCondition","url":"classes/catalogs.catalogsv1-2.html#getcategoryrulecondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":493,"kind":2048,"name":"getCategoryRuleConditions","url":"classes/catalogs.catalogsv1-2.html#getcategoryruleconditions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":494,"kind":2048,"name":"getCategoryRules","url":"classes/catalogs.catalogsv1-2.html#getcategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":495,"kind":2048,"name":"getExclusionList","url":"classes/catalogs.catalogsv1-2.html#getexclusionlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":496,"kind":2048,"name":"getRuleById","url":"classes/catalogs.catalogsv1-2.html#getrulebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":497,"kind":2048,"name":"removeProductsFromExclusionList","url":"classes/catalogs.catalogsv1-2.html#removeproductsfromexclusionlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":498,"kind":2048,"name":"runCategoryRules","url":"classes/catalogs.catalogsv1-2.html#runcategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":499,"kind":2048,"name":"searchCatalogs","url":"classes/catalogs.catalogsv1-2.html#searchcatalogs","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":500,"kind":2048,"name":"searchCategories","url":"classes/catalogs.catalogsv1-2.html#searchcategories","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":501,"kind":2048,"name":"searchCategoriesInCatalog","url":"classes/catalogs.catalogsv1-2.html#searchcategoriesincatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":502,"kind":2048,"name":"searchProductsAssignedToCategory","url":"classes/catalogs.catalogsv1-2.html#searchproductsassignedtocategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":503,"kind":2048,"name":"unassignProductFromCategory","url":"classes/catalogs.catalogsv1-2.html#unassignproductfromcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":504,"kind":2048,"name":"updateCatalog","url":"classes/catalogs.catalogsv1-2.html#updatecatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":505,"kind":2048,"name":"updateCategoryInCatalog","url":"classes/catalogs.catalogsv1-2.html#updatecategoryincatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":506,"kind":2048,"name":"updateProductCategoryAssignment","url":"classes/catalogs.catalogsv1-2.html#updateproductcategoryassignment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":507,"kind":1024,"name":"clientConfig","url":"classes/catalogs.catalogsv1-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"catalogs.CatalogsV1"},{"id":508,"kind":16777216,"name":"CatalogsV1","url":"modules/catalogs.html#catalogsv1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":509,"kind":16777216,"name":"defaultBaseUri","url":"modules/catalogs.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":510,"kind":16777216,"name":"CatalogsV1","url":"modules/catalogs.html#catalogsv1-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":511,"kind":16777216,"name":"BoolFilter","url":"modules/catalogs.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":512,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":513,"kind":16777216,"name":"BoolQuery","url":"modules/catalogs.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":514,"kind":16777216,"name":"Catalog","url":"modules/catalogs.html#catalog-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":515,"kind":16777216,"name":"CatalogCategoryId","url":"modules/catalogs.html#catalogcategoryid-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":516,"kind":16777216,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.html#catalogcategorysearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":517,"kind":16777216,"name":"CatalogSearchRequest","url":"modules/catalogs.html#catalogsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":518,"kind":16777216,"name":"CatalogSearchResult","url":"modules/catalogs.html#catalogsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":519,"kind":16777216,"name":"Catalogs","url":"modules/catalogs.html#catalogs-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":520,"kind":16777216,"name":"Categories","url":"modules/catalogs.html#categories-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":521,"kind":16777216,"name":"Category","url":"modules/catalogs.html#category-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":522,"kind":16777216,"name":"CategoryProductAssignment","url":"modules/catalogs.html#categoryproductassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":523,"kind":16777216,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.html#categoryproductassignmentsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":524,"kind":16777216,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.html#categoryproductassignmentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":525,"kind":16777216,"name":"CategorySearchRequest","url":"modules/catalogs.html#categorysearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":526,"kind":16777216,"name":"CategorySearchResult","url":"modules/catalogs.html#categorysearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":527,"kind":16777216,"name":"Condition","url":"modules/catalogs.html#condition-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":528,"kind":16777216,"name":"ConditionOperatorEnum","url":"modules/catalogs.html#conditionoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":529,"kind":16777216,"name":"ConditionsResult","url":"modules/catalogs.html#conditionsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":530,"kind":16777216,"name":"CurrencyCode","url":"modules/catalogs.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":531,"kind":16777216,"name":"ErrorResponse","url":"modules/catalogs.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":532,"kind":16777216,"name":"ExcludedProduct","url":"modules/catalogs.html#excludedproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":533,"kind":16777216,"name":"ExcludedProductRequest","url":"modules/catalogs.html#excludedproductrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":534,"kind":16777216,"name":"ExcludedProductsResult","url":"modules/catalogs.html#excludedproductsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":535,"kind":16777216,"name":"ExecutionJobStatusResult","url":"modules/catalogs.html#executionjobstatusresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":536,"kind":16777216,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.html#executionjobstatusresulttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":537,"kind":16777216,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.html#executionjobstatusresultjobstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":538,"kind":16777216,"name":"ExecutionRequest","url":"modules/catalogs.html#executionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":539,"kind":16777216,"name":"Filter","url":"modules/catalogs.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":540,"kind":16777216,"name":"FilteredQuery","url":"modules/catalogs.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":541,"kind":16777216,"name":"ImageGroup","url":"modules/catalogs.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":542,"kind":16777216,"name":"MarkupText","url":"modules/catalogs.html#markuptext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":543,"kind":16777216,"name":"Master","url":"modules/catalogs.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":544,"kind":16777216,"name":"MediaFile","url":"modules/catalogs.html#mediafile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":545,"kind":16777216,"name":"Money","url":"modules/catalogs.html#money-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":546,"kind":16777216,"name":"NestedQuery","url":"modules/catalogs.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":547,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":548,"kind":16777216,"name":"NoValue","url":"modules/catalogs.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":549,"kind":16777216,"name":"PaginatedResultBase","url":"modules/catalogs.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":550,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/catalogs.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":551,"kind":16777216,"name":"PathRecord","url":"modules/catalogs.html#pathrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":552,"kind":16777216,"name":"Product","url":"modules/catalogs.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":553,"kind":16777216,"name":"ProductOption","url":"modules/catalogs.html#productoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":554,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.html#productoptionsortingmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":555,"kind":16777216,"name":"ProductOptionValue","url":"modules/catalogs.html#productoptionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":556,"kind":16777216,"name":"ProductType","url":"modules/catalogs.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":557,"kind":16777216,"name":"Query","url":"modules/catalogs.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":558,"kind":16777216,"name":"QueryFilter","url":"modules/catalogs.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":559,"kind":16777216,"name":"Range2Filter","url":"modules/catalogs.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":560,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":561,"kind":16777216,"name":"RangeFilter","url":"modules/catalogs.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":562,"kind":16777216,"name":"RangeFilterFrom","url":"modules/catalogs.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":563,"kind":16777216,"name":"RangeFilterTo","url":"modules/catalogs.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":564,"kind":16777216,"name":"ResultBase","url":"modules/catalogs.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":565,"kind":16777216,"name":"Rule","url":"modules/catalogs.html#rule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":566,"kind":16777216,"name":"RuleRequest","url":"modules/catalogs.html#rulerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":567,"kind":16777216,"name":"RulesRequest","url":"modules/catalogs.html#rulesrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":568,"kind":16777216,"name":"RulesResult","url":"modules/catalogs.html#rulesresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":569,"kind":16777216,"name":"SearchRequest","url":"modules/catalogs.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":570,"kind":16777216,"name":"Site","url":"modules/catalogs.html#site-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":571,"kind":16777216,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.html#sitestorefrontstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":572,"kind":16777216,"name":"SiteCustomerListLink","url":"modules/catalogs.html#sitecustomerlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":573,"kind":16777216,"name":"Sort","url":"modules/catalogs.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":574,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/catalogs.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":575,"kind":16777216,"name":"SortingRule","url":"modules/catalogs.html#sortingrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":576,"kind":16777216,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.html#sortingrulerulecontextenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":577,"kind":16777216,"name":"SortingRuleStep","url":"modules/catalogs.html#sortingrulestep-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":578,"kind":16777216,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.html#sortingrulestepdirectionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":579,"kind":16777216,"name":"TermFilter","url":"modules/catalogs.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":580,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/catalogs.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":581,"kind":16777216,"name":"TermQuery","url":"modules/catalogs.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":582,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/catalogs.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":583,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/catalogs.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":584,"kind":16777216,"name":"TextQuery","url":"modules/catalogs.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":585,"kind":16777216,"name":"Variant","url":"modules/catalogs.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":586,"kind":16777216,"name":"VariationAttribute","url":"modules/catalogs.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":587,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.html#variationattributevariationattributetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":588,"kind":16777216,"name":"VariationAttributeValue","url":"modules/catalogs.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":589,"kind":16777216,"name":"VariationGroup","url":"modules/catalogs.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":590,"kind":2,"name":"CatalogsV1Types","url":"modules/catalogs.catalogsv1types.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"catalogs"},{"id":591,"kind":4194304,"name":"BoolFilter","url":"modules/catalogs.catalogsv1types.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":592,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.catalogsv1types.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":593,"kind":4194304,"name":"BoolQuery","url":"modules/catalogs.catalogsv1types.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":594,"kind":4194304,"name":"Catalog","url":"modules/catalogs.catalogsv1types.html#catalog","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":595,"kind":4194304,"name":"CatalogCategoryId","url":"modules/catalogs.catalogsv1types.html#catalogcategoryid","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":596,"kind":4194304,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.catalogsv1types.html#catalogcategorysearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":597,"kind":4194304,"name":"CatalogSearchRequest","url":"modules/catalogs.catalogsv1types.html#catalogsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":598,"kind":4194304,"name":"CatalogSearchResult","url":"modules/catalogs.catalogsv1types.html#catalogsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":599,"kind":4194304,"name":"Catalogs","url":"modules/catalogs.catalogsv1types.html#catalogs","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":600,"kind":4194304,"name":"Categories","url":"modules/catalogs.catalogsv1types.html#categories","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":601,"kind":4194304,"name":"Category","url":"modules/catalogs.catalogsv1types.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":602,"kind":4194304,"name":"CategoryProductAssignment","url":"modules/catalogs.catalogsv1types.html#categoryproductassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":603,"kind":4194304,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.catalogsv1types.html#categoryproductassignmentsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":604,"kind":4194304,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.catalogsv1types.html#categoryproductassignmentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":605,"kind":4194304,"name":"CategorySearchRequest","url":"modules/catalogs.catalogsv1types.html#categorysearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":606,"kind":4194304,"name":"CategorySearchResult","url":"modules/catalogs.catalogsv1types.html#categorysearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":607,"kind":4194304,"name":"Condition","url":"modules/catalogs.catalogsv1types.html#condition","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":608,"kind":4194304,"name":"ConditionOperatorEnum","url":"modules/catalogs.catalogsv1types.html#conditionoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":609,"kind":4194304,"name":"ConditionsResult","url":"modules/catalogs.catalogsv1types.html#conditionsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":610,"kind":4194304,"name":"CurrencyCode","url":"modules/catalogs.catalogsv1types.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":611,"kind":4194304,"name":"ErrorResponse","url":"modules/catalogs.catalogsv1types.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":612,"kind":4194304,"name":"ExcludedProduct","url":"modules/catalogs.catalogsv1types.html#excludedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":613,"kind":4194304,"name":"ExcludedProductRequest","url":"modules/catalogs.catalogsv1types.html#excludedproductrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":614,"kind":4194304,"name":"ExcludedProductsResult","url":"modules/catalogs.catalogsv1types.html#excludedproductsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":615,"kind":4194304,"name":"ExecutionJobStatusResult","url":"modules/catalogs.catalogsv1types.html#executionjobstatusresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":616,"kind":4194304,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.catalogsv1types.html#executionjobstatusresulttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":617,"kind":4194304,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.catalogsv1types.html#executionjobstatusresultjobstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":618,"kind":4194304,"name":"ExecutionRequest","url":"modules/catalogs.catalogsv1types.html#executionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":619,"kind":4194304,"name":"Filter","url":"modules/catalogs.catalogsv1types.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":620,"kind":4194304,"name":"FilteredQuery","url":"modules/catalogs.catalogsv1types.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":621,"kind":4194304,"name":"ImageGroup","url":"modules/catalogs.catalogsv1types.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":622,"kind":4194304,"name":"MarkupText","url":"modules/catalogs.catalogsv1types.html#markuptext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":623,"kind":4194304,"name":"Master","url":"modules/catalogs.catalogsv1types.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":624,"kind":4194304,"name":"MediaFile","url":"modules/catalogs.catalogsv1types.html#mediafile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":625,"kind":4194304,"name":"Money","url":"modules/catalogs.catalogsv1types.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":626,"kind":4194304,"name":"NestedQuery","url":"modules/catalogs.catalogsv1types.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":627,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.catalogsv1types.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":628,"kind":4194304,"name":"NoValue","url":"modules/catalogs.catalogsv1types.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":629,"kind":4194304,"name":"PaginatedResultBase","url":"modules/catalogs.catalogsv1types.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":630,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/catalogs.catalogsv1types.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":631,"kind":4194304,"name":"PathRecord","url":"modules/catalogs.catalogsv1types.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":632,"kind":4194304,"name":"Product","url":"modules/catalogs.catalogsv1types.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":633,"kind":4194304,"name":"ProductOption","url":"modules/catalogs.catalogsv1types.html#productoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":634,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.catalogsv1types.html#productoptionsortingmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":635,"kind":4194304,"name":"ProductOptionValue","url":"modules/catalogs.catalogsv1types.html#productoptionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":636,"kind":4194304,"name":"ProductType","url":"modules/catalogs.catalogsv1types.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":637,"kind":4194304,"name":"Query","url":"modules/catalogs.catalogsv1types.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":638,"kind":4194304,"name":"QueryFilter","url":"modules/catalogs.catalogsv1types.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":639,"kind":4194304,"name":"Range2Filter","url":"modules/catalogs.catalogsv1types.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":640,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.catalogsv1types.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":641,"kind":4194304,"name":"RangeFilter","url":"modules/catalogs.catalogsv1types.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":642,"kind":4194304,"name":"RangeFilterFrom","url":"modules/catalogs.catalogsv1types.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":643,"kind":4194304,"name":"RangeFilterTo","url":"modules/catalogs.catalogsv1types.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":644,"kind":4194304,"name":"ResultBase","url":"modules/catalogs.catalogsv1types.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":645,"kind":4194304,"name":"Rule","url":"modules/catalogs.catalogsv1types.html#rule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":646,"kind":4194304,"name":"RuleRequest","url":"modules/catalogs.catalogsv1types.html#rulerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":647,"kind":4194304,"name":"RulesRequest","url":"modules/catalogs.catalogsv1types.html#rulesrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":648,"kind":4194304,"name":"RulesResult","url":"modules/catalogs.catalogsv1types.html#rulesresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":649,"kind":4194304,"name":"SearchRequest","url":"modules/catalogs.catalogsv1types.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":650,"kind":4194304,"name":"Site","url":"modules/catalogs.catalogsv1types.html#site","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":651,"kind":4194304,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.catalogsv1types.html#sitestorefrontstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":652,"kind":4194304,"name":"SiteCustomerListLink","url":"modules/catalogs.catalogsv1types.html#sitecustomerlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":653,"kind":4194304,"name":"Sort","url":"modules/catalogs.catalogsv1types.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":654,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/catalogs.catalogsv1types.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":655,"kind":4194304,"name":"SortingRule","url":"modules/catalogs.catalogsv1types.html#sortingrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":656,"kind":4194304,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.catalogsv1types.html#sortingrulerulecontextenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":657,"kind":4194304,"name":"SortingRuleStep","url":"modules/catalogs.catalogsv1types.html#sortingrulestep","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":658,"kind":4194304,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.catalogsv1types.html#sortingrulestepdirectionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":659,"kind":4194304,"name":"TermFilter","url":"modules/catalogs.catalogsv1types.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":660,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/catalogs.catalogsv1types.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":661,"kind":4194304,"name":"TermQuery","url":"modules/catalogs.catalogsv1types.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":662,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/catalogs.catalogsv1types.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":663,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/catalogs.catalogsv1types.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":664,"kind":4194304,"name":"TextQuery","url":"modules/catalogs.catalogsv1types.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":665,"kind":4194304,"name":"Variant","url":"modules/catalogs.catalogsv1types.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":666,"kind":4194304,"name":"VariationAttribute","url":"modules/catalogs.catalogsv1types.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":667,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.catalogsv1types.html#variationattributevariationattributetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":668,"kind":4194304,"name":"VariationAttributeValue","url":"modules/catalogs.catalogsv1types.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":669,"kind":4194304,"name":"VariationGroup","url":"modules/catalogs.catalogsv1types.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":670,"kind":1,"name":"cdnApiProcessApis","url":"modules/cdnapiprocessapis.html","classes":"tsd-kind-module"},{"id":671,"kind":32,"name":"defaultBaseUri","url":"modules/cdnapiprocessapis.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":672,"kind":4194304,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.html#apistandardserrorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":673,"kind":4194304,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.html#cachepurgerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":674,"kind":4194304,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.html#cachepurgeresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":675,"kind":4194304,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.html#cachepurgeresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":676,"kind":4194304,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.html#dcvdelegationrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":677,"kind":4194304,"name":"Certificate","url":"modules/cdnapiprocessapis.html#certificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":678,"kind":4194304,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.html#certificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":679,"kind":4194304,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":680,"kind":4194304,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateauthorityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":681,"kind":4194304,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatevalidationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":682,"kind":4194304,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateverificationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":683,"kind":4194304,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatewildcardcertificateverificationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":684,"kind":4194304,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecustomhostnamestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":685,"kind":4194304,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.html#certificateenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":686,"kind":4194304,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.html#certificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":687,"kind":4194304,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.html#certificatesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":688,"kind":4194304,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.html#ciphersuitesresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":689,"kind":4194304,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesresponseciphersuitetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":690,"kind":4194304,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.html#ciphersuitesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":691,"kind":4194304,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.html#ciphersuitesrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":692,"kind":4194304,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesrequestciphersuitetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":693,"kind":4194304,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":694,"kind":4194304,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponsecustomhostnamestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":695,"kind":4194304,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.html#customhostnamevalidationenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":696,"kind":4194304,"name":"CustomRule","url":"modules/cdnapiprocessapis.html#customrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":697,"kind":4194304,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.html#customruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":698,"kind":4194304,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.html#customrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":699,"kind":4194304,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.html#customrulespatchorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":700,"kind":4194304,"name":"RulePosition","url":"modules/cdnapiprocessapis.html#ruleposition-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":701,"kind":4194304,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.html#customrulespatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":702,"kind":4194304,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.html#customrulespostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":703,"kind":4194304,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.html#logpushcreaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":704,"kind":4194304,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushcreaterequestlogtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":705,"kind":4194304,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.html#logpushresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":706,"kind":4194304,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushresponselogtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":707,"kind":4194304,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.html#logpushenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":708,"kind":4194304,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.html#logpushjobsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":709,"kind":4194304,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.html#logpushownershippostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":710,"kind":4194304,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.html#logpushownershippostresponsedata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":711,"kind":4194304,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.html#logpushownershippostresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":712,"kind":4194304,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.html#logpushupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":713,"kind":4194304,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulepatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":714,"kind":4194304,"name":"MRTRules","url":"modules/cdnapiprocessapis.html#mrtrules-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":715,"kind":4194304,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.html#mrtrulespostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":716,"kind":4194304,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.html#mrtruleset-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":717,"kind":4194304,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.html#mrtrulesresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":718,"kind":4194304,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mrtrulesresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":719,"kind":4194304,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulesetpatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":720,"kind":4194304,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.html#mtlscertificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":721,"kind":4194304,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.html#mtlscertificateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":722,"kind":4194304,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificateresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":723,"kind":4194304,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificatesresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":724,"kind":4194304,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.html#ocapicachingtogglerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":725,"kind":4194304,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.html#originheadermodification-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":726,"kind":4194304,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.html#originheadermodificationenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":727,"kind":4194304,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.html#originheadermodificationputrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":728,"kind":4194304,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":729,"kind":4194304,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":730,"kind":4194304,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhooklistenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":731,"kind":4194304,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":732,"kind":4194304,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":733,"kind":4194304,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponseactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":734,"kind":4194304,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpoliciesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":735,"kind":4194304,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpolicieslistenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":736,"kind":4194304,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":737,"kind":4194304,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequestactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":738,"kind":4194304,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.html#pageshieldscriptversion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":739,"kind":4194304,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.html#pageshieldscriptresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":740,"kind":4194304,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":741,"kind":4194304,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptlistenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":742,"kind":4194304,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.html#ratelimitingrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":743,"kind":4194304,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":744,"kind":4194304,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":745,"kind":4194304,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":746,"kind":4194304,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":747,"kind":4194304,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.html#securitysettinghsts-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":748,"kind":4194304,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.html#securitysetting-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":749,"kind":4194304,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.html#securitysettingsecuritylevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":750,"kind":4194304,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.html#securitysettingsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":751,"kind":4194304,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.html#speedsetting-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":752,"kind":4194304,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.html#speedsettingbrotlicompressionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":753,"kind":4194304,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2prioritizationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":754,"kind":4194304,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.html#speedsettingwebpenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":755,"kind":4194304,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.html#speedsettingpolishenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":756,"kind":4194304,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.html#speedsettingearlyhintsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":757,"kind":4194304,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.html#speedsettinghttp3enum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":758,"kind":4194304,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2tooriginenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":759,"kind":4194304,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.html#speedsettingsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":760,"kind":4194304,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":761,"kind":4194304,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponsestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":762,"kind":4194304,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.html#storefrontzonecreateenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":763,"kind":4194304,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.html#storefrontzonecreaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":764,"kind":4194304,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.html#wafmanagedrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":765,"kind":4194304,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":766,"kind":4194304,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":767,"kind":4194304,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":768,"kind":4194304,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.html#wafmanagedruleset-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":769,"kind":4194304,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":770,"kind":4194304,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":771,"kind":4194304,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":772,"kind":4194304,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.html#wafrulepackage-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":773,"kind":4194304,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafrulepackagesensitivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":774,"kind":4194304,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.html#wafrulepackageactionmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":775,"kind":4194304,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.html#wafrulepackageenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":776,"kind":4194304,"name":"WafGroup","url":"modules/cdnapiprocessapis.html#wafgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":777,"kind":4194304,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.html#wafgroupactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":778,"kind":4194304,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.html#wafgroupmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":779,"kind":4194304,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":780,"kind":4194304,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":781,"kind":4194304,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":782,"kind":4194304,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestsensitivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":783,"kind":4194304,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestactionmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":784,"kind":4194304,"name":"WafRule","url":"modules/cdnapiprocessapis.html#wafrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":785,"kind":4194304,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.html#wafruleactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":786,"kind":4194304,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.html#wafruledefaultactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":787,"kind":4194304,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":788,"kind":4194304,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":789,"kind":4194304,"name":"Zone","url":"modules/cdnapiprocessapis.html#zone-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":790,"kind":4194304,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.html#zonestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":791,"kind":4194304,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.html#zonesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":792,"kind":16777216,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.html#apistandardserrorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":793,"kind":16777216,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.html#cachepurgerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":794,"kind":16777216,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.html#cachepurgeresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":795,"kind":16777216,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.html#cachepurgeresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":796,"kind":16777216,"name":"Certificate","url":"modules/cdnapiprocessapis.html#certificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":797,"kind":16777216,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.html#certificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":798,"kind":16777216,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":799,"kind":16777216,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateauthorityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":800,"kind":16777216,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatevalidationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":801,"kind":16777216,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateverificationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":802,"kind":16777216,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatewildcardcertificateverificationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":803,"kind":16777216,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecustomhostnamestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":804,"kind":16777216,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.html#certificateenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":805,"kind":16777216,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.html#certificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":806,"kind":16777216,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.html#certificatesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":807,"kind":16777216,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.html#ciphersuitesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":808,"kind":16777216,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.html#ciphersuitesrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":809,"kind":16777216,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesrequestciphersuitetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":810,"kind":16777216,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.html#ciphersuitesresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":811,"kind":16777216,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesresponseciphersuitetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":812,"kind":16777216,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.html#customhostnamevalidationenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":813,"kind":16777216,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":814,"kind":16777216,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponsecustomhostnamestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":815,"kind":16777216,"name":"CustomRule","url":"modules/cdnapiprocessapis.html#customrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":816,"kind":16777216,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.html#customruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":817,"kind":16777216,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.html#customrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":818,"kind":16777216,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.html#customrulespatchorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":819,"kind":16777216,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.html#customrulespatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":820,"kind":16777216,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.html#customrulespostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":821,"kind":16777216,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.html#dcvdelegationrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":822,"kind":16777216,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.html#logpushcreaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":823,"kind":16777216,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushcreaterequestlogtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":824,"kind":16777216,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.html#logpushenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":825,"kind":16777216,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.html#logpushjobsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":826,"kind":16777216,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.html#logpushownershippostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":827,"kind":16777216,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.html#logpushownershippostresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":828,"kind":16777216,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.html#logpushownershippostresponsedata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":829,"kind":16777216,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.html#logpushresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":830,"kind":16777216,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushresponselogtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":831,"kind":16777216,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.html#logpushupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":832,"kind":16777216,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulepatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":833,"kind":16777216,"name":"MRTRules","url":"modules/cdnapiprocessapis.html#mrtrules","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":834,"kind":16777216,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.html#mrtrulespostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":835,"kind":16777216,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.html#mrtrulesresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":836,"kind":16777216,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mrtrulesresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":837,"kind":16777216,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.html#mrtruleset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":838,"kind":16777216,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulesetpatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":839,"kind":16777216,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.html#mtlscertificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":840,"kind":16777216,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.html#mtlscertificateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":841,"kind":16777216,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificateresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":842,"kind":16777216,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificatesresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":843,"kind":16777216,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.html#ocapicachingtogglerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":844,"kind":16777216,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.html#originheadermodification","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":845,"kind":16777216,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.html#originheadermodificationenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":846,"kind":16777216,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.html#originheadermodificationputrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":847,"kind":16777216,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":848,"kind":16777216,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhooklistenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":849,"kind":16777216,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":850,"kind":16777216,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":851,"kind":16777216,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpoliciesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":852,"kind":16777216,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpolicieslistenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":853,"kind":16777216,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":854,"kind":16777216,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequestactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":855,"kind":16777216,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":856,"kind":16777216,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponseactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":857,"kind":16777216,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":858,"kind":16777216,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptlistenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":859,"kind":16777216,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.html#pageshieldscriptresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":860,"kind":16777216,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.html#pageshieldscriptversion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":861,"kind":16777216,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.html#ratelimitingrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":862,"kind":16777216,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":863,"kind":16777216,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":864,"kind":16777216,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":865,"kind":16777216,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":866,"kind":16777216,"name":"RulePosition","url":"modules/cdnapiprocessapis.html#ruleposition","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":867,"kind":16777216,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.html#securitysetting","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":868,"kind":16777216,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.html#securitysettingsecuritylevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":869,"kind":16777216,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.html#securitysettinghsts","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":870,"kind":16777216,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.html#securitysettingsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":871,"kind":16777216,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.html#speedsetting","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":872,"kind":16777216,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.html#speedsettingbrotlicompressionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":873,"kind":16777216,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2prioritizationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":874,"kind":16777216,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.html#speedsettingwebpenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":875,"kind":16777216,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.html#speedsettingpolishenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":876,"kind":16777216,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.html#speedsettingearlyhintsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":877,"kind":16777216,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.html#speedsettinghttp3enum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":878,"kind":16777216,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2tooriginenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":879,"kind":16777216,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.html#speedsettingsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":880,"kind":16777216,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.html#storefrontzonecreateenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":881,"kind":16777216,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.html#storefrontzonecreaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":882,"kind":16777216,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":883,"kind":16777216,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponsestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":884,"kind":16777216,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.html#wafmanagedrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":885,"kind":16777216,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":886,"kind":16777216,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":887,"kind":16777216,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":888,"kind":16777216,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.html#wafmanagedruleset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":889,"kind":16777216,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":890,"kind":16777216,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":891,"kind":16777216,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":892,"kind":16777216,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.html#wafrulepackage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":893,"kind":16777216,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafrulepackagesensitivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":894,"kind":16777216,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.html#wafrulepackageactionmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":895,"kind":16777216,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.html#wafrulepackageenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":896,"kind":16777216,"name":"WafGroup","url":"modules/cdnapiprocessapis.html#wafgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":897,"kind":16777216,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.html#wafgroupactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":898,"kind":16777216,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.html#wafgroupmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":899,"kind":16777216,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":900,"kind":16777216,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":901,"kind":16777216,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":902,"kind":16777216,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestsensitivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":903,"kind":16777216,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestactionmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":904,"kind":16777216,"name":"WafRule","url":"modules/cdnapiprocessapis.html#wafrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":905,"kind":16777216,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.html#wafruleactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":906,"kind":16777216,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.html#wafruledefaultactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":907,"kind":16777216,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":908,"kind":16777216,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":909,"kind":16777216,"name":"Zone","url":"modules/cdnapiprocessapis.html#zone","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":910,"kind":16777216,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.html#zonestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":911,"kind":16777216,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.html#zonesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":912,"kind":128,"name":"CDNZones","url":"classes/cdnapiprocessapis.cdnzones-2.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":913,"kind":512,"name":"constructor","url":"classes/cdnapiprocessapis.cdnzones-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"cdnApiProcessApis.CDNZones"},{"id":914,"kind":2048,"name":"addCertificateForZone","url":"classes/cdnapiprocessapis.cdnzones-2.html#addcertificateforzone","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":915,"kind":2048,"name":"cachePurge","url":"classes/cdnapiprocessapis.cdnzones-2.html#cachepurge","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":916,"kind":2048,"name":"createCodeUploadCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#createcodeuploadcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":917,"kind":2048,"name":"createCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#createcustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":918,"kind":2048,"name":"createLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#createlogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":919,"kind":2048,"name":"createLogpushOwnership","url":"classes/cdnapiprocessapis.cdnzones-2.html#createlogpushownership","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":920,"kind":2048,"name":"createMrtRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#createmrtrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":921,"kind":2048,"name":"createPageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#createpageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":922,"kind":2048,"name":"createRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#createratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":923,"kind":2048,"name":"createStorefrontZone","url":"classes/cdnapiprocessapis.cdnzones-2.html#createstorefrontzone","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":924,"kind":2048,"name":"deleteCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletecertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":925,"kind":2048,"name":"deleteCodeUploadCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletecodeuploadcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":926,"kind":2048,"name":"deleteCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletecustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":927,"kind":2048,"name":"deleteLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletelogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":928,"kind":2048,"name":"deleteMrtRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletemrtrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":929,"kind":2048,"name":"deleteMrtRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletemrtruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":930,"kind":2048,"name":"deleteOriginHeaderModification","url":"classes/cdnapiprocessapis.cdnzones-2.html#deleteoriginheadermodification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":931,"kind":2048,"name":"deletePageShieldNotification","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletepageshieldnotification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":932,"kind":2048,"name":"deletePageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletepageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":933,"kind":2048,"name":"deleteRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#deleteratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":934,"kind":2048,"name":"getCertificates","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcertificates","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":935,"kind":2048,"name":"getCipherSuites","url":"classes/cdnapiprocessapis.cdnzones-2.html#getciphersuites","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":936,"kind":2048,"name":"getCodeUploadCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcodeuploadcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":937,"kind":2048,"name":"getCodeUploadCertificates","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcodeuploadcertificates","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":938,"kind":2048,"name":"getCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":939,"kind":2048,"name":"getCustomRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcustomrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":940,"kind":2048,"name":"getLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#getlogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":941,"kind":2048,"name":"getMrtRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getmrtrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":942,"kind":2048,"name":"getOriginHeaderModification","url":"classes/cdnapiprocessapis.cdnzones-2.html#getoriginheadermodification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":943,"kind":2048,"name":"getOwaspWafPackage","url":"classes/cdnapiprocessapis.cdnzones-2.html#getowaspwafpackage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":944,"kind":2048,"name":"getPageShieldNotification","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldnotification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":945,"kind":2048,"name":"getPageShieldPolicies","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldpolicies","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":946,"kind":2048,"name":"getPageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":947,"kind":2048,"name":"getPageShieldScript","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":948,"kind":2048,"name":"getPageShieldScripts","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldscripts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":949,"kind":2048,"name":"getRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#getratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":950,"kind":2048,"name":"getRateLimitingRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getratelimitingrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":951,"kind":2048,"name":"getSecuritySettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#getsecuritysettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":952,"kind":2048,"name":"getSpeedSettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#getspeedsettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":953,"kind":2048,"name":"getWafGroups","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafgroups","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":954,"kind":2048,"name":"getWafManagedRulesInRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafmanagedrulesinruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":955,"kind":2048,"name":"getWafManagedRulesets","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafmanagedrulesets","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":956,"kind":2048,"name":"getWafRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":957,"kind":2048,"name":"getWafRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":958,"kind":2048,"name":"getZonesInfo","url":"classes/cdnapiprocessapis.cdnzones-2.html#getzonesinfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":959,"kind":2048,"name":"listLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#listlogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":960,"kind":2048,"name":"migrateZoneToWafV2","url":"classes/cdnapiprocessapis.cdnzones-2.html#migratezonetowafv2","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":961,"kind":2048,"name":"patchOwaspWafPackage","url":"classes/cdnapiprocessapis.cdnzones-2.html#patchowaspwafpackage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":962,"kind":2048,"name":"postPageShieldNotification","url":"classes/cdnapiprocessapis.cdnzones-2.html#postpageshieldnotification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":963,"kind":2048,"name":"toggleOcapiCachingPageRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#toggleocapicachingpagerule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":964,"kind":2048,"name":"updateCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatecertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":965,"kind":2048,"name":"updateCipherSuites","url":"classes/cdnapiprocessapis.cdnzones-2.html#updateciphersuites","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":966,"kind":2048,"name":"updateCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatecustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":967,"kind":2048,"name":"updateLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatelogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":968,"kind":2048,"name":"updateMrtRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatemrtrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":969,"kind":2048,"name":"updateMrtRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatemrtruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":970,"kind":2048,"name":"updateOrderOfCustomRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#updateorderofcustomrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":971,"kind":2048,"name":"updatePageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatepageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":972,"kind":2048,"name":"updateRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updateratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":973,"kind":2048,"name":"updateSecuritySettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatesecuritysettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":974,"kind":2048,"name":"updateSpeedSettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatespeedsettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":975,"kind":2048,"name":"updateWafGroup","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafgroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":976,"kind":2048,"name":"updateWafManagedRuleInRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafmanagedruleinruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":977,"kind":2048,"name":"updateWafManagedRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafmanagedruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":978,"kind":2048,"name":"updateWafRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":979,"kind":2048,"name":"upsertOriginHeaderModification","url":"classes/cdnapiprocessapis.cdnzones-2.html#upsertoriginheadermodification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":980,"kind":2048,"name":"validateCustomHostname","url":"classes/cdnapiprocessapis.cdnzones-2.html#validatecustomhostname","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":981,"kind":1024,"name":"clientConfig","url":"classes/cdnapiprocessapis.cdnzones-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"cdnApiProcessApis.CDNZones"},{"id":982,"kind":4194304,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsdirectionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":983,"kind":4194304,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsorderbyenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":984,"kind":16777216,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsdirectionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":985,"kind":16777216,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsorderbyenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":986,"kind":16777216,"name":"CDNZones","url":"modules/cdnapiprocessapis.html#cdnzones","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":987,"kind":16777216,"name":"defaultBaseUri","url":"modules/cdnapiprocessapis.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":988,"kind":16777216,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsdirectionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":989,"kind":16777216,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsorderbyenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":990,"kind":16777216,"name":"CDNZones","url":"modules/cdnapiprocessapis.html#cdnzones-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":991,"kind":16777216,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.html#apistandardserrorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":992,"kind":16777216,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.html#cachepurgerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":993,"kind":16777216,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.html#cachepurgeresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":994,"kind":16777216,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.html#cachepurgeresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":995,"kind":16777216,"name":"Certificate","url":"modules/cdnapiprocessapis.html#certificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":996,"kind":16777216,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.html#certificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":997,"kind":16777216,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":998,"kind":16777216,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateauthorityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":999,"kind":16777216,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatevalidationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1000,"kind":16777216,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateverificationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1001,"kind":16777216,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatewildcardcertificateverificationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1002,"kind":16777216,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecustomhostnamestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1003,"kind":16777216,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.html#certificateenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1004,"kind":16777216,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.html#certificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1005,"kind":16777216,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.html#certificatesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1006,"kind":16777216,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.html#ciphersuitesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1007,"kind":16777216,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.html#ciphersuitesrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1008,"kind":16777216,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesrequestciphersuitetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1009,"kind":16777216,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.html#ciphersuitesresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1010,"kind":16777216,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesresponseciphersuitetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1011,"kind":16777216,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.html#customhostnamevalidationenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1012,"kind":16777216,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1013,"kind":16777216,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponsecustomhostnamestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1014,"kind":16777216,"name":"CustomRule","url":"modules/cdnapiprocessapis.html#customrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1015,"kind":16777216,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.html#customruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1016,"kind":16777216,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.html#customrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1017,"kind":16777216,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.html#customrulespatchorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1018,"kind":16777216,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.html#customrulespatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1019,"kind":16777216,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.html#customrulespostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1020,"kind":16777216,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.html#dcvdelegationrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1021,"kind":16777216,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.html#logpushcreaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1022,"kind":16777216,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushcreaterequestlogtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1023,"kind":16777216,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.html#logpushenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1024,"kind":16777216,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.html#logpushjobsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1025,"kind":16777216,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.html#logpushownershippostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1026,"kind":16777216,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.html#logpushownershippostresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1027,"kind":16777216,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.html#logpushownershippostresponsedata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1028,"kind":16777216,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.html#logpushresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1029,"kind":16777216,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushresponselogtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1030,"kind":16777216,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.html#logpushupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1031,"kind":16777216,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulepatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1032,"kind":16777216,"name":"MRTRules","url":"modules/cdnapiprocessapis.html#mrtrules-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1033,"kind":16777216,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.html#mrtrulespostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1034,"kind":16777216,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.html#mrtrulesresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1035,"kind":16777216,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mrtrulesresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1036,"kind":16777216,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.html#mrtruleset-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1037,"kind":16777216,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulesetpatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1038,"kind":16777216,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.html#mtlscertificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1039,"kind":16777216,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.html#mtlscertificateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1040,"kind":16777216,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificateresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1041,"kind":16777216,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificatesresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1042,"kind":16777216,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.html#ocapicachingtogglerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1043,"kind":16777216,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.html#originheadermodification-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1044,"kind":16777216,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.html#originheadermodificationenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1045,"kind":16777216,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.html#originheadermodificationputrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1046,"kind":16777216,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1047,"kind":16777216,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhooklistenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1048,"kind":16777216,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1049,"kind":16777216,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1050,"kind":16777216,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpoliciesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1051,"kind":16777216,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpolicieslistenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1052,"kind":16777216,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1053,"kind":16777216,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequestactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1054,"kind":16777216,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1055,"kind":16777216,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponseactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1056,"kind":16777216,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1057,"kind":16777216,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptlistenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1058,"kind":16777216,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.html#pageshieldscriptresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1059,"kind":16777216,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.html#pageshieldscriptversion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1060,"kind":16777216,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.html#ratelimitingrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1061,"kind":16777216,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1062,"kind":16777216,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1063,"kind":16777216,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1064,"kind":16777216,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1065,"kind":16777216,"name":"RulePosition","url":"modules/cdnapiprocessapis.html#ruleposition-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1066,"kind":16777216,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.html#securitysetting-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1067,"kind":16777216,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.html#securitysettingsecuritylevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1068,"kind":16777216,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.html#securitysettinghsts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1069,"kind":16777216,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.html#securitysettingsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1070,"kind":16777216,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.html#speedsetting-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1071,"kind":16777216,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.html#speedsettingbrotlicompressionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1072,"kind":16777216,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2prioritizationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1073,"kind":16777216,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.html#speedsettingwebpenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1074,"kind":16777216,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.html#speedsettingpolishenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1075,"kind":16777216,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.html#speedsettingearlyhintsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1076,"kind":16777216,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.html#speedsettinghttp3enum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1077,"kind":16777216,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2tooriginenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1078,"kind":16777216,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.html#speedsettingsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1079,"kind":16777216,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.html#storefrontzonecreateenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1080,"kind":16777216,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.html#storefrontzonecreaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1081,"kind":16777216,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1082,"kind":16777216,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponsestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1083,"kind":16777216,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.html#wafmanagedrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1084,"kind":16777216,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1085,"kind":16777216,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1086,"kind":16777216,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1087,"kind":16777216,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.html#wafmanagedruleset-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1088,"kind":16777216,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1089,"kind":16777216,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1090,"kind":16777216,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1091,"kind":16777216,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.html#wafrulepackage-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1092,"kind":16777216,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafrulepackagesensitivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1093,"kind":16777216,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.html#wafrulepackageactionmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1094,"kind":16777216,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.html#wafrulepackageenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1095,"kind":16777216,"name":"WafGroup","url":"modules/cdnapiprocessapis.html#wafgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1096,"kind":16777216,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.html#wafgroupactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1097,"kind":16777216,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.html#wafgroupmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1098,"kind":16777216,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1099,"kind":16777216,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1100,"kind":16777216,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1101,"kind":16777216,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestsensitivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1102,"kind":16777216,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestactionmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1103,"kind":16777216,"name":"WafRule","url":"modules/cdnapiprocessapis.html#wafrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1104,"kind":16777216,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.html#wafruleactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1105,"kind":16777216,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.html#wafruledefaultactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1106,"kind":16777216,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1107,"kind":16777216,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1108,"kind":16777216,"name":"Zone","url":"modules/cdnapiprocessapis.html#zone-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1109,"kind":16777216,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.html#zonestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1110,"kind":16777216,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.html#zonesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1111,"kind":2,"name":"CDNZonesTypes","url":"modules/cdnapiprocessapis.cdnzonestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1112,"kind":4194304,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#getpageshieldscriptsdirectionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1113,"kind":4194304,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#getpageshieldscriptsorderbyenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1114,"kind":4194304,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#apistandardserrorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1115,"kind":4194304,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#cachepurgerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1116,"kind":4194304,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#cachepurgeresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1117,"kind":4194304,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#cachepurgeresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1118,"kind":4194304,"name":"Certificate","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1119,"kind":4194304,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1120,"kind":4194304,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificatetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1121,"kind":4194304,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificateauthorityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1122,"kind":4194304,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificatevalidationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1123,"kind":4194304,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificateverificationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1124,"kind":4194304,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatewildcardcertificateverificationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1125,"kind":4194304,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecustomhostnamestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1126,"kind":4194304,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificateenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1127,"kind":4194304,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1128,"kind":4194304,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1129,"kind":4194304,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1130,"kind":4194304,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1131,"kind":4194304,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesrequestciphersuitetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1132,"kind":4194304,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1133,"kind":4194304,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesresponseciphersuitetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1134,"kind":4194304,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customhostnamevalidationenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1135,"kind":4194304,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customhostnamevalidationresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1136,"kind":4194304,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customhostnamevalidationresponsecustomhostnamestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1137,"kind":4194304,"name":"CustomRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1138,"kind":4194304,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1139,"kind":4194304,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1140,"kind":4194304,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulespatchorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1141,"kind":4194304,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulespatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1142,"kind":4194304,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulespostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1143,"kind":4194304,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.cdnzonestypes.html#dcvdelegationrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1144,"kind":4194304,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushcreaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1145,"kind":4194304,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushcreaterequestlogtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1146,"kind":4194304,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1147,"kind":4194304,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushjobsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1148,"kind":4194304,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushownershippostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1149,"kind":4194304,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushownershippostresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1150,"kind":4194304,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushownershippostresponsedata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1151,"kind":4194304,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1152,"kind":4194304,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushresponselogtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1153,"kind":4194304,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1154,"kind":4194304,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulepatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1155,"kind":4194304,"name":"MRTRules","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrules","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1156,"kind":4194304,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulespostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1157,"kind":4194304,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulesresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1158,"kind":4194304,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulesresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1159,"kind":4194304,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtruleset","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1160,"kind":4194304,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulesetpatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1161,"kind":4194304,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1162,"kind":4194304,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1163,"kind":4194304,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificateresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1164,"kind":4194304,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificatesresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1165,"kind":4194304,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ocapicachingtogglerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1166,"kind":4194304,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.cdnzonestypes.html#originheadermodification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1167,"kind":4194304,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#originheadermodificationenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1168,"kind":4194304,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#originheadermodificationputrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1169,"kind":4194304,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhookenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1170,"kind":4194304,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhooklistenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1171,"kind":4194304,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhookrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1172,"kind":4194304,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhookresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1173,"kind":4194304,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpoliciesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1174,"kind":4194304,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicieslistenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1175,"kind":4194304,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1176,"kind":4194304,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyrequestactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1177,"kind":4194304,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1178,"kind":4194304,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyresponseactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1179,"kind":4194304,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1180,"kind":4194304,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptlistenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1181,"kind":4194304,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1182,"kind":4194304,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptversion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1183,"kind":4194304,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1184,"kind":4194304,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1185,"kind":4194304,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1186,"kind":4194304,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrulespatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1187,"kind":4194304,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrulespostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1188,"kind":4194304,"name":"RulePosition","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ruleposition","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1189,"kind":4194304,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysetting","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1190,"kind":4194304,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysettingsecuritylevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1191,"kind":4194304,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysettinghsts","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1192,"kind":4194304,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysettingsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1193,"kind":4194304,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsetting","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1194,"kind":4194304,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingbrotlicompressionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1195,"kind":4194304,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettinghttp2prioritizationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1196,"kind":4194304,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingwebpenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1197,"kind":4194304,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingpolishenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1198,"kind":4194304,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingearlyhintsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1199,"kind":4194304,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettinghttp3enum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1200,"kind":4194304,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettinghttp2tooriginenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1201,"kind":4194304,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1202,"kind":4194304,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreateenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1203,"kind":4194304,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1204,"kind":4194304,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1205,"kind":4194304,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreateresponsestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1206,"kind":4194304,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1207,"kind":4194304,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1208,"kind":4194304,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1209,"kind":4194304,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1210,"kind":4194304,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedruleset","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1211,"kind":4194304,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesetenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1212,"kind":4194304,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesetrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1213,"kind":4194304,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesetsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1214,"kind":4194304,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackage","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1215,"kind":4194304,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackagesensitivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1216,"kind":4194304,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackageactionmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1217,"kind":4194304,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackageenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1218,"kind":4194304,"name":"WafGroup","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1219,"kind":4194304,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1220,"kind":4194304,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1221,"kind":4194304,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1222,"kind":4194304,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1223,"kind":4194304,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafpackagepatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1224,"kind":4194304,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafpackagepatchrequestsensitivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1225,"kind":4194304,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafpackagepatchrequestactionmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1226,"kind":4194304,"name":"WafRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1227,"kind":4194304,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafruleactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1228,"kind":4194304,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafruledefaultactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1229,"kind":4194304,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1230,"kind":4194304,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1231,"kind":4194304,"name":"Zone","url":"modules/cdnapiprocessapis.cdnzonestypes.html#zone","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1232,"kind":4194304,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#zonestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1233,"kind":4194304,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#zonesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1234,"kind":1,"name":"corsPreferences","url":"modules/corspreferences.html","classes":"tsd-kind-module"},{"id":1235,"kind":32,"name":"defaultBaseUri","url":"modules/corspreferences.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"corsPreferences"},{"id":1236,"kind":4194304,"name":"CorsClientPreferences","url":"modules/corspreferences.html#corsclientpreferences-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"corsPreferences"},{"id":1237,"kind":4194304,"name":"CorsPreferences","url":"modules/corspreferences.html#corspreferences-6","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"corsPreferences"},{"id":1238,"kind":4194304,"name":"ErrorResponse","url":"modules/corspreferences.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"corsPreferences"},{"id":1239,"kind":16777216,"name":"CorsClientPreferences","url":"modules/corspreferences.html#corsclientpreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1240,"kind":16777216,"name":"CorsPreferences","url":"modules/corspreferences.html#corspreferences-3","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1241,"kind":16777216,"name":"ErrorResponse","url":"modules/corspreferences.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1242,"kind":128,"name":"CORSPreferences","url":"classes/corspreferences.corspreferences-5.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"corsPreferences"},{"id":1243,"kind":512,"name":"constructor","url":"classes/corspreferences.corspreferences-5.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"corsPreferences.CORSPreferences"},{"id":1244,"kind":2048,"name":"deleteCorsPreferences","url":"classes/corspreferences.corspreferences-5.html#deletecorspreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"corsPreferences.CORSPreferences"},{"id":1245,"kind":2048,"name":"getCorsPreferences","url":"classes/corspreferences.corspreferences-5.html#getcorspreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"corsPreferences.CORSPreferences"},{"id":1246,"kind":2048,"name":"updateCorsPreferences","url":"classes/corspreferences.corspreferences-5.html#updatecorspreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"corsPreferences.CORSPreferences"},{"id":1247,"kind":1024,"name":"clientConfig","url":"classes/corspreferences.corspreferences-5.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"corsPreferences.CORSPreferences"},{"id":1248,"kind":16777216,"name":"CORSPreferences","url":"modules/corspreferences.html#corspreferences-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1249,"kind":16777216,"name":"defaultBaseUri","url":"modules/corspreferences.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1250,"kind":16777216,"name":"CORSPreferences","url":"modules/corspreferences.html#corspreferences-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1251,"kind":16777216,"name":"CorsClientPreferences","url":"modules/corspreferences.html#corsclientpreferences-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1252,"kind":16777216,"name":"CorsPreferences","url":"modules/corspreferences.html#corspreferences-4","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1253,"kind":16777216,"name":"ErrorResponse","url":"modules/corspreferences.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1254,"kind":2,"name":"CORSPreferencesTypes","url":"modules/corspreferences.corspreferencestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"corsPreferences"},{"id":1255,"kind":4194304,"name":"CorsClientPreferences","url":"modules/corspreferences.corspreferencestypes.html#corsclientpreferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"corsPreferences.CORSPreferencesTypes"},{"id":1256,"kind":4194304,"name":"CorsPreferences","url":"modules/corspreferences.corspreferencestypes.html#corspreferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"corsPreferences.CORSPreferencesTypes"},{"id":1257,"kind":4194304,"name":"ErrorResponse","url":"modules/corspreferences.corspreferencestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"corsPreferences.CORSPreferencesTypes"},{"id":1258,"kind":1,"name":"coupons","url":"modules/coupons.html","classes":"tsd-kind-module"},{"id":1259,"kind":32,"name":"defaultBaseUri","url":"modules/coupons.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"coupons"},{"id":1260,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/coupons.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1261,"kind":4194304,"name":"TermQuery","url":"modules/coupons.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1262,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/coupons.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1263,"kind":4194304,"name":"NestedQuery","url":"modules/coupons.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1264,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1265,"kind":4194304,"name":"BoolQuery","url":"modules/coupons.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1266,"kind":4194304,"name":"FilteredQuery","url":"modules/coupons.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1267,"kind":4194304,"name":"TextQuery","url":"modules/coupons.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1268,"kind":4194304,"name":"Query","url":"modules/coupons.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1269,"kind":4194304,"name":"QueryFilter","url":"modules/coupons.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1270,"kind":4194304,"name":"TermFilter","url":"modules/coupons.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1271,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/coupons.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1272,"kind":4194304,"name":"Range2Filter","url":"modules/coupons.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1273,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1274,"kind":4194304,"name":"RangeFilterFrom","url":"modules/coupons.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1275,"kind":4194304,"name":"RangeFilterTo","url":"modules/coupons.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1276,"kind":4194304,"name":"RangeFilter","url":"modules/coupons.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1277,"kind":4194304,"name":"Filter","url":"modules/coupons.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1278,"kind":4194304,"name":"BoolFilter","url":"modules/coupons.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1279,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/coupons.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1280,"kind":4194304,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.html#redemptionlimitperperiod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1281,"kind":4194304,"name":"RedemptionLimits","url":"modules/coupons.html#redemptionlimits-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1282,"kind":4194304,"name":"CouponSystemCodeConfig","url":"modules/coupons.html#couponsystemcodeconfig-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1283,"kind":4194304,"name":"Coupon","url":"modules/coupons.html#coupon-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1284,"kind":4194304,"name":"CouponTypeEnum","url":"modules/coupons.html#coupontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1285,"kind":4194304,"name":"CouponCode","url":"modules/coupons.html#couponcode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1286,"kind":4194304,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.html#couponcoderedemptionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1287,"kind":4194304,"name":"CouponCodes","url":"modules/coupons.html#couponcodes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1288,"kind":4194304,"name":"CouponMultiCodesRequest","url":"modules/coupons.html#couponmulticodesrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1289,"kind":4194304,"name":"CouponRedemption","url":"modules/coupons.html#couponredemption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1290,"kind":4194304,"name":"Sort","url":"modules/coupons.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1291,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/coupons.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1292,"kind":4194304,"name":"CouponRedemptionSearchResult","url":"modules/coupons.html#couponredemptionsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1293,"kind":4194304,"name":"CouponSearchResult","url":"modules/coupons.html#couponsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1294,"kind":4194304,"name":"ErrorResponse","url":"modules/coupons.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1295,"kind":4194304,"name":"PaginatedResultBase","url":"modules/coupons.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1296,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/coupons.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1297,"kind":4194304,"name":"ResultBase","url":"modules/coupons.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1298,"kind":4194304,"name":"SearchRequest","url":"modules/coupons.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1299,"kind":16777216,"name":"BoolFilter","url":"modules/coupons.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1300,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/coupons.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1301,"kind":16777216,"name":"BoolQuery","url":"modules/coupons.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1302,"kind":16777216,"name":"Coupon","url":"modules/coupons.html#coupon","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1303,"kind":16777216,"name":"CouponTypeEnum","url":"modules/coupons.html#coupontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1304,"kind":16777216,"name":"CouponCode","url":"modules/coupons.html#couponcode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1305,"kind":16777216,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.html#couponcoderedemptionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1306,"kind":16777216,"name":"CouponCodes","url":"modules/coupons.html#couponcodes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1307,"kind":16777216,"name":"CouponMultiCodesRequest","url":"modules/coupons.html#couponmulticodesrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1308,"kind":16777216,"name":"CouponRedemption","url":"modules/coupons.html#couponredemption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1309,"kind":16777216,"name":"CouponRedemptionSearchResult","url":"modules/coupons.html#couponredemptionsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1310,"kind":16777216,"name":"CouponSearchResult","url":"modules/coupons.html#couponsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1311,"kind":16777216,"name":"CouponSystemCodeConfig","url":"modules/coupons.html#couponsystemcodeconfig","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1312,"kind":16777216,"name":"ErrorResponse","url":"modules/coupons.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1313,"kind":16777216,"name":"Filter","url":"modules/coupons.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1314,"kind":16777216,"name":"FilteredQuery","url":"modules/coupons.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1315,"kind":16777216,"name":"NestedQuery","url":"modules/coupons.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1316,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1317,"kind":16777216,"name":"PaginatedResultBase","url":"modules/coupons.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1318,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/coupons.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1319,"kind":16777216,"name":"Query","url":"modules/coupons.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1320,"kind":16777216,"name":"QueryFilter","url":"modules/coupons.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1321,"kind":16777216,"name":"Range2Filter","url":"modules/coupons.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1322,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1323,"kind":16777216,"name":"RangeFilter","url":"modules/coupons.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1324,"kind":16777216,"name":"RangeFilterFrom","url":"modules/coupons.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1325,"kind":16777216,"name":"RangeFilterTo","url":"modules/coupons.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1326,"kind":16777216,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.html#redemptionlimitperperiod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1327,"kind":16777216,"name":"RedemptionLimits","url":"modules/coupons.html#redemptionlimits","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1328,"kind":16777216,"name":"ResultBase","url":"modules/coupons.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1329,"kind":16777216,"name":"SearchRequest","url":"modules/coupons.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1330,"kind":16777216,"name":"Sort","url":"modules/coupons.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1331,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/coupons.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1332,"kind":16777216,"name":"TermFilter","url":"modules/coupons.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1333,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/coupons.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1334,"kind":16777216,"name":"TermQuery","url":"modules/coupons.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1335,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/coupons.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1336,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/coupons.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1337,"kind":16777216,"name":"TextQuery","url":"modules/coupons.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1338,"kind":128,"name":"Coupons","url":"classes/coupons.coupons-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"coupons"},{"id":1339,"kind":512,"name":"constructor","url":"classes/coupons.coupons-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"coupons.Coupons"},{"id":1340,"kind":2048,"name":"couponRedemptionsSearch","url":"classes/coupons.coupons-3.html#couponredemptionssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1341,"kind":2048,"name":"couponsSearch","url":"classes/coupons.coupons-3.html#couponssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1342,"kind":2048,"name":"createCoupon","url":"classes/coupons.coupons-3.html#createcoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1343,"kind":2048,"name":"deleteCoupon","url":"classes/coupons.coupons-3.html#deletecoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1344,"kind":2048,"name":"getCoupon","url":"classes/coupons.coupons-3.html#getcoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1345,"kind":2048,"name":"getCouponCodes","url":"classes/coupons.coupons-3.html#getcouponcodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1346,"kind":2048,"name":"redeemCoupon","url":"classes/coupons.coupons-3.html#redeemcoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1347,"kind":2048,"name":"updateCoupon","url":"classes/coupons.coupons-3.html#updatecoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1348,"kind":2048,"name":"updateCouponCodes","url":"classes/coupons.coupons-3.html#updatecouponcodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1349,"kind":1024,"name":"clientConfig","url":"classes/coupons.coupons-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"coupons.Coupons"},{"id":1350,"kind":16777216,"name":"Coupons","url":"modules/coupons.html#coupons-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1351,"kind":16777216,"name":"defaultBaseUri","url":"modules/coupons.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1352,"kind":16777216,"name":"Coupons","url":"modules/coupons.html#coupons-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1353,"kind":16777216,"name":"BoolFilter","url":"modules/coupons.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1354,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/coupons.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1355,"kind":16777216,"name":"BoolQuery","url":"modules/coupons.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1356,"kind":16777216,"name":"Coupon","url":"modules/coupons.html#coupon-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1357,"kind":16777216,"name":"CouponTypeEnum","url":"modules/coupons.html#coupontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1358,"kind":16777216,"name":"CouponCode","url":"modules/coupons.html#couponcode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1359,"kind":16777216,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.html#couponcoderedemptionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1360,"kind":16777216,"name":"CouponCodes","url":"modules/coupons.html#couponcodes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1361,"kind":16777216,"name":"CouponMultiCodesRequest","url":"modules/coupons.html#couponmulticodesrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1362,"kind":16777216,"name":"CouponRedemption","url":"modules/coupons.html#couponredemption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1363,"kind":16777216,"name":"CouponRedemptionSearchResult","url":"modules/coupons.html#couponredemptionsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1364,"kind":16777216,"name":"CouponSearchResult","url":"modules/coupons.html#couponsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1365,"kind":16777216,"name":"CouponSystemCodeConfig","url":"modules/coupons.html#couponsystemcodeconfig-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1366,"kind":16777216,"name":"ErrorResponse","url":"modules/coupons.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1367,"kind":16777216,"name":"Filter","url":"modules/coupons.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1368,"kind":16777216,"name":"FilteredQuery","url":"modules/coupons.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1369,"kind":16777216,"name":"NestedQuery","url":"modules/coupons.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1370,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1371,"kind":16777216,"name":"PaginatedResultBase","url":"modules/coupons.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1372,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/coupons.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1373,"kind":16777216,"name":"Query","url":"modules/coupons.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1374,"kind":16777216,"name":"QueryFilter","url":"modules/coupons.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1375,"kind":16777216,"name":"Range2Filter","url":"modules/coupons.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1376,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1377,"kind":16777216,"name":"RangeFilter","url":"modules/coupons.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1378,"kind":16777216,"name":"RangeFilterFrom","url":"modules/coupons.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1379,"kind":16777216,"name":"RangeFilterTo","url":"modules/coupons.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1380,"kind":16777216,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.html#redemptionlimitperperiod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1381,"kind":16777216,"name":"RedemptionLimits","url":"modules/coupons.html#redemptionlimits-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1382,"kind":16777216,"name":"ResultBase","url":"modules/coupons.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1383,"kind":16777216,"name":"SearchRequest","url":"modules/coupons.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1384,"kind":16777216,"name":"Sort","url":"modules/coupons.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1385,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/coupons.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1386,"kind":16777216,"name":"TermFilter","url":"modules/coupons.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1387,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/coupons.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1388,"kind":16777216,"name":"TermQuery","url":"modules/coupons.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1389,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/coupons.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1390,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/coupons.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1391,"kind":16777216,"name":"TextQuery","url":"modules/coupons.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1392,"kind":2,"name":"CouponsTypes","url":"modules/coupons.couponstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"coupons"},{"id":1393,"kind":4194304,"name":"BoolFilter","url":"modules/coupons.couponstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1394,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/coupons.couponstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1395,"kind":4194304,"name":"BoolQuery","url":"modules/coupons.couponstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1396,"kind":4194304,"name":"Coupon","url":"modules/coupons.couponstypes.html#coupon","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1397,"kind":4194304,"name":"CouponTypeEnum","url":"modules/coupons.couponstypes.html#coupontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1398,"kind":4194304,"name":"CouponCode","url":"modules/coupons.couponstypes.html#couponcode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1399,"kind":4194304,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.couponstypes.html#couponcoderedemptionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1400,"kind":4194304,"name":"CouponCodes","url":"modules/coupons.couponstypes.html#couponcodes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1401,"kind":4194304,"name":"CouponMultiCodesRequest","url":"modules/coupons.couponstypes.html#couponmulticodesrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1402,"kind":4194304,"name":"CouponRedemption","url":"modules/coupons.couponstypes.html#couponredemption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1403,"kind":4194304,"name":"CouponRedemptionSearchResult","url":"modules/coupons.couponstypes.html#couponredemptionsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1404,"kind":4194304,"name":"CouponSearchResult","url":"modules/coupons.couponstypes.html#couponsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1405,"kind":4194304,"name":"CouponSystemCodeConfig","url":"modules/coupons.couponstypes.html#couponsystemcodeconfig","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1406,"kind":4194304,"name":"ErrorResponse","url":"modules/coupons.couponstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1407,"kind":4194304,"name":"Filter","url":"modules/coupons.couponstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1408,"kind":4194304,"name":"FilteredQuery","url":"modules/coupons.couponstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1409,"kind":4194304,"name":"NestedQuery","url":"modules/coupons.couponstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1410,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.couponstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1411,"kind":4194304,"name":"PaginatedResultBase","url":"modules/coupons.couponstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1412,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/coupons.couponstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1413,"kind":4194304,"name":"Query","url":"modules/coupons.couponstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1414,"kind":4194304,"name":"QueryFilter","url":"modules/coupons.couponstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1415,"kind":4194304,"name":"Range2Filter","url":"modules/coupons.couponstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1416,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.couponstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1417,"kind":4194304,"name":"RangeFilter","url":"modules/coupons.couponstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1418,"kind":4194304,"name":"RangeFilterFrom","url":"modules/coupons.couponstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1419,"kind":4194304,"name":"RangeFilterTo","url":"modules/coupons.couponstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1420,"kind":4194304,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.couponstypes.html#redemptionlimitperperiod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1421,"kind":4194304,"name":"RedemptionLimits","url":"modules/coupons.couponstypes.html#redemptionlimits","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1422,"kind":4194304,"name":"ResultBase","url":"modules/coupons.couponstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1423,"kind":4194304,"name":"SearchRequest","url":"modules/coupons.couponstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1424,"kind":4194304,"name":"Sort","url":"modules/coupons.couponstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1425,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/coupons.couponstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1426,"kind":4194304,"name":"TermFilter","url":"modules/coupons.couponstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1427,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/coupons.couponstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1428,"kind":4194304,"name":"TermQuery","url":"modules/coupons.couponstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1429,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/coupons.couponstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1430,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/coupons.couponstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1431,"kind":4194304,"name":"TextQuery","url":"modules/coupons.couponstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1432,"kind":1,"name":"customers","url":"modules/customers.html","classes":"tsd-kind-module"},{"id":1433,"kind":32,"name":"defaultBaseUri","url":"modules/customers.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"customers"},{"id":1434,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/customers.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1435,"kind":4194304,"name":"TermQuery","url":"modules/customers.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1436,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/customers.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1437,"kind":4194304,"name":"NestedQuery","url":"modules/customers.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1438,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/customers.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1439,"kind":4194304,"name":"BoolQuery","url":"modules/customers.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1440,"kind":4194304,"name":"FilteredQuery","url":"modules/customers.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1441,"kind":4194304,"name":"TextQuery","url":"modules/customers.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1442,"kind":4194304,"name":"Query","url":"modules/customers.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1443,"kind":4194304,"name":"QueryFilter","url":"modules/customers.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1444,"kind":4194304,"name":"TermFilter","url":"modules/customers.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1445,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/customers.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1446,"kind":4194304,"name":"Range2Filter","url":"modules/customers.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1447,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/customers.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1448,"kind":4194304,"name":"RangeFilterFrom","url":"modules/customers.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1449,"kind":4194304,"name":"RangeFilterTo","url":"modules/customers.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1450,"kind":4194304,"name":"RangeFilter","url":"modules/customers.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1451,"kind":4194304,"name":"Filter","url":"modules/customers.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1452,"kind":4194304,"name":"BoolFilter","url":"modules/customers.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1453,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/customers.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1454,"kind":4194304,"name":"Credentials","url":"modules/customers.html#credentials-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1455,"kind":4194304,"name":"CustomerAddress","url":"modules/customers.html#customeraddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1456,"kind":4194304,"name":"Customer","url":"modules/customers.html#customer-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1457,"kind":4194304,"name":"CustomerAddressResult","url":"modules/customers.html#customeraddressresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1458,"kind":4194304,"name":"CustomerGroupRule","url":"modules/customers.html#customergrouprule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1459,"kind":4194304,"name":"CustomerGroup","url":"modules/customers.html#customergroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1460,"kind":4194304,"name":"CustomerGroupTypeEnum","url":"modules/customers.html#customergrouptypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1461,"kind":4194304,"name":"Sort","url":"modules/customers.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1462,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/customers.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1463,"kind":4194304,"name":"CustomerGroupSearchResult","url":"modules/customers.html#customergroupsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1464,"kind":4194304,"name":"CustomerSearchHit","url":"modules/customers.html#customersearchhit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1465,"kind":4194304,"name":"CustomerSearchResult","url":"modules/customers.html#customersearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1466,"kind":4194304,"name":"ErrorResponse","url":"modules/customers.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1467,"kind":4194304,"name":"PaginatedResultBase","url":"modules/customers.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1468,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/customers.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1469,"kind":4194304,"name":"ResultBase","url":"modules/customers.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1470,"kind":4194304,"name":"SearchRequest","url":"modules/customers.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1471,"kind":16777216,"name":"BoolFilter","url":"modules/customers.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1472,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/customers.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1473,"kind":16777216,"name":"BoolQuery","url":"modules/customers.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1474,"kind":16777216,"name":"Credentials","url":"modules/customers.html#credentials","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1475,"kind":16777216,"name":"Customer","url":"modules/customers.html#customer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1476,"kind":16777216,"name":"CustomerAddress","url":"modules/customers.html#customeraddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1477,"kind":16777216,"name":"CustomerAddressResult","url":"modules/customers.html#customeraddressresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1478,"kind":16777216,"name":"CustomerGroup","url":"modules/customers.html#customergroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1479,"kind":16777216,"name":"CustomerGroupTypeEnum","url":"modules/customers.html#customergrouptypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1480,"kind":16777216,"name":"CustomerGroupRule","url":"modules/customers.html#customergrouprule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1481,"kind":16777216,"name":"CustomerGroupSearchResult","url":"modules/customers.html#customergroupsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1482,"kind":16777216,"name":"CustomerSearchHit","url":"modules/customers.html#customersearchhit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1483,"kind":16777216,"name":"CustomerSearchResult","url":"modules/customers.html#customersearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1484,"kind":16777216,"name":"ErrorResponse","url":"modules/customers.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1485,"kind":16777216,"name":"Filter","url":"modules/customers.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1486,"kind":16777216,"name":"FilteredQuery","url":"modules/customers.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1487,"kind":16777216,"name":"NestedQuery","url":"modules/customers.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1488,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/customers.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1489,"kind":16777216,"name":"PaginatedResultBase","url":"modules/customers.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1490,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/customers.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1491,"kind":16777216,"name":"Query","url":"modules/customers.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1492,"kind":16777216,"name":"QueryFilter","url":"modules/customers.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1493,"kind":16777216,"name":"Range2Filter","url":"modules/customers.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1494,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/customers.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1495,"kind":16777216,"name":"RangeFilter","url":"modules/customers.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1496,"kind":16777216,"name":"RangeFilterFrom","url":"modules/customers.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1497,"kind":16777216,"name":"RangeFilterTo","url":"modules/customers.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1498,"kind":16777216,"name":"ResultBase","url":"modules/customers.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1499,"kind":16777216,"name":"SearchRequest","url":"modules/customers.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1500,"kind":16777216,"name":"Sort","url":"modules/customers.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1501,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/customers.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1502,"kind":16777216,"name":"TermFilter","url":"modules/customers.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1503,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/customers.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1504,"kind":16777216,"name":"TermQuery","url":"modules/customers.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1505,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/customers.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1506,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/customers.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1507,"kind":16777216,"name":"TextQuery","url":"modules/customers.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1508,"kind":128,"name":"Customers","url":"classes/customers.customers-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"customers"},{"id":1509,"kind":512,"name":"constructor","url":"classes/customers.customers-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"customers.Customers"},{"id":1510,"kind":2048,"name":"createAddressForCustomerInCustomerList","url":"classes/customers.customers-3.html#createaddressforcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1511,"kind":2048,"name":"createCustomerInCustomerList","url":"classes/customers.customers-3.html#createcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1512,"kind":2048,"name":"createCustomerList","url":"classes/customers.customers-3.html#createcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1513,"kind":2048,"name":"deleteCustomerFromCustomerList","url":"classes/customers.customers-3.html#deletecustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1514,"kind":2048,"name":"getAddressForCustomerFromCustomerList","url":"classes/customers.customers-3.html#getaddressforcustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1515,"kind":2048,"name":"getAddressesForCustomerFromCustomerList","url":"classes/customers.customers-3.html#getaddressesforcustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1516,"kind":2048,"name":"getCustomerFromCustomerList","url":"classes/customers.customers-3.html#getcustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1517,"kind":2048,"name":"removeAddressForCustomerInCustomerList","url":"classes/customers.customers-3.html#removeaddressforcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1518,"kind":2048,"name":"searchCustomerGroup","url":"classes/customers.customers-3.html#searchcustomergroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1519,"kind":2048,"name":"searchCustomerInCustomerList","url":"classes/customers.customers-3.html#searchcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1520,"kind":2048,"name":"updateAddressForCustomerInCustomerList","url":"classes/customers.customers-3.html#updateaddressforcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1521,"kind":2048,"name":"updateCustomerInCustomerList","url":"classes/customers.customers-3.html#updatecustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1522,"kind":1024,"name":"clientConfig","url":"classes/customers.customers-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"customers.Customers"},{"id":1523,"kind":16777216,"name":"Customers","url":"modules/customers.html#customers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1524,"kind":16777216,"name":"defaultBaseUri","url":"modules/customers.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1525,"kind":16777216,"name":"Customers","url":"modules/customers.html#customers-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1526,"kind":16777216,"name":"BoolFilter","url":"modules/customers.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1527,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/customers.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1528,"kind":16777216,"name":"BoolQuery","url":"modules/customers.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1529,"kind":16777216,"name":"Credentials","url":"modules/customers.html#credentials-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1530,"kind":16777216,"name":"Customer","url":"modules/customers.html#customer-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1531,"kind":16777216,"name":"CustomerAddress","url":"modules/customers.html#customeraddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1532,"kind":16777216,"name":"CustomerAddressResult","url":"modules/customers.html#customeraddressresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1533,"kind":16777216,"name":"CustomerGroup","url":"modules/customers.html#customergroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1534,"kind":16777216,"name":"CustomerGroupTypeEnum","url":"modules/customers.html#customergrouptypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1535,"kind":16777216,"name":"CustomerGroupRule","url":"modules/customers.html#customergrouprule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1536,"kind":16777216,"name":"CustomerGroupSearchResult","url":"modules/customers.html#customergroupsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1537,"kind":16777216,"name":"CustomerSearchHit","url":"modules/customers.html#customersearchhit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1538,"kind":16777216,"name":"CustomerSearchResult","url":"modules/customers.html#customersearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1539,"kind":16777216,"name":"ErrorResponse","url":"modules/customers.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1540,"kind":16777216,"name":"Filter","url":"modules/customers.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1541,"kind":16777216,"name":"FilteredQuery","url":"modules/customers.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1542,"kind":16777216,"name":"NestedQuery","url":"modules/customers.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1543,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/customers.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1544,"kind":16777216,"name":"PaginatedResultBase","url":"modules/customers.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1545,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/customers.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1546,"kind":16777216,"name":"Query","url":"modules/customers.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1547,"kind":16777216,"name":"QueryFilter","url":"modules/customers.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1548,"kind":16777216,"name":"Range2Filter","url":"modules/customers.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1549,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/customers.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1550,"kind":16777216,"name":"RangeFilter","url":"modules/customers.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1551,"kind":16777216,"name":"RangeFilterFrom","url":"modules/customers.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1552,"kind":16777216,"name":"RangeFilterTo","url":"modules/customers.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1553,"kind":16777216,"name":"ResultBase","url":"modules/customers.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1554,"kind":16777216,"name":"SearchRequest","url":"modules/customers.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1555,"kind":16777216,"name":"Sort","url":"modules/customers.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1556,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/customers.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1557,"kind":16777216,"name":"TermFilter","url":"modules/customers.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1558,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/customers.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1559,"kind":16777216,"name":"TermQuery","url":"modules/customers.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1560,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/customers.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1561,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/customers.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1562,"kind":16777216,"name":"TextQuery","url":"modules/customers.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1563,"kind":2,"name":"CustomersTypes","url":"modules/customers.customerstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"customers"},{"id":1564,"kind":4194304,"name":"BoolFilter","url":"modules/customers.customerstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1565,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/customers.customerstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1566,"kind":4194304,"name":"BoolQuery","url":"modules/customers.customerstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1567,"kind":4194304,"name":"Credentials","url":"modules/customers.customerstypes.html#credentials","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1568,"kind":4194304,"name":"Customer","url":"modules/customers.customerstypes.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1569,"kind":4194304,"name":"CustomerAddress","url":"modules/customers.customerstypes.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1570,"kind":4194304,"name":"CustomerAddressResult","url":"modules/customers.customerstypes.html#customeraddressresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1571,"kind":4194304,"name":"CustomerGroup","url":"modules/customers.customerstypes.html#customergroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1572,"kind":4194304,"name":"CustomerGroupTypeEnum","url":"modules/customers.customerstypes.html#customergrouptypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1573,"kind":4194304,"name":"CustomerGroupRule","url":"modules/customers.customerstypes.html#customergrouprule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1574,"kind":4194304,"name":"CustomerGroupSearchResult","url":"modules/customers.customerstypes.html#customergroupsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1575,"kind":4194304,"name":"CustomerSearchHit","url":"modules/customers.customerstypes.html#customersearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1576,"kind":4194304,"name":"CustomerSearchResult","url":"modules/customers.customerstypes.html#customersearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1577,"kind":4194304,"name":"ErrorResponse","url":"modules/customers.customerstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1578,"kind":4194304,"name":"Filter","url":"modules/customers.customerstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1579,"kind":4194304,"name":"FilteredQuery","url":"modules/customers.customerstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1580,"kind":4194304,"name":"NestedQuery","url":"modules/customers.customerstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1581,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/customers.customerstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1582,"kind":4194304,"name":"PaginatedResultBase","url":"modules/customers.customerstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1583,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/customers.customerstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1584,"kind":4194304,"name":"Query","url":"modules/customers.customerstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1585,"kind":4194304,"name":"QueryFilter","url":"modules/customers.customerstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1586,"kind":4194304,"name":"Range2Filter","url":"modules/customers.customerstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1587,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/customers.customerstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1588,"kind":4194304,"name":"RangeFilter","url":"modules/customers.customerstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1589,"kind":4194304,"name":"RangeFilterFrom","url":"modules/customers.customerstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1590,"kind":4194304,"name":"RangeFilterTo","url":"modules/customers.customerstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1591,"kind":4194304,"name":"ResultBase","url":"modules/customers.customerstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1592,"kind":4194304,"name":"SearchRequest","url":"modules/customers.customerstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1593,"kind":4194304,"name":"Sort","url":"modules/customers.customerstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1594,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/customers.customerstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1595,"kind":4194304,"name":"TermFilter","url":"modules/customers.customerstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1596,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/customers.customerstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1597,"kind":4194304,"name":"TermQuery","url":"modules/customers.customerstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1598,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/customers.customerstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1599,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/customers.customerstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1600,"kind":4194304,"name":"TextQuery","url":"modules/customers.customerstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1601,"kind":1,"name":"giftCertificates","url":"modules/giftcertificates.html","classes":"tsd-kind-module"},{"id":1602,"kind":32,"name":"defaultBaseUri","url":"modules/giftcertificates.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"giftCertificates"},{"id":1603,"kind":4194304,"name":"NoValue","url":"modules/giftcertificates.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1604,"kind":4194304,"name":"CurrencyCode","url":"modules/giftcertificates.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1605,"kind":4194304,"name":"Money","url":"modules/giftcertificates.html#money-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1606,"kind":4194304,"name":"AccountTransaction","url":"modules/giftcertificates.html#accounttransaction-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1607,"kind":4194304,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.html#accounttransactiontypecodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1608,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/giftcertificates.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1609,"kind":4194304,"name":"TermQuery","url":"modules/giftcertificates.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1610,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1611,"kind":4194304,"name":"NestedQuery","url":"modules/giftcertificates.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1612,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1613,"kind":4194304,"name":"BoolQuery","url":"modules/giftcertificates.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1614,"kind":4194304,"name":"FilteredQuery","url":"modules/giftcertificates.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1615,"kind":4194304,"name":"TextQuery","url":"modules/giftcertificates.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1616,"kind":4194304,"name":"Query","url":"modules/giftcertificates.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1617,"kind":4194304,"name":"QueryFilter","url":"modules/giftcertificates.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1618,"kind":4194304,"name":"TermFilter","url":"modules/giftcertificates.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1619,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1620,"kind":4194304,"name":"Range2Filter","url":"modules/giftcertificates.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1621,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1622,"kind":4194304,"name":"RangeFilterFrom","url":"modules/giftcertificates.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1623,"kind":4194304,"name":"RangeFilterTo","url":"modules/giftcertificates.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1624,"kind":4194304,"name":"RangeFilter","url":"modules/giftcertificates.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1625,"kind":4194304,"name":"Filter","url":"modules/giftcertificates.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1626,"kind":4194304,"name":"BoolFilter","url":"modules/giftcertificates.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1627,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1628,"kind":4194304,"name":"ErrorResponse","url":"modules/giftcertificates.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1629,"kind":4194304,"name":"GiftCertificate","url":"modules/giftcertificates.html#giftcertificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1630,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.html#giftcertificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1631,"kind":4194304,"name":"Sort","url":"modules/giftcertificates.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1632,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/giftcertificates.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1633,"kind":4194304,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.html#giftcertificatesearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1634,"kind":4194304,"name":"PaginatedResultBase","url":"modules/giftcertificates.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1635,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/giftcertificates.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1636,"kind":4194304,"name":"ResultBase","url":"modules/giftcertificates.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1637,"kind":4194304,"name":"SearchRequest","url":"modules/giftcertificates.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1638,"kind":16777216,"name":"AccountTransaction","url":"modules/giftcertificates.html#accounttransaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1639,"kind":16777216,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.html#accounttransactiontypecodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1640,"kind":16777216,"name":"BoolFilter","url":"modules/giftcertificates.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1641,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1642,"kind":16777216,"name":"BoolQuery","url":"modules/giftcertificates.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1643,"kind":16777216,"name":"CurrencyCode","url":"modules/giftcertificates.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1644,"kind":16777216,"name":"ErrorResponse","url":"modules/giftcertificates.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1645,"kind":16777216,"name":"Filter","url":"modules/giftcertificates.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1646,"kind":16777216,"name":"FilteredQuery","url":"modules/giftcertificates.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1647,"kind":16777216,"name":"GiftCertificate","url":"modules/giftcertificates.html#giftcertificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1648,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.html#giftcertificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1649,"kind":16777216,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.html#giftcertificatesearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1650,"kind":16777216,"name":"Money","url":"modules/giftcertificates.html#money","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1651,"kind":16777216,"name":"NestedQuery","url":"modules/giftcertificates.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1652,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1653,"kind":16777216,"name":"NoValue","url":"modules/giftcertificates.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1654,"kind":16777216,"name":"PaginatedResultBase","url":"modules/giftcertificates.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1655,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/giftcertificates.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1656,"kind":16777216,"name":"Query","url":"modules/giftcertificates.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1657,"kind":16777216,"name":"QueryFilter","url":"modules/giftcertificates.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1658,"kind":16777216,"name":"Range2Filter","url":"modules/giftcertificates.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1659,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1660,"kind":16777216,"name":"RangeFilter","url":"modules/giftcertificates.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1661,"kind":16777216,"name":"RangeFilterFrom","url":"modules/giftcertificates.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1662,"kind":16777216,"name":"RangeFilterTo","url":"modules/giftcertificates.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1663,"kind":16777216,"name":"ResultBase","url":"modules/giftcertificates.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1664,"kind":16777216,"name":"SearchRequest","url":"modules/giftcertificates.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1665,"kind":16777216,"name":"Sort","url":"modules/giftcertificates.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1666,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/giftcertificates.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1667,"kind":16777216,"name":"TermFilter","url":"modules/giftcertificates.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1668,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1669,"kind":16777216,"name":"TermQuery","url":"modules/giftcertificates.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1670,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1671,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/giftcertificates.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1672,"kind":16777216,"name":"TextQuery","url":"modules/giftcertificates.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1673,"kind":128,"name":"GiftCertificates","url":"classes/giftcertificates.giftcertificates-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"giftCertificates"},{"id":1674,"kind":512,"name":"constructor","url":"classes/giftcertificates.giftcertificates-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"giftCertificates.GiftCertificates"},{"id":1675,"kind":2048,"name":"createGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#creategiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1676,"kind":2048,"name":"deleteGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#deletegiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1677,"kind":2048,"name":"getGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#getgiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1678,"kind":2048,"name":"giftCertificatesSearch","url":"classes/giftcertificates.giftcertificates-3.html#giftcertificatessearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1679,"kind":2048,"name":"updateGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#updategiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1680,"kind":1024,"name":"clientConfig","url":"classes/giftcertificates.giftcertificates-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"giftCertificates.GiftCertificates"},{"id":1681,"kind":16777216,"name":"GiftCertificates","url":"modules/giftcertificates.html#giftcertificates-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1682,"kind":16777216,"name":"defaultBaseUri","url":"modules/giftcertificates.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1683,"kind":16777216,"name":"GiftCertificates","url":"modules/giftcertificates.html#giftcertificates-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1684,"kind":16777216,"name":"AccountTransaction","url":"modules/giftcertificates.html#accounttransaction-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1685,"kind":16777216,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.html#accounttransactiontypecodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1686,"kind":16777216,"name":"BoolFilter","url":"modules/giftcertificates.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1687,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1688,"kind":16777216,"name":"BoolQuery","url":"modules/giftcertificates.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1689,"kind":16777216,"name":"CurrencyCode","url":"modules/giftcertificates.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1690,"kind":16777216,"name":"ErrorResponse","url":"modules/giftcertificates.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1691,"kind":16777216,"name":"Filter","url":"modules/giftcertificates.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1692,"kind":16777216,"name":"FilteredQuery","url":"modules/giftcertificates.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1693,"kind":16777216,"name":"GiftCertificate","url":"modules/giftcertificates.html#giftcertificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1694,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.html#giftcertificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1695,"kind":16777216,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.html#giftcertificatesearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1696,"kind":16777216,"name":"Money","url":"modules/giftcertificates.html#money-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1697,"kind":16777216,"name":"NestedQuery","url":"modules/giftcertificates.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1698,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1699,"kind":16777216,"name":"NoValue","url":"modules/giftcertificates.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1700,"kind":16777216,"name":"PaginatedResultBase","url":"modules/giftcertificates.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1701,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/giftcertificates.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1702,"kind":16777216,"name":"Query","url":"modules/giftcertificates.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1703,"kind":16777216,"name":"QueryFilter","url":"modules/giftcertificates.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1704,"kind":16777216,"name":"Range2Filter","url":"modules/giftcertificates.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1705,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1706,"kind":16777216,"name":"RangeFilter","url":"modules/giftcertificates.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1707,"kind":16777216,"name":"RangeFilterFrom","url":"modules/giftcertificates.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1708,"kind":16777216,"name":"RangeFilterTo","url":"modules/giftcertificates.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1709,"kind":16777216,"name":"ResultBase","url":"modules/giftcertificates.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1710,"kind":16777216,"name":"SearchRequest","url":"modules/giftcertificates.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1711,"kind":16777216,"name":"Sort","url":"modules/giftcertificates.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1712,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/giftcertificates.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1713,"kind":16777216,"name":"TermFilter","url":"modules/giftcertificates.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1714,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1715,"kind":16777216,"name":"TermQuery","url":"modules/giftcertificates.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1716,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1717,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/giftcertificates.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1718,"kind":16777216,"name":"TextQuery","url":"modules/giftcertificates.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1719,"kind":2,"name":"GiftCertificatesTypes","url":"modules/giftcertificates.giftcertificatestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"giftCertificates"},{"id":1720,"kind":4194304,"name":"AccountTransaction","url":"modules/giftcertificates.giftcertificatestypes.html#accounttransaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1721,"kind":4194304,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.giftcertificatestypes.html#accounttransactiontypecodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1722,"kind":4194304,"name":"BoolFilter","url":"modules/giftcertificates.giftcertificatestypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1723,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.giftcertificatestypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1724,"kind":4194304,"name":"BoolQuery","url":"modules/giftcertificates.giftcertificatestypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1725,"kind":4194304,"name":"CurrencyCode","url":"modules/giftcertificates.giftcertificatestypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1726,"kind":4194304,"name":"ErrorResponse","url":"modules/giftcertificates.giftcertificatestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1727,"kind":4194304,"name":"Filter","url":"modules/giftcertificates.giftcertificatestypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1728,"kind":4194304,"name":"FilteredQuery","url":"modules/giftcertificates.giftcertificatestypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1729,"kind":4194304,"name":"GiftCertificate","url":"modules/giftcertificates.giftcertificatestypes.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1730,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.giftcertificatestypes.html#giftcertificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1731,"kind":4194304,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.giftcertificatestypes.html#giftcertificatesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1732,"kind":4194304,"name":"Money","url":"modules/giftcertificates.giftcertificatestypes.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1733,"kind":4194304,"name":"NestedQuery","url":"modules/giftcertificates.giftcertificatestypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1734,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.giftcertificatestypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1735,"kind":4194304,"name":"NoValue","url":"modules/giftcertificates.giftcertificatestypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1736,"kind":4194304,"name":"PaginatedResultBase","url":"modules/giftcertificates.giftcertificatestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1737,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/giftcertificates.giftcertificatestypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1738,"kind":4194304,"name":"Query","url":"modules/giftcertificates.giftcertificatestypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1739,"kind":4194304,"name":"QueryFilter","url":"modules/giftcertificates.giftcertificatestypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1740,"kind":4194304,"name":"Range2Filter","url":"modules/giftcertificates.giftcertificatestypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1741,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.giftcertificatestypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1742,"kind":4194304,"name":"RangeFilter","url":"modules/giftcertificates.giftcertificatestypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1743,"kind":4194304,"name":"RangeFilterFrom","url":"modules/giftcertificates.giftcertificatestypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1744,"kind":4194304,"name":"RangeFilterTo","url":"modules/giftcertificates.giftcertificatestypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1745,"kind":4194304,"name":"ResultBase","url":"modules/giftcertificates.giftcertificatestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1746,"kind":4194304,"name":"SearchRequest","url":"modules/giftcertificates.giftcertificatestypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1747,"kind":4194304,"name":"Sort","url":"modules/giftcertificates.giftcertificatestypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1748,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/giftcertificates.giftcertificatestypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1749,"kind":4194304,"name":"TermFilter","url":"modules/giftcertificates.giftcertificatestypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1750,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.giftcertificatestypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1751,"kind":4194304,"name":"TermQuery","url":"modules/giftcertificates.giftcertificatestypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1752,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.giftcertificatestypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1753,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/giftcertificates.giftcertificatestypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1754,"kind":4194304,"name":"TextQuery","url":"modules/giftcertificates.giftcertificatestypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1755,"kind":1,"name":"helpers","url":"modules/helpers.html","classes":"tsd-kind-module"},{"id":1756,"kind":32,"name":"CUSTOM_API_DEFAULT_BASE_URI","url":"modules/helpers.html#custom_api_default_base_uri","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":1757,"kind":64,"name":"contentTypeHeaderExists","url":"modules/helpers.html#contenttypeheaderexists","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":1758,"kind":4194304,"name":"CustomApiParameters","url":"modules/helpers.html#customapiparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1759,"kind":65536,"name":"__type","url":"modules/helpers.html#customapiparameters.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomApiParameters"},{"id":1760,"kind":32,"name":"organizationId","url":"modules/helpers.html#customapiparameters.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1761,"kind":32,"name":"shortCode","url":"modules/helpers.html#customapiparameters.__type.shortcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1762,"kind":32,"name":"endpointName","url":"modules/helpers.html#customapiparameters.__type.endpointname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1763,"kind":32,"name":"apiName","url":"modules/helpers.html#customapiparameters.__type.apiname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1764,"kind":32,"name":"apiVersion","url":"modules/helpers.html#customapiparameters.__type.apiversion","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1765,"kind":64,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1766,"kind":64,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#encodescapispecialcharacters","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1767,"kind":256,"name":"ISlasClient","url":"interfaces/helpers.islasclient.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":1768,"kind":2048,"name":"authenticateCustomer","url":"interfaces/helpers.islasclient.html#authenticatecustomer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1769,"kind":2048,"name":"authorizeCustomer","url":"interfaces/helpers.islasclient.html#authorizecustomer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1770,"kind":2048,"name":"getAccessToken","url":"interfaces/helpers.islasclient.html#getaccesstoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1771,"kind":2048,"name":"logoutCustomer","url":"interfaces/helpers.islasclient.html#logoutcustomer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1772,"kind":1024,"name":"clientConfig","url":"interfaces/helpers.islasclient.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1773,"kind":4194304,"name":"LoginRequest","url":"modules/helpers.html#loginrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1774,"kind":4194304,"name":"TokenRequest","url":"modules/helpers.html#tokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1775,"kind":4194304,"name":"TokenResponse","url":"modules/helpers.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1776,"kind":4194304,"name":"CustomQueryParameters","url":"modules/helpers.html#customqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1777,"kind":65536,"name":"__type","url":"modules/helpers.html#customqueryparameters.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomQueryParameters"},{"id":1778,"kind":4194304,"name":"CustomRequestBody","url":"modules/helpers.html#customrequestbody","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1779,"kind":65536,"name":"__type","url":"modules/helpers.html#customrequestbody.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomRequestBody"},{"id":1780,"kind":64,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1781,"kind":64,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1782,"kind":64,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1783,"kind":64,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1784,"kind":64,"name":"authorize","url":"modules/helpers.html#authorize","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1785,"kind":64,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1786,"kind":64,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1787,"kind":64,"name":"loginRegisteredUserB2Cprivate","url":"modules/helpers.html#loginregistereduserb2cprivate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1788,"kind":64,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1789,"kind":64,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1790,"kind":64,"name":"refreshAccessTokenPrivate","url":"modules/helpers.html#refreshaccesstokenprivate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1791,"kind":64,"name":"logout","url":"modules/helpers.html#logout","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1792,"kind":2097152,"name":"helpers","url":"modules/helpers.html#helpers-1","classes":"tsd-kind-object-literal tsd-parent-kind-module","parent":"helpers"},{"id":1793,"kind":32,"name":"callCustomEndpoint","url":"modules/helpers.html#helpers-1.callcustomendpoint-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"helpers.helpers"},{"id":1794,"kind":32,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#helpers-1.encodescapispecialcharacters-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"helpers.helpers"},{"id":1795,"kind":1,"name":"orders","url":"modules/orders.html","classes":"tsd-kind-module"},{"id":1796,"kind":32,"name":"defaultBaseUri","url":"modules/orders.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"orders"},{"id":1797,"kind":4194304,"name":"ABTestSegment","url":"modules/orders.html#abtestsegment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1798,"kind":4194304,"name":"Address","url":"modules/orders.html#address-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1799,"kind":4194304,"name":"ProductReference","url":"modules/orders.html#productreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1800,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/orders.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1801,"kind":4194304,"name":"CouponItem","url":"modules/orders.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1802,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/orders.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1803,"kind":4194304,"name":"CreateOrderPriceAdjustment","url":"modules/orders.html#createorderpriceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1804,"kind":4194304,"name":"CreateOrderOptionItem","url":"modules/orders.html#createorderoptionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1805,"kind":4194304,"name":"Status","url":"modules/orders.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1806,"kind":4194304,"name":"CreateOrderPaymentTransaction","url":"modules/orders.html#createorderpaymenttransaction-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1807,"kind":4194304,"name":"CreateOrderPaymentInstrument","url":"modules/orders.html#createorderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1808,"kind":4194304,"name":"CreateOrderProductItems","url":"modules/orders.html#createorderproductitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1809,"kind":4194304,"name":"NoValue","url":"modules/orders.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1810,"kind":4194304,"name":"CurrencyCode","url":"modules/orders.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1811,"kind":4194304,"name":"CreateOrderShipment","url":"modules/orders.html#createordershipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1812,"kind":4194304,"name":"CreateOrderRequest","url":"modules/orders.html#createorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1813,"kind":4194304,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.html#createorderrequestbusinesstypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1814,"kind":4194304,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.html#createorderrequestchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1815,"kind":4194304,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.html#createorderrequestpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1816,"kind":4194304,"name":"CustomerInfo","url":"modules/orders.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1817,"kind":4194304,"name":"Discount","url":"modules/orders.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1818,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/orders.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1819,"kind":4194304,"name":"ErrorResponse","url":"modules/orders.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1820,"kind":4194304,"name":"GiftCertificateItem","url":"modules/orders.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1821,"kind":4194304,"name":"PriceAdjustment","url":"modules/orders.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1822,"kind":4194304,"name":"OptionItem","url":"modules/orders.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1823,"kind":4194304,"name":"ShippingItem","url":"modules/orders.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1824,"kind":4194304,"name":"ShippingItemTypeEnum","url":"modules/orders.html#shippingitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1825,"kind":4194304,"name":"PaymentTransaction","url":"modules/orders.html#paymenttransaction-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1826,"kind":4194304,"name":"PaymentCard","url":"modules/orders.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1827,"kind":4194304,"name":"PaymentInstrument","url":"modules/orders.html#paymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1828,"kind":4194304,"name":"OrderExportStatus","url":"modules/orders.html#orderexportstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1829,"kind":4194304,"name":"ShippingMethodReference","url":"modules/orders.html#shippingmethodreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1830,"kind":4194304,"name":"Shipment","url":"modules/orders.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1831,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/orders.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1832,"kind":4194304,"name":"OrderConfirmationStatus","url":"modules/orders.html#orderconfirmationstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1833,"kind":4194304,"name":"OrderShippingStatus","url":"modules/orders.html#ordershippingstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1834,"kind":4194304,"name":"OrderStatus","url":"modules/orders.html#orderstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1835,"kind":4194304,"name":"OrderPaymentStatus","url":"modules/orders.html#orderpaymentstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1836,"kind":4194304,"name":"ProductListReference","url":"modules/orders.html#productlistreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1837,"kind":4194304,"name":"ProductListReferenceTypeEnum","url":"modules/orders.html#productlistreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1838,"kind":4194304,"name":"ProductListItemReference","url":"modules/orders.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1839,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1840,"kind":4194304,"name":"ProductItem","url":"modules/orders.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1841,"kind":4194304,"name":"Order","url":"modules/orders.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1842,"kind":4194304,"name":"OrderBusinessTypeEnum","url":"modules/orders.html#orderbusinesstypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1843,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/orders.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1844,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/orders.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1845,"kind":4194304,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.html#orderconfirmationstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1846,"kind":4194304,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.html#orderexportstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1847,"kind":4194304,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.html#orderexternalstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1848,"kind":4194304,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.html#orderpaymentstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1849,"kind":4194304,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.html#ordershippingstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1850,"kind":4194304,"name":"OrderStatusUpdateRequest","url":"modules/orders.html#orderstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1851,"kind":4194304,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.html#orderstatusupdaterequeststatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1852,"kind":4194304,"name":"OrdersResponse","url":"modules/orders.html#ordersresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1853,"kind":4194304,"name":"ShippingAddressUpdateRequest","url":"modules/orders.html#shippingaddressupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1854,"kind":16777216,"name":"ABTestSegment","url":"modules/orders.html#abtestsegment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1855,"kind":16777216,"name":"Address","url":"modules/orders.html#address","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1856,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/orders.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1857,"kind":16777216,"name":"CouponItem","url":"modules/orders.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1858,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/orders.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1859,"kind":16777216,"name":"CreateOrderOptionItem","url":"modules/orders.html#createorderoptionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1860,"kind":16777216,"name":"CreateOrderPaymentInstrument","url":"modules/orders.html#createorderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1861,"kind":16777216,"name":"CreateOrderPaymentTransaction","url":"modules/orders.html#createorderpaymenttransaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1862,"kind":16777216,"name":"CreateOrderPriceAdjustment","url":"modules/orders.html#createorderpriceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1863,"kind":16777216,"name":"CreateOrderProductItems","url":"modules/orders.html#createorderproductitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1864,"kind":16777216,"name":"CreateOrderRequest","url":"modules/orders.html#createorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1865,"kind":16777216,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.html#createorderrequestbusinesstypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1866,"kind":16777216,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.html#createorderrequestchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1867,"kind":16777216,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.html#createorderrequestpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1868,"kind":16777216,"name":"CreateOrderShipment","url":"modules/orders.html#createordershipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1869,"kind":16777216,"name":"CurrencyCode","url":"modules/orders.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1870,"kind":16777216,"name":"CustomerInfo","url":"modules/orders.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1871,"kind":16777216,"name":"Discount","url":"modules/orders.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1872,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/orders.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1873,"kind":16777216,"name":"ErrorResponse","url":"modules/orders.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1874,"kind":16777216,"name":"GiftCertificateItem","url":"modules/orders.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1875,"kind":16777216,"name":"NoValue","url":"modules/orders.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1876,"kind":16777216,"name":"OptionItem","url":"modules/orders.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1877,"kind":16777216,"name":"Order","url":"modules/orders.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1878,"kind":16777216,"name":"OrderBusinessTypeEnum","url":"modules/orders.html#orderbusinesstypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1879,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/orders.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1880,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/orders.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1881,"kind":16777216,"name":"OrderConfirmationStatus","url":"modules/orders.html#orderconfirmationstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1882,"kind":16777216,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.html#orderconfirmationstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1883,"kind":16777216,"name":"OrderExportStatus","url":"modules/orders.html#orderexportstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1884,"kind":16777216,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.html#orderexportstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1885,"kind":16777216,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.html#orderexternalstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1886,"kind":16777216,"name":"OrderPaymentStatus","url":"modules/orders.html#orderpaymentstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1887,"kind":16777216,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.html#orderpaymentstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1888,"kind":16777216,"name":"OrderShippingStatus","url":"modules/orders.html#ordershippingstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1889,"kind":16777216,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.html#ordershippingstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1890,"kind":16777216,"name":"OrderStatus","url":"modules/orders.html#orderstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1891,"kind":16777216,"name":"OrderStatusUpdateRequest","url":"modules/orders.html#orderstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1892,"kind":16777216,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.html#orderstatusupdaterequeststatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1893,"kind":16777216,"name":"OrdersResponse","url":"modules/orders.html#ordersresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1894,"kind":16777216,"name":"PaymentCard","url":"modules/orders.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1895,"kind":16777216,"name":"PaymentInstrument","url":"modules/orders.html#paymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1896,"kind":16777216,"name":"PaymentTransaction","url":"modules/orders.html#paymenttransaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1897,"kind":16777216,"name":"PriceAdjustment","url":"modules/orders.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1898,"kind":16777216,"name":"ProductItem","url":"modules/orders.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1899,"kind":16777216,"name":"ProductListItemReference","url":"modules/orders.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1900,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1901,"kind":16777216,"name":"ProductListReference","url":"modules/orders.html#productlistreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1902,"kind":16777216,"name":"ProductListReferenceTypeEnum","url":"modules/orders.html#productlistreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1903,"kind":16777216,"name":"ProductReference","url":"modules/orders.html#productreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1904,"kind":16777216,"name":"Shipment","url":"modules/orders.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1905,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/orders.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1906,"kind":16777216,"name":"ShippingAddressUpdateRequest","url":"modules/orders.html#shippingaddressupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1907,"kind":16777216,"name":"ShippingItem","url":"modules/orders.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1908,"kind":16777216,"name":"ShippingItemTypeEnum","url":"modules/orders.html#shippingitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1909,"kind":16777216,"name":"ShippingMethodReference","url":"modules/orders.html#shippingmethodreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1910,"kind":16777216,"name":"Status","url":"modules/orders.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1911,"kind":128,"name":"Orders","url":"classes/orders.orders-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"orders"},{"id":1912,"kind":512,"name":"constructor","url":"classes/orders.orders-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"orders.Orders"},{"id":1913,"kind":2048,"name":"createOrders","url":"classes/orders.orders-3.html#createorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1914,"kind":2048,"name":"getOrder","url":"classes/orders.orders-3.html#getorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1915,"kind":2048,"name":"getOrders","url":"classes/orders.orders-3.html#getorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1916,"kind":2048,"name":"updateOrder","url":"classes/orders.orders-3.html#updateorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1917,"kind":2048,"name":"updateOrderConfirmationStatus","url":"classes/orders.orders-3.html#updateorderconfirmationstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1918,"kind":2048,"name":"updateOrderExportStatus","url":"classes/orders.orders-3.html#updateorderexportstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1919,"kind":2048,"name":"updateOrderExternalStatus","url":"classes/orders.orders-3.html#updateorderexternalstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1920,"kind":2048,"name":"updateOrderPaymentInstrument","url":"classes/orders.orders-3.html#updateorderpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1921,"kind":2048,"name":"updateOrderPaymentStatus","url":"classes/orders.orders-3.html#updateorderpaymentstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1922,"kind":2048,"name":"updateOrderPaymentTransaction","url":"classes/orders.orders-3.html#updateorderpaymenttransaction","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1923,"kind":2048,"name":"updateOrderShippingAddress","url":"classes/orders.orders-3.html#updateordershippingaddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1924,"kind":2048,"name":"updateOrderShippingStatus","url":"classes/orders.orders-3.html#updateordershippingstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1925,"kind":2048,"name":"updateOrderStatus","url":"classes/orders.orders-3.html#updateorderstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1926,"kind":1024,"name":"clientConfig","url":"classes/orders.orders-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"orders.Orders"},{"id":1927,"kind":4194304,"name":"GetOrdersSortByEnum","url":"modules/orders.html#getorderssortbyenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1928,"kind":4194304,"name":"GetOrdersSortOrderEnum","url":"modules/orders.html#getorderssortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1929,"kind":4194304,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.html#getordersconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1930,"kind":16777216,"name":"GetOrdersSortByEnum","url":"modules/orders.html#getorderssortbyenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1931,"kind":16777216,"name":"GetOrdersSortOrderEnum","url":"modules/orders.html#getorderssortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1932,"kind":16777216,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.html#getordersconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1933,"kind":16777216,"name":"Orders","url":"modules/orders.html#orders-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1934,"kind":16777216,"name":"defaultBaseUri","url":"modules/orders.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1935,"kind":16777216,"name":"GetOrdersSortByEnum","url":"modules/orders.html#getorderssortbyenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1936,"kind":16777216,"name":"GetOrdersSortOrderEnum","url":"modules/orders.html#getorderssortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1937,"kind":16777216,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.html#getordersconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1938,"kind":16777216,"name":"Orders","url":"modules/orders.html#orders-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1939,"kind":16777216,"name":"ABTestSegment","url":"modules/orders.html#abtestsegment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1940,"kind":16777216,"name":"Address","url":"modules/orders.html#address-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1941,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/orders.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1942,"kind":16777216,"name":"CouponItem","url":"modules/orders.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1943,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/orders.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1944,"kind":16777216,"name":"CreateOrderOptionItem","url":"modules/orders.html#createorderoptionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1945,"kind":16777216,"name":"CreateOrderPaymentInstrument","url":"modules/orders.html#createorderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1946,"kind":16777216,"name":"CreateOrderPaymentTransaction","url":"modules/orders.html#createorderpaymenttransaction-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1947,"kind":16777216,"name":"CreateOrderPriceAdjustment","url":"modules/orders.html#createorderpriceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1948,"kind":16777216,"name":"CreateOrderProductItems","url":"modules/orders.html#createorderproductitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1949,"kind":16777216,"name":"CreateOrderRequest","url":"modules/orders.html#createorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1950,"kind":16777216,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.html#createorderrequestbusinesstypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1951,"kind":16777216,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.html#createorderrequestchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1952,"kind":16777216,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.html#createorderrequestpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1953,"kind":16777216,"name":"CreateOrderShipment","url":"modules/orders.html#createordershipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1954,"kind":16777216,"name":"CurrencyCode","url":"modules/orders.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1955,"kind":16777216,"name":"CustomerInfo","url":"modules/orders.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1956,"kind":16777216,"name":"Discount","url":"modules/orders.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1957,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/orders.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1958,"kind":16777216,"name":"ErrorResponse","url":"modules/orders.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1959,"kind":16777216,"name":"GiftCertificateItem","url":"modules/orders.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1960,"kind":16777216,"name":"NoValue","url":"modules/orders.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1961,"kind":16777216,"name":"OptionItem","url":"modules/orders.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1962,"kind":16777216,"name":"Order","url":"modules/orders.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1963,"kind":16777216,"name":"OrderBusinessTypeEnum","url":"modules/orders.html#orderbusinesstypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1964,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/orders.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1965,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/orders.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1966,"kind":16777216,"name":"OrderConfirmationStatus","url":"modules/orders.html#orderconfirmationstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1967,"kind":16777216,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.html#orderconfirmationstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1968,"kind":16777216,"name":"OrderExportStatus","url":"modules/orders.html#orderexportstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1969,"kind":16777216,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.html#orderexportstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1970,"kind":16777216,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.html#orderexternalstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1971,"kind":16777216,"name":"OrderPaymentStatus","url":"modules/orders.html#orderpaymentstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1972,"kind":16777216,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.html#orderpaymentstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1973,"kind":16777216,"name":"OrderShippingStatus","url":"modules/orders.html#ordershippingstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1974,"kind":16777216,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.html#ordershippingstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1975,"kind":16777216,"name":"OrderStatus","url":"modules/orders.html#orderstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1976,"kind":16777216,"name":"OrderStatusUpdateRequest","url":"modules/orders.html#orderstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1977,"kind":16777216,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.html#orderstatusupdaterequeststatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1978,"kind":16777216,"name":"OrdersResponse","url":"modules/orders.html#ordersresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1979,"kind":16777216,"name":"PaymentCard","url":"modules/orders.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1980,"kind":16777216,"name":"PaymentInstrument","url":"modules/orders.html#paymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1981,"kind":16777216,"name":"PaymentTransaction","url":"modules/orders.html#paymenttransaction-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1982,"kind":16777216,"name":"PriceAdjustment","url":"modules/orders.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1983,"kind":16777216,"name":"ProductItem","url":"modules/orders.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1984,"kind":16777216,"name":"ProductListItemReference","url":"modules/orders.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1985,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1986,"kind":16777216,"name":"ProductListReference","url":"modules/orders.html#productlistreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1987,"kind":16777216,"name":"ProductListReferenceTypeEnum","url":"modules/orders.html#productlistreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1988,"kind":16777216,"name":"ProductReference","url":"modules/orders.html#productreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1989,"kind":16777216,"name":"Shipment","url":"modules/orders.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1990,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/orders.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1991,"kind":16777216,"name":"ShippingAddressUpdateRequest","url":"modules/orders.html#shippingaddressupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1992,"kind":16777216,"name":"ShippingItem","url":"modules/orders.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1993,"kind":16777216,"name":"ShippingItemTypeEnum","url":"modules/orders.html#shippingitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1994,"kind":16777216,"name":"ShippingMethodReference","url":"modules/orders.html#shippingmethodreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1995,"kind":16777216,"name":"Status","url":"modules/orders.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1996,"kind":2,"name":"OrdersTypes","url":"modules/orders.orderstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"orders"},{"id":1997,"kind":4194304,"name":"GetOrdersSortByEnum","url":"modules/orders.orderstypes.html#getorderssortbyenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":1998,"kind":4194304,"name":"GetOrdersSortOrderEnum","url":"modules/orders.orderstypes.html#getorderssortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":1999,"kind":4194304,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.orderstypes.html#getordersconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2000,"kind":4194304,"name":"ABTestSegment","url":"modules/orders.orderstypes.html#abtestsegment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2001,"kind":4194304,"name":"Address","url":"modules/orders.orderstypes.html#address","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2002,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/orders.orderstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2003,"kind":4194304,"name":"CouponItem","url":"modules/orders.orderstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2004,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/orders.orderstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2005,"kind":4194304,"name":"CreateOrderOptionItem","url":"modules/orders.orderstypes.html#createorderoptionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2006,"kind":4194304,"name":"CreateOrderPaymentInstrument","url":"modules/orders.orderstypes.html#createorderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2007,"kind":4194304,"name":"CreateOrderPaymentTransaction","url":"modules/orders.orderstypes.html#createorderpaymenttransaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2008,"kind":4194304,"name":"CreateOrderPriceAdjustment","url":"modules/orders.orderstypes.html#createorderpriceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2009,"kind":4194304,"name":"CreateOrderProductItems","url":"modules/orders.orderstypes.html#createorderproductitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2010,"kind":4194304,"name":"CreateOrderRequest","url":"modules/orders.orderstypes.html#createorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2011,"kind":4194304,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.orderstypes.html#createorderrequestbusinesstypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2012,"kind":4194304,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.orderstypes.html#createorderrequestchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2013,"kind":4194304,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.orderstypes.html#createorderrequestpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2014,"kind":4194304,"name":"CreateOrderShipment","url":"modules/orders.orderstypes.html#createordershipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2015,"kind":4194304,"name":"CurrencyCode","url":"modules/orders.orderstypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2016,"kind":4194304,"name":"CustomerInfo","url":"modules/orders.orderstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2017,"kind":4194304,"name":"Discount","url":"modules/orders.orderstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2018,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/orders.orderstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2019,"kind":4194304,"name":"ErrorResponse","url":"modules/orders.orderstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2020,"kind":4194304,"name":"GiftCertificateItem","url":"modules/orders.orderstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2021,"kind":4194304,"name":"NoValue","url":"modules/orders.orderstypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2022,"kind":4194304,"name":"OptionItem","url":"modules/orders.orderstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2023,"kind":4194304,"name":"Order","url":"modules/orders.orderstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2024,"kind":4194304,"name":"OrderBusinessTypeEnum","url":"modules/orders.orderstypes.html#orderbusinesstypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2025,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/orders.orderstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2026,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/orders.orderstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2027,"kind":4194304,"name":"OrderConfirmationStatus","url":"modules/orders.orderstypes.html#orderconfirmationstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2028,"kind":4194304,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderconfirmationstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2029,"kind":4194304,"name":"OrderExportStatus","url":"modules/orders.orderstypes.html#orderexportstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2030,"kind":4194304,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderexportstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2031,"kind":4194304,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderexternalstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2032,"kind":4194304,"name":"OrderPaymentStatus","url":"modules/orders.orderstypes.html#orderpaymentstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2033,"kind":4194304,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderpaymentstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2034,"kind":4194304,"name":"OrderShippingStatus","url":"modules/orders.orderstypes.html#ordershippingstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2035,"kind":4194304,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.orderstypes.html#ordershippingstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2036,"kind":4194304,"name":"OrderStatus","url":"modules/orders.orderstypes.html#orderstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2037,"kind":4194304,"name":"OrderStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2038,"kind":4194304,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.orderstypes.html#orderstatusupdaterequeststatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2039,"kind":4194304,"name":"OrdersResponse","url":"modules/orders.orderstypes.html#ordersresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2040,"kind":4194304,"name":"PaymentCard","url":"modules/orders.orderstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2041,"kind":4194304,"name":"PaymentInstrument","url":"modules/orders.orderstypes.html#paymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2042,"kind":4194304,"name":"PaymentTransaction","url":"modules/orders.orderstypes.html#paymenttransaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2043,"kind":4194304,"name":"PriceAdjustment","url":"modules/orders.orderstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2044,"kind":4194304,"name":"ProductItem","url":"modules/orders.orderstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2045,"kind":4194304,"name":"ProductListItemReference","url":"modules/orders.orderstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2046,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.orderstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2047,"kind":4194304,"name":"ProductListReference","url":"modules/orders.orderstypes.html#productlistreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2048,"kind":4194304,"name":"ProductListReferenceTypeEnum","url":"modules/orders.orderstypes.html#productlistreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2049,"kind":4194304,"name":"ProductReference","url":"modules/orders.orderstypes.html#productreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2050,"kind":4194304,"name":"Shipment","url":"modules/orders.orderstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2051,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/orders.orderstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2052,"kind":4194304,"name":"ShippingAddressUpdateRequest","url":"modules/orders.orderstypes.html#shippingaddressupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2053,"kind":4194304,"name":"ShippingItem","url":"modules/orders.orderstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2054,"kind":4194304,"name":"ShippingItemTypeEnum","url":"modules/orders.orderstypes.html#shippingitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2055,"kind":4194304,"name":"ShippingMethodReference","url":"modules/orders.orderstypes.html#shippingmethodreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2056,"kind":4194304,"name":"Status","url":"modules/orders.orderstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2057,"kind":1,"name":"preferences","url":"modules/preferences.html","classes":"tsd-kind-module"},{"id":2058,"kind":32,"name":"defaultBaseUri","url":"modules/preferences.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"preferences"},{"id":2059,"kind":4194304,"name":"CustomPreference","url":"modules/preferences.html#custompreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2060,"kind":4194304,"name":"CustomPreferenceList","url":"modules/preferences.html#custompreferencelist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2061,"kind":4194304,"name":"ErrorResponse","url":"modules/preferences.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2062,"kind":4194304,"name":"PaginatedResultBase","url":"modules/preferences.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2063,"kind":4194304,"name":"ResultBase","url":"modules/preferences.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2064,"kind":16777216,"name":"CustomPreference","url":"modules/preferences.html#custompreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2065,"kind":16777216,"name":"CustomPreferenceList","url":"modules/preferences.html#custompreferencelist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2066,"kind":16777216,"name":"ErrorResponse","url":"modules/preferences.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2067,"kind":16777216,"name":"PaginatedResultBase","url":"modules/preferences.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2068,"kind":16777216,"name":"ResultBase","url":"modules/preferences.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2069,"kind":128,"name":"Preferences","url":"classes/preferences.preferences-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"preferences"},{"id":2070,"kind":512,"name":"constructor","url":"classes/preferences.preferences-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"preferences.Preferences"},{"id":2071,"kind":2048,"name":"getGlobalCustomPreferenceList","url":"classes/preferences.preferences-3.html#getglobalcustompreferencelist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"preferences.Preferences"},{"id":2072,"kind":2048,"name":"getSiteCustomPreferenceList","url":"classes/preferences.preferences-3.html#getsitecustompreferencelist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"preferences.Preferences"},{"id":2073,"kind":1024,"name":"clientConfig","url":"classes/preferences.preferences-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"preferences.Preferences"},{"id":2074,"kind":16777216,"name":"Preferences","url":"modules/preferences.html#preferences-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2075,"kind":16777216,"name":"defaultBaseUri","url":"modules/preferences.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2076,"kind":16777216,"name":"Preferences","url":"modules/preferences.html#preferences-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2077,"kind":16777216,"name":"CustomPreference","url":"modules/preferences.html#custompreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2078,"kind":16777216,"name":"CustomPreferenceList","url":"modules/preferences.html#custompreferencelist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2079,"kind":16777216,"name":"ErrorResponse","url":"modules/preferences.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2080,"kind":16777216,"name":"PaginatedResultBase","url":"modules/preferences.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2081,"kind":16777216,"name":"ResultBase","url":"modules/preferences.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2082,"kind":2,"name":"PreferencesTypes","url":"modules/preferences.preferencestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"preferences"},{"id":2083,"kind":4194304,"name":"CustomPreference","url":"modules/preferences.preferencestypes.html#custompreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2084,"kind":4194304,"name":"CustomPreferenceList","url":"modules/preferences.preferencestypes.html#custompreferencelist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2085,"kind":4194304,"name":"ErrorResponse","url":"modules/preferences.preferencestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2086,"kind":4194304,"name":"PaginatedResultBase","url":"modules/preferences.preferencestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2087,"kind":4194304,"name":"ResultBase","url":"modules/preferences.preferencestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2088,"kind":1,"name":"products","url":"modules/products.html","classes":"tsd-kind-module"},{"id":2089,"kind":32,"name":"defaultBaseUri","url":"modules/products.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"products"},{"id":2090,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/products.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2091,"kind":4194304,"name":"TermQuery","url":"modules/products.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2092,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/products.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2093,"kind":4194304,"name":"NestedQuery","url":"modules/products.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2094,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/products.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2095,"kind":4194304,"name":"BoolQuery","url":"modules/products.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2096,"kind":4194304,"name":"FilteredQuery","url":"modules/products.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2097,"kind":4194304,"name":"TextQuery","url":"modules/products.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2098,"kind":4194304,"name":"Query","url":"modules/products.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2099,"kind":4194304,"name":"QueryFilter","url":"modules/products.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2100,"kind":4194304,"name":"TermFilter","url":"modules/products.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2101,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/products.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2102,"kind":4194304,"name":"Range2Filter","url":"modules/products.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2103,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/products.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2104,"kind":4194304,"name":"RangeFilterFrom","url":"modules/products.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2105,"kind":4194304,"name":"RangeFilterTo","url":"modules/products.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2106,"kind":4194304,"name":"RangeFilter","url":"modules/products.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2107,"kind":4194304,"name":"Filter","url":"modules/products.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2108,"kind":4194304,"name":"BoolFilter","url":"modules/products.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2109,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/products.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2110,"kind":4194304,"name":"CatalogCategoryId","url":"modules/products.html#catalogcategoryid-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2111,"kind":4194304,"name":"CategorizationAttributeDefinition","url":"modules/products.html#categorizationattributedefinition-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2112,"kind":4194304,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.html#categorizationattributedefinitionattributetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2113,"kind":4194304,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.html#categorizationattributedefinitionvaluetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2114,"kind":4194304,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.html#categorizationattributedefinitionallowedoperatorsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2115,"kind":4194304,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.html#categorizationattributedefinitionsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2116,"kind":4194304,"name":"NoValue","url":"modules/products.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2117,"kind":4194304,"name":"CurrencyCode","url":"modules/products.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2118,"kind":4194304,"name":"DefaultFallback","url":"modules/products.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2119,"kind":4194304,"name":"ErrorResponse","url":"modules/products.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2120,"kind":4194304,"name":"MediaFile","url":"modules/products.html#mediafile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2121,"kind":4194304,"name":"VariationAttributeValue","url":"modules/products.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2122,"kind":4194304,"name":"VariationAttribute","url":"modules/products.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2123,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.html#variationattributevariationattributetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2124,"kind":4194304,"name":"ImageGroup","url":"modules/products.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2125,"kind":4194304,"name":"LocaleCode","url":"modules/products.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2126,"kind":4194304,"name":"MarkupText","url":"modules/products.html#markuptext-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2127,"kind":4194304,"name":"Master","url":"modules/products.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2128,"kind":4194304,"name":"Money","url":"modules/products.html#money-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2129,"kind":4194304,"name":"PaginatedResultBase","url":"modules/products.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2130,"kind":4194304,"name":"Sort","url":"modules/products.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2131,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/products.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2132,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/products.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2133,"kind":4194304,"name":"ProductOptionValue","url":"modules/products.html#productoptionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2134,"kind":4194304,"name":"ProductOption","url":"modules/products.html#productoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2135,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/products.html#productoptionsortingmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2136,"kind":4194304,"name":"Variant","url":"modules/products.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2137,"kind":4194304,"name":"VariationGroup","url":"modules/products.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2138,"kind":4194304,"name":"ProductType","url":"modules/products.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2139,"kind":4194304,"name":"Product","url":"modules/products.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2140,"kind":4194304,"name":"ProductOptions","url":"modules/products.html#productoptions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2141,"kind":4194304,"name":"ProductSearchRequest","url":"modules/products.html#productsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2142,"kind":4194304,"name":"ProductSearchResult","url":"modules/products.html#productsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2143,"kind":4194304,"name":"ResultBase","url":"modules/products.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2144,"kind":4194304,"name":"SearchRequest","url":"modules/products.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2145,"kind":4194304,"name":"VariantSearchRequest","url":"modules/products.html#variantsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2146,"kind":4194304,"name":"VariantSearchResult","url":"modules/products.html#variantsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2147,"kind":4194304,"name":"Variants","url":"modules/products.html#variants-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2148,"kind":4194304,"name":"VariationAttributes","url":"modules/products.html#variationattributes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2149,"kind":4194304,"name":"VariationGroups","url":"modules/products.html#variationgroups-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2150,"kind":16777216,"name":"BoolFilter","url":"modules/products.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2151,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/products.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2152,"kind":16777216,"name":"BoolQuery","url":"modules/products.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2153,"kind":16777216,"name":"CatalogCategoryId","url":"modules/products.html#catalogcategoryid","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2154,"kind":16777216,"name":"CategorizationAttributeDefinition","url":"modules/products.html#categorizationattributedefinition","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2155,"kind":16777216,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.html#categorizationattributedefinitionattributetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2156,"kind":16777216,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.html#categorizationattributedefinitionvaluetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2157,"kind":16777216,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.html#categorizationattributedefinitionallowedoperatorsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2158,"kind":16777216,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.html#categorizationattributedefinitionsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2159,"kind":16777216,"name":"CurrencyCode","url":"modules/products.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2160,"kind":16777216,"name":"DefaultFallback","url":"modules/products.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2161,"kind":16777216,"name":"ErrorResponse","url":"modules/products.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2162,"kind":16777216,"name":"Filter","url":"modules/products.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2163,"kind":16777216,"name":"FilteredQuery","url":"modules/products.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2164,"kind":16777216,"name":"ImageGroup","url":"modules/products.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2165,"kind":16777216,"name":"LocaleCode","url":"modules/products.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2166,"kind":16777216,"name":"MarkupText","url":"modules/products.html#markuptext","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2167,"kind":16777216,"name":"Master","url":"modules/products.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2168,"kind":16777216,"name":"MediaFile","url":"modules/products.html#mediafile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2169,"kind":16777216,"name":"Money","url":"modules/products.html#money","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2170,"kind":16777216,"name":"NestedQuery","url":"modules/products.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2171,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/products.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2172,"kind":16777216,"name":"NoValue","url":"modules/products.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2173,"kind":16777216,"name":"PaginatedResultBase","url":"modules/products.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2174,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/products.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2175,"kind":16777216,"name":"Product","url":"modules/products.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2176,"kind":16777216,"name":"ProductOption","url":"modules/products.html#productoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2177,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/products.html#productoptionsortingmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2178,"kind":16777216,"name":"ProductOptionValue","url":"modules/products.html#productoptionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2179,"kind":16777216,"name":"ProductOptions","url":"modules/products.html#productoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2180,"kind":16777216,"name":"ProductSearchRequest","url":"modules/products.html#productsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2181,"kind":16777216,"name":"ProductSearchResult","url":"modules/products.html#productsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2182,"kind":16777216,"name":"ProductType","url":"modules/products.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2183,"kind":16777216,"name":"Query","url":"modules/products.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2184,"kind":16777216,"name":"QueryFilter","url":"modules/products.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2185,"kind":16777216,"name":"Range2Filter","url":"modules/products.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2186,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/products.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2187,"kind":16777216,"name":"RangeFilter","url":"modules/products.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2188,"kind":16777216,"name":"RangeFilterFrom","url":"modules/products.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2189,"kind":16777216,"name":"RangeFilterTo","url":"modules/products.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2190,"kind":16777216,"name":"ResultBase","url":"modules/products.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2191,"kind":16777216,"name":"SearchRequest","url":"modules/products.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2192,"kind":16777216,"name":"Sort","url":"modules/products.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2193,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/products.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2194,"kind":16777216,"name":"TermFilter","url":"modules/products.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2195,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/products.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2196,"kind":16777216,"name":"TermQuery","url":"modules/products.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2197,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/products.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2198,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/products.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2199,"kind":16777216,"name":"TextQuery","url":"modules/products.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2200,"kind":16777216,"name":"Variant","url":"modules/products.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2201,"kind":16777216,"name":"VariantSearchRequest","url":"modules/products.html#variantsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2202,"kind":16777216,"name":"VariantSearchResult","url":"modules/products.html#variantsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2203,"kind":16777216,"name":"Variants","url":"modules/products.html#variants","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2204,"kind":16777216,"name":"VariationAttribute","url":"modules/products.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2205,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.html#variationattributevariationattributetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2206,"kind":16777216,"name":"VariationAttributeValue","url":"modules/products.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2207,"kind":16777216,"name":"VariationAttributes","url":"modules/products.html#variationattributes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2208,"kind":16777216,"name":"VariationGroup","url":"modules/products.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2209,"kind":16777216,"name":"VariationGroups","url":"modules/products.html#variationgroups","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2210,"kind":128,"name":"Products","url":"classes/products.products-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"products"},{"id":2211,"kind":512,"name":"constructor","url":"classes/products.products-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"products.Products"},{"id":2212,"kind":2048,"name":"assignVariationForMasterProduct","url":"classes/products.products-3.html#assignvariationformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2213,"kind":2048,"name":"assignVariationGroupToMasterProduct","url":"classes/products.products-3.html#assignvariationgrouptomasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2214,"kind":2048,"name":"createProduct","url":"classes/products.products-3.html#createproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2215,"kind":2048,"name":"createProductOption","url":"classes/products.products-3.html#createproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2216,"kind":2048,"name":"createProductOptionValue","url":"classes/products.products-3.html#createproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2217,"kind":2048,"name":"createVariationAttribute","url":"classes/products.products-3.html#createvariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2218,"kind":2048,"name":"createVariationAttributeValue","url":"classes/products.products-3.html#createvariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2219,"kind":2048,"name":"deleteProduct","url":"classes/products.products-3.html#deleteproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2220,"kind":2048,"name":"deleteProductOption","url":"classes/products.products-3.html#deleteproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2221,"kind":2048,"name":"deleteProductOptionValue","url":"classes/products.products-3.html#deleteproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2222,"kind":2048,"name":"deleteVariationAttribute","url":"classes/products.products-3.html#deletevariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2223,"kind":2048,"name":"deleteVariationAttributeValue","url":"classes/products.products-3.html#deletevariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2224,"kind":2048,"name":"getCategorizationAttributeDefinitions","url":"classes/products.products-3.html#getcategorizationattributedefinitions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2225,"kind":2048,"name":"getProduct","url":"classes/products.products-3.html#getproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2226,"kind":2048,"name":"getProductOption","url":"classes/products.products-3.html#getproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2227,"kind":2048,"name":"getProductOptionValue","url":"classes/products.products-3.html#getproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2228,"kind":2048,"name":"getProductOptions","url":"classes/products.products-3.html#getproductoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2229,"kind":2048,"name":"getVariationAttribute","url":"classes/products.products-3.html#getvariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2230,"kind":2048,"name":"getVariationAttributeValue","url":"classes/products.products-3.html#getvariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2231,"kind":2048,"name":"getVariationAttributes","url":"classes/products.products-3.html#getvariationattributes","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2232,"kind":2048,"name":"getVariationForMasterProduct","url":"classes/products.products-3.html#getvariationformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2233,"kind":2048,"name":"getVariationGroupForMasterProduct","url":"classes/products.products-3.html#getvariationgroupformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2234,"kind":2048,"name":"getVariationGroupsForMasterProduct","url":"classes/products.products-3.html#getvariationgroupsformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2235,"kind":2048,"name":"getVariationsForMasterProduct","url":"classes/products.products-3.html#getvariationsformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2236,"kind":2048,"name":"searchProductVariations","url":"classes/products.products-3.html#searchproductvariations","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2237,"kind":2048,"name":"searchProducts","url":"classes/products.products-3.html#searchproducts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2238,"kind":2048,"name":"unassignVariationFromMasterProduct","url":"classes/products.products-3.html#unassignvariationfrommasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2239,"kind":2048,"name":"unassignVariationGroupFromMasterProduct","url":"classes/products.products-3.html#unassignvariationgroupfrommasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2240,"kind":2048,"name":"updateProduct","url":"classes/products.products-3.html#updateproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2241,"kind":2048,"name":"updateProductOption","url":"classes/products.products-3.html#updateproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2242,"kind":2048,"name":"updateProductOptionValue","url":"classes/products.products-3.html#updateproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2243,"kind":2048,"name":"updateVariationAttribute","url":"classes/products.products-3.html#updatevariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2244,"kind":2048,"name":"updateVariationAttributeValue","url":"classes/products.products-3.html#updatevariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2245,"kind":2048,"name":"updateVariationForMasterProduct","url":"classes/products.products-3.html#updatevariationformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2246,"kind":2048,"name":"updateVariationGroupForMasterProduct","url":"classes/products.products-3.html#updatevariationgroupformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2247,"kind":1024,"name":"clientConfig","url":"classes/products.products-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"products.Products"},{"id":2248,"kind":16777216,"name":"Products","url":"modules/products.html#products-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2249,"kind":16777216,"name":"defaultBaseUri","url":"modules/products.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2250,"kind":16777216,"name":"Products","url":"modules/products.html#products-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2251,"kind":16777216,"name":"BoolFilter","url":"modules/products.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2252,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/products.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2253,"kind":16777216,"name":"BoolQuery","url":"modules/products.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2254,"kind":16777216,"name":"CatalogCategoryId","url":"modules/products.html#catalogcategoryid-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2255,"kind":16777216,"name":"CategorizationAttributeDefinition","url":"modules/products.html#categorizationattributedefinition-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2256,"kind":16777216,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.html#categorizationattributedefinitionattributetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2257,"kind":16777216,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.html#categorizationattributedefinitionvaluetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2258,"kind":16777216,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.html#categorizationattributedefinitionallowedoperatorsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2259,"kind":16777216,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.html#categorizationattributedefinitionsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2260,"kind":16777216,"name":"CurrencyCode","url":"modules/products.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2261,"kind":16777216,"name":"DefaultFallback","url":"modules/products.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2262,"kind":16777216,"name":"ErrorResponse","url":"modules/products.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2263,"kind":16777216,"name":"Filter","url":"modules/products.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2264,"kind":16777216,"name":"FilteredQuery","url":"modules/products.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2265,"kind":16777216,"name":"ImageGroup","url":"modules/products.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2266,"kind":16777216,"name":"LocaleCode","url":"modules/products.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2267,"kind":16777216,"name":"MarkupText","url":"modules/products.html#markuptext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2268,"kind":16777216,"name":"Master","url":"modules/products.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2269,"kind":16777216,"name":"MediaFile","url":"modules/products.html#mediafile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2270,"kind":16777216,"name":"Money","url":"modules/products.html#money-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2271,"kind":16777216,"name":"NestedQuery","url":"modules/products.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2272,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/products.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2273,"kind":16777216,"name":"NoValue","url":"modules/products.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2274,"kind":16777216,"name":"PaginatedResultBase","url":"modules/products.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2275,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/products.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2276,"kind":16777216,"name":"Product","url":"modules/products.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2277,"kind":16777216,"name":"ProductOption","url":"modules/products.html#productoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2278,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/products.html#productoptionsortingmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2279,"kind":16777216,"name":"ProductOptionValue","url":"modules/products.html#productoptionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2280,"kind":16777216,"name":"ProductOptions","url":"modules/products.html#productoptions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2281,"kind":16777216,"name":"ProductSearchRequest","url":"modules/products.html#productsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2282,"kind":16777216,"name":"ProductSearchResult","url":"modules/products.html#productsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2283,"kind":16777216,"name":"ProductType","url":"modules/products.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2284,"kind":16777216,"name":"Query","url":"modules/products.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2285,"kind":16777216,"name":"QueryFilter","url":"modules/products.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2286,"kind":16777216,"name":"Range2Filter","url":"modules/products.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2287,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/products.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2288,"kind":16777216,"name":"RangeFilter","url":"modules/products.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2289,"kind":16777216,"name":"RangeFilterFrom","url":"modules/products.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2290,"kind":16777216,"name":"RangeFilterTo","url":"modules/products.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2291,"kind":16777216,"name":"ResultBase","url":"modules/products.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2292,"kind":16777216,"name":"SearchRequest","url":"modules/products.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2293,"kind":16777216,"name":"Sort","url":"modules/products.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2294,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/products.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2295,"kind":16777216,"name":"TermFilter","url":"modules/products.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2296,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/products.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2297,"kind":16777216,"name":"TermQuery","url":"modules/products.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2298,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/products.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2299,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/products.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2300,"kind":16777216,"name":"TextQuery","url":"modules/products.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2301,"kind":16777216,"name":"Variant","url":"modules/products.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2302,"kind":16777216,"name":"VariantSearchRequest","url":"modules/products.html#variantsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2303,"kind":16777216,"name":"VariantSearchResult","url":"modules/products.html#variantsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2304,"kind":16777216,"name":"Variants","url":"modules/products.html#variants-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2305,"kind":16777216,"name":"VariationAttribute","url":"modules/products.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2306,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.html#variationattributevariationattributetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2307,"kind":16777216,"name":"VariationAttributeValue","url":"modules/products.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2308,"kind":16777216,"name":"VariationAttributes","url":"modules/products.html#variationattributes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2309,"kind":16777216,"name":"VariationGroup","url":"modules/products.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2310,"kind":16777216,"name":"VariationGroups","url":"modules/products.html#variationgroups-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2311,"kind":2,"name":"ProductsTypes","url":"modules/products.productstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"products"},{"id":2312,"kind":4194304,"name":"BoolFilter","url":"modules/products.productstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2313,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/products.productstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2314,"kind":4194304,"name":"BoolQuery","url":"modules/products.productstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2315,"kind":4194304,"name":"CatalogCategoryId","url":"modules/products.productstypes.html#catalogcategoryid","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2316,"kind":4194304,"name":"CategorizationAttributeDefinition","url":"modules/products.productstypes.html#categorizationattributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2317,"kind":4194304,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.productstypes.html#categorizationattributedefinitionattributetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2318,"kind":4194304,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.productstypes.html#categorizationattributedefinitionvaluetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2319,"kind":4194304,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.productstypes.html#categorizationattributedefinitionallowedoperatorsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2320,"kind":4194304,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.productstypes.html#categorizationattributedefinitionsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2321,"kind":4194304,"name":"CurrencyCode","url":"modules/products.productstypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2322,"kind":4194304,"name":"DefaultFallback","url":"modules/products.productstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2323,"kind":4194304,"name":"ErrorResponse","url":"modules/products.productstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2324,"kind":4194304,"name":"Filter","url":"modules/products.productstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2325,"kind":4194304,"name":"FilteredQuery","url":"modules/products.productstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2326,"kind":4194304,"name":"ImageGroup","url":"modules/products.productstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2327,"kind":4194304,"name":"LocaleCode","url":"modules/products.productstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2328,"kind":4194304,"name":"MarkupText","url":"modules/products.productstypes.html#markuptext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2329,"kind":4194304,"name":"Master","url":"modules/products.productstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2330,"kind":4194304,"name":"MediaFile","url":"modules/products.productstypes.html#mediafile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2331,"kind":4194304,"name":"Money","url":"modules/products.productstypes.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2332,"kind":4194304,"name":"NestedQuery","url":"modules/products.productstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2333,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/products.productstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2334,"kind":4194304,"name":"NoValue","url":"modules/products.productstypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2335,"kind":4194304,"name":"PaginatedResultBase","url":"modules/products.productstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2336,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/products.productstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2337,"kind":4194304,"name":"Product","url":"modules/products.productstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2338,"kind":4194304,"name":"ProductOption","url":"modules/products.productstypes.html#productoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2339,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/products.productstypes.html#productoptionsortingmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2340,"kind":4194304,"name":"ProductOptionValue","url":"modules/products.productstypes.html#productoptionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2341,"kind":4194304,"name":"ProductOptions","url":"modules/products.productstypes.html#productoptions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2342,"kind":4194304,"name":"ProductSearchRequest","url":"modules/products.productstypes.html#productsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2343,"kind":4194304,"name":"ProductSearchResult","url":"modules/products.productstypes.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2344,"kind":4194304,"name":"ProductType","url":"modules/products.productstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2345,"kind":4194304,"name":"Query","url":"modules/products.productstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2346,"kind":4194304,"name":"QueryFilter","url":"modules/products.productstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2347,"kind":4194304,"name":"Range2Filter","url":"modules/products.productstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2348,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/products.productstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2349,"kind":4194304,"name":"RangeFilter","url":"modules/products.productstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2350,"kind":4194304,"name":"RangeFilterFrom","url":"modules/products.productstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2351,"kind":4194304,"name":"RangeFilterTo","url":"modules/products.productstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2352,"kind":4194304,"name":"ResultBase","url":"modules/products.productstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2353,"kind":4194304,"name":"SearchRequest","url":"modules/products.productstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2354,"kind":4194304,"name":"Sort","url":"modules/products.productstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2355,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/products.productstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2356,"kind":4194304,"name":"TermFilter","url":"modules/products.productstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2357,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/products.productstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2358,"kind":4194304,"name":"TermQuery","url":"modules/products.productstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2359,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/products.productstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2360,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/products.productstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2361,"kind":4194304,"name":"TextQuery","url":"modules/products.productstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2362,"kind":4194304,"name":"Variant","url":"modules/products.productstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2363,"kind":4194304,"name":"VariantSearchRequest","url":"modules/products.productstypes.html#variantsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2364,"kind":4194304,"name":"VariantSearchResult","url":"modules/products.productstypes.html#variantsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2365,"kind":4194304,"name":"Variants","url":"modules/products.productstypes.html#variants","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2366,"kind":4194304,"name":"VariationAttribute","url":"modules/products.productstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2367,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.productstypes.html#variationattributevariationattributetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2368,"kind":4194304,"name":"VariationAttributeValue","url":"modules/products.productstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2369,"kind":4194304,"name":"VariationAttributes","url":"modules/products.productstypes.html#variationattributes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2370,"kind":4194304,"name":"VariationGroup","url":"modules/products.productstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2371,"kind":4194304,"name":"VariationGroups","url":"modules/products.productstypes.html#variationgroups","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2372,"kind":1,"name":"promotions","url":"modules/promotions.html","classes":"tsd-kind-module"},{"id":2373,"kind":32,"name":"defaultBaseUri","url":"modules/promotions.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"promotions"},{"id":2374,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/promotions.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2375,"kind":4194304,"name":"TermQuery","url":"modules/promotions.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2376,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/promotions.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2377,"kind":4194304,"name":"NestedQuery","url":"modules/promotions.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2378,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2379,"kind":4194304,"name":"BoolQuery","url":"modules/promotions.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2380,"kind":4194304,"name":"FilteredQuery","url":"modules/promotions.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2381,"kind":4194304,"name":"TextQuery","url":"modules/promotions.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2382,"kind":4194304,"name":"Query","url":"modules/promotions.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2383,"kind":4194304,"name":"QueryFilter","url":"modules/promotions.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2384,"kind":4194304,"name":"TermFilter","url":"modules/promotions.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2385,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/promotions.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2386,"kind":4194304,"name":"Range2Filter","url":"modules/promotions.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2387,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2388,"kind":4194304,"name":"RangeFilterFrom","url":"modules/promotions.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2389,"kind":4194304,"name":"RangeFilterTo","url":"modules/promotions.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2390,"kind":4194304,"name":"RangeFilter","url":"modules/promotions.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2391,"kind":4194304,"name":"Filter","url":"modules/promotions.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2392,"kind":4194304,"name":"BoolFilter","url":"modules/promotions.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2393,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/promotions.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2394,"kind":4194304,"name":"Campaign","url":"modules/promotions.html#campaign-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2395,"kind":4194304,"name":"ErrorResponse","url":"modules/promotions.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2396,"kind":4194304,"name":"PaginatedResultBase","url":"modules/promotions.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2397,"kind":4194304,"name":"Sort","url":"modules/promotions.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2398,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/promotions.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2399,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/promotions.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2400,"kind":4194304,"name":"Tag","url":"modules/promotions.html#tag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2401,"kind":4194304,"name":"TimeOfDay","url":"modules/promotions.html#timeofday-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2402,"kind":4194304,"name":"Recurrence","url":"modules/promotions.html#recurrence-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2403,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.html#recurrencedayofweekenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2404,"kind":4194304,"name":"Schedule","url":"modules/promotions.html#schedule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2405,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.html#promotionabtestgroupassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2406,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/promotions.html#promotioncampaignassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2407,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/promotions.html#promotionassignmentinformation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2408,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.html#promotionassignmentinformationscheduletypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2409,"kind":4194304,"name":"Promotion","url":"modules/promotions.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2410,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/promotions.html#promotionexclusivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2411,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/promotions.html#promotionpromotionclassenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2412,"kind":4194304,"name":"PromotionSearchResult","url":"modules/promotions.html#promotionsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2413,"kind":4194304,"name":"ResultBase","url":"modules/promotions.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2414,"kind":4194304,"name":"SearchRequest","url":"modules/promotions.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2415,"kind":16777216,"name":"BoolFilter","url":"modules/promotions.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2416,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/promotions.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2417,"kind":16777216,"name":"BoolQuery","url":"modules/promotions.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2418,"kind":16777216,"name":"Campaign","url":"modules/promotions.html#campaign","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2419,"kind":16777216,"name":"ErrorResponse","url":"modules/promotions.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2420,"kind":16777216,"name":"Filter","url":"modules/promotions.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2421,"kind":16777216,"name":"FilteredQuery","url":"modules/promotions.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2422,"kind":16777216,"name":"NestedQuery","url":"modules/promotions.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2423,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2424,"kind":16777216,"name":"PaginatedResultBase","url":"modules/promotions.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2425,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/promotions.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2426,"kind":16777216,"name":"Promotion","url":"modules/promotions.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2427,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/promotions.html#promotionexclusivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2428,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/promotions.html#promotionpromotionclassenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2429,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.html#promotionabtestgroupassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2430,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/promotions.html#promotionassignmentinformation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2431,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2432,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/promotions.html#promotioncampaignassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2433,"kind":16777216,"name":"PromotionSearchResult","url":"modules/promotions.html#promotionsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2434,"kind":16777216,"name":"Query","url":"modules/promotions.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2435,"kind":16777216,"name":"QueryFilter","url":"modules/promotions.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2436,"kind":16777216,"name":"Range2Filter","url":"modules/promotions.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2437,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2438,"kind":16777216,"name":"RangeFilter","url":"modules/promotions.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2439,"kind":16777216,"name":"RangeFilterFrom","url":"modules/promotions.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2440,"kind":16777216,"name":"RangeFilterTo","url":"modules/promotions.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2441,"kind":16777216,"name":"Recurrence","url":"modules/promotions.html#recurrence","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2442,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.html#recurrencedayofweekenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2443,"kind":16777216,"name":"ResultBase","url":"modules/promotions.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2444,"kind":16777216,"name":"Schedule","url":"modules/promotions.html#schedule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2445,"kind":16777216,"name":"SearchRequest","url":"modules/promotions.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2446,"kind":16777216,"name":"Sort","url":"modules/promotions.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2447,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/promotions.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2448,"kind":16777216,"name":"Tag","url":"modules/promotions.html#tag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2449,"kind":16777216,"name":"TermFilter","url":"modules/promotions.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2450,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/promotions.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2451,"kind":16777216,"name":"TermQuery","url":"modules/promotions.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2452,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/promotions.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2453,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/promotions.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2454,"kind":16777216,"name":"TextQuery","url":"modules/promotions.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2455,"kind":16777216,"name":"TimeOfDay","url":"modules/promotions.html#timeofday","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2456,"kind":128,"name":"Promotions","url":"classes/promotions.promotions-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"promotions"},{"id":2457,"kind":512,"name":"constructor","url":"classes/promotions.promotions-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"promotions.Promotions"},{"id":2458,"kind":2048,"name":"createPromotion","url":"classes/promotions.promotions-3.html#createpromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2459,"kind":2048,"name":"deletePromotion","url":"classes/promotions.promotions-3.html#deletepromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2460,"kind":2048,"name":"getPromotion","url":"classes/promotions.promotions-3.html#getpromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2461,"kind":2048,"name":"promotionsSearch","url":"classes/promotions.promotions-3.html#promotionssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2462,"kind":2048,"name":"updatePromotion","url":"classes/promotions.promotions-3.html#updatepromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2463,"kind":1024,"name":"clientConfig","url":"classes/promotions.promotions-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"promotions.Promotions"},{"id":2464,"kind":16777216,"name":"Promotions","url":"modules/promotions.html#promotions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2465,"kind":16777216,"name":"defaultBaseUri","url":"modules/promotions.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2466,"kind":16777216,"name":"Promotions","url":"modules/promotions.html#promotions-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2467,"kind":16777216,"name":"BoolFilter","url":"modules/promotions.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2468,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/promotions.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2469,"kind":16777216,"name":"BoolQuery","url":"modules/promotions.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2470,"kind":16777216,"name":"Campaign","url":"modules/promotions.html#campaign-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2471,"kind":16777216,"name":"ErrorResponse","url":"modules/promotions.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2472,"kind":16777216,"name":"Filter","url":"modules/promotions.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2473,"kind":16777216,"name":"FilteredQuery","url":"modules/promotions.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2474,"kind":16777216,"name":"NestedQuery","url":"modules/promotions.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2475,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2476,"kind":16777216,"name":"PaginatedResultBase","url":"modules/promotions.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2477,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/promotions.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2478,"kind":16777216,"name":"Promotion","url":"modules/promotions.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2479,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/promotions.html#promotionexclusivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2480,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/promotions.html#promotionpromotionclassenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2481,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.html#promotionabtestgroupassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2482,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/promotions.html#promotionassignmentinformation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2483,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.html#promotionassignmentinformationscheduletypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2484,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/promotions.html#promotioncampaignassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2485,"kind":16777216,"name":"PromotionSearchResult","url":"modules/promotions.html#promotionsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2486,"kind":16777216,"name":"Query","url":"modules/promotions.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2487,"kind":16777216,"name":"QueryFilter","url":"modules/promotions.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2488,"kind":16777216,"name":"Range2Filter","url":"modules/promotions.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2489,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2490,"kind":16777216,"name":"RangeFilter","url":"modules/promotions.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2491,"kind":16777216,"name":"RangeFilterFrom","url":"modules/promotions.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2492,"kind":16777216,"name":"RangeFilterTo","url":"modules/promotions.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2493,"kind":16777216,"name":"Recurrence","url":"modules/promotions.html#recurrence-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2494,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.html#recurrencedayofweekenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2495,"kind":16777216,"name":"ResultBase","url":"modules/promotions.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2496,"kind":16777216,"name":"Schedule","url":"modules/promotions.html#schedule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2497,"kind":16777216,"name":"SearchRequest","url":"modules/promotions.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2498,"kind":16777216,"name":"Sort","url":"modules/promotions.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2499,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/promotions.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2500,"kind":16777216,"name":"Tag","url":"modules/promotions.html#tag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2501,"kind":16777216,"name":"TermFilter","url":"modules/promotions.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2502,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/promotions.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2503,"kind":16777216,"name":"TermQuery","url":"modules/promotions.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2504,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/promotions.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2505,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/promotions.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2506,"kind":16777216,"name":"TextQuery","url":"modules/promotions.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2507,"kind":16777216,"name":"TimeOfDay","url":"modules/promotions.html#timeofday-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2508,"kind":2,"name":"PromotionsTypes","url":"modules/promotions.promotionstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"promotions"},{"id":2509,"kind":4194304,"name":"BoolFilter","url":"modules/promotions.promotionstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2510,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/promotions.promotionstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2511,"kind":4194304,"name":"BoolQuery","url":"modules/promotions.promotionstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2512,"kind":4194304,"name":"Campaign","url":"modules/promotions.promotionstypes.html#campaign","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2513,"kind":4194304,"name":"ErrorResponse","url":"modules/promotions.promotionstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2514,"kind":4194304,"name":"Filter","url":"modules/promotions.promotionstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2515,"kind":4194304,"name":"FilteredQuery","url":"modules/promotions.promotionstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2516,"kind":4194304,"name":"NestedQuery","url":"modules/promotions.promotionstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2517,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.promotionstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2518,"kind":4194304,"name":"PaginatedResultBase","url":"modules/promotions.promotionstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2519,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/promotions.promotionstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2520,"kind":4194304,"name":"Promotion","url":"modules/promotions.promotionstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2521,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/promotions.promotionstypes.html#promotionexclusivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2522,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/promotions.promotionstypes.html#promotionpromotionclassenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2523,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.promotionstypes.html#promotionabtestgroupassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2524,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/promotions.promotionstypes.html#promotionassignmentinformation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2525,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.promotionstypes.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2526,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/promotions.promotionstypes.html#promotioncampaignassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2527,"kind":4194304,"name":"PromotionSearchResult","url":"modules/promotions.promotionstypes.html#promotionsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2528,"kind":4194304,"name":"Query","url":"modules/promotions.promotionstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2529,"kind":4194304,"name":"QueryFilter","url":"modules/promotions.promotionstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2530,"kind":4194304,"name":"Range2Filter","url":"modules/promotions.promotionstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2531,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.promotionstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2532,"kind":4194304,"name":"RangeFilter","url":"modules/promotions.promotionstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2533,"kind":4194304,"name":"RangeFilterFrom","url":"modules/promotions.promotionstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2534,"kind":4194304,"name":"RangeFilterTo","url":"modules/promotions.promotionstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2535,"kind":4194304,"name":"Recurrence","url":"modules/promotions.promotionstypes.html#recurrence","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2536,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.promotionstypes.html#recurrencedayofweekenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2537,"kind":4194304,"name":"ResultBase","url":"modules/promotions.promotionstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2538,"kind":4194304,"name":"Schedule","url":"modules/promotions.promotionstypes.html#schedule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2539,"kind":4194304,"name":"SearchRequest","url":"modules/promotions.promotionstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2540,"kind":4194304,"name":"Sort","url":"modules/promotions.promotionstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2541,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/promotions.promotionstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2542,"kind":4194304,"name":"Tag","url":"modules/promotions.promotionstypes.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2543,"kind":4194304,"name":"TermFilter","url":"modules/promotions.promotionstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2544,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/promotions.promotionstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2545,"kind":4194304,"name":"TermQuery","url":"modules/promotions.promotionstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2546,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/promotions.promotionstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2547,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/promotions.promotionstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2548,"kind":4194304,"name":"TextQuery","url":"modules/promotions.promotionstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2549,"kind":4194304,"name":"TimeOfDay","url":"modules/promotions.promotionstypes.html#timeofday","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2550,"kind":1,"name":"shopperBaskets","url":"modules/shopperbaskets.html","classes":"tsd-kind-module"},{"id":2551,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2552,"kind":4194304,"name":"NoValue","url":"modules/shopperbaskets.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2553,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperbaskets.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2554,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2555,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2556,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2557,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2558,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2559,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2560,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2561,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2562,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2563,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2564,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2565,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2566,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2567,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2568,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2569,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2570,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2571,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2572,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2573,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2574,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2575,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2576,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2577,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2578,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2579,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2580,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2581,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2582,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2583,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperbaskets.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2584,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2585,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2586,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2587,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2588,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2589,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2590,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2591,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2592,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2593,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2594,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2595,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2596,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2597,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2598,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2599,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2600,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2601,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2602,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2603,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2604,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperbaskets.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2605,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2606,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperbaskets.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2607,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2608,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2609,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2610,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2611,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2612,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2613,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2614,"kind":16777216,"name":"NoValue","url":"modules/shopperbaskets.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2615,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2616,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2617,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2618,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2619,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2620,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2621,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2622,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2623,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2624,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2625,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2626,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2627,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2628,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2629,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2630,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2631,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2632,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2633,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2634,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2635,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2636,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2637,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2638,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2639,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2640,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2641,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2642,"kind":128,"name":"ShopperBaskets","url":"classes/shopperbaskets.shopperbaskets-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2643,"kind":512,"name":"constructor","url":"classes/shopperbaskets.shopperbaskets-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperBaskets.ShopperBaskets"},{"id":2644,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addcoupontobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2645,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addgiftcertificateitemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2646,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#additemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2647,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpaymentinstrumenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2648,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpriceadjustmenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2649,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpricebookstobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2650,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2651,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasketitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2652,"kind":2048,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2653,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2654,"kind":2048,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#deletebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2655,"kind":2048,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2656,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpaymentmethodsforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2657,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpricebooksforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2658,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#getshippingmethodsforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2659,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#gettaxesfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2660,"kind":2048,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#mergebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2661,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removecouponfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2662,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removegiftcertificateitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2663,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2664,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepaymentinstrumentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2665,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepriceadjustmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2666,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeshipmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2667,"kind":2048,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#transferbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2668,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasagentbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2669,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasstorefrontbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2670,"kind":2048,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2671,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebillingaddressforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2672,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatecustomerforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2673,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updategiftcertificateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2674,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2675,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateitemsinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2676,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepaymentinstrumentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2677,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepriceadjustmentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2678,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2679,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingaddressforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2680,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingmethodforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2681,"kind":1024,"name":"clientConfig","url":"classes/shopperbaskets.shopperbaskets-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperBaskets.ShopperBaskets"},{"id":2682,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2683,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2684,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2685,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2686,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2687,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2688,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2689,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2690,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2691,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2692,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2693,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2694,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2695,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2696,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2697,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2698,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperbaskets.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2699,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2700,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperbaskets.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2701,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2702,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2703,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2704,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2705,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2706,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2707,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2708,"kind":16777216,"name":"NoValue","url":"modules/shopperbaskets.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2709,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2710,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2711,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2712,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2713,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2714,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2715,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2716,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2717,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2718,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2719,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2720,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2721,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2722,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2723,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2724,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2725,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2726,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2727,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2728,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2729,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2730,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2731,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2732,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2733,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2734,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2735,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2736,"kind":2,"name":"ShopperBasketsTypes","url":"modules/shopperbaskets.shopperbasketstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2737,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2738,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2739,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.shopperbasketstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2740,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2741,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2742,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2743,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.shopperbasketstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2744,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2745,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2746,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperbaskets.shopperbasketstypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2747,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.shopperbasketstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2748,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperbaskets.shopperbasketstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2749,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.shopperbasketstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2750,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2751,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2752,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2753,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.shopperbasketstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2754,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.shopperbasketstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2755,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.shopperbasketstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2756,"kind":4194304,"name":"NoValue","url":"modules/shopperbaskets.shopperbasketstypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2757,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.shopperbasketstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2758,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.shopperbasketstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2759,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2760,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2761,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2762,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2763,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2764,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2765,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2766,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2767,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2768,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2769,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.shopperbasketstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2770,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2771,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2772,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2773,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2774,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.shopperbasketstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2775,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2776,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2777,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2778,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2779,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2780,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.shopperbasketstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2781,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2782,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2783,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.shopperbasketstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2784,"kind":1,"name":"shopperBasketsv2","url":"modules/shopperbasketsv2.html","classes":"tsd-kind-module"},{"id":2785,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2786,"kind":4194304,"name":"NoValue","url":"modules/shopperbasketsv2.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2787,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperbasketsv2.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2788,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2789,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2790,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2791,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2792,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2793,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2794,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2795,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2796,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2797,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2798,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2799,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2800,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2801,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2802,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2803,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2804,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2805,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2806,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2807,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2808,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2809,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2810,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2811,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2812,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2813,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2814,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2815,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2816,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2817,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2818,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperbasketsv2.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2819,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2820,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2821,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2822,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2823,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2824,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2825,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2826,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2827,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2828,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2829,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2830,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2831,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2832,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2833,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2834,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2835,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2836,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2837,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2838,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2839,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperbasketsv2.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2840,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2841,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperbasketsv2.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2842,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2843,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2844,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2845,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2846,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2847,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2848,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2849,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2850,"kind":16777216,"name":"NoValue","url":"modules/shopperbasketsv2.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2851,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2852,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2853,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2854,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2855,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2856,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2857,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2858,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2859,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2860,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2861,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2862,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2863,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2864,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2865,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2866,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2867,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2868,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2869,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2870,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2871,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2872,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2873,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2874,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2875,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2876,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2877,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2878,"kind":128,"name":"ShopperBasketsV2","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2879,"kind":512,"name":"constructor","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2880,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addcoupontobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2881,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addgiftcertificateitemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2882,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#additemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2883,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpaymentinstrumenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2884,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpriceadjustmenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2885,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpricebookstobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2886,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2887,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasketitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2888,"kind":2048,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2889,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2890,"kind":2048,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#deletebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2891,"kind":2048,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2892,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpaymentmethodsforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2893,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpricebooksforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2894,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getshippingmethodsforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2895,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#gettaxesfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2896,"kind":2048,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#mergebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2897,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removecouponfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2898,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removegiftcertificateitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2899,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2900,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepaymentinstrumentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2901,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepriceadjustmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2902,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeshipmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2903,"kind":2048,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#transferbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2904,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasagentbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2905,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasstorefrontbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2906,"kind":2048,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2907,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebillingaddressforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2908,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatecustomerforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2909,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updategiftcertificateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2910,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2911,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateitemsinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2912,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepaymentinstrumentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2913,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepriceadjustmentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2914,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2915,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingaddressforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2916,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingmethodforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2917,"kind":1024,"name":"clientConfig","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2918,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2919,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2920,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2921,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2922,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2923,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2924,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2925,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2926,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2927,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2928,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2929,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2930,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2931,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2932,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2933,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2934,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperbasketsv2.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2935,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2936,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperbasketsv2.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2937,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2938,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2939,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2940,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2941,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2942,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2943,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2944,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2945,"kind":16777216,"name":"NoValue","url":"modules/shopperbasketsv2.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2946,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2947,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2948,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2949,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2950,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2951,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2952,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2953,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2954,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2955,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2956,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2957,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2958,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2959,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2960,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2961,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2962,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2963,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2964,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2965,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2966,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2967,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2968,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2969,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2970,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2971,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2972,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2973,"kind":2,"name":"ShopperBasketsV2Types","url":"modules/shopperbasketsv2.shopperbasketsv2types.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2974,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2975,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2976,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2977,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2978,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2979,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2980,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2981,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2982,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2983,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2984,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2985,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2986,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2987,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2988,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2989,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2990,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2991,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2992,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2993,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2994,"kind":4194304,"name":"NoValue","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2995,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2996,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2997,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2998,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2999,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3000,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3001,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3002,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3003,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3004,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3005,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3006,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3007,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3008,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3009,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3010,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3011,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3012,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3013,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3014,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3015,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3016,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3017,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3018,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3019,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3020,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3021,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3022,"kind":1,"name":"shopperConfigurations","url":"modules/shopperconfigurations.html","classes":"tsd-kind-module"},{"id":3023,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3024,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3025,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3026,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3027,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3028,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3029,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3030,"kind":128,"name":"ShopperConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3031,"kind":512,"name":"constructor","url":"classes/shopperconfigurations.shopperconfigurations-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperConfigurations.ShopperConfigurations"},{"id":3032,"kind":2048,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#getconfigurations","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConfigurations.ShopperConfigurations"},{"id":3033,"kind":1024,"name":"clientConfig","url":"classes/shopperconfigurations.shopperconfigurations-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperConfigurations.ShopperConfigurations"},{"id":3034,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3035,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3036,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3037,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3038,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3039,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3040,"kind":2,"name":"ShopperConfigurationsTypes","url":"modules/shopperconfigurations.shopperconfigurationstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3041,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":3042,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#modelconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":3043,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#siteconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":3044,"kind":1,"name":"shopperConsents","url":"modules/shopperconsents.html","classes":"tsd-kind-module"},{"id":3045,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConsents"},{"id":3046,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3047,"kind":4194304,"name":"SubscriptionChannel","url":"modules/shopperconsents.html#subscriptionchannel-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3048,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3049,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3050,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3051,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperconsents.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3052,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3053,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3054,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3055,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3056,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3057,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3058,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperconsents.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3059,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3060,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3061,"kind":16777216,"name":"SubscriptionChannel","url":"modules/shopperconsents.html#subscriptionchannel","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3062,"kind":128,"name":"ShopperConsents","url":"classes/shopperconsents.shopperconsents-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperConsents"},{"id":3063,"kind":512,"name":"constructor","url":"classes/shopperconsents.shopperconsents-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperConsents.ShopperConsents"},{"id":3064,"kind":2048,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#getsubscriptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":3065,"kind":2048,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscription","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":3066,"kind":1024,"name":"clientConfig","url":"classes/shopperconsents.shopperconsents-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperConsents.ShopperConsents"},{"id":3067,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3068,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3069,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3070,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3071,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3072,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3073,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3074,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperconsents.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3075,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3076,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3077,"kind":16777216,"name":"SubscriptionChannel","url":"modules/shopperconsents.html#subscriptionchannel-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3078,"kind":2,"name":"ShopperConsentsTypes","url":"modules/shopperconsents.shopperconsentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConsents"},{"id":3079,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.shopperconsentstypes.html#consentstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3080,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3081,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3082,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3083,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperconsents.shopperconsentstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3084,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.shopperconsentstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3085,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.shopperconsentstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3086,"kind":4194304,"name":"SubscriptionChannel","url":"modules/shopperconsents.shopperconsentstypes.html#subscriptionchannel","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3087,"kind":1,"name":"shopperContext","url":"modules/shoppercontext.html","classes":"tsd-kind-module"},{"id":3088,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperContext"},{"id":3089,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":3090,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":3091,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":3092,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3093,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3094,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3095,"kind":128,"name":"ShopperContexts","url":"classes/shoppercontext.shoppercontexts-2.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperContext"},{"id":3096,"kind":512,"name":"constructor","url":"classes/shoppercontext.shoppercontexts-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperContext.ShopperContexts"},{"id":3097,"kind":2048,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#createshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3098,"kind":2048,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#deleteshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3099,"kind":2048,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#getshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3100,"kind":2048,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#updateshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3101,"kind":1024,"name":"clientConfig","url":"classes/shoppercontext.shoppercontexts-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperContext.ShopperContexts"},{"id":3102,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3103,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3104,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3105,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3106,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3107,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3108,"kind":2,"name":"ShopperContextsTypes","url":"modules/shoppercontext.shoppercontextstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperContext"},{"id":3109,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.shoppercontextstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":3110,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":3111,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextgeolocation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":3112,"kind":1,"name":"shopperCustomers","url":"modules/shoppercustomers.html","classes":"tsd-kind-module"},{"id":3113,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3114,"kind":4194304,"name":"NoValue","url":"modules/shoppercustomers.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3115,"kind":4194304,"name":"CurrencyCode","url":"modules/shoppercustomers.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3116,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3117,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3118,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3119,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3120,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3121,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3122,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3123,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3124,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3125,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3126,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3127,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3128,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3129,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3130,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3131,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3132,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3133,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3134,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3135,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3136,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3137,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3138,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3139,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3140,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3141,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3142,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3143,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3144,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3145,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3146,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3147,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3148,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3149,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3150,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3151,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3152,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3153,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3154,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3155,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3156,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3157,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3158,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3159,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3160,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3161,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3162,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3163,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3164,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3165,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3166,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3167,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3168,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.html#customer-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3169,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3170,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3171,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3172,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3173,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3174,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3175,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3176,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3177,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3178,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3179,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3180,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3181,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3182,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3183,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3184,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3185,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3186,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3187,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3188,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3189,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3190,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3191,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3192,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3193,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3194,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3195,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3196,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3197,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3198,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3199,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3200,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3201,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3202,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3203,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3204,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3205,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3206,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3207,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3208,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3209,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3210,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3211,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3212,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3213,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3214,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3215,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3216,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3217,"kind":16777216,"name":"CurrencyCode","url":"modules/shoppercustomers.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3218,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3219,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3220,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3221,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3222,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3223,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3224,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3225,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3226,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3227,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3228,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3229,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3230,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3231,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3232,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3233,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3234,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3235,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3236,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3237,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3238,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3239,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3240,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3241,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3242,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3243,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3244,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3245,"kind":16777216,"name":"NoValue","url":"modules/shoppercustomers.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3246,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3247,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3248,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3249,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3250,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3251,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3252,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3253,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3254,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3255,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3256,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3257,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3258,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3259,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3260,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3261,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3262,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3263,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3264,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3265,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3266,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3267,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3268,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3269,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3270,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3271,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3272,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3273,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3274,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3275,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3276,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3277,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3278,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3279,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3280,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3281,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3282,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3283,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3284,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3285,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3286,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3287,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3288,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3289,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3290,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3291,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3292,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3293,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3294,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3295,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3296,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3297,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3298,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3299,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3300,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3301,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3302,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3303,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3304,"kind":128,"name":"ShopperCustomers","url":"classes/shoppercustomers.shoppercustomers-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3305,"kind":512,"name":"constructor","url":"classes/shoppercustomers.shoppercustomers-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperCustomers.ShopperCustomers"},{"id":3306,"kind":2048,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3307,"kind":2048,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3308,"kind":2048,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3309,"kind":2048,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3310,"kind":2048,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3311,"kind":2048,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3312,"kind":2048,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3313,"kind":2048,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3314,"kind":2048,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3315,"kind":2048,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerbaskets","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3316,"kind":2048,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3317,"kind":2048,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3318,"kind":2048,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3319,"kind":2048,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3320,"kind":2048,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlists","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3321,"kind":2048,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#getexternalprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3322,"kind":2048,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3323,"kind":2048,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3324,"kind":2048,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistsbysearchterm","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3325,"kind":2048,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#getresetpasswordtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3326,"kind":2048,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#registercustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3327,"kind":2048,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#registerexternalprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3328,"kind":2048,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#removecustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3329,"kind":2048,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3330,"kind":2048,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3331,"kind":2048,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3332,"kind":2048,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3333,"kind":2048,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3334,"kind":2048,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3335,"kind":1024,"name":"clientConfig","url":"classes/shoppercustomers.shoppercustomers-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperCustomers.ShopperCustomers"},{"id":3336,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3337,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3338,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3339,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3340,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3341,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3342,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3343,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3344,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3345,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3346,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3347,"kind":16777216,"name":"CurrencyCode","url":"modules/shoppercustomers.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3348,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3349,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3350,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3351,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3352,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3353,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3354,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3355,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3356,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3357,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3358,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3359,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3360,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3361,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3362,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3363,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3364,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3365,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3366,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3367,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3368,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3369,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3370,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3371,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3372,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3373,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3374,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3375,"kind":16777216,"name":"NoValue","url":"modules/shoppercustomers.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3376,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3377,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3378,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3379,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3380,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3381,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3382,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3383,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3384,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3385,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3386,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3387,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3388,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3389,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3390,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3391,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3392,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3393,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3394,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3395,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3396,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3397,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3398,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3399,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3400,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3401,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3402,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3403,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3404,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3405,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3406,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3407,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3408,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3409,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3410,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3411,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3412,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3413,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3414,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3415,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3416,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3417,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3418,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3419,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3420,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3421,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3422,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3423,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3424,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3425,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3426,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3427,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3428,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3429,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3430,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3431,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3432,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3433,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3434,"kind":2,"name":"ShopperCustomersTypes","url":"modules/shoppercustomers.shoppercustomerstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3435,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.shoppercustomerstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3436,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3437,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3438,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3439,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3440,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.shoppercustomerstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3441,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3442,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3443,"kind":4194304,"name":"CurrencyCode","url":"modules/shoppercustomers.shoppercustomerstypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3444,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.shoppercustomerstypes.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3445,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerauthtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3446,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3447,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddressinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3448,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerextprofilerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3449,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerexternalprofile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3450,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3451,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerorderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3452,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3453,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3454,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3455,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3456,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3457,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3458,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3459,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3460,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3461,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerregistration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3462,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.shoppercustomerstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3463,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3464,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.shoppercustomerstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3465,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3466,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3467,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.shoppercustomerstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3468,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3469,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.shoppercustomerstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3470,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.shoppercustomerstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3471,"kind":4194304,"name":"NoValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3472,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.shoppercustomerstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3473,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3474,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3475,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.shoppercustomerstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3476,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3477,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3478,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3479,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3480,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3481,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3482,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3483,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3484,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3485,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.shoppercustomerstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3486,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3487,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#passwordchangerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3488,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentbankaccountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3489,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3490,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.shoppercustomerstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3491,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.shoppercustomerstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3492,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.shoppercustomerstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3493,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3494,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3495,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3496,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3497,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistevent","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3498,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3499,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3500,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3501,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3502,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3503,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistshippingaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3504,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3505,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3506,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.shoppercustomerstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3507,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3508,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3509,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3510,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfotypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3511,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3512,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3513,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3514,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3515,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3516,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3517,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtoken","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3518,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3519,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3520,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3521,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3522,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3523,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3524,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3525,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.shoppercustomerstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3526,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.shoppercustomerstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3527,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3528,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3529,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3530,"kind":1,"name":"shopperExperience","url":"modules/shopperexperience.html","classes":"tsd-kind-module"},{"id":3531,"kind":32,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperExperience"},{"id":3532,"kind":4194304,"name":"Region","url":"modules/shopperexperience.html#region-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3533,"kind":4194304,"name":"Component","url":"modules/shopperexperience.html#component-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3534,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperexperience.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3535,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3536,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3537,"kind":4194304,"name":"Page","url":"modules/shopperexperience.html#page-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3538,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3539,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3540,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperexperience.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3541,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3542,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3543,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3544,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3545,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3546,"kind":128,"name":"ShopperExperience","url":"classes/shopperexperience.shopperexperience-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperExperience"},{"id":3547,"kind":512,"name":"constructor","url":"classes/shopperexperience.shopperexperience-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperExperience.ShopperExperience"},{"id":3548,"kind":2048,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#getpage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3549,"kind":2048,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#getpages","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3550,"kind":1024,"name":"clientConfig","url":"classes/shopperexperience.shopperexperience-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperExperience.ShopperExperience"},{"id":3551,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3552,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3553,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3554,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3555,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperexperience.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3556,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3557,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3558,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3559,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3560,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3561,"kind":2,"name":"ShopperExperienceTypes","url":"modules/shopperexperience.shopperexperiencetypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperExperience"},{"id":3562,"kind":4194304,"name":"Component","url":"modules/shopperexperience.shopperexperiencetypes.html#component","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3563,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperexperience.shopperexperiencetypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3564,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.shopperexperiencetypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3565,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.shopperexperiencetypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3566,"kind":4194304,"name":"Page","url":"modules/shopperexperience.shopperexperiencetypes.html#page","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3567,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.shopperexperiencetypes.html#pageresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3568,"kind":4194304,"name":"Region","url":"modules/shopperexperience.shopperexperiencetypes.html#region","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3569,"kind":1,"name":"shopperGiftCertificates","url":"modules/shoppergiftcertificates.html","classes":"tsd-kind-module"},{"id":3570,"kind":32,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3571,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3572,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3573,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3574,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3575,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3576,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3577,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3578,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3579,"kind":128,"name":"ShopperGiftCertificates","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3580,"kind":512,"name":"constructor","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3581,"kind":2048,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#getgiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3582,"kind":1024,"name":"clientConfig","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3583,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3584,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3585,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3586,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3587,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3588,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3589,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3590,"kind":2,"name":"ShopperGiftCertificatesTypes","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3591,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3592,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3593,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3594,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3595,"kind":1,"name":"shopperLogin","url":"modules/shopperlogin.html","classes":"tsd-kind-module"},{"id":3596,"kind":32,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperLogin"},{"id":3597,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.html#granttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3598,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3599,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3600,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3601,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3602,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3603,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3604,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3605,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3606,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3607,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3608,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3609,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3610,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3611,"kind":128,"name":"ShopperLogin","url":"classes/shopperlogin.shopperlogin-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperLogin"},{"id":3612,"kind":512,"name":"constructor","url":"classes/shopperlogin.shopperlogin-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperLogin.ShopperLogin"},{"id":3613,"kind":2048,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authenticatecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3614,"kind":2048,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3615,"kind":2048,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizepasswordlesscustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3616,"kind":2048,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3617,"kind":2048,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#getjwksuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3618,"kind":2048,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordlessaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3619,"kind":2048,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordresettoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3620,"kind":2048,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getsessionbridgeaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3621,"kind":2048,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3622,"kind":2048,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentauthorizationtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3623,"kind":2048,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedsystemaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3624,"kind":2048,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#getuserinfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3625,"kind":2048,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#getwellknownopenidconfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3626,"kind":2048,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#introspecttoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3627,"kind":2048,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#logoutcustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3628,"kind":2048,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3629,"kind":2048,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3630,"kind":1024,"name":"clientConfig","url":"classes/shopperlogin.shopperlogin-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperLogin.ShopperLogin"},{"id":3631,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3632,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3633,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3634,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3635,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3636,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3637,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3638,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3639,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3640,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3641,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3642,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3643,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3644,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3645,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3646,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerBodyType"},{"id":3647,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3648,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.response_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3649,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3650,"kind":32,"name":"state","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.state","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3651,"kind":32,"name":"scope","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3652,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3653,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.channel_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3654,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.code_challenge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3655,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3656,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerBodyType"},{"id":3657,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.user_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3658,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.mode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3659,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3660,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.usid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3661,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.channel_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3662,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.callback_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3663,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3664,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenBodyType"},{"id":3665,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3666,"kind":32,"name":"code","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3667,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.usid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3668,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.grant_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3669,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.redirect_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3670,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.code_verifier","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3671,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.client_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3672,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.channel_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3673,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-2.dnt","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3674,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3675,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenBodyType"},{"id":3676,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3.grant_type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3677,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3.hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3678,"kind":32,"name":"pwdless_login_token","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3.pwdless_login_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3679,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3.client_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3680,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3.code_verifier-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3681,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-3.login_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3682,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3683,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenBodyType"},{"id":3684,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.user_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3685,"kind":32,"name":"mode","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.mode-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3686,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.channel_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3687,"kind":32,"name":"locale","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3688,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.client_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3689,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.code_challenge-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3690,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.callback_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3691,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.idp_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3692,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-4.hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3693,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3694,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType"},{"id":3695,"kind":32,"name":"code","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.code-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3696,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.client_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3697,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.channel_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3698,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.code_verifier-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3699,"kind":32,"name":"dwsid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.dwsid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3700,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.grant_type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3701,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.login_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3702,"kind":32,"name":"dwsgst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.dwsgst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3703,"kind":32,"name":"dwsrst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.dwsrst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3704,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.usid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3705,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-5.dnt-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3706,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3707,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType"},{"id":3708,"kind":32,"name":"agent_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.agent_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3709,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.client_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3710,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.channel_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3711,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.code_verifier-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3712,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.grant_type-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3713,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.login_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3714,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.idp_origin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3715,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.usid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3716,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.dnt-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3717,"kind":32,"name":"state","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-6.state-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3718,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3719,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType"},{"id":3720,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.usid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3721,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.grant_type-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3722,"kind":32,"name":"hint","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.hint-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3723,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.login_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3724,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.idp_origin-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3725,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.client_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3726,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.channel_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3727,"kind":32,"name":"email_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.email_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3728,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-7.dnt-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3729,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3730,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenBodyType"},{"id":3731,"kind":32,"name":"token","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-8.token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":3732,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-8.token_type_hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":3733,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3734,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordBodyType"},{"id":3735,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9.client_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3736,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9.pwd_action_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3737,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9.code_verifier-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3738,"kind":32,"name":"new_password","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9.new_password","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3739,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9.channel_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3740,"kind":32,"name":"hint","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-9.hint-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3741,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3742,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenBodyType"},{"id":3743,"kind":32,"name":"token","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-10.token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":3744,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-10.token_type_hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":3745,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3746,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3747,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3748,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3749,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3750,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3751,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3752,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3753,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3754,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3755,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3756,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3757,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3758,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3759,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3760,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3761,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3762,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3763,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3764,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3765,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3766,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3767,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3768,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3769,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3770,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3771,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3772,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3773,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3774,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3775,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3776,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3777,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3778,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3779,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3780,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3781,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3782,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3783,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3784,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3785,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3786,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3787,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3788,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3789,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3790,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3791,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3792,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3793,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3794,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3795,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3796,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3797,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3798,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3799,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3800,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3801,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3802,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3803,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3804,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3805,"kind":2,"name":"ShopperLoginTypes","url":"modules/shopperlogin.shopperlogintypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperLogin"},{"id":3806,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3807,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3808,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerscopeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3809,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3810,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3811,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3812,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3813,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3814,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3815,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3816,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3817,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3818,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3819,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3820,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3821,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3822,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3823,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3824,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3825,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3826,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3827,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3828,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3829,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#revoketokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3830,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3831,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.shopperlogintypes.html#granttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3832,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.shopperlogintypes.html#oauth2errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3833,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.shopperlogintypes.html#responsetype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3834,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3835,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3836,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.shopperlogintypes.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3837,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.shopperlogintypes.html#tokentype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":3838,"kind":1,"name":"shopperOrders","url":"modules/shopperorders.html","classes":"tsd-kind-module"},{"id":3839,"kind":32,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperOrders"},{"id":3840,"kind":4194304,"name":"NoValue","url":"modules/shopperorders.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3841,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperorders.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3842,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3843,"kind":4194304,"name":"Status","url":"modules/shopperorders.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3844,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3845,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3846,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3847,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3848,"kind":4194304,"name":"Discount","url":"modules/shopperorders.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3849,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3850,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3851,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3852,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3853,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3854,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3855,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3856,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3857,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3858,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3859,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3860,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3861,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3862,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3863,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3864,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3865,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3866,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3867,"kind":4194304,"name":"Basket","url":"modules/shopperorders.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3868,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3869,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3870,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperorders.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3871,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3872,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3873,"kind":4194304,"name":"Order","url":"modules/shopperorders.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3874,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3875,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3876,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3877,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3878,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3879,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3880,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3881,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3882,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3883,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3884,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3885,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3886,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3887,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3888,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3889,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":3890,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3891,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3892,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3893,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3894,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3895,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3896,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperorders.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3897,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3898,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperorders.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3899,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3900,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3901,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3902,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3903,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3904,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3905,"kind":16777216,"name":"NoValue","url":"modules/shopperorders.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3906,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3907,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3908,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3909,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3910,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3911,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3912,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3913,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3914,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3915,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3916,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3917,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3918,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3919,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3920,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3921,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3922,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3923,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3924,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3925,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3926,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3927,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3928,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3929,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3930,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3931,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3932,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3933,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3934,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3935,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3936,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3937,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3938,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3939,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3940,"kind":128,"name":"ShopperOrders","url":"classes/shopperorders.shopperorders-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperOrders"},{"id":3941,"kind":512,"name":"constructor","url":"classes/shopperorders.shopperorders-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperOrders.ShopperOrders"},{"id":3942,"kind":2048,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#createorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3943,"kind":2048,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#createpaymentinstrumentfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3944,"kind":2048,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#getorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3945,"kind":2048,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#getpaymentmethodsfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3946,"kind":2048,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#gettaxesfromorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3947,"kind":2048,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#guestorderlookup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3948,"kind":2048,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#removepaymentinstrumentfromorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3949,"kind":2048,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#updatepaymentinstrumentfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":3950,"kind":1024,"name":"clientConfig","url":"classes/shopperorders.shopperorders-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperOrders.ShopperOrders"},{"id":3951,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3952,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3953,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3954,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3955,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3956,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3957,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3958,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3959,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3960,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperorders.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3961,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3962,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperorders.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3963,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3964,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3965,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3966,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3967,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3968,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3969,"kind":16777216,"name":"NoValue","url":"modules/shopperorders.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3970,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3971,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3972,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3973,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3974,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3975,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3976,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3977,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3978,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3979,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3980,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3981,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3982,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3983,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3984,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3985,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3986,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3987,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3988,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3989,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3990,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3991,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3992,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3993,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3994,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3995,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3996,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3997,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3998,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":3999,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4000,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4001,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4002,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4003,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4004,"kind":2,"name":"ShopperOrdersTypes","url":"modules/shopperorders.shopperorderstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperOrders"},{"id":4005,"kind":4194304,"name":"Basket","url":"modules/shopperorders.shopperorderstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4006,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4007,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4008,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.shopperorderstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4009,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.shopperorderstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4010,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4011,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperorders.shopperorderstypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4012,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.shopperorderstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4013,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperorders.shopperorderstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4014,"kind":4194304,"name":"Discount","url":"modules/shopperorders.shopperorderstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4015,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4016,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.shopperorderstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4017,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.shopperorderstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4018,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.shopperorderstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4019,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.shopperorderstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4020,"kind":4194304,"name":"NoValue","url":"modules/shopperorders.shopperorderstypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4021,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.shopperorderstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4022,"kind":4194304,"name":"Order","url":"modules/shopperorders.shopperorderstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4023,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4024,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4025,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4026,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4027,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4028,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4029,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4030,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.shopperorderstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4031,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.shopperorderstypes.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4032,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4033,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4034,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4035,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.shopperorderstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4036,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.shopperorderstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4037,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.shopperorderstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4038,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.shopperorderstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4039,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.shopperorderstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4040,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.shopperorderstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4041,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.shopperorderstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4042,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4043,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4044,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.shopperorderstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4045,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4046,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.shopperorderstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4047,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4048,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.shopperorderstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4049,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.shopperorderstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4050,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.shopperorderstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4051,"kind":4194304,"name":"Status","url":"modules/shopperorders.shopperorderstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4052,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.shopperorderstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4053,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.shopperorderstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4054,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.shopperorderstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4055,"kind":1,"name":"shopperProducts","url":"modules/shopperproducts.html","classes":"tsd-kind-module"},{"id":4056,"kind":32,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperProducts"},{"id":4057,"kind":4194304,"name":"Image","url":"modules/shopperproducts.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4058,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4059,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4060,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4061,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4062,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4063,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4064,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4065,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4066,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4067,"kind":4194304,"name":"NoValue","url":"modules/shopperproducts.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4068,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperproducts.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4069,"kind":4194304,"name":"Master","url":"modules/shopperproducts.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4070,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4071,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4072,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4073,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4074,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4075,"kind":4194304,"name":"Option","url":"modules/shopperproducts.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4076,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4077,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4078,"kind":4194304,"name":"Product","url":"modules/shopperproducts.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4079,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4080,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4081,"kind":4194304,"name":"Category","url":"modules/shopperproducts.html#category-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4082,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4083,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperproducts.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4084,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4085,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4086,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4087,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4088,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4089,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4090,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4091,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperproducts.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4092,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperproducts.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4093,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4094,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4095,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4096,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4097,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4098,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4099,"kind":16777216,"name":"NoValue","url":"modules/shopperproducts.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4100,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4101,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4102,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4103,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4104,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4105,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4106,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4107,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4108,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4109,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4110,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4111,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4112,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4113,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4114,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4115,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4116,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4117,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4118,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4119,"kind":128,"name":"ShopperProducts","url":"classes/shopperproducts.shopperproducts-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperProducts"},{"id":4120,"kind":512,"name":"constructor","url":"classes/shopperproducts.shopperproducts-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperProducts.ShopperProducts"},{"id":4121,"kind":2048,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#getcategories","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4122,"kind":2048,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#getcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4123,"kind":2048,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#getproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4124,"kind":2048,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#getproducts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4125,"kind":1024,"name":"clientConfig","url":"classes/shopperproducts.shopperproducts-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperProducts.ShopperProducts"},{"id":4126,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4127,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4128,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4129,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4130,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4131,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4132,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4133,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4134,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4135,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4136,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4137,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4138,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4139,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4140,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4141,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4142,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4143,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4144,"kind":16777216,"name":"CurrencyCode","url":"modules/shopperproducts.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4145,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperproducts.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4146,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4147,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4148,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4149,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4150,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4151,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4152,"kind":16777216,"name":"NoValue","url":"modules/shopperproducts.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4153,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4154,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4155,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4156,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4157,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4158,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4159,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4160,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4161,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4162,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4163,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4164,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4165,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4166,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4167,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4168,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4169,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4170,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4171,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4172,"kind":2,"name":"ShopperProductsTypes","url":"modules/shopperproducts.shopperproductstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperProducts"},{"id":4173,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorieslevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4174,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorylevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4175,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4176,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4177,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.shopperproductstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4178,"kind":4194304,"name":"Category","url":"modules/shopperproducts.shopperproductstypes.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4179,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.shopperproductstypes.html#categoryresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4180,"kind":4194304,"name":"CurrencyCode","url":"modules/shopperproducts.shopperproductstypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4181,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperproducts.shopperproductstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4182,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.shopperproductstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4183,"kind":4194304,"name":"Image","url":"modules/shopperproducts.shopperproductstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4184,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.shopperproductstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4185,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.shopperproductstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4186,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.shopperproductstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4187,"kind":4194304,"name":"Master","url":"modules/shopperproducts.shopperproductstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4188,"kind":4194304,"name":"NoValue","url":"modules/shopperproducts.shopperproductstypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4189,"kind":4194304,"name":"Option","url":"modules/shopperproducts.shopperproductstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4190,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.shopperproductstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4191,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.shopperproductstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4192,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.shopperproductstypes.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4193,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.shopperproductstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4194,"kind":4194304,"name":"Product","url":"modules/shopperproducts.shopperproductstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4195,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.shopperproductstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4196,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.shopperproductstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4197,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.shopperproductstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4198,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.shopperproductstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4199,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.shopperproductstypes.html#productresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4200,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.shopperproductstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4201,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.shopperproductstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4202,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.shopperproductstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4203,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.shopperproductstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4204,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.shopperproductstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4205,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.shopperproductstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4206,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.shopperproductstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4207,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.shopperproductstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4208,"kind":1,"name":"shopperPromotions","url":"modules/shopperpromotions.html","classes":"tsd-kind-module"},{"id":4209,"kind":32,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4210,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4211,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4212,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4213,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4214,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4215,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4216,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4217,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4218,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4219,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4220,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4221,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4222,"kind":128,"name":"ShopperPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4223,"kind":512,"name":"constructor","url":"classes/shopperpromotions.shopperpromotions-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperPromotions.ShopperPromotions"},{"id":4224,"kind":2048,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":4225,"kind":2048,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotionsforcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":4226,"kind":1024,"name":"clientConfig","url":"classes/shopperpromotions.shopperpromotions-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperPromotions.ShopperPromotions"},{"id":4227,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4228,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4229,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4230,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4231,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4232,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4233,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4234,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4235,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4236,"kind":2,"name":"ShopperPromotionsTypes","url":"modules/shopperpromotions.shopperpromotionstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4237,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperpromotions.shopperpromotionstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4238,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.shopperpromotionstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4239,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.shopperpromotionstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4240,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4241,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4242,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.shopperpromotionstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4243,"kind":1,"name":"shopperSearch","url":"modules/shoppersearch.html","classes":"tsd-kind-module"},{"id":4244,"kind":32,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSearch"},{"id":4245,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4246,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4247,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4248,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4249,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4250,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4251,"kind":4194304,"name":"NoValue","url":"modules/shoppersearch.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4252,"kind":4194304,"name":"CurrencyCode","url":"modules/shoppersearch.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4253,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4254,"kind":4194304,"name":"DefaultFallback","url":"modules/shoppersearch.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4255,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4256,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4257,"kind":4194304,"name":"Image","url":"modules/shoppersearch.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4258,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4259,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4260,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4261,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4262,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4263,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4264,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4265,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4266,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4267,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.html#productref-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4268,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4269,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4270,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4271,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4272,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4273,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4274,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4275,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4276,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4277,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4278,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4279,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4280,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4281,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4282,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4283,"kind":16777216,"name":"CurrencyCode","url":"modules/shoppersearch.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4284,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4285,"kind":16777216,"name":"DefaultFallback","url":"modules/shoppersearch.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4286,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4287,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4288,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4289,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4290,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4291,"kind":16777216,"name":"NoValue","url":"modules/shoppersearch.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4292,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4293,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4294,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4295,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4296,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4297,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4298,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4299,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4300,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4301,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4302,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4303,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4304,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4305,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4306,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4307,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4308,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4309,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4310,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4311,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4312,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4313,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4314,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4315,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4316,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4317,"kind":128,"name":"ShopperSearch","url":"classes/shoppersearch.shoppersearch-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperSearch"},{"id":4318,"kind":512,"name":"constructor","url":"classes/shoppersearch.shoppersearch-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperSearch.ShopperSearch"},{"id":4319,"kind":2048,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#getsearchsuggestions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":4320,"kind":2048,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#productsearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":4321,"kind":1024,"name":"clientConfig","url":"classes/shoppersearch.shoppersearch-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperSearch.ShopperSearch"},{"id":4322,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4323,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4324,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4325,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4326,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4327,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4328,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4329,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4330,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4331,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4332,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4333,"kind":16777216,"name":"CurrencyCode","url":"modules/shoppersearch.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4334,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4335,"kind":16777216,"name":"DefaultFallback","url":"modules/shoppersearch.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4336,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4337,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4338,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4339,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4340,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4341,"kind":16777216,"name":"NoValue","url":"modules/shoppersearch.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4342,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4343,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4344,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4345,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4346,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4347,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4348,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4349,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4350,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4351,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4352,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4353,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4354,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4355,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4356,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4357,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4358,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4359,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4360,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4361,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4362,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4363,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4364,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4365,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4366,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4367,"kind":2,"name":"ShopperSearchTypes","url":"modules/shoppersearch.shoppersearchtypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSearch"},{"id":4368,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4369,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4370,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#brandsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4371,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#categorysuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4372,"kind":4194304,"name":"CurrencyCode","url":"modules/shoppersearch.shoppersearchtypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4373,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#customsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4374,"kind":4194304,"name":"DefaultFallback","url":"modules/shoppersearch.shoppersearchtypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4375,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.shoppersearchtypes.html#einsteinsuggestedphrases","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4376,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.shoppersearchtypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4377,"kind":4194304,"name":"Image","url":"modules/shoppersearch.shoppersearchtypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4378,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.shoppersearchtypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4379,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.shoppersearchtypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4380,"kind":4194304,"name":"NoValue","url":"modules/shoppersearch.shoppersearchtypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4381,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.shoppersearchtypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4382,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4383,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.shoppersearchtypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4384,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.shoppersearchtypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4385,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.shoppersearchtypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4386,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.shoppersearchtypes.html#productref","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4387,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4388,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4389,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4390,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4391,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchsortingoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4392,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#productsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4393,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.shoppersearchtypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4394,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4395,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedcategory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4396,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedphrase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4397,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4398,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterm","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4399,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterms","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4400,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.shoppersearchtypes.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4401,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.shoppersearchtypes.html#suggestionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4402,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.shoppersearchtypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4403,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.shoppersearchtypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4404,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.shoppersearchtypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4405,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.shoppersearchtypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4406,"kind":1,"name":"shopperSeo","url":"modules/shopperseo.html","classes":"tsd-kind-module"},{"id":4407,"kind":32,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSeo"},{"id":4408,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperseo.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4409,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4410,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4411,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4412,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperseo.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4413,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4414,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4415,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4416,"kind":128,"name":"ShopperSEO","url":"classes/shopperseo.shopperseo-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperSeo"},{"id":4417,"kind":512,"name":"constructor","url":"classes/shopperseo.shopperseo-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperSeo.ShopperSEO"},{"id":4418,"kind":2048,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#geturlmapping","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSeo.ShopperSEO"},{"id":4419,"kind":1024,"name":"clientConfig","url":"classes/shopperseo.shopperseo-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperSeo.ShopperSEO"},{"id":4420,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4421,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4422,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4423,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperseo.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4424,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4425,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4426,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4427,"kind":2,"name":"ShopperSEOTypes","url":"modules/shopperseo.shopperseotypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSeo"},{"id":4428,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperseo.shopperseotypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4429,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.shopperseotypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4430,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.shopperseotypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4431,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.shopperseotypes.html#urlmapping","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4432,"kind":1,"name":"shopperStores","url":"modules/shopperstores.html","classes":"tsd-kind-module"},{"id":4433,"kind":32,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperStores"},{"id":4434,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperstores.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4435,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4436,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4437,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4438,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4439,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4440,"kind":4194304,"name":"Store","url":"modules/shopperstores.html#store-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4441,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4442,"kind":4194304,"name":"Stores","url":"modules/shopperstores.html#stores-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4443,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperstores.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4444,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4445,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4446,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4447,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4448,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4449,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4450,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4451,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4452,"kind":128,"name":"ShopperStores","url":"classes/shopperstores.shopperstores-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperStores"},{"id":4453,"kind":512,"name":"constructor","url":"classes/shopperstores.shopperstores-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperStores.ShopperStores"},{"id":4454,"kind":2048,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#getstores","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":4455,"kind":2048,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#searchstores","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":4456,"kind":1024,"name":"clientConfig","url":"classes/shopperstores.shopperstores-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperStores.ShopperStores"},{"id":4457,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4458,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4459,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4460,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperstores.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4461,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4462,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4463,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4464,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4465,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4466,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4467,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4468,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4469,"kind":2,"name":"ShopperStoresTypes","url":"modules/shopperstores.shopperstorestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperStores"},{"id":4470,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperstores.shopperstorestypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4471,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.shopperstorestypes.html#distanceunit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4472,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.shopperstorestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4473,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.shopperstorestypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4474,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.shopperstorestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4475,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.shopperstorestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4476,"kind":4194304,"name":"Store","url":"modules/shopperstores.shopperstorestypes.html#store","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4477,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.shopperstorestypes.html#storeresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4478,"kind":4194304,"name":"Stores","url":"modules/shopperstores.shopperstorestypes.html#stores","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4479,"kind":1,"name":"slasAdmin","url":"modules/slasadmin.html","classes":"tsd-kind-module"},{"id":4480,"kind":32,"name":"defaultBaseUri","url":"modules/slasadmin.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"slasAdmin"},{"id":4481,"kind":4194304,"name":"Client","url":"modules/slasadmin.html#client-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4482,"kind":4194304,"name":"ClientListResponse","url":"modules/slasadmin.html#clientlistresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4483,"kind":4194304,"name":"ClientRequest","url":"modules/slasadmin.html#clientrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4484,"kind":4194304,"name":"ErrorResponse","url":"modules/slasadmin.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4485,"kind":4194304,"name":"IdentityProvider","url":"modules/slasadmin.html#identityprovider-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4486,"kind":4194304,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.html#identityprovidernameenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4487,"kind":4194304,"name":"IdentityProviderResponse","url":"modules/slasadmin.html#identityproviderresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4488,"kind":4194304,"name":"IdpListResponse","url":"modules/slasadmin.html#idplistresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4489,"kind":4194304,"name":"PasswordTemplateType","url":"modules/slasadmin.html#passwordtemplatetype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4490,"kind":4194304,"name":"PasswordTemplateActionType","url":"modules/slasadmin.html#passwordtemplateactiontype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4491,"kind":4194304,"name":"PasswordActionTemplate","url":"modules/slasadmin.html#passwordactiontemplate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4492,"kind":4194304,"name":"Tenant","url":"modules/slasadmin.html#tenant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4493,"kind":4194304,"name":"TenantTierEnum","url":"modules/slasadmin.html#tenanttierenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4494,"kind":4194304,"name":"TenantDto","url":"modules/slasadmin.html#tenantdto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4495,"kind":16777216,"name":"Client","url":"modules/slasadmin.html#client","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4496,"kind":16777216,"name":"ClientListResponse","url":"modules/slasadmin.html#clientlistresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4497,"kind":16777216,"name":"ClientRequest","url":"modules/slasadmin.html#clientrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4498,"kind":16777216,"name":"ErrorResponse","url":"modules/slasadmin.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4499,"kind":16777216,"name":"IdentityProvider","url":"modules/slasadmin.html#identityprovider","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4500,"kind":16777216,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.html#identityprovidernameenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4501,"kind":16777216,"name":"IdentityProviderResponse","url":"modules/slasadmin.html#identityproviderresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4502,"kind":16777216,"name":"IdpListResponse","url":"modules/slasadmin.html#idplistresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4503,"kind":16777216,"name":"PasswordActionTemplate","url":"modules/slasadmin.html#passwordactiontemplate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4504,"kind":16777216,"name":"PasswordTemplateActionType","url":"modules/slasadmin.html#passwordtemplateactiontype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4505,"kind":16777216,"name":"PasswordTemplateType","url":"modules/slasadmin.html#passwordtemplatetype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4506,"kind":16777216,"name":"Tenant","url":"modules/slasadmin.html#tenant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4507,"kind":16777216,"name":"TenantTierEnum","url":"modules/slasadmin.html#tenanttierenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4508,"kind":16777216,"name":"TenantDto","url":"modules/slasadmin.html#tenantdto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4509,"kind":128,"name":"SlasAdmin","url":"classes/slasadmin.slasadmin-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"slasAdmin"},{"id":4510,"kind":512,"name":"constructor","url":"classes/slasadmin.slasadmin-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"slasAdmin.SlasAdmin"},{"id":4511,"kind":2048,"name":"deleteClient","url":"classes/slasadmin.slasadmin-3.html#deleteclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4512,"kind":2048,"name":"deleteIdentityProvider","url":"classes/slasadmin.slasadmin-3.html#deleteidentityprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4513,"kind":2048,"name":"deletePwdlessTemplate","url":"classes/slasadmin.slasadmin-3.html#deletepwdlesstemplate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4514,"kind":2048,"name":"deleteShopper","url":"classes/slasadmin.slasadmin-3.html#deleteshopper","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4515,"kind":2048,"name":"registerClient","url":"classes/slasadmin.slasadmin-3.html#registerclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4516,"kind":2048,"name":"registerIdentityProvider","url":"classes/slasadmin.slasadmin-3.html#registeridentityprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4517,"kind":2048,"name":"registerPwdlessTemplate","url":"classes/slasadmin.slasadmin-3.html#registerpwdlesstemplate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4518,"kind":2048,"name":"registerTenant","url":"classes/slasadmin.slasadmin-3.html#registertenant","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4519,"kind":2048,"name":"retrieveClient","url":"classes/slasadmin.slasadmin-3.html#retrieveclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4520,"kind":2048,"name":"retrieveClients","url":"classes/slasadmin.slasadmin-3.html#retrieveclients","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4521,"kind":2048,"name":"retrieveIdentityProvider","url":"classes/slasadmin.slasadmin-3.html#retrieveidentityprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4522,"kind":2048,"name":"retrieveIdentityProviders","url":"classes/slasadmin.slasadmin-3.html#retrieveidentityproviders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4523,"kind":2048,"name":"retrievePwdlessTemplate","url":"classes/slasadmin.slasadmin-3.html#retrievepwdlesstemplate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4524,"kind":2048,"name":"retrieveTenant","url":"classes/slasadmin.slasadmin-3.html#retrievetenant","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4525,"kind":1024,"name":"clientConfig","url":"classes/slasadmin.slasadmin-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"slasAdmin.SlasAdmin"},{"id":4526,"kind":4194304,"name":"DeletePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.html#deletepwdlesstemplateactiontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4527,"kind":4194304,"name":"DeletePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.html#deletepwdlesstemplatetemplatetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4528,"kind":4194304,"name":"RetrievePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.html#retrievepwdlesstemplateactiontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4529,"kind":4194304,"name":"RetrievePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.html#retrievepwdlesstemplatetemplatetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4530,"kind":16777216,"name":"DeletePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.html#deletepwdlesstemplateactiontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4531,"kind":16777216,"name":"DeletePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.html#deletepwdlesstemplatetemplatetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4532,"kind":16777216,"name":"RetrievePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.html#retrievepwdlesstemplateactiontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4533,"kind":16777216,"name":"RetrievePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.html#retrievepwdlesstemplatetemplatetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4534,"kind":16777216,"name":"SlasAdmin","url":"modules/slasadmin.html#slasadmin-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4535,"kind":16777216,"name":"defaultBaseUri","url":"modules/slasadmin.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4536,"kind":16777216,"name":"DeletePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.html#deletepwdlesstemplateactiontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4537,"kind":16777216,"name":"DeletePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.html#deletepwdlesstemplatetemplatetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4538,"kind":16777216,"name":"RetrievePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.html#retrievepwdlesstemplateactiontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4539,"kind":16777216,"name":"RetrievePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.html#retrievepwdlesstemplatetemplatetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4540,"kind":16777216,"name":"SlasAdmin","url":"modules/slasadmin.html#slasadmin-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4541,"kind":16777216,"name":"Client","url":"modules/slasadmin.html#client-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4542,"kind":16777216,"name":"ClientListResponse","url":"modules/slasadmin.html#clientlistresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4543,"kind":16777216,"name":"ClientRequest","url":"modules/slasadmin.html#clientrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4544,"kind":16777216,"name":"ErrorResponse","url":"modules/slasadmin.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4545,"kind":16777216,"name":"IdentityProvider","url":"modules/slasadmin.html#identityprovider-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4546,"kind":16777216,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.html#identityprovidernameenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4547,"kind":16777216,"name":"IdentityProviderResponse","url":"modules/slasadmin.html#identityproviderresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4548,"kind":16777216,"name":"IdpListResponse","url":"modules/slasadmin.html#idplistresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4549,"kind":16777216,"name":"PasswordActionTemplate","url":"modules/slasadmin.html#passwordactiontemplate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4550,"kind":16777216,"name":"PasswordTemplateActionType","url":"modules/slasadmin.html#passwordtemplateactiontype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4551,"kind":16777216,"name":"PasswordTemplateType","url":"modules/slasadmin.html#passwordtemplatetype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4552,"kind":16777216,"name":"Tenant","url":"modules/slasadmin.html#tenant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4553,"kind":16777216,"name":"TenantTierEnum","url":"modules/slasadmin.html#tenanttierenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4554,"kind":16777216,"name":"TenantDto","url":"modules/slasadmin.html#tenantdto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4555,"kind":2,"name":"SlasAdminTypes","url":"modules/slasadmin.slasadmintypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"slasAdmin"},{"id":4556,"kind":4194304,"name":"DeletePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.slasadmintypes.html#deletepwdlesstemplateactiontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4557,"kind":4194304,"name":"DeletePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.slasadmintypes.html#deletepwdlesstemplatetemplatetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4558,"kind":4194304,"name":"RetrievePwdlessTemplateActionTypeEnum","url":"modules/slasadmin.slasadmintypes.html#retrievepwdlesstemplateactiontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4559,"kind":4194304,"name":"RetrievePwdlessTemplateTemplateTypeEnum","url":"modules/slasadmin.slasadmintypes.html#retrievepwdlesstemplatetemplatetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4560,"kind":4194304,"name":"Client","url":"modules/slasadmin.slasadmintypes.html#client","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4561,"kind":4194304,"name":"ClientListResponse","url":"modules/slasadmin.slasadmintypes.html#clientlistresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4562,"kind":4194304,"name":"ClientRequest","url":"modules/slasadmin.slasadmintypes.html#clientrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4563,"kind":4194304,"name":"ErrorResponse","url":"modules/slasadmin.slasadmintypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4564,"kind":4194304,"name":"IdentityProvider","url":"modules/slasadmin.slasadmintypes.html#identityprovider","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4565,"kind":4194304,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.slasadmintypes.html#identityprovidernameenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4566,"kind":4194304,"name":"IdentityProviderResponse","url":"modules/slasadmin.slasadmintypes.html#identityproviderresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4567,"kind":4194304,"name":"IdpListResponse","url":"modules/slasadmin.slasadmintypes.html#idplistresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4568,"kind":4194304,"name":"PasswordActionTemplate","url":"modules/slasadmin.slasadmintypes.html#passwordactiontemplate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4569,"kind":4194304,"name":"PasswordTemplateActionType","url":"modules/slasadmin.slasadmintypes.html#passwordtemplateactiontype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4570,"kind":4194304,"name":"PasswordTemplateType","url":"modules/slasadmin.slasadmintypes.html#passwordtemplatetype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4571,"kind":4194304,"name":"Tenant","url":"modules/slasadmin.slasadmintypes.html#tenant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4572,"kind":4194304,"name":"TenantTierEnum","url":"modules/slasadmin.slasadmintypes.html#tenanttierenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4573,"kind":4194304,"name":"TenantDto","url":"modules/slasadmin.slasadmintypes.html#tenantdto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4574,"kind":1,"name":"sourceCodeGroups","url":"modules/sourcecodegroups.html","classes":"tsd-kind-module"},{"id":4575,"kind":32,"name":"defaultBaseUri","url":"modules/sourcecodegroups.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4576,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4577,"kind":4194304,"name":"TermQuery","url":"modules/sourcecodegroups.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4578,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4579,"kind":4194304,"name":"NestedQuery","url":"modules/sourcecodegroups.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4580,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4581,"kind":4194304,"name":"BoolQuery","url":"modules/sourcecodegroups.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4582,"kind":4194304,"name":"FilteredQuery","url":"modules/sourcecodegroups.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4583,"kind":4194304,"name":"TextQuery","url":"modules/sourcecodegroups.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4584,"kind":4194304,"name":"Query","url":"modules/sourcecodegroups.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4585,"kind":4194304,"name":"QueryFilter","url":"modules/sourcecodegroups.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4586,"kind":4194304,"name":"TermFilter","url":"modules/sourcecodegroups.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4587,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4588,"kind":4194304,"name":"Range2Filter","url":"modules/sourcecodegroups.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4589,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4590,"kind":4194304,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4591,"kind":4194304,"name":"RangeFilterTo","url":"modules/sourcecodegroups.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4592,"kind":4194304,"name":"RangeFilter","url":"modules/sourcecodegroups.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4593,"kind":4194304,"name":"Filter","url":"modules/sourcecodegroups.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4594,"kind":4194304,"name":"BoolFilter","url":"modules/sourcecodegroups.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4595,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4596,"kind":4194304,"name":"ErrorResponse","url":"modules/sourcecodegroups.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4597,"kind":4194304,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4598,"kind":4194304,"name":"Sort","url":"modules/sourcecodegroups.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4599,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4600,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4601,"kind":4194304,"name":"ResultBase","url":"modules/sourcecodegroups.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4602,"kind":4194304,"name":"SearchRequest","url":"modules/sourcecodegroups.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4603,"kind":4194304,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.html#sourcecoderedirectinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4604,"kind":4194304,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.html#sourcecoderedirectinfolocationtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4605,"kind":4194304,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.html#sourcecodespecification-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4606,"kind":4194304,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.html#sourcecodegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4607,"kind":4194304,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.html#sourcecodegroupsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4608,"kind":16777216,"name":"BoolFilter","url":"modules/sourcecodegroups.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4609,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4610,"kind":16777216,"name":"BoolQuery","url":"modules/sourcecodegroups.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4611,"kind":16777216,"name":"ErrorResponse","url":"modules/sourcecodegroups.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4612,"kind":16777216,"name":"Filter","url":"modules/sourcecodegroups.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4613,"kind":16777216,"name":"FilteredQuery","url":"modules/sourcecodegroups.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4614,"kind":16777216,"name":"NestedQuery","url":"modules/sourcecodegroups.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4615,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4616,"kind":16777216,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4617,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4618,"kind":16777216,"name":"Query","url":"modules/sourcecodegroups.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4619,"kind":16777216,"name":"QueryFilter","url":"modules/sourcecodegroups.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4620,"kind":16777216,"name":"Range2Filter","url":"modules/sourcecodegroups.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4621,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4622,"kind":16777216,"name":"RangeFilter","url":"modules/sourcecodegroups.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4623,"kind":16777216,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4624,"kind":16777216,"name":"RangeFilterTo","url":"modules/sourcecodegroups.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4625,"kind":16777216,"name":"ResultBase","url":"modules/sourcecodegroups.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4626,"kind":16777216,"name":"SearchRequest","url":"modules/sourcecodegroups.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4627,"kind":16777216,"name":"Sort","url":"modules/sourcecodegroups.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4628,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4629,"kind":16777216,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.html#sourcecodegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4630,"kind":16777216,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.html#sourcecodegroupsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4631,"kind":16777216,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.html#sourcecoderedirectinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4632,"kind":16777216,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.html#sourcecoderedirectinfolocationtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4633,"kind":16777216,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.html#sourcecodespecification","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4634,"kind":16777216,"name":"TermFilter","url":"modules/sourcecodegroups.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4635,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4636,"kind":16777216,"name":"TermQuery","url":"modules/sourcecodegroups.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4637,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4638,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4639,"kind":16777216,"name":"TextQuery","url":"modules/sourcecodegroups.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4640,"kind":128,"name":"SourceCodeGroups","url":"classes/sourcecodegroups.sourcecodegroups-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4641,"kind":512,"name":"constructor","url":"classes/sourcecodegroups.sourcecodegroups-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4642,"kind":2048,"name":"createSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#createsourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4643,"kind":2048,"name":"deleteSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#deletesourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4644,"kind":2048,"name":"getSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#getsourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4645,"kind":2048,"name":"sourceCodeGroupsSearch","url":"classes/sourcecodegroups.sourcecodegroups-3.html#sourcecodegroupssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4646,"kind":2048,"name":"updateSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#updatesourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4647,"kind":1024,"name":"clientConfig","url":"classes/sourcecodegroups.sourcecodegroups-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4648,"kind":16777216,"name":"SourceCodeGroups","url":"modules/sourcecodegroups.html#sourcecodegroups-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4649,"kind":16777216,"name":"defaultBaseUri","url":"modules/sourcecodegroups.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4650,"kind":16777216,"name":"SourceCodeGroups","url":"modules/sourcecodegroups.html#sourcecodegroups-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4651,"kind":16777216,"name":"BoolFilter","url":"modules/sourcecodegroups.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4652,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4653,"kind":16777216,"name":"BoolQuery","url":"modules/sourcecodegroups.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4654,"kind":16777216,"name":"ErrorResponse","url":"modules/sourcecodegroups.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4655,"kind":16777216,"name":"Filter","url":"modules/sourcecodegroups.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4656,"kind":16777216,"name":"FilteredQuery","url":"modules/sourcecodegroups.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4657,"kind":16777216,"name":"NestedQuery","url":"modules/sourcecodegroups.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4658,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4659,"kind":16777216,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4660,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4661,"kind":16777216,"name":"Query","url":"modules/sourcecodegroups.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4662,"kind":16777216,"name":"QueryFilter","url":"modules/sourcecodegroups.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4663,"kind":16777216,"name":"Range2Filter","url":"modules/sourcecodegroups.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4664,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4665,"kind":16777216,"name":"RangeFilter","url":"modules/sourcecodegroups.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4666,"kind":16777216,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4667,"kind":16777216,"name":"RangeFilterTo","url":"modules/sourcecodegroups.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4668,"kind":16777216,"name":"ResultBase","url":"modules/sourcecodegroups.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4669,"kind":16777216,"name":"SearchRequest","url":"modules/sourcecodegroups.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4670,"kind":16777216,"name":"Sort","url":"modules/sourcecodegroups.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4671,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4672,"kind":16777216,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.html#sourcecodegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4673,"kind":16777216,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.html#sourcecodegroupsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4674,"kind":16777216,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.html#sourcecoderedirectinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4675,"kind":16777216,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.html#sourcecoderedirectinfolocationtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4676,"kind":16777216,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.html#sourcecodespecification-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4677,"kind":16777216,"name":"TermFilter","url":"modules/sourcecodegroups.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4678,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4679,"kind":16777216,"name":"TermQuery","url":"modules/sourcecodegroups.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4680,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4681,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4682,"kind":16777216,"name":"TextQuery","url":"modules/sourcecodegroups.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4683,"kind":2,"name":"SourceCodeGroupsTypes","url":"modules/sourcecodegroups.sourcecodegroupstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4684,"kind":4194304,"name":"BoolFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4685,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4686,"kind":4194304,"name":"BoolQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4687,"kind":4194304,"name":"ErrorResponse","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4688,"kind":4194304,"name":"Filter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4689,"kind":4194304,"name":"FilteredQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4690,"kind":4194304,"name":"NestedQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4691,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4692,"kind":4194304,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4693,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4694,"kind":4194304,"name":"Query","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4695,"kind":4194304,"name":"QueryFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4696,"kind":4194304,"name":"Range2Filter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4697,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4698,"kind":4194304,"name":"RangeFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4699,"kind":4194304,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4700,"kind":4194304,"name":"RangeFilterTo","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4701,"kind":4194304,"name":"ResultBase","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4702,"kind":4194304,"name":"SearchRequest","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4703,"kind":4194304,"name":"Sort","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4704,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4705,"kind":4194304,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecodegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4706,"kind":4194304,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecodegroupsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4707,"kind":4194304,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecoderedirectinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4708,"kind":4194304,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecoderedirectinfolocationtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4709,"kind":4194304,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecodespecification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4710,"kind":4194304,"name":"TermFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4711,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4712,"kind":4194304,"name":"TermQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4713,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4714,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4715,"kind":4194304,"name":"TextQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,35.876]],["parent/0",[]],["name/1",[1,43.899]],["parent/1",[0,3.578]],["name/2",[2,69.549]],["parent/2",[]],["name/3",[3,80.535]],["parent/3",[2,6.935]],["name/4",[4,80.535]],["parent/4",[2,6.935]],["name/5",[5,63.189]],["parent/5",[]],["name/6",[6,80.535]],["parent/6",[5,6.301]],["name/7",[7,75.426]],["parent/7",[8,7.522]],["name/8",[2,69.549]],["parent/8",[8,7.522]],["name/9",[9,80.535]],["parent/9",[5,6.301]],["name/10",[10,80.535]],["parent/10",[5,6.301]],["name/11",[11,80.535]],["parent/11",[5,6.301]],["name/12",[12,80.535]],["parent/12",[5,6.301]],["name/13",[13,80.535]],["parent/13",[5,6.301]],["name/14",[14,80.535]],["parent/14",[5,6.301]],["name/15",[15,48.616]],["parent/15",[0,3.578]],["name/16",[16,48.616]],["parent/16",[0,3.578]],["name/17",[17,48.616]],["parent/17",[0,3.578]],["name/18",[18,48.616]],["parent/18",[0,3.578]],["name/19",[19,48.616]],["parent/19",[0,3.578]],["name/20",[20,48.616]],["parent/20",[0,3.578]],["name/21",[21,48.616]],["parent/21",[0,3.578]],["name/22",[22,48.616]],["parent/22",[0,3.578]],["name/23",[23,48.616]],["parent/23",[0,3.578]],["name/24",[24,48.616]],["parent/24",[0,3.578]],["name/25",[25,48.616]],["parent/25",[0,3.578]],["name/26",[26,48.616]],["parent/26",[0,3.578]],["name/27",[27,48.616]],["parent/27",[0,3.578]],["name/28",[28,48.616]],["parent/28",[0,3.578]],["name/29",[29,48.616]],["parent/29",[0,3.578]],["name/30",[30,48.616]],["parent/30",[0,3.578]],["name/31",[31,48.616]],["parent/31",[0,3.578]],["name/32",[32,48.616]],["parent/32",[0,3.578]],["name/33",[33,48.616]],["parent/33",[0,3.578]],["name/34",[34,48.616]],["parent/34",[0,3.578]],["name/35",[35,59.332]],["parent/35",[0,3.578]],["name/36",[36,44.981]],["parent/36",[0,3.578]],["name/37",[37,48.616]],["parent/37",[0,3.578]],["name/38",[38,48.616]],["parent/38",[0,3.578]],["name/39",[39,48.616]],["parent/39",[0,3.578]],["name/40",[40,63.189]],["parent/40",[0,3.578]],["name/41",[41,63.189]],["parent/41",[0,3.578]],["name/42",[42,63.189]],["parent/42",[0,3.578]],["name/43",[43,63.189]],["parent/43",[0,3.578]],["name/44",[44,63.189]],["parent/44",[0,3.578]],["name/45",[45,63.189]],["parent/45",[0,3.578]],["name/46",[46,63.189]],["parent/46",[0,3.578]],["name/47",[47,63.189]],["parent/47",[0,3.578]],["name/48",[48,63.189]],["parent/48",[0,3.578]],["name/49",[49,59.332]],["parent/49",[0,3.578]],["name/50",[50,63.189]],["parent/50",[0,3.578]],["name/51",[51,63.189]],["parent/51",[0,3.578]],["name/52",[52,69.549]],["parent/52",[0,3.578]],["name/53",[53,43.563]],["parent/53",[0,3.578]],["name/54",[54,48.616]],["parent/54",[0,3.578]],["name/55",[33,48.616]],["parent/55",[0,3.578]],["name/56",[34,48.616]],["parent/56",[0,3.578]],["name/57",[20,48.616]],["parent/57",[0,3.578]],["name/58",[35,59.332]],["parent/58",[0,3.578]],["name/59",[32,48.616]],["parent/59",[0,3.578]],["name/60",[21,48.616]],["parent/60",[0,3.578]],["name/61",[18,48.616]],["parent/61",[0,3.578]],["name/62",[19,48.616]],["parent/62",[0,3.578]],["name/63",[36,44.981]],["parent/63",[0,3.578]],["name/64",[39,48.616]],["parent/64",[0,3.578]],["name/65",[49,59.332]],["parent/65",[0,3.578]],["name/66",[50,63.189]],["parent/66",[0,3.578]],["name/67",[51,63.189]],["parent/67",[0,3.578]],["name/68",[45,63.189]],["parent/68",[0,3.578]],["name/69",[47,63.189]],["parent/69",[0,3.578]],["name/70",[48,63.189]],["parent/70",[0,3.578]],["name/71",[46,63.189]],["parent/71",[0,3.578]],["name/72",[52,69.549]],["parent/72",[0,3.578]],["name/73",[23,48.616]],["parent/73",[0,3.578]],["name/74",[24,48.616]],["parent/74",[0,3.578]],["name/75",[27,48.616]],["parent/75",[0,3.578]],["name/76",[28,48.616]],["parent/76",[0,3.578]],["name/77",[31,48.616]],["parent/77",[0,3.578]],["name/78",[29,48.616]],["parent/78",[0,3.578]],["name/79",[30,48.616]],["parent/79",[0,3.578]],["name/80",[42,63.189]],["parent/80",[0,3.578]],["name/81",[43,63.189]],["parent/81",[0,3.578]],["name/82",[53,43.563]],["parent/82",[0,3.578]],["name/83",[44,63.189]],["parent/83",[0,3.578]],["name/84",[54,48.616]],["parent/84",[0,3.578]],["name/85",[37,48.616]],["parent/85",[0,3.578]],["name/86",[38,48.616]],["parent/86",[0,3.578]],["name/87",[40,63.189]],["parent/87",[0,3.578]],["name/88",[25,48.616]],["parent/88",[0,3.578]],["name/89",[26,48.616]],["parent/89",[0,3.578]],["name/90",[16,48.616]],["parent/90",[0,3.578]],["name/91",[17,48.616]],["parent/91",[0,3.578]],["name/92",[15,48.616]],["parent/92",[0,3.578]],["name/93",[22,48.616]],["parent/93",[0,3.578]],["name/94",[41,63.189]],["parent/94",[0,3.578]],["name/95",[0,35.876]],["parent/95",[0,3.578]],["name/96",[55,50.745]],["parent/96",[56,7.186]],["name/97",[57,80.535]],["parent/97",[56,7.186]],["name/98",[58,50.412]],["parent/98",[56,7.186]],["name/99",[0,35.876]],["parent/99",[0,3.578]],["name/100",[1,43.899]],["parent/100",[0,3.578]],["name/101",[0,35.876]],["parent/101",[0,3.578]],["name/102",[33,48.616]],["parent/102",[0,3.578]],["name/103",[34,48.616]],["parent/103",[0,3.578]],["name/104",[20,48.616]],["parent/104",[0,3.578]],["name/105",[35,59.332]],["parent/105",[0,3.578]],["name/106",[32,48.616]],["parent/106",[0,3.578]],["name/107",[21,48.616]],["parent/107",[0,3.578]],["name/108",[18,48.616]],["parent/108",[0,3.578]],["name/109",[19,48.616]],["parent/109",[0,3.578]],["name/110",[36,44.981]],["parent/110",[0,3.578]],["name/111",[39,48.616]],["parent/111",[0,3.578]],["name/112",[49,59.332]],["parent/112",[0,3.578]],["name/113",[50,63.189]],["parent/113",[0,3.578]],["name/114",[51,63.189]],["parent/114",[0,3.578]],["name/115",[45,63.189]],["parent/115",[0,3.578]],["name/116",[47,63.189]],["parent/116",[0,3.578]],["name/117",[48,63.189]],["parent/117",[0,3.578]],["name/118",[46,63.189]],["parent/118",[0,3.578]],["name/119",[52,69.549]],["parent/119",[0,3.578]],["name/120",[23,48.616]],["parent/120",[0,3.578]],["name/121",[24,48.616]],["parent/121",[0,3.578]],["name/122",[27,48.616]],["parent/122",[0,3.578]],["name/123",[28,48.616]],["parent/123",[0,3.578]],["name/124",[31,48.616]],["parent/124",[0,3.578]],["name/125",[29,48.616]],["parent/125",[0,3.578]],["name/126",[30,48.616]],["parent/126",[0,3.578]],["name/127",[42,63.189]],["parent/127",[0,3.578]],["name/128",[43,63.189]],["parent/128",[0,3.578]],["name/129",[53,43.563]],["parent/129",[0,3.578]],["name/130",[44,63.189]],["parent/130",[0,3.578]],["name/131",[54,48.616]],["parent/131",[0,3.578]],["name/132",[37,48.616]],["parent/132",[0,3.578]],["name/133",[38,48.616]],["parent/133",[0,3.578]],["name/134",[40,63.189]],["parent/134",[0,3.578]],["name/135",[25,48.616]],["parent/135",[0,3.578]],["name/136",[26,48.616]],["parent/136",[0,3.578]],["name/137",[16,48.616]],["parent/137",[0,3.578]],["name/138",[17,48.616]],["parent/138",[0,3.578]],["name/139",[15,48.616]],["parent/139",[0,3.578]],["name/140",[22,48.616]],["parent/140",[0,3.578]],["name/141",[41,63.189]],["parent/141",[0,3.578]],["name/142",[59,80.535]],["parent/142",[0,3.578]],["name/143",[33,48.616]],["parent/143",[60,4.744]],["name/144",[34,48.616]],["parent/144",[60,4.744]],["name/145",[20,48.616]],["parent/145",[60,4.744]],["name/146",[35,59.332]],["parent/146",[60,4.744]],["name/147",[32,48.616]],["parent/147",[60,4.744]],["name/148",[21,48.616]],["parent/148",[60,4.744]],["name/149",[18,48.616]],["parent/149",[60,4.744]],["name/150",[19,48.616]],["parent/150",[60,4.744]],["name/151",[36,44.981]],["parent/151",[60,4.744]],["name/152",[39,48.616]],["parent/152",[60,4.744]],["name/153",[49,59.332]],["parent/153",[60,4.744]],["name/154",[50,63.189]],["parent/154",[60,4.744]],["name/155",[51,63.189]],["parent/155",[60,4.744]],["name/156",[45,63.189]],["parent/156",[60,4.744]],["name/157",[47,63.189]],["parent/157",[60,4.744]],["name/158",[48,63.189]],["parent/158",[60,4.744]],["name/159",[46,63.189]],["parent/159",[60,4.744]],["name/160",[52,69.549]],["parent/160",[60,4.744]],["name/161",[23,48.616]],["parent/161",[60,4.744]],["name/162",[24,48.616]],["parent/162",[60,4.744]],["name/163",[27,48.616]],["parent/163",[60,4.744]],["name/164",[28,48.616]],["parent/164",[60,4.744]],["name/165",[31,48.616]],["parent/165",[60,4.744]],["name/166",[29,48.616]],["parent/166",[60,4.744]],["name/167",[30,48.616]],["parent/167",[60,4.744]],["name/168",[42,63.189]],["parent/168",[60,4.744]],["name/169",[43,63.189]],["parent/169",[60,4.744]],["name/170",[53,43.563]],["parent/170",[60,4.744]],["name/171",[44,63.189]],["parent/171",[60,4.744]],["name/172",[54,48.616]],["parent/172",[60,4.744]],["name/173",[37,48.616]],["parent/173",[60,4.744]],["name/174",[38,48.616]],["parent/174",[60,4.744]],["name/175",[40,63.189]],["parent/175",[60,4.744]],["name/176",[25,48.616]],["parent/176",[60,4.744]],["name/177",[26,48.616]],["parent/177",[60,4.744]],["name/178",[16,48.616]],["parent/178",[60,4.744]],["name/179",[17,48.616]],["parent/179",[60,4.744]],["name/180",[15,48.616]],["parent/180",[60,4.744]],["name/181",[22,48.616]],["parent/181",[60,4.744]],["name/182",[41,63.189]],["parent/182",[60,4.744]],["name/183",[61,38.791]],["parent/183",[]],["name/184",[1,43.899]],["parent/184",[61,3.868]],["name/185",[15,48.616]],["parent/185",[61,3.868]],["name/186",[16,48.616]],["parent/186",[61,3.868]],["name/187",[17,48.616]],["parent/187",[61,3.868]],["name/188",[18,48.616]],["parent/188",[61,3.868]],["name/189",[19,48.616]],["parent/189",[61,3.868]],["name/190",[20,48.616]],["parent/190",[61,3.868]],["name/191",[21,48.616]],["parent/191",[61,3.868]],["name/192",[22,48.616]],["parent/192",[61,3.868]],["name/193",[23,48.616]],["parent/193",[61,3.868]],["name/194",[24,48.616]],["parent/194",[61,3.868]],["name/195",[25,48.616]],["parent/195",[61,3.868]],["name/196",[26,48.616]],["parent/196",[61,3.868]],["name/197",[27,48.616]],["parent/197",[61,3.868]],["name/198",[28,48.616]],["parent/198",[61,3.868]],["name/199",[29,48.616]],["parent/199",[61,3.868]],["name/200",[30,48.616]],["parent/200",[61,3.868]],["name/201",[31,48.616]],["parent/201",[61,3.868]],["name/202",[32,48.616]],["parent/202",[61,3.868]],["name/203",[33,48.616]],["parent/203",[61,3.868]],["name/204",[34,48.616]],["parent/204",[61,3.868]],["name/205",[35,59.332]],["parent/205",[61,3.868]],["name/206",[37,48.616]],["parent/206",[61,3.868]],["name/207",[38,48.616]],["parent/207",[61,3.868]],["name/208",[62,69.549]],["parent/208",[61,3.868]],["name/209",[63,38.097]],["parent/209",[61,3.868]],["name/210",[36,44.981]],["parent/210",[61,3.868]],["name/211",[39,48.616]],["parent/211",[61,3.868]],["name/212",[53,43.563]],["parent/212",[61,3.868]],["name/213",[54,48.616]],["parent/213",[61,3.868]],["name/214",[33,48.616]],["parent/214",[61,3.868]],["name/215",[34,48.616]],["parent/215",[61,3.868]],["name/216",[20,48.616]],["parent/216",[61,3.868]],["name/217",[35,59.332]],["parent/217",[61,3.868]],["name/218",[62,69.549]],["parent/218",[61,3.868]],["name/219",[63,38.097]],["parent/219",[61,3.868]],["name/220",[32,48.616]],["parent/220",[61,3.868]],["name/221",[21,48.616]],["parent/221",[61,3.868]],["name/222",[18,48.616]],["parent/222",[61,3.868]],["name/223",[19,48.616]],["parent/223",[61,3.868]],["name/224",[36,44.981]],["parent/224",[61,3.868]],["name/225",[39,48.616]],["parent/225",[61,3.868]],["name/226",[23,48.616]],["parent/226",[61,3.868]],["name/227",[24,48.616]],["parent/227",[61,3.868]],["name/228",[27,48.616]],["parent/228",[61,3.868]],["name/229",[28,48.616]],["parent/229",[61,3.868]],["name/230",[31,48.616]],["parent/230",[61,3.868]],["name/231",[29,48.616]],["parent/231",[61,3.868]],["name/232",[30,48.616]],["parent/232",[61,3.868]],["name/233",[53,43.563]],["parent/233",[61,3.868]],["name/234",[54,48.616]],["parent/234",[61,3.868]],["name/235",[37,48.616]],["parent/235",[61,3.868]],["name/236",[38,48.616]],["parent/236",[61,3.868]],["name/237",[25,48.616]],["parent/237",[61,3.868]],["name/238",[26,48.616]],["parent/238",[61,3.868]],["name/239",[16,48.616]],["parent/239",[61,3.868]],["name/240",[17,48.616]],["parent/240",[61,3.868]],["name/241",[15,48.616]],["parent/241",[61,3.868]],["name/242",[22,48.616]],["parent/242",[61,3.868]],["name/243",[61,38.791]],["parent/243",[61,3.868]],["name/244",[55,50.745]],["parent/244",[64,6.426]],["name/245",[65,80.535]],["parent/245",[64,6.426]],["name/246",[66,80.535]],["parent/246",[64,6.426]],["name/247",[67,80.535]],["parent/247",[64,6.426]],["name/248",[68,80.535]],["parent/248",[64,6.426]],["name/249",[69,80.535]],["parent/249",[64,6.426]],["name/250",[58,50.412]],["parent/250",[64,6.426]],["name/251",[61,38.791]],["parent/251",[61,3.868]],["name/252",[1,43.899]],["parent/252",[61,3.868]],["name/253",[61,38.791]],["parent/253",[61,3.868]],["name/254",[33,48.616]],["parent/254",[61,3.868]],["name/255",[34,48.616]],["parent/255",[61,3.868]],["name/256",[20,48.616]],["parent/256",[61,3.868]],["name/257",[35,59.332]],["parent/257",[61,3.868]],["name/258",[62,69.549]],["parent/258",[61,3.868]],["name/259",[63,38.097]],["parent/259",[61,3.868]],["name/260",[32,48.616]],["parent/260",[61,3.868]],["name/261",[21,48.616]],["parent/261",[61,3.868]],["name/262",[18,48.616]],["parent/262",[61,3.868]],["name/263",[19,48.616]],["parent/263",[61,3.868]],["name/264",[36,44.981]],["parent/264",[61,3.868]],["name/265",[39,48.616]],["parent/265",[61,3.868]],["name/266",[23,48.616]],["parent/266",[61,3.868]],["name/267",[24,48.616]],["parent/267",[61,3.868]],["name/268",[27,48.616]],["parent/268",[61,3.868]],["name/269",[28,48.616]],["parent/269",[61,3.868]],["name/270",[31,48.616]],["parent/270",[61,3.868]],["name/271",[29,48.616]],["parent/271",[61,3.868]],["name/272",[30,48.616]],["parent/272",[61,3.868]],["name/273",[53,43.563]],["parent/273",[61,3.868]],["name/274",[54,48.616]],["parent/274",[61,3.868]],["name/275",[37,48.616]],["parent/275",[61,3.868]],["name/276",[38,48.616]],["parent/276",[61,3.868]],["name/277",[25,48.616]],["parent/277",[61,3.868]],["name/278",[26,48.616]],["parent/278",[61,3.868]],["name/279",[16,48.616]],["parent/279",[61,3.868]],["name/280",[17,48.616]],["parent/280",[61,3.868]],["name/281",[15,48.616]],["parent/281",[61,3.868]],["name/282",[22,48.616]],["parent/282",[61,3.868]],["name/283",[70,80.535]],["parent/283",[61,3.868]],["name/284",[33,48.616]],["parent/284",[71,5.06]],["name/285",[34,48.616]],["parent/285",[71,5.06]],["name/286",[20,48.616]],["parent/286",[71,5.06]],["name/287",[35,59.332]],["parent/287",[71,5.06]],["name/288",[62,69.549]],["parent/288",[71,5.06]],["name/289",[63,38.097]],["parent/289",[71,5.06]],["name/290",[32,48.616]],["parent/290",[71,5.06]],["name/291",[21,48.616]],["parent/291",[71,5.06]],["name/292",[18,48.616]],["parent/292",[71,5.06]],["name/293",[19,48.616]],["parent/293",[71,5.06]],["name/294",[36,44.981]],["parent/294",[71,5.06]],["name/295",[39,48.616]],["parent/295",[71,5.06]],["name/296",[23,48.616]],["parent/296",[71,5.06]],["name/297",[24,48.616]],["parent/297",[71,5.06]],["name/298",[27,48.616]],["parent/298",[71,5.06]],["name/299",[28,48.616]],["parent/299",[71,5.06]],["name/300",[31,48.616]],["parent/300",[71,5.06]],["name/301",[29,48.616]],["parent/301",[71,5.06]],["name/302",[30,48.616]],["parent/302",[71,5.06]],["name/303",[53,43.563]],["parent/303",[71,5.06]],["name/304",[54,48.616]],["parent/304",[71,5.06]],["name/305",[37,48.616]],["parent/305",[71,5.06]],["name/306",[38,48.616]],["parent/306",[71,5.06]],["name/307",[25,48.616]],["parent/307",[71,5.06]],["name/308",[26,48.616]],["parent/308",[71,5.06]],["name/309",[16,48.616]],["parent/309",[71,5.06]],["name/310",[17,48.616]],["parent/310",[71,5.06]],["name/311",[15,48.616]],["parent/311",[71,5.06]],["name/312",[22,48.616]],["parent/312",[71,5.06]],["name/313",[72,29.435]],["parent/313",[]],["name/314",[1,43.899]],["parent/314",[72,2.935]],["name/315",[15,48.616]],["parent/315",[72,2.935]],["name/316",[16,48.616]],["parent/316",[72,2.935]],["name/317",[17,48.616]],["parent/317",[72,2.935]],["name/318",[18,48.616]],["parent/318",[72,2.935]],["name/319",[19,48.616]],["parent/319",[72,2.935]],["name/320",[20,48.616]],["parent/320",[72,2.935]],["name/321",[21,48.616]],["parent/321",[72,2.935]],["name/322",[22,48.616]],["parent/322",[72,2.935]],["name/323",[23,48.616]],["parent/323",[72,2.935]],["name/324",[24,48.616]],["parent/324",[72,2.935]],["name/325",[25,48.616]],["parent/325",[72,2.935]],["name/326",[26,48.616]],["parent/326",[72,2.935]],["name/327",[27,48.616]],["parent/327",[72,2.935]],["name/328",[28,48.616]],["parent/328",[72,2.935]],["name/329",[29,48.616]],["parent/329",[72,2.935]],["name/330",[30,48.616]],["parent/330",[72,2.935]],["name/331",[31,48.616]],["parent/331",[72,2.935]],["name/332",[32,48.616]],["parent/332",[72,2.935]],["name/333",[33,48.616]],["parent/333",[72,2.935]],["name/334",[34,48.616]],["parent/334",[72,2.935]],["name/335",[73,69.549]],["parent/335",[72,2.935]],["name/336",[74,69.549]],["parent/336",[72,2.935]],["name/337",[75,69.549]],["parent/337",[72,2.935]],["name/338",[76,69.549]],["parent/338",[72,2.935]],["name/339",[77,63.189]],["parent/339",[72,2.935]],["name/340",[37,48.616]],["parent/340",[72,2.935]],["name/341",[38,48.616]],["parent/341",[72,2.935]],["name/342",[78,69.549]],["parent/342",[72,2.935]],["name/343",[79,69.549]],["parent/343",[72,2.935]],["name/344",[80,69.549]],["parent/344",[72,2.935]],["name/345",[72,29.435]],["parent/345",[72,2.935]],["name/346",[81,69.549]],["parent/346",[72,2.935]],["name/347",[82,69.549]],["parent/347",[72,2.935]],["name/348",[83,69.549]],["parent/348",[72,2.935]],["name/349",[84,69.549]],["parent/349",[72,2.935]],["name/350",[85,63.189]],["parent/350",[72,2.935]],["name/351",[86,63.189]],["parent/351",[72,2.935]],["name/352",[87,69.549]],["parent/352",[72,2.935]],["name/353",[88,56.556]],["parent/353",[72,2.935]],["name/354",[89,63.189]],["parent/354",[72,2.935]],["name/355",[90,47.576]],["parent/355",[72,2.935]],["name/356",[91,47.576]],["parent/356",[72,2.935]],["name/357",[92,59.332]],["parent/357",[72,2.935]],["name/358",[93,63.189]],["parent/358",[72,2.935]],["name/359",[94,63.189]],["parent/359",[72,2.935]],["name/360",[95,63.189]],["parent/360",[72,2.935]],["name/361",[96,54.385]],["parent/361",[72,2.935]],["name/362",[97,54.385]],["parent/362",[72,2.935]],["name/363",[98,63.189]],["parent/363",[72,2.935]],["name/364",[99,54.385]],["parent/364",[72,2.935]],["name/365",[100,54.385]],["parent/365",[72,2.935]],["name/366",[101,54.385]],["parent/366",[72,2.935]],["name/367",[102,54.385]],["parent/367",[72,2.935]],["name/368",[103,63.189]],["parent/368",[72,2.935]],["name/369",[104,56.556]],["parent/369",[72,2.935]],["name/370",[105,69.549]],["parent/370",[72,2.935]],["name/371",[106,69.549]],["parent/371",[72,2.935]],["name/372",[107,69.549]],["parent/372",[72,2.935]],["name/373",[108,69.549]],["parent/373",[72,2.935]],["name/374",[109,69.549]],["parent/374",[72,2.935]],["name/375",[110,69.549]],["parent/375",[72,2.935]],["name/376",[111,69.549]],["parent/376",[72,2.935]],["name/377",[112,69.549]],["parent/377",[72,2.935]],["name/378",[63,38.097]],["parent/378",[72,2.935]],["name/379",[113,69.549]],["parent/379",[72,2.935]],["name/380",[114,69.549]],["parent/380",[72,2.935]],["name/381",[115,69.549]],["parent/381",[72,2.935]],["name/382",[116,69.549]],["parent/382",[72,2.935]],["name/383",[117,69.549]],["parent/383",[72,2.935]],["name/384",[118,69.549]],["parent/384",[72,2.935]],["name/385",[119,69.549]],["parent/385",[72,2.935]],["name/386",[36,44.981]],["parent/386",[72,2.935]],["name/387",[39,48.616]],["parent/387",[72,2.935]],["name/388",[53,43.563]],["parent/388",[72,2.935]],["name/389",[120,69.549]],["parent/389",[72,2.935]],["name/390",[121,69.549]],["parent/390",[72,2.935]],["name/391",[122,69.549]],["parent/391",[72,2.935]],["name/392",[123,69.549]],["parent/392",[72,2.935]],["name/393",[54,48.616]],["parent/393",[72,2.935]],["name/394",[33,48.616]],["parent/394",[72,2.935]],["name/395",[34,48.616]],["parent/395",[72,2.935]],["name/396",[20,48.616]],["parent/396",[72,2.935]],["name/397",[76,69.549]],["parent/397",[72,2.935]],["name/398",[77,63.189]],["parent/398",[72,2.935]],["name/399",[78,69.549]],["parent/399",[72,2.935]],["name/400",[79,69.549]],["parent/400",[72,2.935]],["name/401",[80,69.549]],["parent/401",[72,2.935]],["name/402",[72,29.435]],["parent/402",[72,2.935]],["name/403",[87,69.549]],["parent/403",[72,2.935]],["name/404",[86,63.189]],["parent/404",[72,2.935]],["name/405",[105,69.549]],["parent/405",[72,2.935]],["name/406",[106,69.549]],["parent/406",[72,2.935]],["name/407",[107,69.549]],["parent/407",[72,2.935]],["name/408",[108,69.549]],["parent/408",[72,2.935]],["name/409",[109,69.549]],["parent/409",[72,2.935]],["name/410",[110,69.549]],["parent/410",[72,2.935]],["name/411",[111,69.549]],["parent/411",[72,2.935]],["name/412",[112,69.549]],["parent/412",[72,2.935]],["name/413",[91,47.576]],["parent/413",[72,2.935]],["name/414",[63,38.097]],["parent/414",[72,2.935]],["name/415",[113,69.549]],["parent/415",[72,2.935]],["name/416",[114,69.549]],["parent/416",[72,2.935]],["name/417",[115,69.549]],["parent/417",[72,2.935]],["name/418",[116,69.549]],["parent/418",[72,2.935]],["name/419",[117,69.549]],["parent/419",[72,2.935]],["name/420",[118,69.549]],["parent/420",[72,2.935]],["name/421",[119,69.549]],["parent/421",[72,2.935]],["name/422",[32,48.616]],["parent/422",[72,2.935]],["name/423",[21,48.616]],["parent/423",[72,2.935]],["name/424",[102,54.385]],["parent/424",[72,2.935]],["name/425",[103,63.189]],["parent/425",[72,2.935]],["name/426",[88,56.556]],["parent/426",[72,2.935]],["name/427",[89,63.189]],["parent/427",[72,2.935]],["name/428",[92,59.332]],["parent/428",[72,2.935]],["name/429",[18,48.616]],["parent/429",[72,2.935]],["name/430",[19,48.616]],["parent/430",[72,2.935]],["name/431",[90,47.576]],["parent/431",[72,2.935]],["name/432",[36,44.981]],["parent/432",[72,2.935]],["name/433",[39,48.616]],["parent/433",[72,2.935]],["name/434",[85,63.189]],["parent/434",[72,2.935]],["name/435",[104,56.556]],["parent/435",[72,2.935]],["name/436",[94,63.189]],["parent/436",[72,2.935]],["name/437",[95,63.189]],["parent/437",[72,2.935]],["name/438",[93,63.189]],["parent/438",[72,2.935]],["name/439",[101,54.385]],["parent/439",[72,2.935]],["name/440",[23,48.616]],["parent/440",[72,2.935]],["name/441",[24,48.616]],["parent/441",[72,2.935]],["name/442",[27,48.616]],["parent/442",[72,2.935]],["name/443",[28,48.616]],["parent/443",[72,2.935]],["name/444",[31,48.616]],["parent/444",[72,2.935]],["name/445",[29,48.616]],["parent/445",[72,2.935]],["name/446",[30,48.616]],["parent/446",[72,2.935]],["name/447",[53,43.563]],["parent/447",[72,2.935]],["name/448",[120,69.549]],["parent/448",[72,2.935]],["name/449",[121,69.549]],["parent/449",[72,2.935]],["name/450",[122,69.549]],["parent/450",[72,2.935]],["name/451",[123,69.549]],["parent/451",[72,2.935]],["name/452",[54,48.616]],["parent/452",[72,2.935]],["name/453",[74,69.549]],["parent/453",[72,2.935]],["name/454",[75,69.549]],["parent/454",[72,2.935]],["name/455",[73,69.549]],["parent/455",[72,2.935]],["name/456",[37,48.616]],["parent/456",[72,2.935]],["name/457",[38,48.616]],["parent/457",[72,2.935]],["name/458",[83,69.549]],["parent/458",[72,2.935]],["name/459",[84,69.549]],["parent/459",[72,2.935]],["name/460",[81,69.549]],["parent/460",[72,2.935]],["name/461",[82,69.549]],["parent/461",[72,2.935]],["name/462",[25,48.616]],["parent/462",[72,2.935]],["name/463",[26,48.616]],["parent/463",[72,2.935]],["name/464",[16,48.616]],["parent/464",[72,2.935]],["name/465",[17,48.616]],["parent/465",[72,2.935]],["name/466",[15,48.616]],["parent/466",[72,2.935]],["name/467",[22,48.616]],["parent/467",[72,2.935]],["name/468",[99,54.385]],["parent/468",[72,2.935]],["name/469",[97,54.385]],["parent/469",[72,2.935]],["name/470",[98,63.189]],["parent/470",[72,2.935]],["name/471",[96,54.385]],["parent/471",[72,2.935]],["name/472",[100,54.385]],["parent/472",[72,2.935]],["name/473",[124,72.062]],["parent/473",[72,2.935]],["name/474",[55,50.745]],["parent/474",[125,4.904]],["name/475",[126,80.535]],["parent/475",[125,4.904]],["name/476",[127,80.535]],["parent/476",[125,4.904]],["name/477",[128,80.535]],["parent/477",[125,4.904]],["name/478",[129,80.535]],["parent/478",[125,4.904]],["name/479",[130,80.535]],["parent/479",[125,4.904]],["name/480",[131,80.535]],["parent/480",[125,4.904]],["name/481",[132,80.535]],["parent/481",[125,4.904]],["name/482",[133,80.535]],["parent/482",[125,4.904]],["name/483",[134,80.535]],["parent/483",[125,4.904]],["name/484",[135,80.535]],["parent/484",[125,4.904]],["name/485",[136,80.535]],["parent/485",[125,4.904]],["name/486",[137,80.535]],["parent/486",[125,4.904]],["name/487",[138,80.535]],["parent/487",[125,4.904]],["name/488",[139,80.535]],["parent/488",[125,4.904]],["name/489",[140,80.535]],["parent/489",[125,4.904]],["name/490",[141,80.535]],["parent/490",[125,4.904]],["name/491",[142,80.535]],["parent/491",[125,4.904]],["name/492",[143,80.535]],["parent/492",[125,4.904]],["name/493",[144,80.535]],["parent/493",[125,4.904]],["name/494",[145,80.535]],["parent/494",[125,4.904]],["name/495",[146,80.535]],["parent/495",[125,4.904]],["name/496",[147,80.535]],["parent/496",[125,4.904]],["name/497",[148,80.535]],["parent/497",[125,4.904]],["name/498",[149,80.535]],["parent/498",[125,4.904]],["name/499",[150,80.535]],["parent/499",[125,4.904]],["name/500",[151,80.535]],["parent/500",[125,4.904]],["name/501",[152,80.535]],["parent/501",[125,4.904]],["name/502",[153,80.535]],["parent/502",[125,4.904]],["name/503",[154,80.535]],["parent/503",[125,4.904]],["name/504",[155,80.535]],["parent/504",[125,4.904]],["name/505",[156,80.535]],["parent/505",[125,4.904]],["name/506",[157,80.535]],["parent/506",[125,4.904]],["name/507",[58,50.412]],["parent/507",[125,4.904]],["name/508",[124,72.062]],["parent/508",[72,2.935]],["name/509",[1,43.899]],["parent/509",[72,2.935]],["name/510",[124,72.062]],["parent/510",[72,2.935]],["name/511",[33,48.616]],["parent/511",[72,2.935]],["name/512",[34,48.616]],["parent/512",[72,2.935]],["name/513",[20,48.616]],["parent/513",[72,2.935]],["name/514",[76,69.549]],["parent/514",[72,2.935]],["name/515",[77,63.189]],["parent/515",[72,2.935]],["name/516",[78,69.549]],["parent/516",[72,2.935]],["name/517",[79,69.549]],["parent/517",[72,2.935]],["name/518",[80,69.549]],["parent/518",[72,2.935]],["name/519",[72,29.435]],["parent/519",[72,2.935]],["name/520",[87,69.549]],["parent/520",[72,2.935]],["name/521",[86,63.189]],["parent/521",[72,2.935]],["name/522",[105,69.549]],["parent/522",[72,2.935]],["name/523",[106,69.549]],["parent/523",[72,2.935]],["name/524",[107,69.549]],["parent/524",[72,2.935]],["name/525",[108,69.549]],["parent/525",[72,2.935]],["name/526",[109,69.549]],["parent/526",[72,2.935]],["name/527",[110,69.549]],["parent/527",[72,2.935]],["name/528",[111,69.549]],["parent/528",[72,2.935]],["name/529",[112,69.549]],["parent/529",[72,2.935]],["name/530",[91,47.576]],["parent/530",[72,2.935]],["name/531",[63,38.097]],["parent/531",[72,2.935]],["name/532",[113,69.549]],["parent/532",[72,2.935]],["name/533",[114,69.549]],["parent/533",[72,2.935]],["name/534",[115,69.549]],["parent/534",[72,2.935]],["name/535",[116,69.549]],["parent/535",[72,2.935]],["name/536",[117,69.549]],["parent/536",[72,2.935]],["name/537",[118,69.549]],["parent/537",[72,2.935]],["name/538",[119,69.549]],["parent/538",[72,2.935]],["name/539",[32,48.616]],["parent/539",[72,2.935]],["name/540",[21,48.616]],["parent/540",[72,2.935]],["name/541",[102,54.385]],["parent/541",[72,2.935]],["name/542",[103,63.189]],["parent/542",[72,2.935]],["name/543",[88,56.556]],["parent/543",[72,2.935]],["name/544",[89,63.189]],["parent/544",[72,2.935]],["name/545",[92,59.332]],["parent/545",[72,2.935]],["name/546",[18,48.616]],["parent/546",[72,2.935]],["name/547",[19,48.616]],["parent/547",[72,2.935]],["name/548",[90,47.576]],["parent/548",[72,2.935]],["name/549",[36,44.981]],["parent/549",[72,2.935]],["name/550",[39,48.616]],["parent/550",[72,2.935]],["name/551",[85,63.189]],["parent/551",[72,2.935]],["name/552",[104,56.556]],["parent/552",[72,2.935]],["name/553",[94,63.189]],["parent/553",[72,2.935]],["name/554",[95,63.189]],["parent/554",[72,2.935]],["name/555",[93,63.189]],["parent/555",[72,2.935]],["name/556",[101,54.385]],["parent/556",[72,2.935]],["name/557",[23,48.616]],["parent/557",[72,2.935]],["name/558",[24,48.616]],["parent/558",[72,2.935]],["name/559",[27,48.616]],["parent/559",[72,2.935]],["name/560",[28,48.616]],["parent/560",[72,2.935]],["name/561",[31,48.616]],["parent/561",[72,2.935]],["name/562",[29,48.616]],["parent/562",[72,2.935]],["name/563",[30,48.616]],["parent/563",[72,2.935]],["name/564",[53,43.563]],["parent/564",[72,2.935]],["name/565",[120,69.549]],["parent/565",[72,2.935]],["name/566",[121,69.549]],["parent/566",[72,2.935]],["name/567",[122,69.549]],["parent/567",[72,2.935]],["name/568",[123,69.549]],["parent/568",[72,2.935]],["name/569",[54,48.616]],["parent/569",[72,2.935]],["name/570",[74,69.549]],["parent/570",[72,2.935]],["name/571",[75,69.549]],["parent/571",[72,2.935]],["name/572",[73,69.549]],["parent/572",[72,2.935]],["name/573",[37,48.616]],["parent/573",[72,2.935]],["name/574",[38,48.616]],["parent/574",[72,2.935]],["name/575",[83,69.549]],["parent/575",[72,2.935]],["name/576",[84,69.549]],["parent/576",[72,2.935]],["name/577",[81,69.549]],["parent/577",[72,2.935]],["name/578",[82,69.549]],["parent/578",[72,2.935]],["name/579",[25,48.616]],["parent/579",[72,2.935]],["name/580",[26,48.616]],["parent/580",[72,2.935]],["name/581",[16,48.616]],["parent/581",[72,2.935]],["name/582",[17,48.616]],["parent/582",[72,2.935]],["name/583",[15,48.616]],["parent/583",[72,2.935]],["name/584",[22,48.616]],["parent/584",[72,2.935]],["name/585",[99,54.385]],["parent/585",[72,2.935]],["name/586",[97,54.385]],["parent/586",[72,2.935]],["name/587",[98,63.189]],["parent/587",[72,2.935]],["name/588",[96,54.385]],["parent/588",[72,2.935]],["name/589",[100,54.385]],["parent/589",[72,2.935]],["name/590",[158,80.535]],["parent/590",[72,2.935]],["name/591",[33,48.616]],["parent/591",[159,4.072]],["name/592",[34,48.616]],["parent/592",[159,4.072]],["name/593",[20,48.616]],["parent/593",[159,4.072]],["name/594",[76,69.549]],["parent/594",[159,4.072]],["name/595",[77,63.189]],["parent/595",[159,4.072]],["name/596",[78,69.549]],["parent/596",[159,4.072]],["name/597",[79,69.549]],["parent/597",[159,4.072]],["name/598",[80,69.549]],["parent/598",[159,4.072]],["name/599",[72,29.435]],["parent/599",[159,4.072]],["name/600",[87,69.549]],["parent/600",[159,4.072]],["name/601",[86,63.189]],["parent/601",[159,4.072]],["name/602",[105,69.549]],["parent/602",[159,4.072]],["name/603",[106,69.549]],["parent/603",[159,4.072]],["name/604",[107,69.549]],["parent/604",[159,4.072]],["name/605",[108,69.549]],["parent/605",[159,4.072]],["name/606",[109,69.549]],["parent/606",[159,4.072]],["name/607",[110,69.549]],["parent/607",[159,4.072]],["name/608",[111,69.549]],["parent/608",[159,4.072]],["name/609",[112,69.549]],["parent/609",[159,4.072]],["name/610",[91,47.576]],["parent/610",[159,4.072]],["name/611",[63,38.097]],["parent/611",[159,4.072]],["name/612",[113,69.549]],["parent/612",[159,4.072]],["name/613",[114,69.549]],["parent/613",[159,4.072]],["name/614",[115,69.549]],["parent/614",[159,4.072]],["name/615",[116,69.549]],["parent/615",[159,4.072]],["name/616",[117,69.549]],["parent/616",[159,4.072]],["name/617",[118,69.549]],["parent/617",[159,4.072]],["name/618",[119,69.549]],["parent/618",[159,4.072]],["name/619",[32,48.616]],["parent/619",[159,4.072]],["name/620",[21,48.616]],["parent/620",[159,4.072]],["name/621",[102,54.385]],["parent/621",[159,4.072]],["name/622",[103,63.189]],["parent/622",[159,4.072]],["name/623",[88,56.556]],["parent/623",[159,4.072]],["name/624",[89,63.189]],["parent/624",[159,4.072]],["name/625",[92,59.332]],["parent/625",[159,4.072]],["name/626",[18,48.616]],["parent/626",[159,4.072]],["name/627",[19,48.616]],["parent/627",[159,4.072]],["name/628",[90,47.576]],["parent/628",[159,4.072]],["name/629",[36,44.981]],["parent/629",[159,4.072]],["name/630",[39,48.616]],["parent/630",[159,4.072]],["name/631",[85,63.189]],["parent/631",[159,4.072]],["name/632",[104,56.556]],["parent/632",[159,4.072]],["name/633",[94,63.189]],["parent/633",[159,4.072]],["name/634",[95,63.189]],["parent/634",[159,4.072]],["name/635",[93,63.189]],["parent/635",[159,4.072]],["name/636",[101,54.385]],["parent/636",[159,4.072]],["name/637",[23,48.616]],["parent/637",[159,4.072]],["name/638",[24,48.616]],["parent/638",[159,4.072]],["name/639",[27,48.616]],["parent/639",[159,4.072]],["name/640",[28,48.616]],["parent/640",[159,4.072]],["name/641",[31,48.616]],["parent/641",[159,4.072]],["name/642",[29,48.616]],["parent/642",[159,4.072]],["name/643",[30,48.616]],["parent/643",[159,4.072]],["name/644",[53,43.563]],["parent/644",[159,4.072]],["name/645",[120,69.549]],["parent/645",[159,4.072]],["name/646",[121,69.549]],["parent/646",[159,4.072]],["name/647",[122,69.549]],["parent/647",[159,4.072]],["name/648",[123,69.549]],["parent/648",[159,4.072]],["name/649",[54,48.616]],["parent/649",[159,4.072]],["name/650",[74,69.549]],["parent/650",[159,4.072]],["name/651",[75,69.549]],["parent/651",[159,4.072]],["name/652",[73,69.549]],["parent/652",[159,4.072]],["name/653",[37,48.616]],["parent/653",[159,4.072]],["name/654",[38,48.616]],["parent/654",[159,4.072]],["name/655",[83,69.549]],["parent/655",[159,4.072]],["name/656",[84,69.549]],["parent/656",[159,4.072]],["name/657",[81,69.549]],["parent/657",[159,4.072]],["name/658",[82,69.549]],["parent/658",[159,4.072]],["name/659",[25,48.616]],["parent/659",[159,4.072]],["name/660",[26,48.616]],["parent/660",[159,4.072]],["name/661",[16,48.616]],["parent/661",[159,4.072]],["name/662",[17,48.616]],["parent/662",[159,4.072]],["name/663",[15,48.616]],["parent/663",[159,4.072]],["name/664",[22,48.616]],["parent/664",[159,4.072]],["name/665",[99,54.385]],["parent/665",[159,4.072]],["name/666",[97,54.385]],["parent/666",[159,4.072]],["name/667",[98,63.189]],["parent/667",[159,4.072]],["name/668",[96,54.385]],["parent/668",[159,4.072]],["name/669",[100,54.385]],["parent/669",[159,4.072]],["name/670",[160,25.36]],["parent/670",[]],["name/671",[1,43.899]],["parent/671",[160,2.529]],["name/672",[161,69.549]],["parent/672",[160,2.529]],["name/673",[162,69.549]],["parent/673",[160,2.529]],["name/674",[163,69.549]],["parent/674",[160,2.529]],["name/675",[164,69.549]],["parent/675",[160,2.529]],["name/676",[165,69.549]],["parent/676",[160,2.529]],["name/677",[166,69.549]],["parent/677",[160,2.529]],["name/678",[167,69.549]],["parent/678",[160,2.529]],["name/679",[168,69.549]],["parent/679",[160,2.529]],["name/680",[169,69.549]],["parent/680",[160,2.529]],["name/681",[170,69.549]],["parent/681",[160,2.529]],["name/682",[171,69.549]],["parent/682",[160,2.529]],["name/683",[172,69.549]],["parent/683",[160,2.529]],["name/684",[173,69.549]],["parent/684",[160,2.529]],["name/685",[174,69.549]],["parent/685",[160,2.529]],["name/686",[175,69.549]],["parent/686",[160,2.529]],["name/687",[176,69.549]],["parent/687",[160,2.529]],["name/688",[177,69.549]],["parent/688",[160,2.529]],["name/689",[178,69.549]],["parent/689",[160,2.529]],["name/690",[179,69.549]],["parent/690",[160,2.529]],["name/691",[180,69.549]],["parent/691",[160,2.529]],["name/692",[181,69.549]],["parent/692",[160,2.529]],["name/693",[182,69.549]],["parent/693",[160,2.529]],["name/694",[183,69.549]],["parent/694",[160,2.529]],["name/695",[184,69.549]],["parent/695",[160,2.529]],["name/696",[185,69.549]],["parent/696",[160,2.529]],["name/697",[186,69.549]],["parent/697",[160,2.529]],["name/698",[187,69.549]],["parent/698",[160,2.529]],["name/699",[188,69.549]],["parent/699",[160,2.529]],["name/700",[189,69.549]],["parent/700",[160,2.529]],["name/701",[190,69.549]],["parent/701",[160,2.529]],["name/702",[191,69.549]],["parent/702",[160,2.529]],["name/703",[192,69.549]],["parent/703",[160,2.529]],["name/704",[193,69.549]],["parent/704",[160,2.529]],["name/705",[194,69.549]],["parent/705",[160,2.529]],["name/706",[195,69.549]],["parent/706",[160,2.529]],["name/707",[196,69.549]],["parent/707",[160,2.529]],["name/708",[197,69.549]],["parent/708",[160,2.529]],["name/709",[198,69.549]],["parent/709",[160,2.529]],["name/710",[199,69.549]],["parent/710",[160,2.529]],["name/711",[200,69.549]],["parent/711",[160,2.529]],["name/712",[201,69.549]],["parent/712",[160,2.529]],["name/713",[202,69.549]],["parent/713",[160,2.529]],["name/714",[203,69.549]],["parent/714",[160,2.529]],["name/715",[204,69.549]],["parent/715",[160,2.529]],["name/716",[205,69.549]],["parent/716",[160,2.529]],["name/717",[206,69.549]],["parent/717",[160,2.529]],["name/718",[207,69.549]],["parent/718",[160,2.529]],["name/719",[208,69.549]],["parent/719",[160,2.529]],["name/720",[209,69.549]],["parent/720",[160,2.529]],["name/721",[210,69.549]],["parent/721",[160,2.529]],["name/722",[211,69.549]],["parent/722",[160,2.529]],["name/723",[212,69.549]],["parent/723",[160,2.529]],["name/724",[213,69.549]],["parent/724",[160,2.529]],["name/725",[214,69.549]],["parent/725",[160,2.529]],["name/726",[215,69.549]],["parent/726",[160,2.529]],["name/727",[216,69.549]],["parent/727",[160,2.529]],["name/728",[217,69.549]],["parent/728",[160,2.529]],["name/729",[218,69.549]],["parent/729",[160,2.529]],["name/730",[219,69.549]],["parent/730",[160,2.529]],["name/731",[220,69.549]],["parent/731",[160,2.529]],["name/732",[221,69.549]],["parent/732",[160,2.529]],["name/733",[222,69.549]],["parent/733",[160,2.529]],["name/734",[223,69.549]],["parent/734",[160,2.529]],["name/735",[224,69.549]],["parent/735",[160,2.529]],["name/736",[225,69.549]],["parent/736",[160,2.529]],["name/737",[226,69.549]],["parent/737",[160,2.529]],["name/738",[227,69.549]],["parent/738",[160,2.529]],["name/739",[228,69.549]],["parent/739",[160,2.529]],["name/740",[229,69.549]],["parent/740",[160,2.529]],["name/741",[230,69.549]],["parent/741",[160,2.529]],["name/742",[231,69.549]],["parent/742",[160,2.529]],["name/743",[232,69.549]],["parent/743",[160,2.529]],["name/744",[233,69.549]],["parent/744",[160,2.529]],["name/745",[234,69.549]],["parent/745",[160,2.529]],["name/746",[235,69.549]],["parent/746",[160,2.529]],["name/747",[236,69.549]],["parent/747",[160,2.529]],["name/748",[237,69.549]],["parent/748",[160,2.529]],["name/749",[238,69.549]],["parent/749",[160,2.529]],["name/750",[239,69.549]],["parent/750",[160,2.529]],["name/751",[240,69.549]],["parent/751",[160,2.529]],["name/752",[241,69.549]],["parent/752",[160,2.529]],["name/753",[242,69.549]],["parent/753",[160,2.529]],["name/754",[243,69.549]],["parent/754",[160,2.529]],["name/755",[244,69.549]],["parent/755",[160,2.529]],["name/756",[245,69.549]],["parent/756",[160,2.529]],["name/757",[246,69.549]],["parent/757",[160,2.529]],["name/758",[247,69.549]],["parent/758",[160,2.529]],["name/759",[248,69.549]],["parent/759",[160,2.529]],["name/760",[249,69.549]],["parent/760",[160,2.529]],["name/761",[250,69.549]],["parent/761",[160,2.529]],["name/762",[251,69.549]],["parent/762",[160,2.529]],["name/763",[252,69.549]],["parent/763",[160,2.529]],["name/764",[253,69.549]],["parent/764",[160,2.529]],["name/765",[254,69.549]],["parent/765",[160,2.529]],["name/766",[255,69.549]],["parent/766",[160,2.529]],["name/767",[256,69.549]],["parent/767",[160,2.529]],["name/768",[257,69.549]],["parent/768",[160,2.529]],["name/769",[258,69.549]],["parent/769",[160,2.529]],["name/770",[259,69.549]],["parent/770",[160,2.529]],["name/771",[260,69.549]],["parent/771",[160,2.529]],["name/772",[261,69.549]],["parent/772",[160,2.529]],["name/773",[262,69.549]],["parent/773",[160,2.529]],["name/774",[263,69.549]],["parent/774",[160,2.529]],["name/775",[264,69.549]],["parent/775",[160,2.529]],["name/776",[265,69.549]],["parent/776",[160,2.529]],["name/777",[266,69.549]],["parent/777",[160,2.529]],["name/778",[267,69.549]],["parent/778",[160,2.529]],["name/779",[268,69.549]],["parent/779",[160,2.529]],["name/780",[269,69.549]],["parent/780",[160,2.529]],["name/781",[270,69.549]],["parent/781",[160,2.529]],["name/782",[271,69.549]],["parent/782",[160,2.529]],["name/783",[272,69.549]],["parent/783",[160,2.529]],["name/784",[273,69.549]],["parent/784",[160,2.529]],["name/785",[274,69.549]],["parent/785",[160,2.529]],["name/786",[275,69.549]],["parent/786",[160,2.529]],["name/787",[276,69.549]],["parent/787",[160,2.529]],["name/788",[277,69.549]],["parent/788",[160,2.529]],["name/789",[278,69.549]],["parent/789",[160,2.529]],["name/790",[279,69.549]],["parent/790",[160,2.529]],["name/791",[280,69.549]],["parent/791",[160,2.529]],["name/792",[161,69.549]],["parent/792",[160,2.529]],["name/793",[162,69.549]],["parent/793",[160,2.529]],["name/794",[163,69.549]],["parent/794",[160,2.529]],["name/795",[164,69.549]],["parent/795",[160,2.529]],["name/796",[166,69.549]],["parent/796",[160,2.529]],["name/797",[167,69.549]],["parent/797",[160,2.529]],["name/798",[168,69.549]],["parent/798",[160,2.529]],["name/799",[169,69.549]],["parent/799",[160,2.529]],["name/800",[170,69.549]],["parent/800",[160,2.529]],["name/801",[171,69.549]],["parent/801",[160,2.529]],["name/802",[172,69.549]],["parent/802",[160,2.529]],["name/803",[173,69.549]],["parent/803",[160,2.529]],["name/804",[174,69.549]],["parent/804",[160,2.529]],["name/805",[175,69.549]],["parent/805",[160,2.529]],["name/806",[176,69.549]],["parent/806",[160,2.529]],["name/807",[179,69.549]],["parent/807",[160,2.529]],["name/808",[180,69.549]],["parent/808",[160,2.529]],["name/809",[181,69.549]],["parent/809",[160,2.529]],["name/810",[177,69.549]],["parent/810",[160,2.529]],["name/811",[178,69.549]],["parent/811",[160,2.529]],["name/812",[184,69.549]],["parent/812",[160,2.529]],["name/813",[182,69.549]],["parent/813",[160,2.529]],["name/814",[183,69.549]],["parent/814",[160,2.529]],["name/815",[185,69.549]],["parent/815",[160,2.529]],["name/816",[186,69.549]],["parent/816",[160,2.529]],["name/817",[187,69.549]],["parent/817",[160,2.529]],["name/818",[188,69.549]],["parent/818",[160,2.529]],["name/819",[190,69.549]],["parent/819",[160,2.529]],["name/820",[191,69.549]],["parent/820",[160,2.529]],["name/821",[165,69.549]],["parent/821",[160,2.529]],["name/822",[192,69.549]],["parent/822",[160,2.529]],["name/823",[193,69.549]],["parent/823",[160,2.529]],["name/824",[196,69.549]],["parent/824",[160,2.529]],["name/825",[197,69.549]],["parent/825",[160,2.529]],["name/826",[198,69.549]],["parent/826",[160,2.529]],["name/827",[200,69.549]],["parent/827",[160,2.529]],["name/828",[199,69.549]],["parent/828",[160,2.529]],["name/829",[194,69.549]],["parent/829",[160,2.529]],["name/830",[195,69.549]],["parent/830",[160,2.529]],["name/831",[201,69.549]],["parent/831",[160,2.529]],["name/832",[202,69.549]],["parent/832",[160,2.529]],["name/833",[203,69.549]],["parent/833",[160,2.529]],["name/834",[204,69.549]],["parent/834",[160,2.529]],["name/835",[206,69.549]],["parent/835",[160,2.529]],["name/836",[207,69.549]],["parent/836",[160,2.529]],["name/837",[205,69.549]],["parent/837",[160,2.529]],["name/838",[208,69.549]],["parent/838",[160,2.529]],["name/839",[209,69.549]],["parent/839",[160,2.529]],["name/840",[210,69.549]],["parent/840",[160,2.529]],["name/841",[211,69.549]],["parent/841",[160,2.529]],["name/842",[212,69.549]],["parent/842",[160,2.529]],["name/843",[213,69.549]],["parent/843",[160,2.529]],["name/844",[214,69.549]],["parent/844",[160,2.529]],["name/845",[215,69.549]],["parent/845",[160,2.529]],["name/846",[216,69.549]],["parent/846",[160,2.529]],["name/847",[218,69.549]],["parent/847",[160,2.529]],["name/848",[219,69.549]],["parent/848",[160,2.529]],["name/849",[220,69.549]],["parent/849",[160,2.529]],["name/850",[217,69.549]],["parent/850",[160,2.529]],["name/851",[223,69.549]],["parent/851",[160,2.529]],["name/852",[224,69.549]],["parent/852",[160,2.529]],["name/853",[225,69.549]],["parent/853",[160,2.529]],["name/854",[226,69.549]],["parent/854",[160,2.529]],["name/855",[221,69.549]],["parent/855",[160,2.529]],["name/856",[222,69.549]],["parent/856",[160,2.529]],["name/857",[229,69.549]],["parent/857",[160,2.529]],["name/858",[230,69.549]],["parent/858",[160,2.529]],["name/859",[228,69.549]],["parent/859",[160,2.529]],["name/860",[227,69.549]],["parent/860",[160,2.529]],["name/861",[231,69.549]],["parent/861",[160,2.529]],["name/862",[232,69.549]],["parent/862",[160,2.529]],["name/863",[233,69.549]],["parent/863",[160,2.529]],["name/864",[234,69.549]],["parent/864",[160,2.529]],["name/865",[235,69.549]],["parent/865",[160,2.529]],["name/866",[189,69.549]],["parent/866",[160,2.529]],["name/867",[237,69.549]],["parent/867",[160,2.529]],["name/868",[238,69.549]],["parent/868",[160,2.529]],["name/869",[236,69.549]],["parent/869",[160,2.529]],["name/870",[239,69.549]],["parent/870",[160,2.529]],["name/871",[240,69.549]],["parent/871",[160,2.529]],["name/872",[241,69.549]],["parent/872",[160,2.529]],["name/873",[242,69.549]],["parent/873",[160,2.529]],["name/874",[243,69.549]],["parent/874",[160,2.529]],["name/875",[244,69.549]],["parent/875",[160,2.529]],["name/876",[245,69.549]],["parent/876",[160,2.529]],["name/877",[246,69.549]],["parent/877",[160,2.529]],["name/878",[247,69.549]],["parent/878",[160,2.529]],["name/879",[248,69.549]],["parent/879",[160,2.529]],["name/880",[251,69.549]],["parent/880",[160,2.529]],["name/881",[252,69.549]],["parent/881",[160,2.529]],["name/882",[249,69.549]],["parent/882",[160,2.529]],["name/883",[250,69.549]],["parent/883",[160,2.529]],["name/884",[253,69.549]],["parent/884",[160,2.529]],["name/885",[254,69.549]],["parent/885",[160,2.529]],["name/886",[255,69.549]],["parent/886",[160,2.529]],["name/887",[256,69.549]],["parent/887",[160,2.529]],["name/888",[257,69.549]],["parent/888",[160,2.529]],["name/889",[258,69.549]],["parent/889",[160,2.529]],["name/890",[259,69.549]],["parent/890",[160,2.529]],["name/891",[260,69.549]],["parent/891",[160,2.529]],["name/892",[261,69.549]],["parent/892",[160,2.529]],["name/893",[262,69.549]],["parent/893",[160,2.529]],["name/894",[263,69.549]],["parent/894",[160,2.529]],["name/895",[264,69.549]],["parent/895",[160,2.529]],["name/896",[265,69.549]],["parent/896",[160,2.529]],["name/897",[266,69.549]],["parent/897",[160,2.529]],["name/898",[267,69.549]],["parent/898",[160,2.529]],["name/899",[268,69.549]],["parent/899",[160,2.529]],["name/900",[269,69.549]],["parent/900",[160,2.529]],["name/901",[270,69.549]],["parent/901",[160,2.529]],["name/902",[271,69.549]],["parent/902",[160,2.529]],["name/903",[272,69.549]],["parent/903",[160,2.529]],["name/904",[273,69.549]],["parent/904",[160,2.529]],["name/905",[274,69.549]],["parent/905",[160,2.529]],["name/906",[275,69.549]],["parent/906",[160,2.529]],["name/907",[276,69.549]],["parent/907",[160,2.529]],["name/908",[277,69.549]],["parent/908",[160,2.529]],["name/909",[278,69.549]],["parent/909",[160,2.529]],["name/910",[279,69.549]],["parent/910",[160,2.529]],["name/911",[280,69.549]],["parent/911",[160,2.529]],["name/912",[281,72.062]],["parent/912",[160,2.529]],["name/913",[55,50.745]],["parent/913",[282,4.206]],["name/914",[283,80.535]],["parent/914",[282,4.206]],["name/915",[284,80.535]],["parent/915",[282,4.206]],["name/916",[285,80.535]],["parent/916",[282,4.206]],["name/917",[286,80.535]],["parent/917",[282,4.206]],["name/918",[287,80.535]],["parent/918",[282,4.206]],["name/919",[288,80.535]],["parent/919",[282,4.206]],["name/920",[289,80.535]],["parent/920",[282,4.206]],["name/921",[290,80.535]],["parent/921",[282,4.206]],["name/922",[291,80.535]],["parent/922",[282,4.206]],["name/923",[292,80.535]],["parent/923",[282,4.206]],["name/924",[293,80.535]],["parent/924",[282,4.206]],["name/925",[294,80.535]],["parent/925",[282,4.206]],["name/926",[295,80.535]],["parent/926",[282,4.206]],["name/927",[296,80.535]],["parent/927",[282,4.206]],["name/928",[297,80.535]],["parent/928",[282,4.206]],["name/929",[298,80.535]],["parent/929",[282,4.206]],["name/930",[299,80.535]],["parent/930",[282,4.206]],["name/931",[300,80.535]],["parent/931",[282,4.206]],["name/932",[301,80.535]],["parent/932",[282,4.206]],["name/933",[302,80.535]],["parent/933",[282,4.206]],["name/934",[303,80.535]],["parent/934",[282,4.206]],["name/935",[304,80.535]],["parent/935",[282,4.206]],["name/936",[305,80.535]],["parent/936",[282,4.206]],["name/937",[306,80.535]],["parent/937",[282,4.206]],["name/938",[307,80.535]],["parent/938",[282,4.206]],["name/939",[308,80.535]],["parent/939",[282,4.206]],["name/940",[309,80.535]],["parent/940",[282,4.206]],["name/941",[310,80.535]],["parent/941",[282,4.206]],["name/942",[311,80.535]],["parent/942",[282,4.206]],["name/943",[312,80.535]],["parent/943",[282,4.206]],["name/944",[313,80.535]],["parent/944",[282,4.206]],["name/945",[314,80.535]],["parent/945",[282,4.206]],["name/946",[315,80.535]],["parent/946",[282,4.206]],["name/947",[316,80.535]],["parent/947",[282,4.206]],["name/948",[317,80.535]],["parent/948",[282,4.206]],["name/949",[318,80.535]],["parent/949",[282,4.206]],["name/950",[319,80.535]],["parent/950",[282,4.206]],["name/951",[320,80.535]],["parent/951",[282,4.206]],["name/952",[321,80.535]],["parent/952",[282,4.206]],["name/953",[322,80.535]],["parent/953",[282,4.206]],["name/954",[323,80.535]],["parent/954",[282,4.206]],["name/955",[324,80.535]],["parent/955",[282,4.206]],["name/956",[325,80.535]],["parent/956",[282,4.206]],["name/957",[326,80.535]],["parent/957",[282,4.206]],["name/958",[327,80.535]],["parent/958",[282,4.206]],["name/959",[328,80.535]],["parent/959",[282,4.206]],["name/960",[329,80.535]],["parent/960",[282,4.206]],["name/961",[330,80.535]],["parent/961",[282,4.206]],["name/962",[331,80.535]],["parent/962",[282,4.206]],["name/963",[332,80.535]],["parent/963",[282,4.206]],["name/964",[333,80.535]],["parent/964",[282,4.206]],["name/965",[334,80.535]],["parent/965",[282,4.206]],["name/966",[335,80.535]],["parent/966",[282,4.206]],["name/967",[336,80.535]],["parent/967",[282,4.206]],["name/968",[337,80.535]],["parent/968",[282,4.206]],["name/969",[338,80.535]],["parent/969",[282,4.206]],["name/970",[339,80.535]],["parent/970",[282,4.206]],["name/971",[340,80.535]],["parent/971",[282,4.206]],["name/972",[341,80.535]],["parent/972",[282,4.206]],["name/973",[342,80.535]],["parent/973",[282,4.206]],["name/974",[343,80.535]],["parent/974",[282,4.206]],["name/975",[344,80.535]],["parent/975",[282,4.206]],["name/976",[345,80.535]],["parent/976",[282,4.206]],["name/977",[346,80.535]],["parent/977",[282,4.206]],["name/978",[347,80.535]],["parent/978",[282,4.206]],["name/979",[348,80.535]],["parent/979",[282,4.206]],["name/980",[349,80.535]],["parent/980",[282,4.206]],["name/981",[58,50.412]],["parent/981",[282,4.206]],["name/982",[350,69.549]],["parent/982",[160,2.529]],["name/983",[351,69.549]],["parent/983",[160,2.529]],["name/984",[350,69.549]],["parent/984",[160,2.529]],["name/985",[351,69.549]],["parent/985",[160,2.529]],["name/986",[281,72.062]],["parent/986",[160,2.529]],["name/987",[1,43.899]],["parent/987",[160,2.529]],["name/988",[350,69.549]],["parent/988",[160,2.529]],["name/989",[351,69.549]],["parent/989",[160,2.529]],["name/990",[281,72.062]],["parent/990",[160,2.529]],["name/991",[161,69.549]],["parent/991",[160,2.529]],["name/992",[162,69.549]],["parent/992",[160,2.529]],["name/993",[163,69.549]],["parent/993",[160,2.529]],["name/994",[164,69.549]],["parent/994",[160,2.529]],["name/995",[166,69.549]],["parent/995",[160,2.529]],["name/996",[167,69.549]],["parent/996",[160,2.529]],["name/997",[168,69.549]],["parent/997",[160,2.529]],["name/998",[169,69.549]],["parent/998",[160,2.529]],["name/999",[170,69.549]],["parent/999",[160,2.529]],["name/1000",[171,69.549]],["parent/1000",[160,2.529]],["name/1001",[172,69.549]],["parent/1001",[160,2.529]],["name/1002",[173,69.549]],["parent/1002",[160,2.529]],["name/1003",[174,69.549]],["parent/1003",[160,2.529]],["name/1004",[175,69.549]],["parent/1004",[160,2.529]],["name/1005",[176,69.549]],["parent/1005",[160,2.529]],["name/1006",[179,69.549]],["parent/1006",[160,2.529]],["name/1007",[180,69.549]],["parent/1007",[160,2.529]],["name/1008",[181,69.549]],["parent/1008",[160,2.529]],["name/1009",[177,69.549]],["parent/1009",[160,2.529]],["name/1010",[178,69.549]],["parent/1010",[160,2.529]],["name/1011",[184,69.549]],["parent/1011",[160,2.529]],["name/1012",[182,69.549]],["parent/1012",[160,2.529]],["name/1013",[183,69.549]],["parent/1013",[160,2.529]],["name/1014",[185,69.549]],["parent/1014",[160,2.529]],["name/1015",[186,69.549]],["parent/1015",[160,2.529]],["name/1016",[187,69.549]],["parent/1016",[160,2.529]],["name/1017",[188,69.549]],["parent/1017",[160,2.529]],["name/1018",[190,69.549]],["parent/1018",[160,2.529]],["name/1019",[191,69.549]],["parent/1019",[160,2.529]],["name/1020",[165,69.549]],["parent/1020",[160,2.529]],["name/1021",[192,69.549]],["parent/1021",[160,2.529]],["name/1022",[193,69.549]],["parent/1022",[160,2.529]],["name/1023",[196,69.549]],["parent/1023",[160,2.529]],["name/1024",[197,69.549]],["parent/1024",[160,2.529]],["name/1025",[198,69.549]],["parent/1025",[160,2.529]],["name/1026",[200,69.549]],["parent/1026",[160,2.529]],["name/1027",[199,69.549]],["parent/1027",[160,2.529]],["name/1028",[194,69.549]],["parent/1028",[160,2.529]],["name/1029",[195,69.549]],["parent/1029",[160,2.529]],["name/1030",[201,69.549]],["parent/1030",[160,2.529]],["name/1031",[202,69.549]],["parent/1031",[160,2.529]],["name/1032",[203,69.549]],["parent/1032",[160,2.529]],["name/1033",[204,69.549]],["parent/1033",[160,2.529]],["name/1034",[206,69.549]],["parent/1034",[160,2.529]],["name/1035",[207,69.549]],["parent/1035",[160,2.529]],["name/1036",[205,69.549]],["parent/1036",[160,2.529]],["name/1037",[208,69.549]],["parent/1037",[160,2.529]],["name/1038",[209,69.549]],["parent/1038",[160,2.529]],["name/1039",[210,69.549]],["parent/1039",[160,2.529]],["name/1040",[211,69.549]],["parent/1040",[160,2.529]],["name/1041",[212,69.549]],["parent/1041",[160,2.529]],["name/1042",[213,69.549]],["parent/1042",[160,2.529]],["name/1043",[214,69.549]],["parent/1043",[160,2.529]],["name/1044",[215,69.549]],["parent/1044",[160,2.529]],["name/1045",[216,69.549]],["parent/1045",[160,2.529]],["name/1046",[218,69.549]],["parent/1046",[160,2.529]],["name/1047",[219,69.549]],["parent/1047",[160,2.529]],["name/1048",[220,69.549]],["parent/1048",[160,2.529]],["name/1049",[217,69.549]],["parent/1049",[160,2.529]],["name/1050",[223,69.549]],["parent/1050",[160,2.529]],["name/1051",[224,69.549]],["parent/1051",[160,2.529]],["name/1052",[225,69.549]],["parent/1052",[160,2.529]],["name/1053",[226,69.549]],["parent/1053",[160,2.529]],["name/1054",[221,69.549]],["parent/1054",[160,2.529]],["name/1055",[222,69.549]],["parent/1055",[160,2.529]],["name/1056",[229,69.549]],["parent/1056",[160,2.529]],["name/1057",[230,69.549]],["parent/1057",[160,2.529]],["name/1058",[228,69.549]],["parent/1058",[160,2.529]],["name/1059",[227,69.549]],["parent/1059",[160,2.529]],["name/1060",[231,69.549]],["parent/1060",[160,2.529]],["name/1061",[232,69.549]],["parent/1061",[160,2.529]],["name/1062",[233,69.549]],["parent/1062",[160,2.529]],["name/1063",[234,69.549]],["parent/1063",[160,2.529]],["name/1064",[235,69.549]],["parent/1064",[160,2.529]],["name/1065",[189,69.549]],["parent/1065",[160,2.529]],["name/1066",[237,69.549]],["parent/1066",[160,2.529]],["name/1067",[238,69.549]],["parent/1067",[160,2.529]],["name/1068",[236,69.549]],["parent/1068",[160,2.529]],["name/1069",[239,69.549]],["parent/1069",[160,2.529]],["name/1070",[240,69.549]],["parent/1070",[160,2.529]],["name/1071",[241,69.549]],["parent/1071",[160,2.529]],["name/1072",[242,69.549]],["parent/1072",[160,2.529]],["name/1073",[243,69.549]],["parent/1073",[160,2.529]],["name/1074",[244,69.549]],["parent/1074",[160,2.529]],["name/1075",[245,69.549]],["parent/1075",[160,2.529]],["name/1076",[246,69.549]],["parent/1076",[160,2.529]],["name/1077",[247,69.549]],["parent/1077",[160,2.529]],["name/1078",[248,69.549]],["parent/1078",[160,2.529]],["name/1079",[251,69.549]],["parent/1079",[160,2.529]],["name/1080",[252,69.549]],["parent/1080",[160,2.529]],["name/1081",[249,69.549]],["parent/1081",[160,2.529]],["name/1082",[250,69.549]],["parent/1082",[160,2.529]],["name/1083",[253,69.549]],["parent/1083",[160,2.529]],["name/1084",[254,69.549]],["parent/1084",[160,2.529]],["name/1085",[255,69.549]],["parent/1085",[160,2.529]],["name/1086",[256,69.549]],["parent/1086",[160,2.529]],["name/1087",[257,69.549]],["parent/1087",[160,2.529]],["name/1088",[258,69.549]],["parent/1088",[160,2.529]],["name/1089",[259,69.549]],["parent/1089",[160,2.529]],["name/1090",[260,69.549]],["parent/1090",[160,2.529]],["name/1091",[261,69.549]],["parent/1091",[160,2.529]],["name/1092",[262,69.549]],["parent/1092",[160,2.529]],["name/1093",[263,69.549]],["parent/1093",[160,2.529]],["name/1094",[264,69.549]],["parent/1094",[160,2.529]],["name/1095",[265,69.549]],["parent/1095",[160,2.529]],["name/1096",[266,69.549]],["parent/1096",[160,2.529]],["name/1097",[267,69.549]],["parent/1097",[160,2.529]],["name/1098",[268,69.549]],["parent/1098",[160,2.529]],["name/1099",[269,69.549]],["parent/1099",[160,2.529]],["name/1100",[270,69.549]],["parent/1100",[160,2.529]],["name/1101",[271,69.549]],["parent/1101",[160,2.529]],["name/1102",[272,69.549]],["parent/1102",[160,2.529]],["name/1103",[273,69.549]],["parent/1103",[160,2.529]],["name/1104",[274,69.549]],["parent/1104",[160,2.529]],["name/1105",[275,69.549]],["parent/1105",[160,2.529]],["name/1106",[276,69.549]],["parent/1106",[160,2.529]],["name/1107",[277,69.549]],["parent/1107",[160,2.529]],["name/1108",[278,69.549]],["parent/1108",[160,2.529]],["name/1109",[279,69.549]],["parent/1109",[160,2.529]],["name/1110",[280,69.549]],["parent/1110",[160,2.529]],["name/1111",[352,80.535]],["parent/1111",[160,2.529]],["name/1112",[350,69.549]],["parent/1112",[353,3.641]],["name/1113",[351,69.549]],["parent/1113",[353,3.641]],["name/1114",[161,69.549]],["parent/1114",[353,3.641]],["name/1115",[162,69.549]],["parent/1115",[353,3.641]],["name/1116",[163,69.549]],["parent/1116",[353,3.641]],["name/1117",[164,69.549]],["parent/1117",[353,3.641]],["name/1118",[166,69.549]],["parent/1118",[353,3.641]],["name/1119",[167,69.549]],["parent/1119",[353,3.641]],["name/1120",[168,69.549]],["parent/1120",[353,3.641]],["name/1121",[169,69.549]],["parent/1121",[353,3.641]],["name/1122",[170,69.549]],["parent/1122",[353,3.641]],["name/1123",[171,69.549]],["parent/1123",[353,3.641]],["name/1124",[172,69.549]],["parent/1124",[353,3.641]],["name/1125",[173,69.549]],["parent/1125",[353,3.641]],["name/1126",[174,69.549]],["parent/1126",[353,3.641]],["name/1127",[175,69.549]],["parent/1127",[353,3.641]],["name/1128",[176,69.549]],["parent/1128",[353,3.641]],["name/1129",[179,69.549]],["parent/1129",[353,3.641]],["name/1130",[180,69.549]],["parent/1130",[353,3.641]],["name/1131",[181,69.549]],["parent/1131",[353,3.641]],["name/1132",[177,69.549]],["parent/1132",[353,3.641]],["name/1133",[178,69.549]],["parent/1133",[353,3.641]],["name/1134",[184,69.549]],["parent/1134",[353,3.641]],["name/1135",[182,69.549]],["parent/1135",[353,3.641]],["name/1136",[183,69.549]],["parent/1136",[353,3.641]],["name/1137",[185,69.549]],["parent/1137",[353,3.641]],["name/1138",[186,69.549]],["parent/1138",[353,3.641]],["name/1139",[187,69.549]],["parent/1139",[353,3.641]],["name/1140",[188,69.549]],["parent/1140",[353,3.641]],["name/1141",[190,69.549]],["parent/1141",[353,3.641]],["name/1142",[191,69.549]],["parent/1142",[353,3.641]],["name/1143",[165,69.549]],["parent/1143",[353,3.641]],["name/1144",[192,69.549]],["parent/1144",[353,3.641]],["name/1145",[193,69.549]],["parent/1145",[353,3.641]],["name/1146",[196,69.549]],["parent/1146",[353,3.641]],["name/1147",[197,69.549]],["parent/1147",[353,3.641]],["name/1148",[198,69.549]],["parent/1148",[353,3.641]],["name/1149",[200,69.549]],["parent/1149",[353,3.641]],["name/1150",[199,69.549]],["parent/1150",[353,3.641]],["name/1151",[194,69.549]],["parent/1151",[353,3.641]],["name/1152",[195,69.549]],["parent/1152",[353,3.641]],["name/1153",[201,69.549]],["parent/1153",[353,3.641]],["name/1154",[202,69.549]],["parent/1154",[353,3.641]],["name/1155",[203,69.549]],["parent/1155",[353,3.641]],["name/1156",[204,69.549]],["parent/1156",[353,3.641]],["name/1157",[206,69.549]],["parent/1157",[353,3.641]],["name/1158",[207,69.549]],["parent/1158",[353,3.641]],["name/1159",[205,69.549]],["parent/1159",[353,3.641]],["name/1160",[208,69.549]],["parent/1160",[353,3.641]],["name/1161",[209,69.549]],["parent/1161",[353,3.641]],["name/1162",[210,69.549]],["parent/1162",[353,3.641]],["name/1163",[211,69.549]],["parent/1163",[353,3.641]],["name/1164",[212,69.549]],["parent/1164",[353,3.641]],["name/1165",[213,69.549]],["parent/1165",[353,3.641]],["name/1166",[214,69.549]],["parent/1166",[353,3.641]],["name/1167",[215,69.549]],["parent/1167",[353,3.641]],["name/1168",[216,69.549]],["parent/1168",[353,3.641]],["name/1169",[218,69.549]],["parent/1169",[353,3.641]],["name/1170",[219,69.549]],["parent/1170",[353,3.641]],["name/1171",[220,69.549]],["parent/1171",[353,3.641]],["name/1172",[217,69.549]],["parent/1172",[353,3.641]],["name/1173",[223,69.549]],["parent/1173",[353,3.641]],["name/1174",[224,69.549]],["parent/1174",[353,3.641]],["name/1175",[225,69.549]],["parent/1175",[353,3.641]],["name/1176",[226,69.549]],["parent/1176",[353,3.641]],["name/1177",[221,69.549]],["parent/1177",[353,3.641]],["name/1178",[222,69.549]],["parent/1178",[353,3.641]],["name/1179",[229,69.549]],["parent/1179",[353,3.641]],["name/1180",[230,69.549]],["parent/1180",[353,3.641]],["name/1181",[228,69.549]],["parent/1181",[353,3.641]],["name/1182",[227,69.549]],["parent/1182",[353,3.641]],["name/1183",[231,69.549]],["parent/1183",[353,3.641]],["name/1184",[232,69.549]],["parent/1184",[353,3.641]],["name/1185",[233,69.549]],["parent/1185",[353,3.641]],["name/1186",[234,69.549]],["parent/1186",[353,3.641]],["name/1187",[235,69.549]],["parent/1187",[353,3.641]],["name/1188",[189,69.549]],["parent/1188",[353,3.641]],["name/1189",[237,69.549]],["parent/1189",[353,3.641]],["name/1190",[238,69.549]],["parent/1190",[353,3.641]],["name/1191",[236,69.549]],["parent/1191",[353,3.641]],["name/1192",[239,69.549]],["parent/1192",[353,3.641]],["name/1193",[240,69.549]],["parent/1193",[353,3.641]],["name/1194",[241,69.549]],["parent/1194",[353,3.641]],["name/1195",[242,69.549]],["parent/1195",[353,3.641]],["name/1196",[243,69.549]],["parent/1196",[353,3.641]],["name/1197",[244,69.549]],["parent/1197",[353,3.641]],["name/1198",[245,69.549]],["parent/1198",[353,3.641]],["name/1199",[246,69.549]],["parent/1199",[353,3.641]],["name/1200",[247,69.549]],["parent/1200",[353,3.641]],["name/1201",[248,69.549]],["parent/1201",[353,3.641]],["name/1202",[251,69.549]],["parent/1202",[353,3.641]],["name/1203",[252,69.549]],["parent/1203",[353,3.641]],["name/1204",[249,69.549]],["parent/1204",[353,3.641]],["name/1205",[250,69.549]],["parent/1205",[353,3.641]],["name/1206",[253,69.549]],["parent/1206",[353,3.641]],["name/1207",[254,69.549]],["parent/1207",[353,3.641]],["name/1208",[255,69.549]],["parent/1208",[353,3.641]],["name/1209",[256,69.549]],["parent/1209",[353,3.641]],["name/1210",[257,69.549]],["parent/1210",[353,3.641]],["name/1211",[258,69.549]],["parent/1211",[353,3.641]],["name/1212",[259,69.549]],["parent/1212",[353,3.641]],["name/1213",[260,69.549]],["parent/1213",[353,3.641]],["name/1214",[261,69.549]],["parent/1214",[353,3.641]],["name/1215",[262,69.549]],["parent/1215",[353,3.641]],["name/1216",[263,69.549]],["parent/1216",[353,3.641]],["name/1217",[264,69.549]],["parent/1217",[353,3.641]],["name/1218",[265,69.549]],["parent/1218",[353,3.641]],["name/1219",[266,69.549]],["parent/1219",[353,3.641]],["name/1220",[267,69.549]],["parent/1220",[353,3.641]],["name/1221",[268,69.549]],["parent/1221",[353,3.641]],["name/1222",[269,69.549]],["parent/1222",[353,3.641]],["name/1223",[270,69.549]],["parent/1223",[353,3.641]],["name/1224",[271,69.549]],["parent/1224",[353,3.641]],["name/1225",[272,69.549]],["parent/1225",[353,3.641]],["name/1226",[273,69.549]],["parent/1226",[353,3.641]],["name/1227",[274,69.549]],["parent/1227",[353,3.641]],["name/1228",[275,69.549]],["parent/1228",[353,3.641]],["name/1229",[276,69.549]],["parent/1229",[353,3.641]],["name/1230",[277,69.549]],["parent/1230",[353,3.641]],["name/1231",[278,69.549]],["parent/1231",[353,3.641]],["name/1232",[279,69.549]],["parent/1232",[353,3.641]],["name/1233",[280,69.549]],["parent/1233",[353,3.641]],["name/1234",[354,53.019]],["parent/1234",[]],["name/1235",[1,43.899]],["parent/1235",[354,5.287]],["name/1236",[355,69.549]],["parent/1236",[354,5.287]],["name/1237",[354,53.019]],["parent/1237",[354,5.287]],["name/1238",[63,38.097]],["parent/1238",[354,5.287]],["name/1239",[355,69.549]],["parent/1239",[354,5.287]],["name/1240",[354,53.019]],["parent/1240",[354,5.287]],["name/1241",[63,38.097]],["parent/1241",[354,5.287]],["name/1242",[354,53.019]],["parent/1242",[354,5.287]],["name/1243",[55,50.745]],["parent/1243",[356,6.735]],["name/1244",[357,80.535]],["parent/1244",[356,6.735]],["name/1245",[358,80.535]],["parent/1245",[356,6.735]],["name/1246",[359,80.535]],["parent/1246",[356,6.735]],["name/1247",[58,50.412]],["parent/1247",[356,6.735]],["name/1248",[354,53.019]],["parent/1248",[354,5.287]],["name/1249",[1,43.899]],["parent/1249",[354,5.287]],["name/1250",[354,53.019]],["parent/1250",[354,5.287]],["name/1251",[355,69.549]],["parent/1251",[354,5.287]],["name/1252",[354,53.019]],["parent/1252",[354,5.287]],["name/1253",[63,38.097]],["parent/1253",[354,5.287]],["name/1254",[360,80.535]],["parent/1254",[354,5.287]],["name/1255",[355,69.549]],["parent/1255",[361,7.186]],["name/1256",[354,53.019]],["parent/1256",[361,7.186]],["name/1257",[63,38.097]],["parent/1257",[361,7.186]],["name/1258",[362,36.108]],["parent/1258",[]],["name/1259",[1,43.899]],["parent/1259",[362,3.601]],["name/1260",[15,48.616]],["parent/1260",[362,3.601]],["name/1261",[16,48.616]],["parent/1261",[362,3.601]],["name/1262",[17,48.616]],["parent/1262",[362,3.601]],["name/1263",[18,48.616]],["parent/1263",[362,3.601]],["name/1264",[19,48.616]],["parent/1264",[362,3.601]],["name/1265",[20,48.616]],["parent/1265",[362,3.601]],["name/1266",[21,48.616]],["parent/1266",[362,3.601]],["name/1267",[22,48.616]],["parent/1267",[362,3.601]],["name/1268",[23,48.616]],["parent/1268",[362,3.601]],["name/1269",[24,48.616]],["parent/1269",[362,3.601]],["name/1270",[25,48.616]],["parent/1270",[362,3.601]],["name/1271",[26,48.616]],["parent/1271",[362,3.601]],["name/1272",[27,48.616]],["parent/1272",[362,3.601]],["name/1273",[28,48.616]],["parent/1273",[362,3.601]],["name/1274",[29,48.616]],["parent/1274",[362,3.601]],["name/1275",[30,48.616]],["parent/1275",[362,3.601]],["name/1276",[31,48.616]],["parent/1276",[362,3.601]],["name/1277",[32,48.616]],["parent/1277",[362,3.601]],["name/1278",[33,48.616]],["parent/1278",[362,3.601]],["name/1279",[34,48.616]],["parent/1279",[362,3.601]],["name/1280",[363,69.549]],["parent/1280",[362,3.601]],["name/1281",[364,69.549]],["parent/1281",[362,3.601]],["name/1282",[365,69.549]],["parent/1282",[362,3.601]],["name/1283",[366,69.549]],["parent/1283",[362,3.601]],["name/1284",[367,69.549]],["parent/1284",[362,3.601]],["name/1285",[368,69.549]],["parent/1285",[362,3.601]],["name/1286",[369,69.549]],["parent/1286",[362,3.601]],["name/1287",[370,69.549]],["parent/1287",[362,3.601]],["name/1288",[371,69.549]],["parent/1288",[362,3.601]],["name/1289",[372,69.549]],["parent/1289",[362,3.601]],["name/1290",[37,48.616]],["parent/1290",[362,3.601]],["name/1291",[38,48.616]],["parent/1291",[362,3.601]],["name/1292",[373,69.549]],["parent/1292",[362,3.601]],["name/1293",[374,69.549]],["parent/1293",[362,3.601]],["name/1294",[63,38.097]],["parent/1294",[362,3.601]],["name/1295",[36,44.981]],["parent/1295",[362,3.601]],["name/1296",[39,48.616]],["parent/1296",[362,3.601]],["name/1297",[53,43.563]],["parent/1297",[362,3.601]],["name/1298",[54,48.616]],["parent/1298",[362,3.601]],["name/1299",[33,48.616]],["parent/1299",[362,3.601]],["name/1300",[34,48.616]],["parent/1300",[362,3.601]],["name/1301",[20,48.616]],["parent/1301",[362,3.601]],["name/1302",[366,69.549]],["parent/1302",[362,3.601]],["name/1303",[367,69.549]],["parent/1303",[362,3.601]],["name/1304",[368,69.549]],["parent/1304",[362,3.601]],["name/1305",[369,69.549]],["parent/1305",[362,3.601]],["name/1306",[370,69.549]],["parent/1306",[362,3.601]],["name/1307",[371,69.549]],["parent/1307",[362,3.601]],["name/1308",[372,69.549]],["parent/1308",[362,3.601]],["name/1309",[373,69.549]],["parent/1309",[362,3.601]],["name/1310",[374,69.549]],["parent/1310",[362,3.601]],["name/1311",[365,69.549]],["parent/1311",[362,3.601]],["name/1312",[63,38.097]],["parent/1312",[362,3.601]],["name/1313",[32,48.616]],["parent/1313",[362,3.601]],["name/1314",[21,48.616]],["parent/1314",[362,3.601]],["name/1315",[18,48.616]],["parent/1315",[362,3.601]],["name/1316",[19,48.616]],["parent/1316",[362,3.601]],["name/1317",[36,44.981]],["parent/1317",[362,3.601]],["name/1318",[39,48.616]],["parent/1318",[362,3.601]],["name/1319",[23,48.616]],["parent/1319",[362,3.601]],["name/1320",[24,48.616]],["parent/1320",[362,3.601]],["name/1321",[27,48.616]],["parent/1321",[362,3.601]],["name/1322",[28,48.616]],["parent/1322",[362,3.601]],["name/1323",[31,48.616]],["parent/1323",[362,3.601]],["name/1324",[29,48.616]],["parent/1324",[362,3.601]],["name/1325",[30,48.616]],["parent/1325",[362,3.601]],["name/1326",[363,69.549]],["parent/1326",[362,3.601]],["name/1327",[364,69.549]],["parent/1327",[362,3.601]],["name/1328",[53,43.563]],["parent/1328",[362,3.601]],["name/1329",[54,48.616]],["parent/1329",[362,3.601]],["name/1330",[37,48.616]],["parent/1330",[362,3.601]],["name/1331",[38,48.616]],["parent/1331",[362,3.601]],["name/1332",[25,48.616]],["parent/1332",[362,3.601]],["name/1333",[26,48.616]],["parent/1333",[362,3.601]],["name/1334",[16,48.616]],["parent/1334",[362,3.601]],["name/1335",[17,48.616]],["parent/1335",[362,3.601]],["name/1336",[15,48.616]],["parent/1336",[362,3.601]],["name/1337",[22,48.616]],["parent/1337",[362,3.601]],["name/1338",[362,36.108]],["parent/1338",[362,3.601]],["name/1339",[55,50.745]],["parent/1339",[375,6]],["name/1340",[376,80.535]],["parent/1340",[375,6]],["name/1341",[377,80.535]],["parent/1341",[375,6]],["name/1342",[378,80.535]],["parent/1342",[375,6]],["name/1343",[379,80.535]],["parent/1343",[375,6]],["name/1344",[380,80.535]],["parent/1344",[375,6]],["name/1345",[381,80.535]],["parent/1345",[375,6]],["name/1346",[382,80.535]],["parent/1346",[375,6]],["name/1347",[383,80.535]],["parent/1347",[375,6]],["name/1348",[384,80.535]],["parent/1348",[375,6]],["name/1349",[58,50.412]],["parent/1349",[375,6]],["name/1350",[362,36.108]],["parent/1350",[362,3.601]],["name/1351",[1,43.899]],["parent/1351",[362,3.601]],["name/1352",[362,36.108]],["parent/1352",[362,3.601]],["name/1353",[33,48.616]],["parent/1353",[362,3.601]],["name/1354",[34,48.616]],["parent/1354",[362,3.601]],["name/1355",[20,48.616]],["parent/1355",[362,3.601]],["name/1356",[366,69.549]],["parent/1356",[362,3.601]],["name/1357",[367,69.549]],["parent/1357",[362,3.601]],["name/1358",[368,69.549]],["parent/1358",[362,3.601]],["name/1359",[369,69.549]],["parent/1359",[362,3.601]],["name/1360",[370,69.549]],["parent/1360",[362,3.601]],["name/1361",[371,69.549]],["parent/1361",[362,3.601]],["name/1362",[372,69.549]],["parent/1362",[362,3.601]],["name/1363",[373,69.549]],["parent/1363",[362,3.601]],["name/1364",[374,69.549]],["parent/1364",[362,3.601]],["name/1365",[365,69.549]],["parent/1365",[362,3.601]],["name/1366",[63,38.097]],["parent/1366",[362,3.601]],["name/1367",[32,48.616]],["parent/1367",[362,3.601]],["name/1368",[21,48.616]],["parent/1368",[362,3.601]],["name/1369",[18,48.616]],["parent/1369",[362,3.601]],["name/1370",[19,48.616]],["parent/1370",[362,3.601]],["name/1371",[36,44.981]],["parent/1371",[362,3.601]],["name/1372",[39,48.616]],["parent/1372",[362,3.601]],["name/1373",[23,48.616]],["parent/1373",[362,3.601]],["name/1374",[24,48.616]],["parent/1374",[362,3.601]],["name/1375",[27,48.616]],["parent/1375",[362,3.601]],["name/1376",[28,48.616]],["parent/1376",[362,3.601]],["name/1377",[31,48.616]],["parent/1377",[362,3.601]],["name/1378",[29,48.616]],["parent/1378",[362,3.601]],["name/1379",[30,48.616]],["parent/1379",[362,3.601]],["name/1380",[363,69.549]],["parent/1380",[362,3.601]],["name/1381",[364,69.549]],["parent/1381",[362,3.601]],["name/1382",[53,43.563]],["parent/1382",[362,3.601]],["name/1383",[54,48.616]],["parent/1383",[362,3.601]],["name/1384",[37,48.616]],["parent/1384",[362,3.601]],["name/1385",[38,48.616]],["parent/1385",[362,3.601]],["name/1386",[25,48.616]],["parent/1386",[362,3.601]],["name/1387",[26,48.616]],["parent/1387",[362,3.601]],["name/1388",[16,48.616]],["parent/1388",[362,3.601]],["name/1389",[17,48.616]],["parent/1389",[362,3.601]],["name/1390",[15,48.616]],["parent/1390",[362,3.601]],["name/1391",[22,48.616]],["parent/1391",[362,3.601]],["name/1392",[385,80.535]],["parent/1392",[362,3.601]],["name/1393",[33,48.616]],["parent/1393",[386,4.769]],["name/1394",[34,48.616]],["parent/1394",[386,4.769]],["name/1395",[20,48.616]],["parent/1395",[386,4.769]],["name/1396",[366,69.549]],["parent/1396",[386,4.769]],["name/1397",[367,69.549]],["parent/1397",[386,4.769]],["name/1398",[368,69.549]],["parent/1398",[386,4.769]],["name/1399",[369,69.549]],["parent/1399",[386,4.769]],["name/1400",[370,69.549]],["parent/1400",[386,4.769]],["name/1401",[371,69.549]],["parent/1401",[386,4.769]],["name/1402",[372,69.549]],["parent/1402",[386,4.769]],["name/1403",[373,69.549]],["parent/1403",[386,4.769]],["name/1404",[374,69.549]],["parent/1404",[386,4.769]],["name/1405",[365,69.549]],["parent/1405",[386,4.769]],["name/1406",[63,38.097]],["parent/1406",[386,4.769]],["name/1407",[32,48.616]],["parent/1407",[386,4.769]],["name/1408",[21,48.616]],["parent/1408",[386,4.769]],["name/1409",[18,48.616]],["parent/1409",[386,4.769]],["name/1410",[19,48.616]],["parent/1410",[386,4.769]],["name/1411",[36,44.981]],["parent/1411",[386,4.769]],["name/1412",[39,48.616]],["parent/1412",[386,4.769]],["name/1413",[23,48.616]],["parent/1413",[386,4.769]],["name/1414",[24,48.616]],["parent/1414",[386,4.769]],["name/1415",[27,48.616]],["parent/1415",[386,4.769]],["name/1416",[28,48.616]],["parent/1416",[386,4.769]],["name/1417",[31,48.616]],["parent/1417",[386,4.769]],["name/1418",[29,48.616]],["parent/1418",[386,4.769]],["name/1419",[30,48.616]],["parent/1419",[386,4.769]],["name/1420",[363,69.549]],["parent/1420",[386,4.769]],["name/1421",[364,69.549]],["parent/1421",[386,4.769]],["name/1422",[53,43.563]],["parent/1422",[386,4.769]],["name/1423",[54,48.616]],["parent/1423",[386,4.769]],["name/1424",[37,48.616]],["parent/1424",[386,4.769]],["name/1425",[38,48.616]],["parent/1425",[386,4.769]],["name/1426",[25,48.616]],["parent/1426",[386,4.769]],["name/1427",[26,48.616]],["parent/1427",[386,4.769]],["name/1428",[16,48.616]],["parent/1428",[386,4.769]],["name/1429",[17,48.616]],["parent/1429",[386,4.769]],["name/1430",[15,48.616]],["parent/1430",[386,4.769]],["name/1431",[22,48.616]],["parent/1431",[386,4.769]],["name/1432",[387,36.59]],["parent/1432",[]],["name/1433",[1,43.899]],["parent/1433",[387,3.649]],["name/1434",[15,48.616]],["parent/1434",[387,3.649]],["name/1435",[16,48.616]],["parent/1435",[387,3.649]],["name/1436",[17,48.616]],["parent/1436",[387,3.649]],["name/1437",[18,48.616]],["parent/1437",[387,3.649]],["name/1438",[19,48.616]],["parent/1438",[387,3.649]],["name/1439",[20,48.616]],["parent/1439",[387,3.649]],["name/1440",[21,48.616]],["parent/1440",[387,3.649]],["name/1441",[22,48.616]],["parent/1441",[387,3.649]],["name/1442",[23,48.616]],["parent/1442",[387,3.649]],["name/1443",[24,48.616]],["parent/1443",[387,3.649]],["name/1444",[25,48.616]],["parent/1444",[387,3.649]],["name/1445",[26,48.616]],["parent/1445",[387,3.649]],["name/1446",[27,48.616]],["parent/1446",[387,3.649]],["name/1447",[28,48.616]],["parent/1447",[387,3.649]],["name/1448",[29,48.616]],["parent/1448",[387,3.649]],["name/1449",[30,48.616]],["parent/1449",[387,3.649]],["name/1450",[31,48.616]],["parent/1450",[387,3.649]],["name/1451",[32,48.616]],["parent/1451",[387,3.649]],["name/1452",[33,48.616]],["parent/1452",[387,3.649]],["name/1453",[34,48.616]],["parent/1453",[387,3.649]],["name/1454",[388,69.549]],["parent/1454",[387,3.649]],["name/1455",[389,63.189]],["parent/1455",[387,3.649]],["name/1456",[390,63.189]],["parent/1456",[387,3.649]],["name/1457",[391,69.549]],["parent/1457",[387,3.649]],["name/1458",[392,69.549]],["parent/1458",[387,3.649]],["name/1459",[393,69.549]],["parent/1459",[387,3.649]],["name/1460",[394,69.549]],["parent/1460",[387,3.649]],["name/1461",[37,48.616]],["parent/1461",[387,3.649]],["name/1462",[38,48.616]],["parent/1462",[387,3.649]],["name/1463",[395,69.549]],["parent/1463",[387,3.649]],["name/1464",[396,69.549]],["parent/1464",[387,3.649]],["name/1465",[397,69.549]],["parent/1465",[387,3.649]],["name/1466",[63,38.097]],["parent/1466",[387,3.649]],["name/1467",[36,44.981]],["parent/1467",[387,3.649]],["name/1468",[39,48.616]],["parent/1468",[387,3.649]],["name/1469",[53,43.563]],["parent/1469",[387,3.649]],["name/1470",[54,48.616]],["parent/1470",[387,3.649]],["name/1471",[33,48.616]],["parent/1471",[387,3.649]],["name/1472",[34,48.616]],["parent/1472",[387,3.649]],["name/1473",[20,48.616]],["parent/1473",[387,3.649]],["name/1474",[388,69.549]],["parent/1474",[387,3.649]],["name/1475",[390,63.189]],["parent/1475",[387,3.649]],["name/1476",[389,63.189]],["parent/1476",[387,3.649]],["name/1477",[391,69.549]],["parent/1477",[387,3.649]],["name/1478",[393,69.549]],["parent/1478",[387,3.649]],["name/1479",[394,69.549]],["parent/1479",[387,3.649]],["name/1480",[392,69.549]],["parent/1480",[387,3.649]],["name/1481",[395,69.549]],["parent/1481",[387,3.649]],["name/1482",[396,69.549]],["parent/1482",[387,3.649]],["name/1483",[397,69.549]],["parent/1483",[387,3.649]],["name/1484",[63,38.097]],["parent/1484",[387,3.649]],["name/1485",[32,48.616]],["parent/1485",[387,3.649]],["name/1486",[21,48.616]],["parent/1486",[387,3.649]],["name/1487",[18,48.616]],["parent/1487",[387,3.649]],["name/1488",[19,48.616]],["parent/1488",[387,3.649]],["name/1489",[36,44.981]],["parent/1489",[387,3.649]],["name/1490",[39,48.616]],["parent/1490",[387,3.649]],["name/1491",[23,48.616]],["parent/1491",[387,3.649]],["name/1492",[24,48.616]],["parent/1492",[387,3.649]],["name/1493",[27,48.616]],["parent/1493",[387,3.649]],["name/1494",[28,48.616]],["parent/1494",[387,3.649]],["name/1495",[31,48.616]],["parent/1495",[387,3.649]],["name/1496",[29,48.616]],["parent/1496",[387,3.649]],["name/1497",[30,48.616]],["parent/1497",[387,3.649]],["name/1498",[53,43.563]],["parent/1498",[387,3.649]],["name/1499",[54,48.616]],["parent/1499",[387,3.649]],["name/1500",[37,48.616]],["parent/1500",[387,3.649]],["name/1501",[38,48.616]],["parent/1501",[387,3.649]],["name/1502",[25,48.616]],["parent/1502",[387,3.649]],["name/1503",[26,48.616]],["parent/1503",[387,3.649]],["name/1504",[16,48.616]],["parent/1504",[387,3.649]],["name/1505",[17,48.616]],["parent/1505",[387,3.649]],["name/1506",[15,48.616]],["parent/1506",[387,3.649]],["name/1507",[22,48.616]],["parent/1507",[387,3.649]],["name/1508",[387,36.59]],["parent/1508",[387,3.649]],["name/1509",[55,50.745]],["parent/1509",[398,5.769]],["name/1510",[399,80.535]],["parent/1510",[398,5.769]],["name/1511",[400,80.535]],["parent/1511",[398,5.769]],["name/1512",[401,80.535]],["parent/1512",[398,5.769]],["name/1513",[402,80.535]],["parent/1513",[398,5.769]],["name/1514",[403,80.535]],["parent/1514",[398,5.769]],["name/1515",[404,80.535]],["parent/1515",[398,5.769]],["name/1516",[405,80.535]],["parent/1516",[398,5.769]],["name/1517",[406,80.535]],["parent/1517",[398,5.769]],["name/1518",[407,80.535]],["parent/1518",[398,5.769]],["name/1519",[408,80.535]],["parent/1519",[398,5.769]],["name/1520",[409,80.535]],["parent/1520",[398,5.769]],["name/1521",[410,80.535]],["parent/1521",[398,5.769]],["name/1522",[58,50.412]],["parent/1522",[398,5.769]],["name/1523",[387,36.59]],["parent/1523",[387,3.649]],["name/1524",[1,43.899]],["parent/1524",[387,3.649]],["name/1525",[387,36.59]],["parent/1525",[387,3.649]],["name/1526",[33,48.616]],["parent/1526",[387,3.649]],["name/1527",[34,48.616]],["parent/1527",[387,3.649]],["name/1528",[20,48.616]],["parent/1528",[387,3.649]],["name/1529",[388,69.549]],["parent/1529",[387,3.649]],["name/1530",[390,63.189]],["parent/1530",[387,3.649]],["name/1531",[389,63.189]],["parent/1531",[387,3.649]],["name/1532",[391,69.549]],["parent/1532",[387,3.649]],["name/1533",[393,69.549]],["parent/1533",[387,3.649]],["name/1534",[394,69.549]],["parent/1534",[387,3.649]],["name/1535",[392,69.549]],["parent/1535",[387,3.649]],["name/1536",[395,69.549]],["parent/1536",[387,3.649]],["name/1537",[396,69.549]],["parent/1537",[387,3.649]],["name/1538",[397,69.549]],["parent/1538",[387,3.649]],["name/1539",[63,38.097]],["parent/1539",[387,3.649]],["name/1540",[32,48.616]],["parent/1540",[387,3.649]],["name/1541",[21,48.616]],["parent/1541",[387,3.649]],["name/1542",[18,48.616]],["parent/1542",[387,3.649]],["name/1543",[19,48.616]],["parent/1543",[387,3.649]],["name/1544",[36,44.981]],["parent/1544",[387,3.649]],["name/1545",[39,48.616]],["parent/1545",[387,3.649]],["name/1546",[23,48.616]],["parent/1546",[387,3.649]],["name/1547",[24,48.616]],["parent/1547",[387,3.649]],["name/1548",[27,48.616]],["parent/1548",[387,3.649]],["name/1549",[28,48.616]],["parent/1549",[387,3.649]],["name/1550",[31,48.616]],["parent/1550",[387,3.649]],["name/1551",[29,48.616]],["parent/1551",[387,3.649]],["name/1552",[30,48.616]],["parent/1552",[387,3.649]],["name/1553",[53,43.563]],["parent/1553",[387,3.649]],["name/1554",[54,48.616]],["parent/1554",[387,3.649]],["name/1555",[37,48.616]],["parent/1555",[387,3.649]],["name/1556",[38,48.616]],["parent/1556",[387,3.649]],["name/1557",[25,48.616]],["parent/1557",[387,3.649]],["name/1558",[26,48.616]],["parent/1558",[387,3.649]],["name/1559",[16,48.616]],["parent/1559",[387,3.649]],["name/1560",[17,48.616]],["parent/1560",[387,3.649]],["name/1561",[15,48.616]],["parent/1561",[387,3.649]],["name/1562",[22,48.616]],["parent/1562",[387,3.649]],["name/1563",[411,80.535]],["parent/1563",[387,3.649]],["name/1564",[33,48.616]],["parent/1564",[412,4.821]],["name/1565",[34,48.616]],["parent/1565",[412,4.821]],["name/1566",[20,48.616]],["parent/1566",[412,4.821]],["name/1567",[388,69.549]],["parent/1567",[412,4.821]],["name/1568",[390,63.189]],["parent/1568",[412,4.821]],["name/1569",[389,63.189]],["parent/1569",[412,4.821]],["name/1570",[391,69.549]],["parent/1570",[412,4.821]],["name/1571",[393,69.549]],["parent/1571",[412,4.821]],["name/1572",[394,69.549]],["parent/1572",[412,4.821]],["name/1573",[392,69.549]],["parent/1573",[412,4.821]],["name/1574",[395,69.549]],["parent/1574",[412,4.821]],["name/1575",[396,69.549]],["parent/1575",[412,4.821]],["name/1576",[397,69.549]],["parent/1576",[412,4.821]],["name/1577",[63,38.097]],["parent/1577",[412,4.821]],["name/1578",[32,48.616]],["parent/1578",[412,4.821]],["name/1579",[21,48.616]],["parent/1579",[412,4.821]],["name/1580",[18,48.616]],["parent/1580",[412,4.821]],["name/1581",[19,48.616]],["parent/1581",[412,4.821]],["name/1582",[36,44.981]],["parent/1582",[412,4.821]],["name/1583",[39,48.616]],["parent/1583",[412,4.821]],["name/1584",[23,48.616]],["parent/1584",[412,4.821]],["name/1585",[24,48.616]],["parent/1585",[412,4.821]],["name/1586",[27,48.616]],["parent/1586",[412,4.821]],["name/1587",[28,48.616]],["parent/1587",[412,4.821]],["name/1588",[31,48.616]],["parent/1588",[412,4.821]],["name/1589",[29,48.616]],["parent/1589",[412,4.821]],["name/1590",[30,48.616]],["parent/1590",[412,4.821]],["name/1591",[53,43.563]],["parent/1591",[412,4.821]],["name/1592",[54,48.616]],["parent/1592",[412,4.821]],["name/1593",[37,48.616]],["parent/1593",[412,4.821]],["name/1594",[38,48.616]],["parent/1594",[412,4.821]],["name/1595",[25,48.616]],["parent/1595",[412,4.821]],["name/1596",[26,48.616]],["parent/1596",[412,4.821]],["name/1597",[16,48.616]],["parent/1597",[412,4.821]],["name/1598",[17,48.616]],["parent/1598",[412,4.821]],["name/1599",[15,48.616]],["parent/1599",[412,4.821]],["name/1600",[22,48.616]],["parent/1600",[412,4.821]],["name/1601",[413,37.097]],["parent/1601",[]],["name/1602",[1,43.899]],["parent/1602",[413,3.699]],["name/1603",[90,47.576]],["parent/1603",[413,3.699]],["name/1604",[91,47.576]],["parent/1604",[413,3.699]],["name/1605",[92,59.332]],["parent/1605",[413,3.699]],["name/1606",[414,69.549]],["parent/1606",[413,3.699]],["name/1607",[415,69.549]],["parent/1607",[413,3.699]],["name/1608",[15,48.616]],["parent/1608",[413,3.699]],["name/1609",[16,48.616]],["parent/1609",[413,3.699]],["name/1610",[17,48.616]],["parent/1610",[413,3.699]],["name/1611",[18,48.616]],["parent/1611",[413,3.699]],["name/1612",[19,48.616]],["parent/1612",[413,3.699]],["name/1613",[20,48.616]],["parent/1613",[413,3.699]],["name/1614",[21,48.616]],["parent/1614",[413,3.699]],["name/1615",[22,48.616]],["parent/1615",[413,3.699]],["name/1616",[23,48.616]],["parent/1616",[413,3.699]],["name/1617",[24,48.616]],["parent/1617",[413,3.699]],["name/1618",[25,48.616]],["parent/1618",[413,3.699]],["name/1619",[26,48.616]],["parent/1619",[413,3.699]],["name/1620",[27,48.616]],["parent/1620",[413,3.699]],["name/1621",[28,48.616]],["parent/1621",[413,3.699]],["name/1622",[29,48.616]],["parent/1622",[413,3.699]],["name/1623",[30,48.616]],["parent/1623",[413,3.699]],["name/1624",[31,48.616]],["parent/1624",[413,3.699]],["name/1625",[32,48.616]],["parent/1625",[413,3.699]],["name/1626",[33,48.616]],["parent/1626",[413,3.699]],["name/1627",[34,48.616]],["parent/1627",[413,3.699]],["name/1628",[63,38.097]],["parent/1628",[413,3.699]],["name/1629",[416,63.189]],["parent/1629",[413,3.699]],["name/1630",[417,63.189]],["parent/1630",[413,3.699]],["name/1631",[37,48.616]],["parent/1631",[413,3.699]],["name/1632",[38,48.616]],["parent/1632",[413,3.699]],["name/1633",[418,69.549]],["parent/1633",[413,3.699]],["name/1634",[36,44.981]],["parent/1634",[413,3.699]],["name/1635",[39,48.616]],["parent/1635",[413,3.699]],["name/1636",[53,43.563]],["parent/1636",[413,3.699]],["name/1637",[54,48.616]],["parent/1637",[413,3.699]],["name/1638",[414,69.549]],["parent/1638",[413,3.699]],["name/1639",[415,69.549]],["parent/1639",[413,3.699]],["name/1640",[33,48.616]],["parent/1640",[413,3.699]],["name/1641",[34,48.616]],["parent/1641",[413,3.699]],["name/1642",[20,48.616]],["parent/1642",[413,3.699]],["name/1643",[91,47.576]],["parent/1643",[413,3.699]],["name/1644",[63,38.097]],["parent/1644",[413,3.699]],["name/1645",[32,48.616]],["parent/1645",[413,3.699]],["name/1646",[21,48.616]],["parent/1646",[413,3.699]],["name/1647",[416,63.189]],["parent/1647",[413,3.699]],["name/1648",[417,63.189]],["parent/1648",[413,3.699]],["name/1649",[418,69.549]],["parent/1649",[413,3.699]],["name/1650",[92,59.332]],["parent/1650",[413,3.699]],["name/1651",[18,48.616]],["parent/1651",[413,3.699]],["name/1652",[19,48.616]],["parent/1652",[413,3.699]],["name/1653",[90,47.576]],["parent/1653",[413,3.699]],["name/1654",[36,44.981]],["parent/1654",[413,3.699]],["name/1655",[39,48.616]],["parent/1655",[413,3.699]],["name/1656",[23,48.616]],["parent/1656",[413,3.699]],["name/1657",[24,48.616]],["parent/1657",[413,3.699]],["name/1658",[27,48.616]],["parent/1658",[413,3.699]],["name/1659",[28,48.616]],["parent/1659",[413,3.699]],["name/1660",[31,48.616]],["parent/1660",[413,3.699]],["name/1661",[29,48.616]],["parent/1661",[413,3.699]],["name/1662",[30,48.616]],["parent/1662",[413,3.699]],["name/1663",[53,43.563]],["parent/1663",[413,3.699]],["name/1664",[54,48.616]],["parent/1664",[413,3.699]],["name/1665",[37,48.616]],["parent/1665",[413,3.699]],["name/1666",[38,48.616]],["parent/1666",[413,3.699]],["name/1667",[25,48.616]],["parent/1667",[413,3.699]],["name/1668",[26,48.616]],["parent/1668",[413,3.699]],["name/1669",[16,48.616]],["parent/1669",[413,3.699]],["name/1670",[17,48.616]],["parent/1670",[413,3.699]],["name/1671",[15,48.616]],["parent/1671",[413,3.699]],["name/1672",[22,48.616]],["parent/1672",[413,3.699]],["name/1673",[413,37.097]],["parent/1673",[413,3.699]],["name/1674",[55,50.745]],["parent/1674",[419,6.426]],["name/1675",[420,80.535]],["parent/1675",[419,6.426]],["name/1676",[421,80.535]],["parent/1676",[419,6.426]],["name/1677",[422,75.426]],["parent/1677",[419,6.426]],["name/1678",[423,80.535]],["parent/1678",[419,6.426]],["name/1679",[424,80.535]],["parent/1679",[419,6.426]],["name/1680",[58,50.412]],["parent/1680",[419,6.426]],["name/1681",[413,37.097]],["parent/1681",[413,3.699]],["name/1682",[1,43.899]],["parent/1682",[413,3.699]],["name/1683",[413,37.097]],["parent/1683",[413,3.699]],["name/1684",[414,69.549]],["parent/1684",[413,3.699]],["name/1685",[415,69.549]],["parent/1685",[413,3.699]],["name/1686",[33,48.616]],["parent/1686",[413,3.699]],["name/1687",[34,48.616]],["parent/1687",[413,3.699]],["name/1688",[20,48.616]],["parent/1688",[413,3.699]],["name/1689",[91,47.576]],["parent/1689",[413,3.699]],["name/1690",[63,38.097]],["parent/1690",[413,3.699]],["name/1691",[32,48.616]],["parent/1691",[413,3.699]],["name/1692",[21,48.616]],["parent/1692",[413,3.699]],["name/1693",[416,63.189]],["parent/1693",[413,3.699]],["name/1694",[417,63.189]],["parent/1694",[413,3.699]],["name/1695",[418,69.549]],["parent/1695",[413,3.699]],["name/1696",[92,59.332]],["parent/1696",[413,3.699]],["name/1697",[18,48.616]],["parent/1697",[413,3.699]],["name/1698",[19,48.616]],["parent/1698",[413,3.699]],["name/1699",[90,47.576]],["parent/1699",[413,3.699]],["name/1700",[36,44.981]],["parent/1700",[413,3.699]],["name/1701",[39,48.616]],["parent/1701",[413,3.699]],["name/1702",[23,48.616]],["parent/1702",[413,3.699]],["name/1703",[24,48.616]],["parent/1703",[413,3.699]],["name/1704",[27,48.616]],["parent/1704",[413,3.699]],["name/1705",[28,48.616]],["parent/1705",[413,3.699]],["name/1706",[31,48.616]],["parent/1706",[413,3.699]],["name/1707",[29,48.616]],["parent/1707",[413,3.699]],["name/1708",[30,48.616]],["parent/1708",[413,3.699]],["name/1709",[53,43.563]],["parent/1709",[413,3.699]],["name/1710",[54,48.616]],["parent/1710",[413,3.699]],["name/1711",[37,48.616]],["parent/1711",[413,3.699]],["name/1712",[38,48.616]],["parent/1712",[413,3.699]],["name/1713",[25,48.616]],["parent/1713",[413,3.699]],["name/1714",[26,48.616]],["parent/1714",[413,3.699]],["name/1715",[16,48.616]],["parent/1715",[413,3.699]],["name/1716",[17,48.616]],["parent/1716",[413,3.699]],["name/1717",[15,48.616]],["parent/1717",[413,3.699]],["name/1718",[22,48.616]],["parent/1718",[413,3.699]],["name/1719",[425,80.535]],["parent/1719",[413,3.699]],["name/1720",[414,69.549]],["parent/1720",[426,4.876]],["name/1721",[415,69.549]],["parent/1721",[426,4.876]],["name/1722",[33,48.616]],["parent/1722",[426,4.876]],["name/1723",[34,48.616]],["parent/1723",[426,4.876]],["name/1724",[20,48.616]],["parent/1724",[426,4.876]],["name/1725",[91,47.576]],["parent/1725",[426,4.876]],["name/1726",[63,38.097]],["parent/1726",[426,4.876]],["name/1727",[32,48.616]],["parent/1727",[426,4.876]],["name/1728",[21,48.616]],["parent/1728",[426,4.876]],["name/1729",[416,63.189]],["parent/1729",[426,4.876]],["name/1730",[417,63.189]],["parent/1730",[426,4.876]],["name/1731",[418,69.549]],["parent/1731",[426,4.876]],["name/1732",[92,59.332]],["parent/1732",[426,4.876]],["name/1733",[18,48.616]],["parent/1733",[426,4.876]],["name/1734",[19,48.616]],["parent/1734",[426,4.876]],["name/1735",[90,47.576]],["parent/1735",[426,4.876]],["name/1736",[36,44.981]],["parent/1736",[426,4.876]],["name/1737",[39,48.616]],["parent/1737",[426,4.876]],["name/1738",[23,48.616]],["parent/1738",[426,4.876]],["name/1739",[24,48.616]],["parent/1739",[426,4.876]],["name/1740",[27,48.616]],["parent/1740",[426,4.876]],["name/1741",[28,48.616]],["parent/1741",[426,4.876]],["name/1742",[31,48.616]],["parent/1742",[426,4.876]],["name/1743",[29,48.616]],["parent/1743",[426,4.876]],["name/1744",[30,48.616]],["parent/1744",[426,4.876]],["name/1745",[53,43.563]],["parent/1745",[426,4.876]],["name/1746",[54,48.616]],["parent/1746",[426,4.876]],["name/1747",[37,48.616]],["parent/1747",[426,4.876]],["name/1748",[38,48.616]],["parent/1748",[426,4.876]],["name/1749",[25,48.616]],["parent/1749",[426,4.876]],["name/1750",[26,48.616]],["parent/1750",[426,4.876]],["name/1751",[16,48.616]],["parent/1751",[426,4.876]],["name/1752",[17,48.616]],["parent/1752",[426,4.876]],["name/1753",[15,48.616]],["parent/1753",[426,4.876]],["name/1754",[22,48.616]],["parent/1754",[426,4.876]],["name/1755",[427,51.818]],["parent/1755",[]],["name/1756",[428,80.535]],["parent/1756",[427,5.167]],["name/1757",[429,80.535]],["parent/1757",[427,5.167]],["name/1758",[430,80.535]],["parent/1758",[427,5.167]],["name/1759",[431,57.848]],["parent/1759",[432,8.031]],["name/1760",[433,80.535]],["parent/1760",[434,6.735]],["name/1761",[7,75.426]],["parent/1761",[434,6.735]],["name/1762",[435,80.535]],["parent/1762",[434,6.735]],["name/1763",[436,80.535]],["parent/1763",[434,6.735]],["name/1764",[437,80.535]],["parent/1764",[434,6.735]],["name/1765",[438,75.426]],["parent/1765",[427,5.167]],["name/1766",[439,75.426]],["parent/1766",[427,5.167]],["name/1767",[440,80.535]],["parent/1767",[427,5.167]],["name/1768",[441,75.426]],["parent/1768",[442,6.735]],["name/1769",[443,75.426]],["parent/1769",[442,6.735]],["name/1770",[444,75.426]],["parent/1770",[442,6.735]],["name/1771",[445,75.426]],["parent/1771",[442,6.735]],["name/1772",[58,50.412]],["parent/1772",[442,6.735]],["name/1773",[446,80.535]],["parent/1773",[427,5.167]],["name/1774",[447,80.535]],["parent/1774",[427,5.167]],["name/1775",[448,67.542]],["parent/1775",[427,5.167]],["name/1776",[449,80.535]],["parent/1776",[427,5.167]],["name/1777",[431,57.848]],["parent/1777",[450,8.031]],["name/1778",[451,80.535]],["parent/1778",[427,5.167]],["name/1779",[431,57.848]],["parent/1779",[452,8.031]],["name/1780",[453,80.535]],["parent/1780",[427,5.167]],["name/1781",[454,80.535]],["parent/1781",[427,5.167]],["name/1782",[455,80.535]],["parent/1782",[427,5.167]],["name/1783",[456,80.535]],["parent/1783",[427,5.167]],["name/1784",[457,80.535]],["parent/1784",[427,5.167]],["name/1785",[458,80.535]],["parent/1785",[427,5.167]],["name/1786",[459,80.535]],["parent/1786",[427,5.167]],["name/1787",[460,80.535]],["parent/1787",[427,5.167]],["name/1788",[461,80.535]],["parent/1788",[427,5.167]],["name/1789",[462,80.535]],["parent/1789",[427,5.167]],["name/1790",[463,80.535]],["parent/1790",[427,5.167]],["name/1791",[464,80.535]],["parent/1791",[427,5.167]],["name/1792",[427,51.818]],["parent/1792",[427,5.167]],["name/1793",[438,75.426]],["parent/1793",[465,7.522]],["name/1794",[439,75.426]],["parent/1794",[465,7.522]],["name/1795",[466,32.093]],["parent/1795",[]],["name/1796",[1,43.899]],["parent/1796",[466,3.2]],["name/1797",[467,69.549]],["parent/1797",[466,3.2]],["name/1798",[468,69.549]],["parent/1798",[466,3.2]],["name/1799",[469,69.549]],["parent/1799",[466,3.2]],["name/1800",[470,54.385]],["parent/1800",[466,3.2]],["name/1801",[471,54.385]],["parent/1801",[466,3.2]],["name/1802",[472,54.385]],["parent/1802",[466,3.2]],["name/1803",[473,69.549]],["parent/1803",[466,3.2]],["name/1804",[474,69.549]],["parent/1804",[466,3.2]],["name/1805",[475,54.385]],["parent/1805",[466,3.2]],["name/1806",[476,69.549]],["parent/1806",[466,3.2]],["name/1807",[477,69.549]],["parent/1807",[466,3.2]],["name/1808",[478,69.549]],["parent/1808",[466,3.2]],["name/1809",[90,47.576]],["parent/1809",[466,3.2]],["name/1810",[91,47.576]],["parent/1810",[466,3.2]],["name/1811",[479,69.549]],["parent/1811",[466,3.2]],["name/1812",[480,69.549]],["parent/1812",[466,3.2]],["name/1813",[481,69.549]],["parent/1813",[466,3.2]],["name/1814",[482,69.549]],["parent/1814",[466,3.2]],["name/1815",[483,69.549]],["parent/1815",[466,3.2]],["name/1816",[484,54.385]],["parent/1816",[466,3.2]],["name/1817",[485,54.385]],["parent/1817",[466,3.2]],["name/1818",[486,54.385]],["parent/1818",[466,3.2]],["name/1819",[63,38.097]],["parent/1819",[466,3.2]],["name/1820",[487,54.385]],["parent/1820",[466,3.2]],["name/1821",[488,54.385]],["parent/1821",[466,3.2]],["name/1822",[489,54.385]],["parent/1822",[466,3.2]],["name/1823",[490,54.385]],["parent/1823",[466,3.2]],["name/1824",[491,69.549]],["parent/1824",[466,3.2]],["name/1825",[492,69.549]],["parent/1825",[466,3.2]],["name/1826",[493,54.385]],["parent/1826",[466,3.2]],["name/1827",[494,69.549]],["parent/1827",[466,3.2]],["name/1828",[495,69.549]],["parent/1828",[466,3.2]],["name/1829",[496,69.549]],["parent/1829",[466,3.2]],["name/1830",[497,54.385]],["parent/1830",[466,3.2]],["name/1831",[498,54.385]],["parent/1831",[466,3.2]],["name/1832",[499,69.549]],["parent/1832",[466,3.2]],["name/1833",[500,69.549]],["parent/1833",[466,3.2]],["name/1834",[501,69.549]],["parent/1834",[466,3.2]],["name/1835",[502,69.549]],["parent/1835",[466,3.2]],["name/1836",[503,69.549]],["parent/1836",[466,3.2]],["name/1837",[504,69.549]],["parent/1837",[466,3.2]],["name/1838",[505,54.385]],["parent/1838",[466,3.2]],["name/1839",[506,54.385]],["parent/1839",[466,3.2]],["name/1840",[507,54.385]],["parent/1840",[466,3.2]],["name/1841",[508,59.332]],["parent/1841",[466,3.2]],["name/1842",[509,69.549]],["parent/1842",[466,3.2]],["name/1843",[510,59.332]],["parent/1843",[466,3.2]],["name/1844",[511,59.332]],["parent/1844",[466,3.2]],["name/1845",[512,69.549]],["parent/1845",[466,3.2]],["name/1846",[513,69.549]],["parent/1846",[466,3.2]],["name/1847",[514,69.549]],["parent/1847",[466,3.2]],["name/1848",[515,69.549]],["parent/1848",[466,3.2]],["name/1849",[516,69.549]],["parent/1849",[466,3.2]],["name/1850",[517,69.549]],["parent/1850",[466,3.2]],["name/1851",[518,69.549]],["parent/1851",[466,3.2]],["name/1852",[519,69.549]],["parent/1852",[466,3.2]],["name/1853",[520,69.549]],["parent/1853",[466,3.2]],["name/1854",[467,69.549]],["parent/1854",[466,3.2]],["name/1855",[468,69.549]],["parent/1855",[466,3.2]],["name/1856",[470,54.385]],["parent/1856",[466,3.2]],["name/1857",[471,54.385]],["parent/1857",[466,3.2]],["name/1858",[472,54.385]],["parent/1858",[466,3.2]],["name/1859",[474,69.549]],["parent/1859",[466,3.2]],["name/1860",[477,69.549]],["parent/1860",[466,3.2]],["name/1861",[476,69.549]],["parent/1861",[466,3.2]],["name/1862",[473,69.549]],["parent/1862",[466,3.2]],["name/1863",[478,69.549]],["parent/1863",[466,3.2]],["name/1864",[480,69.549]],["parent/1864",[466,3.2]],["name/1865",[481,69.549]],["parent/1865",[466,3.2]],["name/1866",[482,69.549]],["parent/1866",[466,3.2]],["name/1867",[483,69.549]],["parent/1867",[466,3.2]],["name/1868",[479,69.549]],["parent/1868",[466,3.2]],["name/1869",[91,47.576]],["parent/1869",[466,3.2]],["name/1870",[484,54.385]],["parent/1870",[466,3.2]],["name/1871",[485,54.385]],["parent/1871",[466,3.2]],["name/1872",[486,54.385]],["parent/1872",[466,3.2]],["name/1873",[63,38.097]],["parent/1873",[466,3.2]],["name/1874",[487,54.385]],["parent/1874",[466,3.2]],["name/1875",[90,47.576]],["parent/1875",[466,3.2]],["name/1876",[489,54.385]],["parent/1876",[466,3.2]],["name/1877",[508,59.332]],["parent/1877",[466,3.2]],["name/1878",[509,69.549]],["parent/1878",[466,3.2]],["name/1879",[510,59.332]],["parent/1879",[466,3.2]],["name/1880",[511,59.332]],["parent/1880",[466,3.2]],["name/1881",[499,69.549]],["parent/1881",[466,3.2]],["name/1882",[512,69.549]],["parent/1882",[466,3.2]],["name/1883",[495,69.549]],["parent/1883",[466,3.2]],["name/1884",[513,69.549]],["parent/1884",[466,3.2]],["name/1885",[514,69.549]],["parent/1885",[466,3.2]],["name/1886",[502,69.549]],["parent/1886",[466,3.2]],["name/1887",[515,69.549]],["parent/1887",[466,3.2]],["name/1888",[500,69.549]],["parent/1888",[466,3.2]],["name/1889",[516,69.549]],["parent/1889",[466,3.2]],["name/1890",[501,69.549]],["parent/1890",[466,3.2]],["name/1891",[517,69.549]],["parent/1891",[466,3.2]],["name/1892",[518,69.549]],["parent/1892",[466,3.2]],["name/1893",[519,69.549]],["parent/1893",[466,3.2]],["name/1894",[493,54.385]],["parent/1894",[466,3.2]],["name/1895",[494,69.549]],["parent/1895",[466,3.2]],["name/1896",[492,69.549]],["parent/1896",[466,3.2]],["name/1897",[488,54.385]],["parent/1897",[466,3.2]],["name/1898",[507,54.385]],["parent/1898",[466,3.2]],["name/1899",[505,54.385]],["parent/1899",[466,3.2]],["name/1900",[506,54.385]],["parent/1900",[466,3.2]],["name/1901",[503,69.549]],["parent/1901",[466,3.2]],["name/1902",[504,69.549]],["parent/1902",[466,3.2]],["name/1903",[469,69.549]],["parent/1903",[466,3.2]],["name/1904",[497,54.385]],["parent/1904",[466,3.2]],["name/1905",[498,54.385]],["parent/1905",[466,3.2]],["name/1906",[520,69.549]],["parent/1906",[466,3.2]],["name/1907",[490,54.385]],["parent/1907",[466,3.2]],["name/1908",[491,69.549]],["parent/1908",[466,3.2]],["name/1909",[496,69.549]],["parent/1909",[466,3.2]],["name/1910",[475,54.385]],["parent/1910",[466,3.2]],["name/1911",[466,32.093]],["parent/1911",[466,3.2]],["name/1912",[55,50.745]],["parent/1912",[521,5.702]],["name/1913",[522,80.535]],["parent/1913",[521,5.702]],["name/1914",[523,75.426]],["parent/1914",[521,5.702]],["name/1915",[524,80.535]],["parent/1915",[521,5.702]],["name/1916",[525,80.535]],["parent/1916",[521,5.702]],["name/1917",[526,80.535]],["parent/1917",[521,5.702]],["name/1918",[527,80.535]],["parent/1918",[521,5.702]],["name/1919",[528,80.535]],["parent/1919",[521,5.702]],["name/1920",[529,80.535]],["parent/1920",[521,5.702]],["name/1921",[530,80.535]],["parent/1921",[521,5.702]],["name/1922",[531,80.535]],["parent/1922",[521,5.702]],["name/1923",[532,80.535]],["parent/1923",[521,5.702]],["name/1924",[533,80.535]],["parent/1924",[521,5.702]],["name/1925",[534,80.535]],["parent/1925",[521,5.702]],["name/1926",[58,50.412]],["parent/1926",[521,5.702]],["name/1927",[535,69.549]],["parent/1927",[466,3.2]],["name/1928",[536,69.549]],["parent/1928",[466,3.2]],["name/1929",[537,69.549]],["parent/1929",[466,3.2]],["name/1930",[535,69.549]],["parent/1930",[466,3.2]],["name/1931",[536,69.549]],["parent/1931",[466,3.2]],["name/1932",[537,69.549]],["parent/1932",[466,3.2]],["name/1933",[466,32.093]],["parent/1933",[466,3.2]],["name/1934",[1,43.899]],["parent/1934",[466,3.2]],["name/1935",[535,69.549]],["parent/1935",[466,3.2]],["name/1936",[536,69.549]],["parent/1936",[466,3.2]],["name/1937",[537,69.549]],["parent/1937",[466,3.2]],["name/1938",[466,32.093]],["parent/1938",[466,3.2]],["name/1939",[467,69.549]],["parent/1939",[466,3.2]],["name/1940",[468,69.549]],["parent/1940",[466,3.2]],["name/1941",[470,54.385]],["parent/1941",[466,3.2]],["name/1942",[471,54.385]],["parent/1942",[466,3.2]],["name/1943",[472,54.385]],["parent/1943",[466,3.2]],["name/1944",[474,69.549]],["parent/1944",[466,3.2]],["name/1945",[477,69.549]],["parent/1945",[466,3.2]],["name/1946",[476,69.549]],["parent/1946",[466,3.2]],["name/1947",[473,69.549]],["parent/1947",[466,3.2]],["name/1948",[478,69.549]],["parent/1948",[466,3.2]],["name/1949",[480,69.549]],["parent/1949",[466,3.2]],["name/1950",[481,69.549]],["parent/1950",[466,3.2]],["name/1951",[482,69.549]],["parent/1951",[466,3.2]],["name/1952",[483,69.549]],["parent/1952",[466,3.2]],["name/1953",[479,69.549]],["parent/1953",[466,3.2]],["name/1954",[91,47.576]],["parent/1954",[466,3.2]],["name/1955",[484,54.385]],["parent/1955",[466,3.2]],["name/1956",[485,54.385]],["parent/1956",[466,3.2]],["name/1957",[486,54.385]],["parent/1957",[466,3.2]],["name/1958",[63,38.097]],["parent/1958",[466,3.2]],["name/1959",[487,54.385]],["parent/1959",[466,3.2]],["name/1960",[90,47.576]],["parent/1960",[466,3.2]],["name/1961",[489,54.385]],["parent/1961",[466,3.2]],["name/1962",[508,59.332]],["parent/1962",[466,3.2]],["name/1963",[509,69.549]],["parent/1963",[466,3.2]],["name/1964",[510,59.332]],["parent/1964",[466,3.2]],["name/1965",[511,59.332]],["parent/1965",[466,3.2]],["name/1966",[499,69.549]],["parent/1966",[466,3.2]],["name/1967",[512,69.549]],["parent/1967",[466,3.2]],["name/1968",[495,69.549]],["parent/1968",[466,3.2]],["name/1969",[513,69.549]],["parent/1969",[466,3.2]],["name/1970",[514,69.549]],["parent/1970",[466,3.2]],["name/1971",[502,69.549]],["parent/1971",[466,3.2]],["name/1972",[515,69.549]],["parent/1972",[466,3.2]],["name/1973",[500,69.549]],["parent/1973",[466,3.2]],["name/1974",[516,69.549]],["parent/1974",[466,3.2]],["name/1975",[501,69.549]],["parent/1975",[466,3.2]],["name/1976",[517,69.549]],["parent/1976",[466,3.2]],["name/1977",[518,69.549]],["parent/1977",[466,3.2]],["name/1978",[519,69.549]],["parent/1978",[466,3.2]],["name/1979",[493,54.385]],["parent/1979",[466,3.2]],["name/1980",[494,69.549]],["parent/1980",[466,3.2]],["name/1981",[492,69.549]],["parent/1981",[466,3.2]],["name/1982",[488,54.385]],["parent/1982",[466,3.2]],["name/1983",[507,54.385]],["parent/1983",[466,3.2]],["name/1984",[505,54.385]],["parent/1984",[466,3.2]],["name/1985",[506,54.385]],["parent/1985",[466,3.2]],["name/1986",[503,69.549]],["parent/1986",[466,3.2]],["name/1987",[504,69.549]],["parent/1987",[466,3.2]],["name/1988",[469,69.549]],["parent/1988",[466,3.2]],["name/1989",[497,54.385]],["parent/1989",[466,3.2]],["name/1990",[498,54.385]],["parent/1990",[466,3.2]],["name/1991",[520,69.549]],["parent/1991",[466,3.2]],["name/1992",[490,54.385]],["parent/1992",[466,3.2]],["name/1993",[491,69.549]],["parent/1993",[466,3.2]],["name/1994",[496,69.549]],["parent/1994",[466,3.2]],["name/1995",[475,54.385]],["parent/1995",[466,3.2]],["name/1996",[538,80.535]],["parent/1996",[466,3.2]],["name/1997",[535,69.549]],["parent/1997",[539,4.344]],["name/1998",[536,69.549]],["parent/1998",[539,4.344]],["name/1999",[537,69.549]],["parent/1999",[539,4.344]],["name/2000",[467,69.549]],["parent/2000",[539,4.344]],["name/2001",[468,69.549]],["parent/2001",[539,4.344]],["name/2002",[470,54.385]],["parent/2002",[539,4.344]],["name/2003",[471,54.385]],["parent/2003",[539,4.344]],["name/2004",[472,54.385]],["parent/2004",[539,4.344]],["name/2005",[474,69.549]],["parent/2005",[539,4.344]],["name/2006",[477,69.549]],["parent/2006",[539,4.344]],["name/2007",[476,69.549]],["parent/2007",[539,4.344]],["name/2008",[473,69.549]],["parent/2008",[539,4.344]],["name/2009",[478,69.549]],["parent/2009",[539,4.344]],["name/2010",[480,69.549]],["parent/2010",[539,4.344]],["name/2011",[481,69.549]],["parent/2011",[539,4.344]],["name/2012",[482,69.549]],["parent/2012",[539,4.344]],["name/2013",[483,69.549]],["parent/2013",[539,4.344]],["name/2014",[479,69.549]],["parent/2014",[539,4.344]],["name/2015",[91,47.576]],["parent/2015",[539,4.344]],["name/2016",[484,54.385]],["parent/2016",[539,4.344]],["name/2017",[485,54.385]],["parent/2017",[539,4.344]],["name/2018",[486,54.385]],["parent/2018",[539,4.344]],["name/2019",[63,38.097]],["parent/2019",[539,4.344]],["name/2020",[487,54.385]],["parent/2020",[539,4.344]],["name/2021",[90,47.576]],["parent/2021",[539,4.344]],["name/2022",[489,54.385]],["parent/2022",[539,4.344]],["name/2023",[508,59.332]],["parent/2023",[539,4.344]],["name/2024",[509,69.549]],["parent/2024",[539,4.344]],["name/2025",[510,59.332]],["parent/2025",[539,4.344]],["name/2026",[511,59.332]],["parent/2026",[539,4.344]],["name/2027",[499,69.549]],["parent/2027",[539,4.344]],["name/2028",[512,69.549]],["parent/2028",[539,4.344]],["name/2029",[495,69.549]],["parent/2029",[539,4.344]],["name/2030",[513,69.549]],["parent/2030",[539,4.344]],["name/2031",[514,69.549]],["parent/2031",[539,4.344]],["name/2032",[502,69.549]],["parent/2032",[539,4.344]],["name/2033",[515,69.549]],["parent/2033",[539,4.344]],["name/2034",[500,69.549]],["parent/2034",[539,4.344]],["name/2035",[516,69.549]],["parent/2035",[539,4.344]],["name/2036",[501,69.549]],["parent/2036",[539,4.344]],["name/2037",[517,69.549]],["parent/2037",[539,4.344]],["name/2038",[518,69.549]],["parent/2038",[539,4.344]],["name/2039",[519,69.549]],["parent/2039",[539,4.344]],["name/2040",[493,54.385]],["parent/2040",[539,4.344]],["name/2041",[494,69.549]],["parent/2041",[539,4.344]],["name/2042",[492,69.549]],["parent/2042",[539,4.344]],["name/2043",[488,54.385]],["parent/2043",[539,4.344]],["name/2044",[507,54.385]],["parent/2044",[539,4.344]],["name/2045",[505,54.385]],["parent/2045",[539,4.344]],["name/2046",[506,54.385]],["parent/2046",[539,4.344]],["name/2047",[503,69.549]],["parent/2047",[539,4.344]],["name/2048",[504,69.549]],["parent/2048",[539,4.344]],["name/2049",[469,69.549]],["parent/2049",[539,4.344]],["name/2050",[497,54.385]],["parent/2050",[539,4.344]],["name/2051",[498,54.385]],["parent/2051",[539,4.344]],["name/2052",[520,69.549]],["parent/2052",[539,4.344]],["name/2053",[490,54.385]],["parent/2053",[539,4.344]],["name/2054",[491,69.549]],["parent/2054",[539,4.344]],["name/2055",[496,69.549]],["parent/2055",[539,4.344]],["name/2056",[475,54.385]],["parent/2056",[539,4.344]],["name/2057",[540,52.202]],["parent/2057",[]],["name/2058",[1,43.899]],["parent/2058",[540,5.206]],["name/2059",[541,69.549]],["parent/2059",[540,5.206]],["name/2060",[542,69.549]],["parent/2060",[540,5.206]],["name/2061",[63,38.097]],["parent/2061",[540,5.206]],["name/2062",[36,44.981]],["parent/2062",[540,5.206]],["name/2063",[53,43.563]],["parent/2063",[540,5.206]],["name/2064",[541,69.549]],["parent/2064",[540,5.206]],["name/2065",[542,69.549]],["parent/2065",[540,5.206]],["name/2066",[63,38.097]],["parent/2066",[540,5.206]],["name/2067",[36,44.981]],["parent/2067",[540,5.206]],["name/2068",[53,43.563]],["parent/2068",[540,5.206]],["name/2069",[540,52.202]],["parent/2069",[540,5.206]],["name/2070",[55,50.745]],["parent/2070",[543,6.935]],["name/2071",[544,80.535]],["parent/2071",[543,6.935]],["name/2072",[545,80.535]],["parent/2072",[543,6.935]],["name/2073",[58,50.412]],["parent/2073",[543,6.935]],["name/2074",[540,52.202]],["parent/2074",[540,5.206]],["name/2075",[1,43.899]],["parent/2075",[540,5.206]],["name/2076",[540,52.202]],["parent/2076",[540,5.206]],["name/2077",[541,69.549]],["parent/2077",[540,5.206]],["name/2078",[542,69.549]],["parent/2078",[540,5.206]],["name/2079",[63,38.097]],["parent/2079",[540,5.206]],["name/2080",[36,44.981]],["parent/2080",[540,5.206]],["name/2081",[53,43.563]],["parent/2081",[540,5.206]],["name/2082",[546,80.535]],["parent/2082",[540,5.206]],["name/2083",[541,69.549]],["parent/2083",[547,6.735]],["name/2084",[542,69.549]],["parent/2084",[547,6.735]],["name/2085",[63,38.097]],["parent/2085",[547,6.735]],["name/2086",[36,44.981]],["parent/2086",[547,6.735]],["name/2087",[53,43.563]],["parent/2087",[547,6.735]],["name/2088",[548,32.093]],["parent/2088",[]],["name/2089",[1,43.899]],["parent/2089",[548,3.2]],["name/2090",[15,48.616]],["parent/2090",[548,3.2]],["name/2091",[16,48.616]],["parent/2091",[548,3.2]],["name/2092",[17,48.616]],["parent/2092",[548,3.2]],["name/2093",[18,48.616]],["parent/2093",[548,3.2]],["name/2094",[19,48.616]],["parent/2094",[548,3.2]],["name/2095",[20,48.616]],["parent/2095",[548,3.2]],["name/2096",[21,48.616]],["parent/2096",[548,3.2]],["name/2097",[22,48.616]],["parent/2097",[548,3.2]],["name/2098",[23,48.616]],["parent/2098",[548,3.2]],["name/2099",[24,48.616]],["parent/2099",[548,3.2]],["name/2100",[25,48.616]],["parent/2100",[548,3.2]],["name/2101",[26,48.616]],["parent/2101",[548,3.2]],["name/2102",[27,48.616]],["parent/2102",[548,3.2]],["name/2103",[28,48.616]],["parent/2103",[548,3.2]],["name/2104",[29,48.616]],["parent/2104",[548,3.2]],["name/2105",[30,48.616]],["parent/2105",[548,3.2]],["name/2106",[31,48.616]],["parent/2106",[548,3.2]],["name/2107",[32,48.616]],["parent/2107",[548,3.2]],["name/2108",[33,48.616]],["parent/2108",[548,3.2]],["name/2109",[34,48.616]],["parent/2109",[548,3.2]],["name/2110",[77,63.189]],["parent/2110",[548,3.2]],["name/2111",[549,69.549]],["parent/2111",[548,3.2]],["name/2112",[550,69.549]],["parent/2112",[548,3.2]],["name/2113",[551,69.549]],["parent/2113",[548,3.2]],["name/2114",[552,69.549]],["parent/2114",[548,3.2]],["name/2115",[553,69.549]],["parent/2115",[548,3.2]],["name/2116",[90,47.576]],["parent/2116",[548,3.2]],["name/2117",[91,47.576]],["parent/2117",[548,3.2]],["name/2118",[554,46.634]],["parent/2118",[548,3.2]],["name/2119",[63,38.097]],["parent/2119",[548,3.2]],["name/2120",[89,63.189]],["parent/2120",[548,3.2]],["name/2121",[96,54.385]],["parent/2121",[548,3.2]],["name/2122",[97,54.385]],["parent/2122",[548,3.2]],["name/2123",[98,63.189]],["parent/2123",[548,3.2]],["name/2124",[102,54.385]],["parent/2124",[548,3.2]],["name/2125",[555,46.634]],["parent/2125",[548,3.2]],["name/2126",[103,63.189]],["parent/2126",[548,3.2]],["name/2127",[88,56.556]],["parent/2127",[548,3.2]],["name/2128",[92,59.332]],["parent/2128",[548,3.2]],["name/2129",[36,44.981]],["parent/2129",[548,3.2]],["name/2130",[37,48.616]],["parent/2130",[548,3.2]],["name/2131",[38,48.616]],["parent/2131",[548,3.2]],["name/2132",[39,48.616]],["parent/2132",[548,3.2]],["name/2133",[93,63.189]],["parent/2133",[548,3.2]],["name/2134",[94,63.189]],["parent/2134",[548,3.2]],["name/2135",[95,63.189]],["parent/2135",[548,3.2]],["name/2136",[99,54.385]],["parent/2136",[548,3.2]],["name/2137",[100,54.385]],["parent/2137",[548,3.2]],["name/2138",[101,54.385]],["parent/2138",[548,3.2]],["name/2139",[104,56.556]],["parent/2139",[548,3.2]],["name/2140",[556,69.549]],["parent/2140",[548,3.2]],["name/2141",[557,69.549]],["parent/2141",[548,3.2]],["name/2142",[558,63.189]],["parent/2142",[548,3.2]],["name/2143",[53,43.563]],["parent/2143",[548,3.2]],["name/2144",[54,48.616]],["parent/2144",[548,3.2]],["name/2145",[559,69.549]],["parent/2145",[548,3.2]],["name/2146",[560,69.549]],["parent/2146",[548,3.2]],["name/2147",[561,69.549]],["parent/2147",[548,3.2]],["name/2148",[562,69.549]],["parent/2148",[548,3.2]],["name/2149",[563,69.549]],["parent/2149",[548,3.2]],["name/2150",[33,48.616]],["parent/2150",[548,3.2]],["name/2151",[34,48.616]],["parent/2151",[548,3.2]],["name/2152",[20,48.616]],["parent/2152",[548,3.2]],["name/2153",[77,63.189]],["parent/2153",[548,3.2]],["name/2154",[549,69.549]],["parent/2154",[548,3.2]],["name/2155",[550,69.549]],["parent/2155",[548,3.2]],["name/2156",[551,69.549]],["parent/2156",[548,3.2]],["name/2157",[552,69.549]],["parent/2157",[548,3.2]],["name/2158",[553,69.549]],["parent/2158",[548,3.2]],["name/2159",[91,47.576]],["parent/2159",[548,3.2]],["name/2160",[554,46.634]],["parent/2160",[548,3.2]],["name/2161",[63,38.097]],["parent/2161",[548,3.2]],["name/2162",[32,48.616]],["parent/2162",[548,3.2]],["name/2163",[21,48.616]],["parent/2163",[548,3.2]],["name/2164",[102,54.385]],["parent/2164",[548,3.2]],["name/2165",[555,46.634]],["parent/2165",[548,3.2]],["name/2166",[103,63.189]],["parent/2166",[548,3.2]],["name/2167",[88,56.556]],["parent/2167",[548,3.2]],["name/2168",[89,63.189]],["parent/2168",[548,3.2]],["name/2169",[92,59.332]],["parent/2169",[548,3.2]],["name/2170",[18,48.616]],["parent/2170",[548,3.2]],["name/2171",[19,48.616]],["parent/2171",[548,3.2]],["name/2172",[90,47.576]],["parent/2172",[548,3.2]],["name/2173",[36,44.981]],["parent/2173",[548,3.2]],["name/2174",[39,48.616]],["parent/2174",[548,3.2]],["name/2175",[104,56.556]],["parent/2175",[548,3.2]],["name/2176",[94,63.189]],["parent/2176",[548,3.2]],["name/2177",[95,63.189]],["parent/2177",[548,3.2]],["name/2178",[93,63.189]],["parent/2178",[548,3.2]],["name/2179",[556,69.549]],["parent/2179",[548,3.2]],["name/2180",[557,69.549]],["parent/2180",[548,3.2]],["name/2181",[558,63.189]],["parent/2181",[548,3.2]],["name/2182",[101,54.385]],["parent/2182",[548,3.2]],["name/2183",[23,48.616]],["parent/2183",[548,3.2]],["name/2184",[24,48.616]],["parent/2184",[548,3.2]],["name/2185",[27,48.616]],["parent/2185",[548,3.2]],["name/2186",[28,48.616]],["parent/2186",[548,3.2]],["name/2187",[31,48.616]],["parent/2187",[548,3.2]],["name/2188",[29,48.616]],["parent/2188",[548,3.2]],["name/2189",[30,48.616]],["parent/2189",[548,3.2]],["name/2190",[53,43.563]],["parent/2190",[548,3.2]],["name/2191",[54,48.616]],["parent/2191",[548,3.2]],["name/2192",[37,48.616]],["parent/2192",[548,3.2]],["name/2193",[38,48.616]],["parent/2193",[548,3.2]],["name/2194",[25,48.616]],["parent/2194",[548,3.2]],["name/2195",[26,48.616]],["parent/2195",[548,3.2]],["name/2196",[16,48.616]],["parent/2196",[548,3.2]],["name/2197",[17,48.616]],["parent/2197",[548,3.2]],["name/2198",[15,48.616]],["parent/2198",[548,3.2]],["name/2199",[22,48.616]],["parent/2199",[548,3.2]],["name/2200",[99,54.385]],["parent/2200",[548,3.2]],["name/2201",[559,69.549]],["parent/2201",[548,3.2]],["name/2202",[560,69.549]],["parent/2202",[548,3.2]],["name/2203",[561,69.549]],["parent/2203",[548,3.2]],["name/2204",[97,54.385]],["parent/2204",[548,3.2]],["name/2205",[98,63.189]],["parent/2205",[548,3.2]],["name/2206",[96,54.385]],["parent/2206",[548,3.2]],["name/2207",[562,69.549]],["parent/2207",[548,3.2]],["name/2208",[100,54.385]],["parent/2208",[548,3.2]],["name/2209",[563,69.549]],["parent/2209",[548,3.2]],["name/2210",[548,32.093]],["parent/2210",[548,3.2]],["name/2211",[55,50.745]],["parent/2211",[564,4.821]],["name/2212",[565,80.535]],["parent/2212",[564,4.821]],["name/2213",[566,80.535]],["parent/2213",[564,4.821]],["name/2214",[567,80.535]],["parent/2214",[564,4.821]],["name/2215",[568,80.535]],["parent/2215",[564,4.821]],["name/2216",[569,80.535]],["parent/2216",[564,4.821]],["name/2217",[570,80.535]],["parent/2217",[564,4.821]],["name/2218",[571,80.535]],["parent/2218",[564,4.821]],["name/2219",[572,80.535]],["parent/2219",[564,4.821]],["name/2220",[573,80.535]],["parent/2220",[564,4.821]],["name/2221",[574,80.535]],["parent/2221",[564,4.821]],["name/2222",[575,80.535]],["parent/2222",[564,4.821]],["name/2223",[576,80.535]],["parent/2223",[564,4.821]],["name/2224",[577,80.535]],["parent/2224",[564,4.821]],["name/2225",[578,75.426]],["parent/2225",[564,4.821]],["name/2226",[579,80.535]],["parent/2226",[564,4.821]],["name/2227",[580,80.535]],["parent/2227",[564,4.821]],["name/2228",[581,80.535]],["parent/2228",[564,4.821]],["name/2229",[582,80.535]],["parent/2229",[564,4.821]],["name/2230",[583,80.535]],["parent/2230",[564,4.821]],["name/2231",[584,80.535]],["parent/2231",[564,4.821]],["name/2232",[585,80.535]],["parent/2232",[564,4.821]],["name/2233",[586,80.535]],["parent/2233",[564,4.821]],["name/2234",[587,80.535]],["parent/2234",[564,4.821]],["name/2235",[588,80.535]],["parent/2235",[564,4.821]],["name/2236",[589,80.535]],["parent/2236",[564,4.821]],["name/2237",[590,80.535]],["parent/2237",[564,4.821]],["name/2238",[591,80.535]],["parent/2238",[564,4.821]],["name/2239",[592,80.535]],["parent/2239",[564,4.821]],["name/2240",[593,80.535]],["parent/2240",[564,4.821]],["name/2241",[594,80.535]],["parent/2241",[564,4.821]],["name/2242",[595,80.535]],["parent/2242",[564,4.821]],["name/2243",[596,80.535]],["parent/2243",[564,4.821]],["name/2244",[597,80.535]],["parent/2244",[564,4.821]],["name/2245",[598,80.535]],["parent/2245",[564,4.821]],["name/2246",[599,80.535]],["parent/2246",[564,4.821]],["name/2247",[58,50.412]],["parent/2247",[564,4.821]],["name/2248",[548,32.093]],["parent/2248",[548,3.2]],["name/2249",[1,43.899]],["parent/2249",[548,3.2]],["name/2250",[548,32.093]],["parent/2250",[548,3.2]],["name/2251",[33,48.616]],["parent/2251",[548,3.2]],["name/2252",[34,48.616]],["parent/2252",[548,3.2]],["name/2253",[20,48.616]],["parent/2253",[548,3.2]],["name/2254",[77,63.189]],["parent/2254",[548,3.2]],["name/2255",[549,69.549]],["parent/2255",[548,3.2]],["name/2256",[550,69.549]],["parent/2256",[548,3.2]],["name/2257",[551,69.549]],["parent/2257",[548,3.2]],["name/2258",[552,69.549]],["parent/2258",[548,3.2]],["name/2259",[553,69.549]],["parent/2259",[548,3.2]],["name/2260",[91,47.576]],["parent/2260",[548,3.2]],["name/2261",[554,46.634]],["parent/2261",[548,3.2]],["name/2262",[63,38.097]],["parent/2262",[548,3.2]],["name/2263",[32,48.616]],["parent/2263",[548,3.2]],["name/2264",[21,48.616]],["parent/2264",[548,3.2]],["name/2265",[102,54.385]],["parent/2265",[548,3.2]],["name/2266",[555,46.634]],["parent/2266",[548,3.2]],["name/2267",[103,63.189]],["parent/2267",[548,3.2]],["name/2268",[88,56.556]],["parent/2268",[548,3.2]],["name/2269",[89,63.189]],["parent/2269",[548,3.2]],["name/2270",[92,59.332]],["parent/2270",[548,3.2]],["name/2271",[18,48.616]],["parent/2271",[548,3.2]],["name/2272",[19,48.616]],["parent/2272",[548,3.2]],["name/2273",[90,47.576]],["parent/2273",[548,3.2]],["name/2274",[36,44.981]],["parent/2274",[548,3.2]],["name/2275",[39,48.616]],["parent/2275",[548,3.2]],["name/2276",[104,56.556]],["parent/2276",[548,3.2]],["name/2277",[94,63.189]],["parent/2277",[548,3.2]],["name/2278",[95,63.189]],["parent/2278",[548,3.2]],["name/2279",[93,63.189]],["parent/2279",[548,3.2]],["name/2280",[556,69.549]],["parent/2280",[548,3.2]],["name/2281",[557,69.549]],["parent/2281",[548,3.2]],["name/2282",[558,63.189]],["parent/2282",[548,3.2]],["name/2283",[101,54.385]],["parent/2283",[548,3.2]],["name/2284",[23,48.616]],["parent/2284",[548,3.2]],["name/2285",[24,48.616]],["parent/2285",[548,3.2]],["name/2286",[27,48.616]],["parent/2286",[548,3.2]],["name/2287",[28,48.616]],["parent/2287",[548,3.2]],["name/2288",[31,48.616]],["parent/2288",[548,3.2]],["name/2289",[29,48.616]],["parent/2289",[548,3.2]],["name/2290",[30,48.616]],["parent/2290",[548,3.2]],["name/2291",[53,43.563]],["parent/2291",[548,3.2]],["name/2292",[54,48.616]],["parent/2292",[548,3.2]],["name/2293",[37,48.616]],["parent/2293",[548,3.2]],["name/2294",[38,48.616]],["parent/2294",[548,3.2]],["name/2295",[25,48.616]],["parent/2295",[548,3.2]],["name/2296",[26,48.616]],["parent/2296",[548,3.2]],["name/2297",[16,48.616]],["parent/2297",[548,3.2]],["name/2298",[17,48.616]],["parent/2298",[548,3.2]],["name/2299",[15,48.616]],["parent/2299",[548,3.2]],["name/2300",[22,48.616]],["parent/2300",[548,3.2]],["name/2301",[99,54.385]],["parent/2301",[548,3.2]],["name/2302",[559,69.549]],["parent/2302",[548,3.2]],["name/2303",[560,69.549]],["parent/2303",[548,3.2]],["name/2304",[561,69.549]],["parent/2304",[548,3.2]],["name/2305",[97,54.385]],["parent/2305",[548,3.2]],["name/2306",[98,63.189]],["parent/2306",[548,3.2]],["name/2307",[96,54.385]],["parent/2307",[548,3.2]],["name/2308",[562,69.549]],["parent/2308",[548,3.2]],["name/2309",[100,54.385]],["parent/2309",[548,3.2]],["name/2310",[563,69.549]],["parent/2310",[548,3.2]],["name/2311",[600,80.535]],["parent/2311",[548,3.2]],["name/2312",[33,48.616]],["parent/2312",[601,4.344]],["name/2313",[34,48.616]],["parent/2313",[601,4.344]],["name/2314",[20,48.616]],["parent/2314",[601,4.344]],["name/2315",[77,63.189]],["parent/2315",[601,4.344]],["name/2316",[549,69.549]],["parent/2316",[601,4.344]],["name/2317",[550,69.549]],["parent/2317",[601,4.344]],["name/2318",[551,69.549]],["parent/2318",[601,4.344]],["name/2319",[552,69.549]],["parent/2319",[601,4.344]],["name/2320",[553,69.549]],["parent/2320",[601,4.344]],["name/2321",[91,47.576]],["parent/2321",[601,4.344]],["name/2322",[554,46.634]],["parent/2322",[601,4.344]],["name/2323",[63,38.097]],["parent/2323",[601,4.344]],["name/2324",[32,48.616]],["parent/2324",[601,4.344]],["name/2325",[21,48.616]],["parent/2325",[601,4.344]],["name/2326",[102,54.385]],["parent/2326",[601,4.344]],["name/2327",[555,46.634]],["parent/2327",[601,4.344]],["name/2328",[103,63.189]],["parent/2328",[601,4.344]],["name/2329",[88,56.556]],["parent/2329",[601,4.344]],["name/2330",[89,63.189]],["parent/2330",[601,4.344]],["name/2331",[92,59.332]],["parent/2331",[601,4.344]],["name/2332",[18,48.616]],["parent/2332",[601,4.344]],["name/2333",[19,48.616]],["parent/2333",[601,4.344]],["name/2334",[90,47.576]],["parent/2334",[601,4.344]],["name/2335",[36,44.981]],["parent/2335",[601,4.344]],["name/2336",[39,48.616]],["parent/2336",[601,4.344]],["name/2337",[104,56.556]],["parent/2337",[601,4.344]],["name/2338",[94,63.189]],["parent/2338",[601,4.344]],["name/2339",[95,63.189]],["parent/2339",[601,4.344]],["name/2340",[93,63.189]],["parent/2340",[601,4.344]],["name/2341",[556,69.549]],["parent/2341",[601,4.344]],["name/2342",[557,69.549]],["parent/2342",[601,4.344]],["name/2343",[558,63.189]],["parent/2343",[601,4.344]],["name/2344",[101,54.385]],["parent/2344",[601,4.344]],["name/2345",[23,48.616]],["parent/2345",[601,4.344]],["name/2346",[24,48.616]],["parent/2346",[601,4.344]],["name/2347",[27,48.616]],["parent/2347",[601,4.344]],["name/2348",[28,48.616]],["parent/2348",[601,4.344]],["name/2349",[31,48.616]],["parent/2349",[601,4.344]],["name/2350",[29,48.616]],["parent/2350",[601,4.344]],["name/2351",[30,48.616]],["parent/2351",[601,4.344]],["name/2352",[53,43.563]],["parent/2352",[601,4.344]],["name/2353",[54,48.616]],["parent/2353",[601,4.344]],["name/2354",[37,48.616]],["parent/2354",[601,4.344]],["name/2355",[38,48.616]],["parent/2355",[601,4.344]],["name/2356",[25,48.616]],["parent/2356",[601,4.344]],["name/2357",[26,48.616]],["parent/2357",[601,4.344]],["name/2358",[16,48.616]],["parent/2358",[601,4.344]],["name/2359",[17,48.616]],["parent/2359",[601,4.344]],["name/2360",[15,48.616]],["parent/2360",[601,4.344]],["name/2361",[22,48.616]],["parent/2361",[601,4.344]],["name/2362",[99,54.385]],["parent/2362",[601,4.344]],["name/2363",[559,69.549]],["parent/2363",[601,4.344]],["name/2364",[560,69.549]],["parent/2364",[601,4.344]],["name/2365",[561,69.549]],["parent/2365",[601,4.344]],["name/2366",[97,54.385]],["parent/2366",[601,4.344]],["name/2367",[98,63.189]],["parent/2367",[601,4.344]],["name/2368",[96,54.385]],["parent/2368",[601,4.344]],["name/2369",[562,69.549]],["parent/2369",[601,4.344]],["name/2370",[100,54.385]],["parent/2370",[601,4.344]],["name/2371",[563,69.549]],["parent/2371",[601,4.344]],["name/2372",[602,35.648]],["parent/2372",[]],["name/2373",[1,43.899]],["parent/2373",[602,3.555]],["name/2374",[15,48.616]],["parent/2374",[602,3.555]],["name/2375",[16,48.616]],["parent/2375",[602,3.555]],["name/2376",[17,48.616]],["parent/2376",[602,3.555]],["name/2377",[18,48.616]],["parent/2377",[602,3.555]],["name/2378",[19,48.616]],["parent/2378",[602,3.555]],["name/2379",[20,48.616]],["parent/2379",[602,3.555]],["name/2380",[21,48.616]],["parent/2380",[602,3.555]],["name/2381",[22,48.616]],["parent/2381",[602,3.555]],["name/2382",[23,48.616]],["parent/2382",[602,3.555]],["name/2383",[24,48.616]],["parent/2383",[602,3.555]],["name/2384",[25,48.616]],["parent/2384",[602,3.555]],["name/2385",[26,48.616]],["parent/2385",[602,3.555]],["name/2386",[27,48.616]],["parent/2386",[602,3.555]],["name/2387",[28,48.616]],["parent/2387",[602,3.555]],["name/2388",[29,48.616]],["parent/2388",[602,3.555]],["name/2389",[30,48.616]],["parent/2389",[602,3.555]],["name/2390",[31,48.616]],["parent/2390",[602,3.555]],["name/2391",[32,48.616]],["parent/2391",[602,3.555]],["name/2392",[33,48.616]],["parent/2392",[602,3.555]],["name/2393",[34,48.616]],["parent/2393",[602,3.555]],["name/2394",[35,59.332]],["parent/2394",[602,3.555]],["name/2395",[63,38.097]],["parent/2395",[602,3.555]],["name/2396",[36,44.981]],["parent/2396",[602,3.555]],["name/2397",[37,48.616]],["parent/2397",[602,3.555]],["name/2398",[38,48.616]],["parent/2398",[602,3.555]],["name/2399",[39,48.616]],["parent/2399",[602,3.555]],["name/2400",[40,63.189]],["parent/2400",[602,3.555]],["name/2401",[41,63.189]],["parent/2401",[602,3.555]],["name/2402",[42,63.189]],["parent/2402",[602,3.555]],["name/2403",[43,63.189]],["parent/2403",[602,3.555]],["name/2404",[44,63.189]],["parent/2404",[602,3.555]],["name/2405",[45,63.189]],["parent/2405",[602,3.555]],["name/2406",[46,63.189]],["parent/2406",[602,3.555]],["name/2407",[47,63.189]],["parent/2407",[602,3.555]],["name/2408",[48,63.189]],["parent/2408",[602,3.555]],["name/2409",[49,59.332]],["parent/2409",[602,3.555]],["name/2410",[50,63.189]],["parent/2410",[602,3.555]],["name/2411",[51,63.189]],["parent/2411",[602,3.555]],["name/2412",[603,69.549]],["parent/2412",[602,3.555]],["name/2413",[53,43.563]],["parent/2413",[602,3.555]],["name/2414",[54,48.616]],["parent/2414",[602,3.555]],["name/2415",[33,48.616]],["parent/2415",[602,3.555]],["name/2416",[34,48.616]],["parent/2416",[602,3.555]],["name/2417",[20,48.616]],["parent/2417",[602,3.555]],["name/2418",[35,59.332]],["parent/2418",[602,3.555]],["name/2419",[63,38.097]],["parent/2419",[602,3.555]],["name/2420",[32,48.616]],["parent/2420",[602,3.555]],["name/2421",[21,48.616]],["parent/2421",[602,3.555]],["name/2422",[18,48.616]],["parent/2422",[602,3.555]],["name/2423",[19,48.616]],["parent/2423",[602,3.555]],["name/2424",[36,44.981]],["parent/2424",[602,3.555]],["name/2425",[39,48.616]],["parent/2425",[602,3.555]],["name/2426",[49,59.332]],["parent/2426",[602,3.555]],["name/2427",[50,63.189]],["parent/2427",[602,3.555]],["name/2428",[51,63.189]],["parent/2428",[602,3.555]],["name/2429",[45,63.189]],["parent/2429",[602,3.555]],["name/2430",[47,63.189]],["parent/2430",[602,3.555]],["name/2431",[48,63.189]],["parent/2431",[602,3.555]],["name/2432",[46,63.189]],["parent/2432",[602,3.555]],["name/2433",[603,69.549]],["parent/2433",[602,3.555]],["name/2434",[23,48.616]],["parent/2434",[602,3.555]],["name/2435",[24,48.616]],["parent/2435",[602,3.555]],["name/2436",[27,48.616]],["parent/2436",[602,3.555]],["name/2437",[28,48.616]],["parent/2437",[602,3.555]],["name/2438",[31,48.616]],["parent/2438",[602,3.555]],["name/2439",[29,48.616]],["parent/2439",[602,3.555]],["name/2440",[30,48.616]],["parent/2440",[602,3.555]],["name/2441",[42,63.189]],["parent/2441",[602,3.555]],["name/2442",[43,63.189]],["parent/2442",[602,3.555]],["name/2443",[53,43.563]],["parent/2443",[602,3.555]],["name/2444",[44,63.189]],["parent/2444",[602,3.555]],["name/2445",[54,48.616]],["parent/2445",[602,3.555]],["name/2446",[37,48.616]],["parent/2446",[602,3.555]],["name/2447",[38,48.616]],["parent/2447",[602,3.555]],["name/2448",[40,63.189]],["parent/2448",[602,3.555]],["name/2449",[25,48.616]],["parent/2449",[602,3.555]],["name/2450",[26,48.616]],["parent/2450",[602,3.555]],["name/2451",[16,48.616]],["parent/2451",[602,3.555]],["name/2452",[17,48.616]],["parent/2452",[602,3.555]],["name/2453",[15,48.616]],["parent/2453",[602,3.555]],["name/2454",[22,48.616]],["parent/2454",[602,3.555]],["name/2455",[41,63.189]],["parent/2455",[602,3.555]],["name/2456",[602,35.648]],["parent/2456",[602,3.555]],["name/2457",[55,50.745]],["parent/2457",[604,6.426]],["name/2458",[605,80.535]],["parent/2458",[604,6.426]],["name/2459",[606,80.535]],["parent/2459",[604,6.426]],["name/2460",[607,80.535]],["parent/2460",[604,6.426]],["name/2461",[608,80.535]],["parent/2461",[604,6.426]],["name/2462",[609,80.535]],["parent/2462",[604,6.426]],["name/2463",[58,50.412]],["parent/2463",[604,6.426]],["name/2464",[602,35.648]],["parent/2464",[602,3.555]],["name/2465",[1,43.899]],["parent/2465",[602,3.555]],["name/2466",[602,35.648]],["parent/2466",[602,3.555]],["name/2467",[33,48.616]],["parent/2467",[602,3.555]],["name/2468",[34,48.616]],["parent/2468",[602,3.555]],["name/2469",[20,48.616]],["parent/2469",[602,3.555]],["name/2470",[35,59.332]],["parent/2470",[602,3.555]],["name/2471",[63,38.097]],["parent/2471",[602,3.555]],["name/2472",[32,48.616]],["parent/2472",[602,3.555]],["name/2473",[21,48.616]],["parent/2473",[602,3.555]],["name/2474",[18,48.616]],["parent/2474",[602,3.555]],["name/2475",[19,48.616]],["parent/2475",[602,3.555]],["name/2476",[36,44.981]],["parent/2476",[602,3.555]],["name/2477",[39,48.616]],["parent/2477",[602,3.555]],["name/2478",[49,59.332]],["parent/2478",[602,3.555]],["name/2479",[50,63.189]],["parent/2479",[602,3.555]],["name/2480",[51,63.189]],["parent/2480",[602,3.555]],["name/2481",[45,63.189]],["parent/2481",[602,3.555]],["name/2482",[47,63.189]],["parent/2482",[602,3.555]],["name/2483",[48,63.189]],["parent/2483",[602,3.555]],["name/2484",[46,63.189]],["parent/2484",[602,3.555]],["name/2485",[603,69.549]],["parent/2485",[602,3.555]],["name/2486",[23,48.616]],["parent/2486",[602,3.555]],["name/2487",[24,48.616]],["parent/2487",[602,3.555]],["name/2488",[27,48.616]],["parent/2488",[602,3.555]],["name/2489",[28,48.616]],["parent/2489",[602,3.555]],["name/2490",[31,48.616]],["parent/2490",[602,3.555]],["name/2491",[29,48.616]],["parent/2491",[602,3.555]],["name/2492",[30,48.616]],["parent/2492",[602,3.555]],["name/2493",[42,63.189]],["parent/2493",[602,3.555]],["name/2494",[43,63.189]],["parent/2494",[602,3.555]],["name/2495",[53,43.563]],["parent/2495",[602,3.555]],["name/2496",[44,63.189]],["parent/2496",[602,3.555]],["name/2497",[54,48.616]],["parent/2497",[602,3.555]],["name/2498",[37,48.616]],["parent/2498",[602,3.555]],["name/2499",[38,48.616]],["parent/2499",[602,3.555]],["name/2500",[40,63.189]],["parent/2500",[602,3.555]],["name/2501",[25,48.616]],["parent/2501",[602,3.555]],["name/2502",[26,48.616]],["parent/2502",[602,3.555]],["name/2503",[16,48.616]],["parent/2503",[602,3.555]],["name/2504",[17,48.616]],["parent/2504",[602,3.555]],["name/2505",[15,48.616]],["parent/2505",[602,3.555]],["name/2506",[22,48.616]],["parent/2506",[602,3.555]],["name/2507",[41,63.189]],["parent/2507",[602,3.555]],["name/2508",[610,80.535]],["parent/2508",[602,3.555]],["name/2509",[33,48.616]],["parent/2509",[611,4.72]],["name/2510",[34,48.616]],["parent/2510",[611,4.72]],["name/2511",[20,48.616]],["parent/2511",[611,4.72]],["name/2512",[35,59.332]],["parent/2512",[611,4.72]],["name/2513",[63,38.097]],["parent/2513",[611,4.72]],["name/2514",[32,48.616]],["parent/2514",[611,4.72]],["name/2515",[21,48.616]],["parent/2515",[611,4.72]],["name/2516",[18,48.616]],["parent/2516",[611,4.72]],["name/2517",[19,48.616]],["parent/2517",[611,4.72]],["name/2518",[36,44.981]],["parent/2518",[611,4.72]],["name/2519",[39,48.616]],["parent/2519",[611,4.72]],["name/2520",[49,59.332]],["parent/2520",[611,4.72]],["name/2521",[50,63.189]],["parent/2521",[611,4.72]],["name/2522",[51,63.189]],["parent/2522",[611,4.72]],["name/2523",[45,63.189]],["parent/2523",[611,4.72]],["name/2524",[47,63.189]],["parent/2524",[611,4.72]],["name/2525",[48,63.189]],["parent/2525",[611,4.72]],["name/2526",[46,63.189]],["parent/2526",[611,4.72]],["name/2527",[603,69.549]],["parent/2527",[611,4.72]],["name/2528",[23,48.616]],["parent/2528",[611,4.72]],["name/2529",[24,48.616]],["parent/2529",[611,4.72]],["name/2530",[27,48.616]],["parent/2530",[611,4.72]],["name/2531",[28,48.616]],["parent/2531",[611,4.72]],["name/2532",[31,48.616]],["parent/2532",[611,4.72]],["name/2533",[29,48.616]],["parent/2533",[611,4.72]],["name/2534",[30,48.616]],["parent/2534",[611,4.72]],["name/2535",[42,63.189]],["parent/2535",[611,4.72]],["name/2536",[43,63.189]],["parent/2536",[611,4.72]],["name/2537",[53,43.563]],["parent/2537",[611,4.72]],["name/2538",[44,63.189]],["parent/2538",[611,4.72]],["name/2539",[54,48.616]],["parent/2539",[611,4.72]],["name/2540",[37,48.616]],["parent/2540",[611,4.72]],["name/2541",[38,48.616]],["parent/2541",[611,4.72]],["name/2542",[40,63.189]],["parent/2542",[611,4.72]],["name/2543",[25,48.616]],["parent/2543",[611,4.72]],["name/2544",[26,48.616]],["parent/2544",[611,4.72]],["name/2545",[16,48.616]],["parent/2545",[611,4.72]],["name/2546",[17,48.616]],["parent/2546",[611,4.72]],["name/2547",[15,48.616]],["parent/2547",[611,4.72]],["name/2548",[22,48.616]],["parent/2548",[611,4.72]],["name/2549",[41,63.189]],["parent/2549",[611,4.72]],["name/2550",[612,34.383]],["parent/2550",[]],["name/2551",[1,43.899]],["parent/2551",[612,3.429]],["name/2552",[90,47.576]],["parent/2552",[612,3.429]],["name/2553",[91,47.576]],["parent/2553",[612,3.429]],["name/2554",[487,54.385]],["parent/2554",[612,3.429]],["name/2555",[475,54.385]],["parent/2555",[612,3.429]],["name/2556",[493,54.385]],["parent/2556",[612,3.429]],["name/2557",[613,56.556]],["parent/2557",[612,3.429]],["name/2558",[614,56.556]],["parent/2558",[612,3.429]],["name/2559",[470,54.385]],["parent/2559",[612,3.429]],["name/2560",[485,54.385]],["parent/2560",[612,3.429]],["name/2561",[486,54.385]],["parent/2561",[612,3.429]],["name/2562",[488,54.385]],["parent/2562",[612,3.429]],["name/2563",[490,54.385]],["parent/2563",[612,3.429]],["name/2564",[615,56.556]],["parent/2564",[612,3.429]],["name/2565",[616,56.556]],["parent/2565",[612,3.429]],["name/2566",[617,56.556]],["parent/2566",[612,3.429]],["name/2567",[497,54.385]],["parent/2567",[612,3.429]],["name/2568",[498,54.385]],["parent/2568",[612,3.429]],["name/2569",[471,54.385]],["parent/2569",[612,3.429]],["name/2570",[472,54.385]],["parent/2570",[612,3.429]],["name/2571",[484,54.385]],["parent/2571",[612,3.429]],["name/2572",[618,56.556]],["parent/2572",[612,3.429]],["name/2573",[619,56.556]],["parent/2573",[612,3.429]],["name/2574",[505,54.385]],["parent/2574",[612,3.429]],["name/2575",[506,54.385]],["parent/2575",[612,3.429]],["name/2576",[489,54.385]],["parent/2576",[612,3.429]],["name/2577",[507,54.385]],["parent/2577",[612,3.429]],["name/2578",[620,56.556]],["parent/2578",[612,3.429]],["name/2579",[621,56.556]],["parent/2579",[612,3.429]],["name/2580",[622,56.556]],["parent/2580",[612,3.429]],["name/2581",[623,59.332]],["parent/2581",[612,3.429]],["name/2582",[624,63.189]],["parent/2582",[612,3.429]],["name/2583",[554,46.634]],["parent/2583",[612,3.429]],["name/2584",[625,63.189]],["parent/2584",[612,3.429]],["name/2585",[626,63.189]],["parent/2585",[612,3.429]],["name/2586",[63,38.097]],["parent/2586",[612,3.429]],["name/2587",[555,46.634]],["parent/2587",[612,3.429]],["name/2588",[627,59.332]],["parent/2588",[612,3.429]],["name/2589",[628,59.332]],["parent/2589",[612,3.429]],["name/2590",[629,59.332]],["parent/2590",[612,3.429]],["name/2591",[630,63.189]],["parent/2591",[612,3.429]],["name/2592",[631,63.189]],["parent/2592",[612,3.429]],["name/2593",[632,63.189]],["parent/2593",[612,3.429]],["name/2594",[633,59.332]],["parent/2594",[612,3.429]],["name/2595",[634,59.332]],["parent/2595",[612,3.429]],["name/2596",[635,59.332]],["parent/2596",[612,3.429]],["name/2597",[620,56.556]],["parent/2597",[612,3.429]],["name/2598",[621,56.556]],["parent/2598",[612,3.429]],["name/2599",[622,56.556]],["parent/2599",[612,3.429]],["name/2600",[624,63.189]],["parent/2600",[612,3.429]],["name/2601",[470,54.385]],["parent/2601",[612,3.429]],["name/2602",[471,54.385]],["parent/2602",[612,3.429]],["name/2603",[472,54.385]],["parent/2603",[612,3.429]],["name/2604",[91,47.576]],["parent/2604",[612,3.429]],["name/2605",[484,54.385]],["parent/2605",[612,3.429]],["name/2606",[554,46.634]],["parent/2606",[612,3.429]],["name/2607",[485,54.385]],["parent/2607",[612,3.429]],["name/2608",[486,54.385]],["parent/2608",[612,3.429]],["name/2609",[625,63.189]],["parent/2609",[612,3.429]],["name/2610",[626,63.189]],["parent/2610",[612,3.429]],["name/2611",[63,38.097]],["parent/2611",[612,3.429]],["name/2612",[487,54.385]],["parent/2612",[612,3.429]],["name/2613",[555,46.634]],["parent/2613",[612,3.429]],["name/2614",[90,47.576]],["parent/2614",[612,3.429]],["name/2615",[489,54.385]],["parent/2615",[612,3.429]],["name/2616",[615,56.556]],["parent/2616",[612,3.429]],["name/2617",[623,59.332]],["parent/2617",[612,3.429]],["name/2618",[613,56.556]],["parent/2618",[612,3.429]],["name/2619",[493,54.385]],["parent/2619",[612,3.429]],["name/2620",[627,59.332]],["parent/2620",[612,3.429]],["name/2621",[628,59.332]],["parent/2621",[612,3.429]],["name/2622",[629,59.332]],["parent/2622",[612,3.429]],["name/2623",[488,54.385]],["parent/2623",[612,3.429]],["name/2624",[630,63.189]],["parent/2624",[612,3.429]],["name/2625",[631,63.189]],["parent/2625",[612,3.429]],["name/2626",[614,56.556]],["parent/2626",[612,3.429]],["name/2627",[507,54.385]],["parent/2627",[612,3.429]],["name/2628",[505,54.385]],["parent/2628",[612,3.429]],["name/2629",[506,54.385]],["parent/2629",[612,3.429]],["name/2630",[618,56.556]],["parent/2630",[612,3.429]],["name/2631",[619,56.556]],["parent/2631",[612,3.429]],["name/2632",[497,54.385]],["parent/2632",[612,3.429]],["name/2633",[498,54.385]],["parent/2633",[612,3.429]],["name/2634",[490,54.385]],["parent/2634",[612,3.429]],["name/2635",[617,56.556]],["parent/2635",[612,3.429]],["name/2636",[632,63.189]],["parent/2636",[612,3.429]],["name/2637",[616,56.556]],["parent/2637",[612,3.429]],["name/2638",[475,54.385]],["parent/2638",[612,3.429]],["name/2639",[633,59.332]],["parent/2639",[612,3.429]],["name/2640",[634,59.332]],["parent/2640",[612,3.429]],["name/2641",[635,59.332]],["parent/2641",[612,3.429]],["name/2642",[612,34.383]],["parent/2642",[612,3.429]],["name/2643",[55,50.745]],["parent/2643",[636,4.769]],["name/2644",[637,75.426]],["parent/2644",[636,4.769]],["name/2645",[638,75.426]],["parent/2645",[636,4.769]],["name/2646",[639,75.426]],["parent/2646",[636,4.769]],["name/2647",[640,75.426]],["parent/2647",[636,4.769]],["name/2648",[641,75.426]],["parent/2648",[636,4.769]],["name/2649",[642,75.426]],["parent/2649",[636,4.769]],["name/2650",[643,75.426]],["parent/2650",[636,4.769]],["name/2651",[644,75.426]],["parent/2651",[636,4.769]],["name/2652",[645,75.426]],["parent/2652",[636,4.769]],["name/2653",[646,75.426]],["parent/2653",[636,4.769]],["name/2654",[647,75.426]],["parent/2654",[636,4.769]],["name/2655",[648,75.426]],["parent/2655",[636,4.769]],["name/2656",[649,75.426]],["parent/2656",[636,4.769]],["name/2657",[650,75.426]],["parent/2657",[636,4.769]],["name/2658",[651,75.426]],["parent/2658",[636,4.769]],["name/2659",[652,75.426]],["parent/2659",[636,4.769]],["name/2660",[653,75.426]],["parent/2660",[636,4.769]],["name/2661",[654,75.426]],["parent/2661",[636,4.769]],["name/2662",[655,75.426]],["parent/2662",[636,4.769]],["name/2663",[656,75.426]],["parent/2663",[636,4.769]],["name/2664",[657,75.426]],["parent/2664",[636,4.769]],["name/2665",[658,75.426]],["parent/2665",[636,4.769]],["name/2666",[659,75.426]],["parent/2666",[636,4.769]],["name/2667",[660,75.426]],["parent/2667",[636,4.769]],["name/2668",[661,75.426]],["parent/2668",[636,4.769]],["name/2669",[662,75.426]],["parent/2669",[636,4.769]],["name/2670",[663,75.426]],["parent/2670",[636,4.769]],["name/2671",[664,75.426]],["parent/2671",[636,4.769]],["name/2672",[665,75.426]],["parent/2672",[636,4.769]],["name/2673",[666,75.426]],["parent/2673",[636,4.769]],["name/2674",[667,75.426]],["parent/2674",[636,4.769]],["name/2675",[668,75.426]],["parent/2675",[636,4.769]],["name/2676",[669,75.426]],["parent/2676",[636,4.769]],["name/2677",[670,75.426]],["parent/2677",[636,4.769]],["name/2678",[671,75.426]],["parent/2678",[636,4.769]],["name/2679",[672,75.426]],["parent/2679",[636,4.769]],["name/2680",[673,75.426]],["parent/2680",[636,4.769]],["name/2681",[58,50.412]],["parent/2681",[636,4.769]],["name/2682",[674,63.189]],["parent/2682",[612,3.429]],["name/2683",[675,63.189]],["parent/2683",[612,3.429]],["name/2684",[674,63.189]],["parent/2684",[612,3.429]],["name/2685",[675,63.189]],["parent/2685",[612,3.429]],["name/2686",[612,34.383]],["parent/2686",[612,3.429]],["name/2687",[1,43.899]],["parent/2687",[612,3.429]],["name/2688",[674,63.189]],["parent/2688",[612,3.429]],["name/2689",[675,63.189]],["parent/2689",[612,3.429]],["name/2690",[612,34.383]],["parent/2690",[612,3.429]],["name/2691",[620,56.556]],["parent/2691",[612,3.429]],["name/2692",[621,56.556]],["parent/2692",[612,3.429]],["name/2693",[622,56.556]],["parent/2693",[612,3.429]],["name/2694",[624,63.189]],["parent/2694",[612,3.429]],["name/2695",[470,54.385]],["parent/2695",[612,3.429]],["name/2696",[471,54.385]],["parent/2696",[612,3.429]],["name/2697",[472,54.385]],["parent/2697",[612,3.429]],["name/2698",[91,47.576]],["parent/2698",[612,3.429]],["name/2699",[484,54.385]],["parent/2699",[612,3.429]],["name/2700",[554,46.634]],["parent/2700",[612,3.429]],["name/2701",[485,54.385]],["parent/2701",[612,3.429]],["name/2702",[486,54.385]],["parent/2702",[612,3.429]],["name/2703",[625,63.189]],["parent/2703",[612,3.429]],["name/2704",[626,63.189]],["parent/2704",[612,3.429]],["name/2705",[63,38.097]],["parent/2705",[612,3.429]],["name/2706",[487,54.385]],["parent/2706",[612,3.429]],["name/2707",[555,46.634]],["parent/2707",[612,3.429]],["name/2708",[90,47.576]],["parent/2708",[612,3.429]],["name/2709",[489,54.385]],["parent/2709",[612,3.429]],["name/2710",[615,56.556]],["parent/2710",[612,3.429]],["name/2711",[623,59.332]],["parent/2711",[612,3.429]],["name/2712",[613,56.556]],["parent/2712",[612,3.429]],["name/2713",[493,54.385]],["parent/2713",[612,3.429]],["name/2714",[627,59.332]],["parent/2714",[612,3.429]],["name/2715",[628,59.332]],["parent/2715",[612,3.429]],["name/2716",[629,59.332]],["parent/2716",[612,3.429]],["name/2717",[488,54.385]],["parent/2717",[612,3.429]],["name/2718",[630,63.189]],["parent/2718",[612,3.429]],["name/2719",[631,63.189]],["parent/2719",[612,3.429]],["name/2720",[614,56.556]],["parent/2720",[612,3.429]],["name/2721",[507,54.385]],["parent/2721",[612,3.429]],["name/2722",[505,54.385]],["parent/2722",[612,3.429]],["name/2723",[506,54.385]],["parent/2723",[612,3.429]],["name/2724",[618,56.556]],["parent/2724",[612,3.429]],["name/2725",[619,56.556]],["parent/2725",[612,3.429]],["name/2726",[497,54.385]],["parent/2726",[612,3.429]],["name/2727",[498,54.385]],["parent/2727",[612,3.429]],["name/2728",[490,54.385]],["parent/2728",[612,3.429]],["name/2729",[617,56.556]],["parent/2729",[612,3.429]],["name/2730",[632,63.189]],["parent/2730",[612,3.429]],["name/2731",[616,56.556]],["parent/2731",[612,3.429]],["name/2732",[475,54.385]],["parent/2732",[612,3.429]],["name/2733",[633,59.332]],["parent/2733",[612,3.429]],["name/2734",[634,59.332]],["parent/2734",[612,3.429]],["name/2735",[635,59.332]],["parent/2735",[612,3.429]],["name/2736",[676,80.535]],["parent/2736",[612,3.429]],["name/2737",[674,63.189]],["parent/2737",[677,4.585]],["name/2738",[675,63.189]],["parent/2738",[677,4.585]],["name/2739",[620,56.556]],["parent/2739",[677,4.585]],["name/2740",[621,56.556]],["parent/2740",[677,4.585]],["name/2741",[622,56.556]],["parent/2741",[677,4.585]],["name/2742",[624,63.189]],["parent/2742",[677,4.585]],["name/2743",[470,54.385]],["parent/2743",[677,4.585]],["name/2744",[471,54.385]],["parent/2744",[677,4.585]],["name/2745",[472,54.385]],["parent/2745",[677,4.585]],["name/2746",[91,47.576]],["parent/2746",[677,4.585]],["name/2747",[484,54.385]],["parent/2747",[677,4.585]],["name/2748",[554,46.634]],["parent/2748",[677,4.585]],["name/2749",[485,54.385]],["parent/2749",[677,4.585]],["name/2750",[486,54.385]],["parent/2750",[677,4.585]],["name/2751",[625,63.189]],["parent/2751",[677,4.585]],["name/2752",[626,63.189]],["parent/2752",[677,4.585]],["name/2753",[63,38.097]],["parent/2753",[677,4.585]],["name/2754",[487,54.385]],["parent/2754",[677,4.585]],["name/2755",[555,46.634]],["parent/2755",[677,4.585]],["name/2756",[90,47.576]],["parent/2756",[677,4.585]],["name/2757",[489,54.385]],["parent/2757",[677,4.585]],["name/2758",[615,56.556]],["parent/2758",[677,4.585]],["name/2759",[623,59.332]],["parent/2759",[677,4.585]],["name/2760",[613,56.556]],["parent/2760",[677,4.585]],["name/2761",[493,54.385]],["parent/2761",[677,4.585]],["name/2762",[627,59.332]],["parent/2762",[677,4.585]],["name/2763",[628,59.332]],["parent/2763",[677,4.585]],["name/2764",[629,59.332]],["parent/2764",[677,4.585]],["name/2765",[488,54.385]],["parent/2765",[677,4.585]],["name/2766",[630,63.189]],["parent/2766",[677,4.585]],["name/2767",[631,63.189]],["parent/2767",[677,4.585]],["name/2768",[614,56.556]],["parent/2768",[677,4.585]],["name/2769",[507,54.385]],["parent/2769",[677,4.585]],["name/2770",[505,54.385]],["parent/2770",[677,4.585]],["name/2771",[506,54.385]],["parent/2771",[677,4.585]],["name/2772",[618,56.556]],["parent/2772",[677,4.585]],["name/2773",[619,56.556]],["parent/2773",[677,4.585]],["name/2774",[497,54.385]],["parent/2774",[677,4.585]],["name/2775",[498,54.385]],["parent/2775",[677,4.585]],["name/2776",[490,54.385]],["parent/2776",[677,4.585]],["name/2777",[617,56.556]],["parent/2777",[677,4.585]],["name/2778",[632,63.189]],["parent/2778",[677,4.585]],["name/2779",[616,56.556]],["parent/2779",[677,4.585]],["name/2780",[475,54.385]],["parent/2780",[677,4.585]],["name/2781",[633,59.332]],["parent/2781",[677,4.585]],["name/2782",[634,59.332]],["parent/2782",[677,4.585]],["name/2783",[635,59.332]],["parent/2783",[677,4.585]],["name/2784",[678,34.187]],["parent/2784",[]],["name/2785",[1,43.899]],["parent/2785",[678,3.409]],["name/2786",[90,47.576]],["parent/2786",[678,3.409]],["name/2787",[91,47.576]],["parent/2787",[678,3.409]],["name/2788",[487,54.385]],["parent/2788",[678,3.409]],["name/2789",[475,54.385]],["parent/2789",[678,3.409]],["name/2790",[493,54.385]],["parent/2790",[678,3.409]],["name/2791",[613,56.556]],["parent/2791",[678,3.409]],["name/2792",[614,56.556]],["parent/2792",[678,3.409]],["name/2793",[470,54.385]],["parent/2793",[678,3.409]],["name/2794",[485,54.385]],["parent/2794",[678,3.409]],["name/2795",[486,54.385]],["parent/2795",[678,3.409]],["name/2796",[488,54.385]],["parent/2796",[678,3.409]],["name/2797",[490,54.385]],["parent/2797",[678,3.409]],["name/2798",[615,56.556]],["parent/2798",[678,3.409]],["name/2799",[616,56.556]],["parent/2799",[678,3.409]],["name/2800",[617,56.556]],["parent/2800",[678,3.409]],["name/2801",[497,54.385]],["parent/2801",[678,3.409]],["name/2802",[498,54.385]],["parent/2802",[678,3.409]],["name/2803",[471,54.385]],["parent/2803",[678,3.409]],["name/2804",[472,54.385]],["parent/2804",[678,3.409]],["name/2805",[484,54.385]],["parent/2805",[678,3.409]],["name/2806",[679,59.332]],["parent/2806",[678,3.409]],["name/2807",[618,56.556]],["parent/2807",[678,3.409]],["name/2808",[619,56.556]],["parent/2808",[678,3.409]],["name/2809",[505,54.385]],["parent/2809",[678,3.409]],["name/2810",[506,54.385]],["parent/2810",[678,3.409]],["name/2811",[489,54.385]],["parent/2811",[678,3.409]],["name/2812",[507,54.385]],["parent/2812",[678,3.409]],["name/2813",[620,56.556]],["parent/2813",[678,3.409]],["name/2814",[621,56.556]],["parent/2814",[678,3.409]],["name/2815",[622,56.556]],["parent/2815",[678,3.409]],["name/2816",[623,59.332]],["parent/2816",[678,3.409]],["name/2817",[624,63.189]],["parent/2817",[678,3.409]],["name/2818",[554,46.634]],["parent/2818",[678,3.409]],["name/2819",[625,63.189]],["parent/2819",[678,3.409]],["name/2820",[626,63.189]],["parent/2820",[678,3.409]],["name/2821",[63,38.097]],["parent/2821",[678,3.409]],["name/2822",[555,46.634]],["parent/2822",[678,3.409]],["name/2823",[627,59.332]],["parent/2823",[678,3.409]],["name/2824",[628,59.332]],["parent/2824",[678,3.409]],["name/2825",[629,59.332]],["parent/2825",[678,3.409]],["name/2826",[630,63.189]],["parent/2826",[678,3.409]],["name/2827",[631,63.189]],["parent/2827",[678,3.409]],["name/2828",[632,63.189]],["parent/2828",[678,3.409]],["name/2829",[633,59.332]],["parent/2829",[678,3.409]],["name/2830",[634,59.332]],["parent/2830",[678,3.409]],["name/2831",[635,59.332]],["parent/2831",[678,3.409]],["name/2832",[620,56.556]],["parent/2832",[678,3.409]],["name/2833",[621,56.556]],["parent/2833",[678,3.409]],["name/2834",[622,56.556]],["parent/2834",[678,3.409]],["name/2835",[624,63.189]],["parent/2835",[678,3.409]],["name/2836",[470,54.385]],["parent/2836",[678,3.409]],["name/2837",[471,54.385]],["parent/2837",[678,3.409]],["name/2838",[472,54.385]],["parent/2838",[678,3.409]],["name/2839",[91,47.576]],["parent/2839",[678,3.409]],["name/2840",[484,54.385]],["parent/2840",[678,3.409]],["name/2841",[554,46.634]],["parent/2841",[678,3.409]],["name/2842",[485,54.385]],["parent/2842",[678,3.409]],["name/2843",[486,54.385]],["parent/2843",[678,3.409]],["name/2844",[625,63.189]],["parent/2844",[678,3.409]],["name/2845",[626,63.189]],["parent/2845",[678,3.409]],["name/2846",[63,38.097]],["parent/2846",[678,3.409]],["name/2847",[487,54.385]],["parent/2847",[678,3.409]],["name/2848",[679,59.332]],["parent/2848",[678,3.409]],["name/2849",[555,46.634]],["parent/2849",[678,3.409]],["name/2850",[90,47.576]],["parent/2850",[678,3.409]],["name/2851",[489,54.385]],["parent/2851",[678,3.409]],["name/2852",[615,56.556]],["parent/2852",[678,3.409]],["name/2853",[623,59.332]],["parent/2853",[678,3.409]],["name/2854",[613,56.556]],["parent/2854",[678,3.409]],["name/2855",[493,54.385]],["parent/2855",[678,3.409]],["name/2856",[627,59.332]],["parent/2856",[678,3.409]],["name/2857",[628,59.332]],["parent/2857",[678,3.409]],["name/2858",[629,59.332]],["parent/2858",[678,3.409]],["name/2859",[488,54.385]],["parent/2859",[678,3.409]],["name/2860",[630,63.189]],["parent/2860",[678,3.409]],["name/2861",[631,63.189]],["parent/2861",[678,3.409]],["name/2862",[614,56.556]],["parent/2862",[678,3.409]],["name/2863",[507,54.385]],["parent/2863",[678,3.409]],["name/2864",[505,54.385]],["parent/2864",[678,3.409]],["name/2865",[506,54.385]],["parent/2865",[678,3.409]],["name/2866",[618,56.556]],["parent/2866",[678,3.409]],["name/2867",[619,56.556]],["parent/2867",[678,3.409]],["name/2868",[497,54.385]],["parent/2868",[678,3.409]],["name/2869",[498,54.385]],["parent/2869",[678,3.409]],["name/2870",[490,54.385]],["parent/2870",[678,3.409]],["name/2871",[617,56.556]],["parent/2871",[678,3.409]],["name/2872",[632,63.189]],["parent/2872",[678,3.409]],["name/2873",[616,56.556]],["parent/2873",[678,3.409]],["name/2874",[475,54.385]],["parent/2874",[678,3.409]],["name/2875",[633,59.332]],["parent/2875",[678,3.409]],["name/2876",[634,59.332]],["parent/2876",[678,3.409]],["name/2877",[635,59.332]],["parent/2877",[678,3.409]],["name/2878",[678,34.187]],["parent/2878",[678,3.409]],["name/2879",[55,50.745]],["parent/2879",[680,4.769]],["name/2880",[637,75.426]],["parent/2880",[680,4.769]],["name/2881",[638,75.426]],["parent/2881",[680,4.769]],["name/2882",[639,75.426]],["parent/2882",[680,4.769]],["name/2883",[640,75.426]],["parent/2883",[680,4.769]],["name/2884",[641,75.426]],["parent/2884",[680,4.769]],["name/2885",[642,75.426]],["parent/2885",[680,4.769]],["name/2886",[643,75.426]],["parent/2886",[680,4.769]],["name/2887",[644,75.426]],["parent/2887",[680,4.769]],["name/2888",[645,75.426]],["parent/2888",[680,4.769]],["name/2889",[646,75.426]],["parent/2889",[680,4.769]],["name/2890",[647,75.426]],["parent/2890",[680,4.769]],["name/2891",[648,75.426]],["parent/2891",[680,4.769]],["name/2892",[649,75.426]],["parent/2892",[680,4.769]],["name/2893",[650,75.426]],["parent/2893",[680,4.769]],["name/2894",[651,75.426]],["parent/2894",[680,4.769]],["name/2895",[652,75.426]],["parent/2895",[680,4.769]],["name/2896",[653,75.426]],["parent/2896",[680,4.769]],["name/2897",[654,75.426]],["parent/2897",[680,4.769]],["name/2898",[655,75.426]],["parent/2898",[680,4.769]],["name/2899",[656,75.426]],["parent/2899",[680,4.769]],["name/2900",[657,75.426]],["parent/2900",[680,4.769]],["name/2901",[658,75.426]],["parent/2901",[680,4.769]],["name/2902",[659,75.426]],["parent/2902",[680,4.769]],["name/2903",[660,75.426]],["parent/2903",[680,4.769]],["name/2904",[661,75.426]],["parent/2904",[680,4.769]],["name/2905",[662,75.426]],["parent/2905",[680,4.769]],["name/2906",[663,75.426]],["parent/2906",[680,4.769]],["name/2907",[664,75.426]],["parent/2907",[680,4.769]],["name/2908",[665,75.426]],["parent/2908",[680,4.769]],["name/2909",[666,75.426]],["parent/2909",[680,4.769]],["name/2910",[667,75.426]],["parent/2910",[680,4.769]],["name/2911",[668,75.426]],["parent/2911",[680,4.769]],["name/2912",[669,75.426]],["parent/2912",[680,4.769]],["name/2913",[670,75.426]],["parent/2913",[680,4.769]],["name/2914",[671,75.426]],["parent/2914",[680,4.769]],["name/2915",[672,75.426]],["parent/2915",[680,4.769]],["name/2916",[673,75.426]],["parent/2916",[680,4.769]],["name/2917",[58,50.412]],["parent/2917",[680,4.769]],["name/2918",[674,63.189]],["parent/2918",[678,3.409]],["name/2919",[675,63.189]],["parent/2919",[678,3.409]],["name/2920",[674,63.189]],["parent/2920",[678,3.409]],["name/2921",[675,63.189]],["parent/2921",[678,3.409]],["name/2922",[678,34.187]],["parent/2922",[678,3.409]],["name/2923",[1,43.899]],["parent/2923",[678,3.409]],["name/2924",[674,63.189]],["parent/2924",[678,3.409]],["name/2925",[675,63.189]],["parent/2925",[678,3.409]],["name/2926",[678,34.187]],["parent/2926",[678,3.409]],["name/2927",[620,56.556]],["parent/2927",[678,3.409]],["name/2928",[621,56.556]],["parent/2928",[678,3.409]],["name/2929",[622,56.556]],["parent/2929",[678,3.409]],["name/2930",[624,63.189]],["parent/2930",[678,3.409]],["name/2931",[470,54.385]],["parent/2931",[678,3.409]],["name/2932",[471,54.385]],["parent/2932",[678,3.409]],["name/2933",[472,54.385]],["parent/2933",[678,3.409]],["name/2934",[91,47.576]],["parent/2934",[678,3.409]],["name/2935",[484,54.385]],["parent/2935",[678,3.409]],["name/2936",[554,46.634]],["parent/2936",[678,3.409]],["name/2937",[485,54.385]],["parent/2937",[678,3.409]],["name/2938",[486,54.385]],["parent/2938",[678,3.409]],["name/2939",[625,63.189]],["parent/2939",[678,3.409]],["name/2940",[626,63.189]],["parent/2940",[678,3.409]],["name/2941",[63,38.097]],["parent/2941",[678,3.409]],["name/2942",[487,54.385]],["parent/2942",[678,3.409]],["name/2943",[679,59.332]],["parent/2943",[678,3.409]],["name/2944",[555,46.634]],["parent/2944",[678,3.409]],["name/2945",[90,47.576]],["parent/2945",[678,3.409]],["name/2946",[489,54.385]],["parent/2946",[678,3.409]],["name/2947",[615,56.556]],["parent/2947",[678,3.409]],["name/2948",[623,59.332]],["parent/2948",[678,3.409]],["name/2949",[613,56.556]],["parent/2949",[678,3.409]],["name/2950",[493,54.385]],["parent/2950",[678,3.409]],["name/2951",[627,59.332]],["parent/2951",[678,3.409]],["name/2952",[628,59.332]],["parent/2952",[678,3.409]],["name/2953",[629,59.332]],["parent/2953",[678,3.409]],["name/2954",[488,54.385]],["parent/2954",[678,3.409]],["name/2955",[630,63.189]],["parent/2955",[678,3.409]],["name/2956",[631,63.189]],["parent/2956",[678,3.409]],["name/2957",[614,56.556]],["parent/2957",[678,3.409]],["name/2958",[507,54.385]],["parent/2958",[678,3.409]],["name/2959",[505,54.385]],["parent/2959",[678,3.409]],["name/2960",[506,54.385]],["parent/2960",[678,3.409]],["name/2961",[618,56.556]],["parent/2961",[678,3.409]],["name/2962",[619,56.556]],["parent/2962",[678,3.409]],["name/2963",[497,54.385]],["parent/2963",[678,3.409]],["name/2964",[498,54.385]],["parent/2964",[678,3.409]],["name/2965",[490,54.385]],["parent/2965",[678,3.409]],["name/2966",[617,56.556]],["parent/2966",[678,3.409]],["name/2967",[632,63.189]],["parent/2967",[678,3.409]],["name/2968",[616,56.556]],["parent/2968",[678,3.409]],["name/2969",[475,54.385]],["parent/2969",[678,3.409]],["name/2970",[633,59.332]],["parent/2970",[678,3.409]],["name/2971",[634,59.332]],["parent/2971",[678,3.409]],["name/2972",[635,59.332]],["parent/2972",[678,3.409]],["name/2973",[681,80.535]],["parent/2973",[678,3.409]],["name/2974",[674,63.189]],["parent/2974",[682,4.565]],["name/2975",[675,63.189]],["parent/2975",[682,4.565]],["name/2976",[620,56.556]],["parent/2976",[682,4.565]],["name/2977",[621,56.556]],["parent/2977",[682,4.565]],["name/2978",[622,56.556]],["parent/2978",[682,4.565]],["name/2979",[624,63.189]],["parent/2979",[682,4.565]],["name/2980",[470,54.385]],["parent/2980",[682,4.565]],["name/2981",[471,54.385]],["parent/2981",[682,4.565]],["name/2982",[472,54.385]],["parent/2982",[682,4.565]],["name/2983",[91,47.576]],["parent/2983",[682,4.565]],["name/2984",[484,54.385]],["parent/2984",[682,4.565]],["name/2985",[554,46.634]],["parent/2985",[682,4.565]],["name/2986",[485,54.385]],["parent/2986",[682,4.565]],["name/2987",[486,54.385]],["parent/2987",[682,4.565]],["name/2988",[625,63.189]],["parent/2988",[682,4.565]],["name/2989",[626,63.189]],["parent/2989",[682,4.565]],["name/2990",[63,38.097]],["parent/2990",[682,4.565]],["name/2991",[487,54.385]],["parent/2991",[682,4.565]],["name/2992",[679,59.332]],["parent/2992",[682,4.565]],["name/2993",[555,46.634]],["parent/2993",[682,4.565]],["name/2994",[90,47.576]],["parent/2994",[682,4.565]],["name/2995",[489,54.385]],["parent/2995",[682,4.565]],["name/2996",[615,56.556]],["parent/2996",[682,4.565]],["name/2997",[623,59.332]],["parent/2997",[682,4.565]],["name/2998",[613,56.556]],["parent/2998",[682,4.565]],["name/2999",[493,54.385]],["parent/2999",[682,4.565]],["name/3000",[627,59.332]],["parent/3000",[682,4.565]],["name/3001",[628,59.332]],["parent/3001",[682,4.565]],["name/3002",[629,59.332]],["parent/3002",[682,4.565]],["name/3003",[488,54.385]],["parent/3003",[682,4.565]],["name/3004",[630,63.189]],["parent/3004",[682,4.565]],["name/3005",[631,63.189]],["parent/3005",[682,4.565]],["name/3006",[614,56.556]],["parent/3006",[682,4.565]],["name/3007",[507,54.385]],["parent/3007",[682,4.565]],["name/3008",[505,54.385]],["parent/3008",[682,4.565]],["name/3009",[506,54.385]],["parent/3009",[682,4.565]],["name/3010",[618,56.556]],["parent/3010",[682,4.565]],["name/3011",[619,56.556]],["parent/3011",[682,4.565]],["name/3012",[497,54.385]],["parent/3012",[682,4.565]],["name/3013",[498,54.385]],["parent/3013",[682,4.565]],["name/3014",[490,54.385]],["parent/3014",[682,4.565]],["name/3015",[617,56.556]],["parent/3015",[682,4.565]],["name/3016",[632,63.189]],["parent/3016",[682,4.565]],["name/3017",[616,56.556]],["parent/3017",[682,4.565]],["name/3018",[475,54.385]],["parent/3018",[682,4.565]],["name/3019",[633,59.332]],["parent/3019",[682,4.565]],["name/3020",[634,59.332]],["parent/3020",[682,4.565]],["name/3021",[635,59.332]],["parent/3021",[682,4.565]],["name/3022",[683,54.885]],["parent/3022",[]],["name/3023",[1,43.899]],["parent/3023",[683,5.473]],["name/3024",[63,38.097]],["parent/3024",[683,5.473]],["name/3025",[684,69.549]],["parent/3025",[683,5.473]],["name/3026",[685,69.549]],["parent/3026",[683,5.473]],["name/3027",[63,38.097]],["parent/3027",[683,5.473]],["name/3028",[684,69.549]],["parent/3028",[683,5.473]],["name/3029",[685,69.549]],["parent/3029",[683,5.473]],["name/3030",[683,54.885]],["parent/3030",[683,5.473]],["name/3031",[55,50.745]],["parent/3031",[686,7.186]],["name/3032",[687,80.535]],["parent/3032",[686,7.186]],["name/3033",[58,50.412]],["parent/3033",[686,7.186]],["name/3034",[683,54.885]],["parent/3034",[683,5.473]],["name/3035",[1,43.899]],["parent/3035",[683,5.473]],["name/3036",[683,54.885]],["parent/3036",[683,5.473]],["name/3037",[63,38.097]],["parent/3037",[683,5.473]],["name/3038",[684,69.549]],["parent/3038",[683,5.473]],["name/3039",[685,69.549]],["parent/3039",[683,5.473]],["name/3040",[688,80.535]],["parent/3040",[683,5.473]],["name/3041",[63,38.097]],["parent/3041",[689,7.186]],["name/3042",[684,69.549]],["parent/3042",[689,7.186]],["name/3043",[685,69.549]],["parent/3043",[689,7.186]],["name/3044",[690,49.18]],["parent/3044",[]],["name/3045",[1,43.899]],["parent/3045",[690,4.904]],["name/3046",[691,69.549]],["parent/3046",[690,4.904]],["name/3047",[692,69.549]],["parent/3047",[690,4.904]],["name/3048",[693,69.549]],["parent/3048",[690,4.904]],["name/3049",[694,69.549]],["parent/3049",[690,4.904]],["name/3050",[695,69.549]],["parent/3050",[690,4.904]],["name/3051",[554,46.634]],["parent/3051",[690,4.904]],["name/3052",[63,38.097]],["parent/3052",[690,4.904]],["name/3053",[555,46.634]],["parent/3053",[690,4.904]],["name/3054",[691,69.549]],["parent/3054",[690,4.904]],["name/3055",[693,69.549]],["parent/3055",[690,4.904]],["name/3056",[694,69.549]],["parent/3056",[690,4.904]],["name/3057",[695,69.549]],["parent/3057",[690,4.904]],["name/3058",[554,46.634]],["parent/3058",[690,4.904]],["name/3059",[63,38.097]],["parent/3059",[690,4.904]],["name/3060",[555,46.634]],["parent/3060",[690,4.904]],["name/3061",[692,69.549]],["parent/3061",[690,4.904]],["name/3062",[690,49.18]],["parent/3062",[690,4.904]],["name/3063",[55,50.745]],["parent/3063",[696,6.935]],["name/3064",[697,80.535]],["parent/3064",[696,6.935]],["name/3065",[698,80.535]],["parent/3065",[696,6.935]],["name/3066",[58,50.412]],["parent/3066",[696,6.935]],["name/3067",[690,49.18]],["parent/3067",[690,4.904]],["name/3068",[1,43.899]],["parent/3068",[690,4.904]],["name/3069",[690,49.18]],["parent/3069",[690,4.904]],["name/3070",[691,69.549]],["parent/3070",[690,4.904]],["name/3071",[693,69.549]],["parent/3071",[690,4.904]],["name/3072",[694,69.549]],["parent/3072",[690,4.904]],["name/3073",[695,69.549]],["parent/3073",[690,4.904]],["name/3074",[554,46.634]],["parent/3074",[690,4.904]],["name/3075",[63,38.097]],["parent/3075",[690,4.904]],["name/3076",[555,46.634]],["parent/3076",[690,4.904]],["name/3077",[692,69.549]],["parent/3077",[690,4.904]],["name/3078",[699,80.535]],["parent/3078",[690,4.904]],["name/3079",[691,69.549]],["parent/3079",[700,6.301]],["name/3080",[693,69.549]],["parent/3080",[700,6.301]],["name/3081",[694,69.549]],["parent/3081",[700,6.301]],["name/3082",[695,69.549]],["parent/3082",[700,6.301]],["name/3083",[554,46.634]],["parent/3083",[700,6.301]],["name/3084",[63,38.097]],["parent/3084",[700,6.301]],["name/3085",[555,46.634]],["parent/3085",[700,6.301]],["name/3086",[692,69.549]],["parent/3086",[700,6.301]],["name/3087",[701,54.385]],["parent/3087",[]],["name/3088",[1,43.899]],["parent/3088",[701,5.423]],["name/3089",[63,38.097]],["parent/3089",[701,5.423]],["name/3090",[702,69.549]],["parent/3090",[701,5.423]],["name/3091",[701,54.385]],["parent/3091",[701,5.423]],["name/3092",[63,38.097]],["parent/3092",[701,5.423]],["name/3093",[701,54.385]],["parent/3093",[701,5.423]],["name/3094",[702,69.549]],["parent/3094",[701,5.423]],["name/3095",[703,72.062]],["parent/3095",[701,5.423]],["name/3096",[55,50.745]],["parent/3096",[704,6.569]],["name/3097",[705,80.535]],["parent/3097",[704,6.569]],["name/3098",[706,80.535]],["parent/3098",[704,6.569]],["name/3099",[707,80.535]],["parent/3099",[704,6.569]],["name/3100",[708,80.535]],["parent/3100",[704,6.569]],["name/3101",[58,50.412]],["parent/3101",[704,6.569]],["name/3102",[703,72.062]],["parent/3102",[701,5.423]],["name/3103",[1,43.899]],["parent/3103",[701,5.423]],["name/3104",[703,72.062]],["parent/3104",[701,5.423]],["name/3105",[63,38.097]],["parent/3105",[701,5.423]],["name/3106",[701,54.385]],["parent/3106",[701,5.423]],["name/3107",[702,69.549]],["parent/3107",[701,5.423]],["name/3108",[709,80.535]],["parent/3108",[701,5.423]],["name/3109",[63,38.097]],["parent/3109",[710,7.186]],["name/3110",[701,54.385]],["parent/3110",[710,7.186]],["name/3111",[702,69.549]],["parent/3111",[710,7.186]],["name/3112",[711,27.703]],["parent/3112",[]],["name/3113",[1,43.899]],["parent/3113",[711,2.763]],["name/3114",[90,47.576]],["parent/3114",[711,2.763]],["name/3115",[91,47.576]],["parent/3115",[711,2.763]],["name/3116",[487,54.385]],["parent/3116",[711,2.763]],["name/3117",[475,54.385]],["parent/3117",[711,2.763]],["name/3118",[493,54.385]],["parent/3118",[711,2.763]],["name/3119",[613,56.556]],["parent/3119",[711,2.763]],["name/3120",[614,56.556]],["parent/3120",[711,2.763]],["name/3121",[470,54.385]],["parent/3121",[711,2.763]],["name/3122",[485,54.385]],["parent/3122",[711,2.763]],["name/3123",[486,54.385]],["parent/3123",[711,2.763]],["name/3124",[488,54.385]],["parent/3124",[711,2.763]],["name/3125",[490,54.385]],["parent/3125",[711,2.763]],["name/3126",[615,56.556]],["parent/3126",[711,2.763]],["name/3127",[616,56.556]],["parent/3127",[711,2.763]],["name/3128",[617,56.556]],["parent/3128",[711,2.763]],["name/3129",[497,54.385]],["parent/3129",[711,2.763]],["name/3130",[498,54.385]],["parent/3130",[711,2.763]],["name/3131",[471,54.385]],["parent/3131",[711,2.763]],["name/3132",[472,54.385]],["parent/3132",[711,2.763]],["name/3133",[484,54.385]],["parent/3133",[711,2.763]],["name/3134",[679,59.332]],["parent/3134",[711,2.763]],["name/3135",[618,56.556]],["parent/3135",[711,2.763]],["name/3136",[619,56.556]],["parent/3136",[711,2.763]],["name/3137",[505,54.385]],["parent/3137",[711,2.763]],["name/3138",[506,54.385]],["parent/3138",[711,2.763]],["name/3139",[489,54.385]],["parent/3139",[711,2.763]],["name/3140",[507,54.385]],["parent/3140",[711,2.763]],["name/3141",[620,56.556]],["parent/3141",[711,2.763]],["name/3142",[621,56.556]],["parent/3142",[711,2.763]],["name/3143",[622,56.556]],["parent/3143",[711,2.763]],["name/3144",[712,69.549]],["parent/3144",[711,2.763]],["name/3145",[713,59.332]],["parent/3145",[711,2.763]],["name/3146",[96,54.385]],["parent/3146",[711,2.763]],["name/3147",[97,54.385]],["parent/3147",[711,2.763]],["name/3148",[100,54.385]],["parent/3148",[711,2.763]],["name/3149",[101,54.385]],["parent/3149",[711,2.763]],["name/3150",[714,59.332]],["parent/3150",[711,2.763]],["name/3151",[715,63.189]],["parent/3151",[711,2.763]],["name/3152",[716,63.189]],["parent/3152",[711,2.763]],["name/3153",[717,59.332]],["parent/3153",[711,2.763]],["name/3154",[718,59.332]],["parent/3154",[711,2.763]],["name/3155",[88,56.556]],["parent/3155",[711,2.763]],["name/3156",[99,54.385]],["parent/3156",[711,2.763]],["name/3157",[719,59.332]],["parent/3157",[711,2.763]],["name/3158",[720,63.189]],["parent/3158",[711,2.763]],["name/3159",[721,63.189]],["parent/3159",[711,2.763]],["name/3160",[722,63.189]],["parent/3160",[711,2.763]],["name/3161",[723,63.189]],["parent/3161",[711,2.763]],["name/3162",[102,54.385]],["parent/3162",[711,2.763]],["name/3163",[724,63.189]],["parent/3163",[711,2.763]],["name/3164",[104,56.556]],["parent/3164",[711,2.763]],["name/3165",[725,63.189]],["parent/3165",[711,2.763]],["name/3166",[726,69.549]],["parent/3166",[711,2.763]],["name/3167",[389,63.189]],["parent/3167",[711,2.763]],["name/3168",[390,63.189]],["parent/3168",[711,2.763]],["name/3169",[727,69.549]],["parent/3169",[711,2.763]],["name/3170",[728,69.549]],["parent/3170",[711,2.763]],["name/3171",[729,69.549]],["parent/3171",[711,2.763]],["name/3172",[730,69.549]],["parent/3172",[711,2.763]],["name/3173",[508,59.332]],["parent/3173",[711,2.763]],["name/3174",[510,59.332]],["parent/3174",[711,2.763]],["name/3175",[731,63.189]],["parent/3175",[711,2.763]],["name/3176",[732,63.189]],["parent/3176",[711,2.763]],["name/3177",[733,63.189]],["parent/3177",[711,2.763]],["name/3178",[734,63.189]],["parent/3178",[711,2.763]],["name/3179",[735,63.189]],["parent/3179",[711,2.763]],["name/3180",[511,59.332]],["parent/3180",[711,2.763]],["name/3181",[736,69.549]],["parent/3181",[711,2.763]],["name/3182",[737,69.549]],["parent/3182",[711,2.763]],["name/3183",[738,69.549]],["parent/3183",[711,2.763]],["name/3184",[739,69.549]],["parent/3184",[711,2.763]],["name/3185",[740,69.549]],["parent/3185",[711,2.763]],["name/3186",[741,69.549]],["parent/3186",[711,2.763]],["name/3187",[742,69.549]],["parent/3187",[711,2.763]],["name/3188",[743,69.549]],["parent/3188",[711,2.763]],["name/3189",[744,69.549]],["parent/3189",[711,2.763]],["name/3190",[745,69.549]],["parent/3190",[711,2.763]],["name/3191",[746,69.549]],["parent/3191",[711,2.763]],["name/3192",[747,69.549]],["parent/3192",[711,2.763]],["name/3193",[748,69.549]],["parent/3193",[711,2.763]],["name/3194",[63,38.097]],["parent/3194",[711,2.763]],["name/3195",[36,44.981]],["parent/3195",[711,2.763]],["name/3196",[749,69.549]],["parent/3196",[711,2.763]],["name/3197",[750,69.549]],["parent/3197",[711,2.763]],["name/3198",[751,69.549]],["parent/3198",[711,2.763]],["name/3199",[752,69.549]],["parent/3199",[711,2.763]],["name/3200",[753,69.549]],["parent/3200",[711,2.763]],["name/3201",[754,69.549]],["parent/3201",[711,2.763]],["name/3202",[755,69.549]],["parent/3202",[711,2.763]],["name/3203",[756,69.549]],["parent/3203",[711,2.763]],["name/3204",[757,69.549]],["parent/3204",[711,2.763]],["name/3205",[758,69.549]],["parent/3205",[711,2.763]],["name/3206",[759,69.549]],["parent/3206",[711,2.763]],["name/3207",[760,69.549]],["parent/3207",[711,2.763]],["name/3208",[53,43.563]],["parent/3208",[711,2.763]],["name/3209",[620,56.556]],["parent/3209",[711,2.763]],["name/3210",[621,56.556]],["parent/3210",[711,2.763]],["name/3211",[622,56.556]],["parent/3211",[711,2.763]],["name/3212",[712,69.549]],["parent/3212",[711,2.763]],["name/3213",[470,54.385]],["parent/3213",[711,2.763]],["name/3214",[725,63.189]],["parent/3214",[711,2.763]],["name/3215",[471,54.385]],["parent/3215",[711,2.763]],["name/3216",[472,54.385]],["parent/3216",[711,2.763]],["name/3217",[91,47.576]],["parent/3217",[711,2.763]],["name/3218",[390,63.189]],["parent/3218",[711,2.763]],["name/3219",[727,69.549]],["parent/3219",[711,2.763]],["name/3220",[389,63.189]],["parent/3220",[711,2.763]],["name/3221",[728,69.549]],["parent/3221",[711,2.763]],["name/3222",[729,69.549]],["parent/3222",[711,2.763]],["name/3223",[730,69.549]],["parent/3223",[711,2.763]],["name/3224",[484,54.385]],["parent/3224",[711,2.763]],["name/3225",[736,69.549]],["parent/3225",[711,2.763]],["name/3226",[737,69.549]],["parent/3226",[711,2.763]],["name/3227",[726,69.549]],["parent/3227",[711,2.763]],["name/3228",[739,69.549]],["parent/3228",[711,2.763]],["name/3229",[745,69.549]],["parent/3229",[711,2.763]],["name/3230",[746,69.549]],["parent/3230",[711,2.763]],["name/3231",[741,69.549]],["parent/3231",[711,2.763]],["name/3232",[742,69.549]],["parent/3232",[711,2.763]],["name/3233",[743,69.549]],["parent/3233",[711,2.763]],["name/3234",[747,69.549]],["parent/3234",[711,2.763]],["name/3235",[748,69.549]],["parent/3235",[711,2.763]],["name/3236",[485,54.385]],["parent/3236",[711,2.763]],["name/3237",[486,54.385]],["parent/3237",[711,2.763]],["name/3238",[63,38.097]],["parent/3238",[711,2.763]],["name/3239",[487,54.385]],["parent/3239",[711,2.763]],["name/3240",[679,59.332]],["parent/3240",[711,2.763]],["name/3241",[713,59.332]],["parent/3241",[711,2.763]],["name/3242",[102,54.385]],["parent/3242",[711,2.763]],["name/3243",[724,63.189]],["parent/3243",[711,2.763]],["name/3244",[88,56.556]],["parent/3244",[711,2.763]],["name/3245",[90,47.576]],["parent/3245",[711,2.763]],["name/3246",[723,63.189]],["parent/3246",[711,2.763]],["name/3247",[489,54.385]],["parent/3247",[711,2.763]],["name/3248",[722,63.189]],["parent/3248",[711,2.763]],["name/3249",[508,59.332]],["parent/3249",[711,2.763]],["name/3250",[510,59.332]],["parent/3250",[711,2.763]],["name/3251",[731,63.189]],["parent/3251",[711,2.763]],["name/3252",[732,63.189]],["parent/3252",[711,2.763]],["name/3253",[733,63.189]],["parent/3253",[711,2.763]],["name/3254",[734,63.189]],["parent/3254",[711,2.763]],["name/3255",[735,63.189]],["parent/3255",[711,2.763]],["name/3256",[511,59.332]],["parent/3256",[711,2.763]],["name/3257",[615,56.556]],["parent/3257",[711,2.763]],["name/3258",[613,56.556]],["parent/3258",[711,2.763]],["name/3259",[719,59.332]],["parent/3259",[711,2.763]],["name/3260",[36,44.981]],["parent/3260",[711,2.763]],["name/3261",[749,69.549]],["parent/3261",[711,2.763]],["name/3262",[738,69.549]],["parent/3262",[711,2.763]],["name/3263",[493,54.385]],["parent/3263",[711,2.763]],["name/3264",[488,54.385]],["parent/3264",[711,2.763]],["name/3265",[717,59.332]],["parent/3265",[711,2.763]],["name/3266",[104,56.556]],["parent/3266",[711,2.763]],["name/3267",[614,56.556]],["parent/3267",[711,2.763]],["name/3268",[507,54.385]],["parent/3268",[711,2.763]],["name/3269",[720,63.189]],["parent/3269",[711,2.763]],["name/3270",[721,63.189]],["parent/3270",[711,2.763]],["name/3271",[740,69.549]],["parent/3271",[711,2.763]],["name/3272",[505,54.385]],["parent/3272",[711,2.763]],["name/3273",[506,54.385]],["parent/3273",[711,2.763]],["name/3274",[618,56.556]],["parent/3274",[711,2.763]],["name/3275",[619,56.556]],["parent/3275",[711,2.763]],["name/3276",[750,69.549]],["parent/3276",[711,2.763]],["name/3277",[744,69.549]],["parent/3277",[711,2.763]],["name/3278",[714,59.332]],["parent/3278",[711,2.763]],["name/3279",[718,59.332]],["parent/3279",[711,2.763]],["name/3280",[101,54.385]],["parent/3280",[711,2.763]],["name/3281",[753,69.549]],["parent/3281",[711,2.763]],["name/3282",[754,69.549]],["parent/3282",[711,2.763]],["name/3283",[755,69.549]],["parent/3283",[711,2.763]],["name/3284",[756,69.549]],["parent/3284",[711,2.763]],["name/3285",[751,69.549]],["parent/3285",[711,2.763]],["name/3286",[752,69.549]],["parent/3286",[711,2.763]],["name/3287",[757,69.549]],["parent/3287",[711,2.763]],["name/3288",[716,63.189]],["parent/3288",[711,2.763]],["name/3289",[715,63.189]],["parent/3289",[711,2.763]],["name/3290",[758,69.549]],["parent/3290",[711,2.763]],["name/3291",[759,69.549]],["parent/3291",[711,2.763]],["name/3292",[760,69.549]],["parent/3292",[711,2.763]],["name/3293",[53,43.563]],["parent/3293",[711,2.763]],["name/3294",[497,54.385]],["parent/3294",[711,2.763]],["name/3295",[498,54.385]],["parent/3295",[711,2.763]],["name/3296",[490,54.385]],["parent/3296",[711,2.763]],["name/3297",[617,56.556]],["parent/3297",[711,2.763]],["name/3298",[616,56.556]],["parent/3298",[711,2.763]],["name/3299",[475,54.385]],["parent/3299",[711,2.763]],["name/3300",[99,54.385]],["parent/3300",[711,2.763]],["name/3301",[97,54.385]],["parent/3301",[711,2.763]],["name/3302",[96,54.385]],["parent/3302",[711,2.763]],["name/3303",[100,54.385]],["parent/3303",[711,2.763]],["name/3304",[711,27.703]],["parent/3304",[711,2.763]],["name/3305",[55,50.745]],["parent/3305",[761,4.995]],["name/3306",[762,80.535]],["parent/3306",[761,4.995]],["name/3307",[763,80.535]],["parent/3307",[761,4.995]],["name/3308",[764,80.535]],["parent/3308",[761,4.995]],["name/3309",[765,80.535]],["parent/3309",[761,4.995]],["name/3310",[766,80.535]],["parent/3310",[761,4.995]],["name/3311",[767,80.535]],["parent/3311",[761,4.995]],["name/3312",[768,80.535]],["parent/3312",[761,4.995]],["name/3313",[769,80.535]],["parent/3313",[761,4.995]],["name/3314",[770,80.535]],["parent/3314",[761,4.995]],["name/3315",[771,80.535]],["parent/3315",[761,4.995]],["name/3316",[772,80.535]],["parent/3316",[761,4.995]],["name/3317",[773,80.535]],["parent/3317",[761,4.995]],["name/3318",[774,80.535]],["parent/3318",[761,4.995]],["name/3319",[775,80.535]],["parent/3319",[761,4.995]],["name/3320",[776,80.535]],["parent/3320",[761,4.995]],["name/3321",[777,80.535]],["parent/3321",[761,4.995]],["name/3322",[778,80.535]],["parent/3322",[761,4.995]],["name/3323",[779,80.535]],["parent/3323",[761,4.995]],["name/3324",[780,80.535]],["parent/3324",[761,4.995]],["name/3325",[781,80.535]],["parent/3325",[761,4.995]],["name/3326",[782,80.535]],["parent/3326",[761,4.995]],["name/3327",[783,80.535]],["parent/3327",[761,4.995]],["name/3328",[784,80.535]],["parent/3328",[761,4.995]],["name/3329",[785,75.426]],["parent/3329",[761,4.995]],["name/3330",[786,80.535]],["parent/3330",[761,4.995]],["name/3331",[787,80.535]],["parent/3331",[761,4.995]],["name/3332",[788,80.535]],["parent/3332",[761,4.995]],["name/3333",[789,80.535]],["parent/3333",[761,4.995]],["name/3334",[790,80.535]],["parent/3334",[761,4.995]],["name/3335",[58,50.412]],["parent/3335",[761,4.995]],["name/3336",[711,27.703]],["parent/3336",[711,2.763]],["name/3337",[1,43.899]],["parent/3337",[711,2.763]],["name/3338",[711,27.703]],["parent/3338",[711,2.763]],["name/3339",[620,56.556]],["parent/3339",[711,2.763]],["name/3340",[621,56.556]],["parent/3340",[711,2.763]],["name/3341",[622,56.556]],["parent/3341",[711,2.763]],["name/3342",[712,69.549]],["parent/3342",[711,2.763]],["name/3343",[470,54.385]],["parent/3343",[711,2.763]],["name/3344",[725,63.189]],["parent/3344",[711,2.763]],["name/3345",[471,54.385]],["parent/3345",[711,2.763]],["name/3346",[472,54.385]],["parent/3346",[711,2.763]],["name/3347",[91,47.576]],["parent/3347",[711,2.763]],["name/3348",[390,63.189]],["parent/3348",[711,2.763]],["name/3349",[727,69.549]],["parent/3349",[711,2.763]],["name/3350",[389,63.189]],["parent/3350",[711,2.763]],["name/3351",[728,69.549]],["parent/3351",[711,2.763]],["name/3352",[729,69.549]],["parent/3352",[711,2.763]],["name/3353",[730,69.549]],["parent/3353",[711,2.763]],["name/3354",[484,54.385]],["parent/3354",[711,2.763]],["name/3355",[736,69.549]],["parent/3355",[711,2.763]],["name/3356",[737,69.549]],["parent/3356",[711,2.763]],["name/3357",[726,69.549]],["parent/3357",[711,2.763]],["name/3358",[739,69.549]],["parent/3358",[711,2.763]],["name/3359",[745,69.549]],["parent/3359",[711,2.763]],["name/3360",[746,69.549]],["parent/3360",[711,2.763]],["name/3361",[741,69.549]],["parent/3361",[711,2.763]],["name/3362",[742,69.549]],["parent/3362",[711,2.763]],["name/3363",[743,69.549]],["parent/3363",[711,2.763]],["name/3364",[747,69.549]],["parent/3364",[711,2.763]],["name/3365",[748,69.549]],["parent/3365",[711,2.763]],["name/3366",[485,54.385]],["parent/3366",[711,2.763]],["name/3367",[486,54.385]],["parent/3367",[711,2.763]],["name/3368",[63,38.097]],["parent/3368",[711,2.763]],["name/3369",[487,54.385]],["parent/3369",[711,2.763]],["name/3370",[679,59.332]],["parent/3370",[711,2.763]],["name/3371",[713,59.332]],["parent/3371",[711,2.763]],["name/3372",[102,54.385]],["parent/3372",[711,2.763]],["name/3373",[724,63.189]],["parent/3373",[711,2.763]],["name/3374",[88,56.556]],["parent/3374",[711,2.763]],["name/3375",[90,47.576]],["parent/3375",[711,2.763]],["name/3376",[723,63.189]],["parent/3376",[711,2.763]],["name/3377",[489,54.385]],["parent/3377",[711,2.763]],["name/3378",[722,63.189]],["parent/3378",[711,2.763]],["name/3379",[508,59.332]],["parent/3379",[711,2.763]],["name/3380",[510,59.332]],["parent/3380",[711,2.763]],["name/3381",[731,63.189]],["parent/3381",[711,2.763]],["name/3382",[732,63.189]],["parent/3382",[711,2.763]],["name/3383",[733,63.189]],["parent/3383",[711,2.763]],["name/3384",[734,63.189]],["parent/3384",[711,2.763]],["name/3385",[735,63.189]],["parent/3385",[711,2.763]],["name/3386",[511,59.332]],["parent/3386",[711,2.763]],["name/3387",[615,56.556]],["parent/3387",[711,2.763]],["name/3388",[613,56.556]],["parent/3388",[711,2.763]],["name/3389",[719,59.332]],["parent/3389",[711,2.763]],["name/3390",[36,44.981]],["parent/3390",[711,2.763]],["name/3391",[749,69.549]],["parent/3391",[711,2.763]],["name/3392",[738,69.549]],["parent/3392",[711,2.763]],["name/3393",[493,54.385]],["parent/3393",[711,2.763]],["name/3394",[488,54.385]],["parent/3394",[711,2.763]],["name/3395",[717,59.332]],["parent/3395",[711,2.763]],["name/3396",[104,56.556]],["parent/3396",[711,2.763]],["name/3397",[614,56.556]],["parent/3397",[711,2.763]],["name/3398",[507,54.385]],["parent/3398",[711,2.763]],["name/3399",[720,63.189]],["parent/3399",[711,2.763]],["name/3400",[721,63.189]],["parent/3400",[711,2.763]],["name/3401",[740,69.549]],["parent/3401",[711,2.763]],["name/3402",[505,54.385]],["parent/3402",[711,2.763]],["name/3403",[506,54.385]],["parent/3403",[711,2.763]],["name/3404",[618,56.556]],["parent/3404",[711,2.763]],["name/3405",[619,56.556]],["parent/3405",[711,2.763]],["name/3406",[750,69.549]],["parent/3406",[711,2.763]],["name/3407",[744,69.549]],["parent/3407",[711,2.763]],["name/3408",[714,59.332]],["parent/3408",[711,2.763]],["name/3409",[718,59.332]],["parent/3409",[711,2.763]],["name/3410",[101,54.385]],["parent/3410",[711,2.763]],["name/3411",[753,69.549]],["parent/3411",[711,2.763]],["name/3412",[754,69.549]],["parent/3412",[711,2.763]],["name/3413",[755,69.549]],["parent/3413",[711,2.763]],["name/3414",[756,69.549]],["parent/3414",[711,2.763]],["name/3415",[751,69.549]],["parent/3415",[711,2.763]],["name/3416",[752,69.549]],["parent/3416",[711,2.763]],["name/3417",[757,69.549]],["parent/3417",[711,2.763]],["name/3418",[716,63.189]],["parent/3418",[711,2.763]],["name/3419",[715,63.189]],["parent/3419",[711,2.763]],["name/3420",[758,69.549]],["parent/3420",[711,2.763]],["name/3421",[759,69.549]],["parent/3421",[711,2.763]],["name/3422",[760,69.549]],["parent/3422",[711,2.763]],["name/3423",[53,43.563]],["parent/3423",[711,2.763]],["name/3424",[497,54.385]],["parent/3424",[711,2.763]],["name/3425",[498,54.385]],["parent/3425",[711,2.763]],["name/3426",[490,54.385]],["parent/3426",[711,2.763]],["name/3427",[617,56.556]],["parent/3427",[711,2.763]],["name/3428",[616,56.556]],["parent/3428",[711,2.763]],["name/3429",[475,54.385]],["parent/3429",[711,2.763]],["name/3430",[99,54.385]],["parent/3430",[711,2.763]],["name/3431",[97,54.385]],["parent/3431",[711,2.763]],["name/3432",[96,54.385]],["parent/3432",[711,2.763]],["name/3433",[100,54.385]],["parent/3433",[711,2.763]],["name/3434",[791,80.535]],["parent/3434",[711,2.763]],["name/3435",[620,56.556]],["parent/3435",[792,3.889]],["name/3436",[621,56.556]],["parent/3436",[792,3.889]],["name/3437",[622,56.556]],["parent/3437",[792,3.889]],["name/3438",[712,69.549]],["parent/3438",[792,3.889]],["name/3439",[470,54.385]],["parent/3439",[792,3.889]],["name/3440",[725,63.189]],["parent/3440",[792,3.889]],["name/3441",[471,54.385]],["parent/3441",[792,3.889]],["name/3442",[472,54.385]],["parent/3442",[792,3.889]],["name/3443",[91,47.576]],["parent/3443",[792,3.889]],["name/3444",[390,63.189]],["parent/3444",[792,3.889]],["name/3445",[727,69.549]],["parent/3445",[792,3.889]],["name/3446",[389,63.189]],["parent/3446",[792,3.889]],["name/3447",[728,69.549]],["parent/3447",[792,3.889]],["name/3448",[729,69.549]],["parent/3448",[792,3.889]],["name/3449",[730,69.549]],["parent/3449",[792,3.889]],["name/3450",[484,54.385]],["parent/3450",[792,3.889]],["name/3451",[736,69.549]],["parent/3451",[792,3.889]],["name/3452",[737,69.549]],["parent/3452",[792,3.889]],["name/3453",[726,69.549]],["parent/3453",[792,3.889]],["name/3454",[739,69.549]],["parent/3454",[792,3.889]],["name/3455",[745,69.549]],["parent/3455",[792,3.889]],["name/3456",[746,69.549]],["parent/3456",[792,3.889]],["name/3457",[741,69.549]],["parent/3457",[792,3.889]],["name/3458",[742,69.549]],["parent/3458",[792,3.889]],["name/3459",[743,69.549]],["parent/3459",[792,3.889]],["name/3460",[747,69.549]],["parent/3460",[792,3.889]],["name/3461",[748,69.549]],["parent/3461",[792,3.889]],["name/3462",[485,54.385]],["parent/3462",[792,3.889]],["name/3463",[486,54.385]],["parent/3463",[792,3.889]],["name/3464",[63,38.097]],["parent/3464",[792,3.889]],["name/3465",[487,54.385]],["parent/3465",[792,3.889]],["name/3466",[679,59.332]],["parent/3466",[792,3.889]],["name/3467",[713,59.332]],["parent/3467",[792,3.889]],["name/3468",[102,54.385]],["parent/3468",[792,3.889]],["name/3469",[724,63.189]],["parent/3469",[792,3.889]],["name/3470",[88,56.556]],["parent/3470",[792,3.889]],["name/3471",[90,47.576]],["parent/3471",[792,3.889]],["name/3472",[723,63.189]],["parent/3472",[792,3.889]],["name/3473",[489,54.385]],["parent/3473",[792,3.889]],["name/3474",[722,63.189]],["parent/3474",[792,3.889]],["name/3475",[508,59.332]],["parent/3475",[792,3.889]],["name/3476",[510,59.332]],["parent/3476",[792,3.889]],["name/3477",[731,63.189]],["parent/3477",[792,3.889]],["name/3478",[732,63.189]],["parent/3478",[792,3.889]],["name/3479",[733,63.189]],["parent/3479",[792,3.889]],["name/3480",[734,63.189]],["parent/3480",[792,3.889]],["name/3481",[735,63.189]],["parent/3481",[792,3.889]],["name/3482",[511,59.332]],["parent/3482",[792,3.889]],["name/3483",[615,56.556]],["parent/3483",[792,3.889]],["name/3484",[613,56.556]],["parent/3484",[792,3.889]],["name/3485",[719,59.332]],["parent/3485",[792,3.889]],["name/3486",[36,44.981]],["parent/3486",[792,3.889]],["name/3487",[749,69.549]],["parent/3487",[792,3.889]],["name/3488",[738,69.549]],["parent/3488",[792,3.889]],["name/3489",[493,54.385]],["parent/3489",[792,3.889]],["name/3490",[488,54.385]],["parent/3490",[792,3.889]],["name/3491",[717,59.332]],["parent/3491",[792,3.889]],["name/3492",[104,56.556]],["parent/3492",[792,3.889]],["name/3493",[614,56.556]],["parent/3493",[792,3.889]],["name/3494",[507,54.385]],["parent/3494",[792,3.889]],["name/3495",[720,63.189]],["parent/3495",[792,3.889]],["name/3496",[721,63.189]],["parent/3496",[792,3.889]],["name/3497",[740,69.549]],["parent/3497",[792,3.889]],["name/3498",[505,54.385]],["parent/3498",[792,3.889]],["name/3499",[506,54.385]],["parent/3499",[792,3.889]],["name/3500",[618,56.556]],["parent/3500",[792,3.889]],["name/3501",[619,56.556]],["parent/3501",[792,3.889]],["name/3502",[750,69.549]],["parent/3502",[792,3.889]],["name/3503",[744,69.549]],["parent/3503",[792,3.889]],["name/3504",[714,59.332]],["parent/3504",[792,3.889]],["name/3505",[718,59.332]],["parent/3505",[792,3.889]],["name/3506",[101,54.385]],["parent/3506",[792,3.889]],["name/3507",[753,69.549]],["parent/3507",[792,3.889]],["name/3508",[754,69.549]],["parent/3508",[792,3.889]],["name/3509",[755,69.549]],["parent/3509",[792,3.889]],["name/3510",[756,69.549]],["parent/3510",[792,3.889]],["name/3511",[751,69.549]],["parent/3511",[792,3.889]],["name/3512",[752,69.549]],["parent/3512",[792,3.889]],["name/3513",[757,69.549]],["parent/3513",[792,3.889]],["name/3514",[716,63.189]],["parent/3514",[792,3.889]],["name/3515",[715,63.189]],["parent/3515",[792,3.889]],["name/3516",[758,69.549]],["parent/3516",[792,3.889]],["name/3517",[759,69.549]],["parent/3517",[792,3.889]],["name/3518",[760,69.549]],["parent/3518",[792,3.889]],["name/3519",[53,43.563]],["parent/3519",[792,3.889]],["name/3520",[497,54.385]],["parent/3520",[792,3.889]],["name/3521",[498,54.385]],["parent/3521",[792,3.889]],["name/3522",[490,54.385]],["parent/3522",[792,3.889]],["name/3523",[617,56.556]],["parent/3523",[792,3.889]],["name/3524",[616,56.556]],["parent/3524",[792,3.889]],["name/3525",[475,54.385]],["parent/3525",[792,3.889]],["name/3526",[99,54.385]],["parent/3526",[792,3.889]],["name/3527",[97,54.385]],["parent/3527",[792,3.889]],["name/3528",[96,54.385]],["parent/3528",[792,3.889]],["name/3529",[100,54.385]],["parent/3529",[792,3.889]],["name/3530",[793,50.089]],["parent/3530",[]],["name/3531",[1,43.899]],["parent/3531",[793,4.995]],["name/3532",[794,69.549]],["parent/3532",[793,4.995]],["name/3533",[795,69.549]],["parent/3533",[793,4.995]],["name/3534",[554,46.634]],["parent/3534",[793,4.995]],["name/3535",[63,38.097]],["parent/3535",[793,4.995]],["name/3536",[555,46.634]],["parent/3536",[793,4.995]],["name/3537",[796,69.549]],["parent/3537",[793,4.995]],["name/3538",[797,69.549]],["parent/3538",[793,4.995]],["name/3539",[795,69.549]],["parent/3539",[793,4.995]],["name/3540",[554,46.634]],["parent/3540",[793,4.995]],["name/3541",[63,38.097]],["parent/3541",[793,4.995]],["name/3542",[555,46.634]],["parent/3542",[793,4.995]],["name/3543",[796,69.549]],["parent/3543",[793,4.995]],["name/3544",[797,69.549]],["parent/3544",[793,4.995]],["name/3545",[794,69.549]],["parent/3545",[793,4.995]],["name/3546",[793,50.089]],["parent/3546",[793,4.995]],["name/3547",[55,50.745]],["parent/3547",[798,6.935]],["name/3548",[799,80.535]],["parent/3548",[798,6.935]],["name/3549",[800,80.535]],["parent/3549",[798,6.935]],["name/3550",[58,50.412]],["parent/3550",[798,6.935]],["name/3551",[793,50.089]],["parent/3551",[793,4.995]],["name/3552",[1,43.899]],["parent/3552",[793,4.995]],["name/3553",[793,50.089]],["parent/3553",[793,4.995]],["name/3554",[795,69.549]],["parent/3554",[793,4.995]],["name/3555",[554,46.634]],["parent/3555",[793,4.995]],["name/3556",[63,38.097]],["parent/3556",[793,4.995]],["name/3557",[555,46.634]],["parent/3557",[793,4.995]],["name/3558",[796,69.549]],["parent/3558",[793,4.995]],["name/3559",[797,69.549]],["parent/3559",[793,4.995]],["name/3560",[794,69.549]],["parent/3560",[793,4.995]],["name/3561",[801,80.535]],["parent/3561",[793,4.995]],["name/3562",[795,69.549]],["parent/3562",[802,6.426]],["name/3563",[554,46.634]],["parent/3563",[802,6.426]],["name/3564",[63,38.097]],["parent/3564",[802,6.426]],["name/3565",[555,46.634]],["parent/3565",[802,6.426]],["name/3566",[796,69.549]],["parent/3566",[802,6.426]],["name/3567",[797,69.549]],["parent/3567",[802,6.426]],["name/3568",[794,69.549]],["parent/3568",[802,6.426]],["name/3569",[803,53.454]],["parent/3569",[]],["name/3570",[1,43.899]],["parent/3570",[803,5.331]],["name/3571",[63,38.097]],["parent/3571",[803,5.331]],["name/3572",[416,63.189]],["parent/3572",[803,5.331]],["name/3573",[417,63.189]],["parent/3573",[803,5.331]],["name/3574",[804,69.549]],["parent/3574",[803,5.331]],["name/3575",[63,38.097]],["parent/3575",[803,5.331]],["name/3576",[416,63.189]],["parent/3576",[803,5.331]],["name/3577",[417,63.189]],["parent/3577",[803,5.331]],["name/3578",[804,69.549]],["parent/3578",[803,5.331]],["name/3579",[803,53.454]],["parent/3579",[803,5.331]],["name/3580",[55,50.745]],["parent/3580",[805,7.186]],["name/3581",[422,75.426]],["parent/3581",[805,7.186]],["name/3582",[58,50.412]],["parent/3582",[805,7.186]],["name/3583",[803,53.454]],["parent/3583",[803,5.331]],["name/3584",[1,43.899]],["parent/3584",[803,5.331]],["name/3585",[803,53.454]],["parent/3585",[803,5.331]],["name/3586",[63,38.097]],["parent/3586",[803,5.331]],["name/3587",[416,63.189]],["parent/3587",[803,5.331]],["name/3588",[417,63.189]],["parent/3588",[803,5.331]],["name/3589",[804,69.549]],["parent/3589",[803,5.331]],["name/3590",[806,80.535]],["parent/3590",[803,5.331]],["name/3591",[63,38.097]],["parent/3591",[807,6.935]],["name/3592",[416,63.189]],["parent/3592",[807,6.935]],["name/3593",[417,63.189]],["parent/3593",[807,6.935]],["name/3594",[804,69.549]],["parent/3594",[807,6.935]],["name/3595",[808,37.908]],["parent/3595",[]],["name/3596",[1,43.899]],["parent/3596",[808,3.78]],["name/3597",[809,69.549]],["parent/3597",[808,3.78]],["name/3598",[810,69.549]],["parent/3598",[808,3.78]],["name/3599",[811,69.549]],["parent/3599",[808,3.78]],["name/3600",[812,69.549]],["parent/3600",[808,3.78]],["name/3601",[813,69.549]],["parent/3601",[808,3.78]],["name/3602",[814,69.549]],["parent/3602",[808,3.78]],["name/3603",[448,67.542]],["parent/3603",[808,3.78]],["name/3604",[809,69.549]],["parent/3604",[808,3.78]],["name/3605",[810,69.549]],["parent/3605",[808,3.78]],["name/3606",[811,69.549]],["parent/3606",[808,3.78]],["name/3607",[812,69.549]],["parent/3607",[808,3.78]],["name/3608",[813,69.549]],["parent/3608",[808,3.78]],["name/3609",[448,67.542]],["parent/3609",[808,3.78]],["name/3610",[814,69.549]],["parent/3610",[808,3.78]],["name/3611",[808,37.908]],["parent/3611",[808,3.78]],["name/3612",[55,50.745]],["parent/3612",[815,5.473]],["name/3613",[441,75.426]],["parent/3613",[815,5.473]],["name/3614",[443,75.426]],["parent/3614",[815,5.473]],["name/3615",[816,80.535]],["parent/3615",[815,5.473]],["name/3616",[444,75.426]],["parent/3616",[815,5.473]],["name/3617",[817,80.535]],["parent/3617",[815,5.473]],["name/3618",[818,80.535]],["parent/3618",[815,5.473]],["name/3619",[819,80.535]],["parent/3619",[815,5.473]],["name/3620",[820,80.535]],["parent/3620",[815,5.473]],["name/3621",[821,80.535]],["parent/3621",[815,5.473]],["name/3622",[822,80.535]],["parent/3622",[815,5.473]],["name/3623",[823,80.535]],["parent/3623",[815,5.473]],["name/3624",[824,80.535]],["parent/3624",[815,5.473]],["name/3625",[825,80.535]],["parent/3625",[815,5.473]],["name/3626",[826,80.535]],["parent/3626",[815,5.473]],["name/3627",[445,75.426]],["parent/3627",[815,5.473]],["name/3628",[785,75.426]],["parent/3628",[815,5.473]],["name/3629",[827,80.535]],["parent/3629",[815,5.473]],["name/3630",[58,50.412]],["parent/3630",[815,5.473]],["name/3631",[828,69.549]],["parent/3631",[808,3.78]],["name/3632",[829,69.549]],["parent/3632",[808,3.78]],["name/3633",[830,69.549]],["parent/3633",[808,3.78]],["name/3634",[831,69.549]],["parent/3634",[808,3.78]],["name/3635",[832,69.549]],["parent/3635",[808,3.78]],["name/3636",[833,69.549]],["parent/3636",[808,3.78]],["name/3637",[834,69.549]],["parent/3637",[808,3.78]],["name/3638",[835,69.549]],["parent/3638",[808,3.78]],["name/3639",[836,69.549]],["parent/3639",[808,3.78]],["name/3640",[837,69.549]],["parent/3640",[808,3.78]],["name/3641",[838,69.549]],["parent/3641",[808,3.78]],["name/3642",[839,69.549]],["parent/3642",[808,3.78]],["name/3643",[840,69.549]],["parent/3643",[808,3.78]],["name/3644",[841,69.549]],["parent/3644",[808,3.78]],["name/3645",[842,69.549]],["parent/3645",[808,3.78]],["name/3646",[431,57.848]],["parent/3646",[843,8.031]],["name/3647",[844,63.189]],["parent/3647",[845,6.301]],["name/3648",[846,80.535]],["parent/3648",[845,6.301]],["name/3649",[847,75.426]],["parent/3649",[845,6.301]],["name/3650",[848,75.426]],["parent/3650",[845,6.301]],["name/3651",[849,80.535]],["parent/3651",[845,6.301]],["name/3652",[850,65.871]],["parent/3652",[845,6.301]],["name/3653",[851,63.189]],["parent/3653",[845,6.301]],["name/3654",[852,75.426]],["parent/3654",[845,6.301]],["name/3655",[853,69.549]],["parent/3655",[808,3.78]],["name/3656",[431,57.848]],["parent/3656",[854,8.031]],["name/3657",[855,75.426]],["parent/3657",[856,6.569]],["name/3658",[857,75.426]],["parent/3658",[856,6.569]],["name/3659",[858,75.426]],["parent/3659",[856,6.569]],["name/3660",[850,65.871]],["parent/3660",[856,6.569]],["name/3661",[851,63.189]],["parent/3661",[856,6.569]],["name/3662",[859,75.426]],["parent/3662",[856,6.569]],["name/3663",[860,69.549]],["parent/3663",[808,3.78]],["name/3664",[431,57.848]],["parent/3664",[861,8.031]],["name/3665",[862,80.535]],["parent/3665",[863,6.19]],["name/3666",[864,75.426]],["parent/3666",[863,6.19]],["name/3667",[850,65.871]],["parent/3667",[863,6.19]],["name/3668",[865,67.542]],["parent/3668",[863,6.19]],["name/3669",[847,75.426]],["parent/3669",[863,6.19]],["name/3670",[866,67.542]],["parent/3670",[863,6.19]],["name/3671",[844,63.189]],["parent/3671",[863,6.19]],["name/3672",[851,63.189]],["parent/3672",[863,6.19]],["name/3673",[867,69.549]],["parent/3673",[863,6.19]],["name/3674",[868,69.549]],["parent/3674",[808,3.78]],["name/3675",[431,57.848]],["parent/3675",[869,8.031]],["name/3676",[865,67.542]],["parent/3676",[870,6.569]],["name/3677",[871,69.549]],["parent/3677",[870,6.569]],["name/3678",[872,80.535]],["parent/3678",[870,6.569]],["name/3679",[844,63.189]],["parent/3679",[870,6.569]],["name/3680",[866,67.542]],["parent/3680",[870,6.569]],["name/3681",[873,69.549]],["parent/3681",[870,6.569]],["name/3682",[874,69.549]],["parent/3682",[808,3.78]],["name/3683",[431,57.848]],["parent/3683",[875,8.031]],["name/3684",[855,75.426]],["parent/3684",[876,6.19]],["name/3685",[857,75.426]],["parent/3685",[876,6.19]],["name/3686",[851,63.189]],["parent/3686",[876,6.19]],["name/3687",[858,75.426]],["parent/3687",[876,6.19]],["name/3688",[844,63.189]],["parent/3688",[876,6.19]],["name/3689",[852,75.426]],["parent/3689",[876,6.19]],["name/3690",[859,75.426]],["parent/3690",[876,6.19]],["name/3691",[877,80.535]],["parent/3691",[876,6.19]],["name/3692",[871,69.549]],["parent/3692",[876,6.19]],["name/3693",[878,69.549]],["parent/3693",[808,3.78]],["name/3694",[431,57.848]],["parent/3694",[879,8.031]],["name/3695",[864,75.426]],["parent/3695",[880,6]],["name/3696",[844,63.189]],["parent/3696",[880,6]],["name/3697",[851,63.189]],["parent/3697",[880,6]],["name/3698",[866,67.542]],["parent/3698",[880,6]],["name/3699",[881,80.535]],["parent/3699",[880,6]],["name/3700",[865,67.542]],["parent/3700",[880,6]],["name/3701",[873,69.549]],["parent/3701",[880,6]],["name/3702",[882,80.535]],["parent/3702",[880,6]],["name/3703",[883,80.535]],["parent/3703",[880,6]],["name/3704",[850,65.871]],["parent/3704",[880,6]],["name/3705",[867,69.549]],["parent/3705",[880,6]],["name/3706",[884,69.549]],["parent/3706",[808,3.78]],["name/3707",[431,57.848]],["parent/3707",[885,8.031]],["name/3708",[886,80.535]],["parent/3708",[887,6.091]],["name/3709",[844,63.189]],["parent/3709",[887,6.091]],["name/3710",[851,63.189]],["parent/3710",[887,6.091]],["name/3711",[866,67.542]],["parent/3711",[887,6.091]],["name/3712",[865,67.542]],["parent/3712",[887,6.091]],["name/3713",[873,69.549]],["parent/3713",[887,6.091]],["name/3714",[888,75.426]],["parent/3714",[887,6.091]],["name/3715",[850,65.871]],["parent/3715",[887,6.091]],["name/3716",[867,69.549]],["parent/3716",[887,6.091]],["name/3717",[848,75.426]],["parent/3717",[887,6.091]],["name/3718",[889,69.549]],["parent/3718",[808,3.78]],["name/3719",[431,57.848]],["parent/3719",[890,8.031]],["name/3720",[850,65.871]],["parent/3720",[891,6.19]],["name/3721",[865,67.542]],["parent/3721",[891,6.19]],["name/3722",[871,69.549]],["parent/3722",[891,6.19]],["name/3723",[873,69.549]],["parent/3723",[891,6.19]],["name/3724",[888,75.426]],["parent/3724",[891,6.19]],["name/3725",[844,63.189]],["parent/3725",[891,6.19]],["name/3726",[851,63.189]],["parent/3726",[891,6.19]],["name/3727",[892,80.535]],["parent/3727",[891,6.19]],["name/3728",[867,69.549]],["parent/3728",[891,6.19]],["name/3729",[893,69.549]],["parent/3729",[808,3.78]],["name/3730",[431,57.848]],["parent/3730",[894,8.031]],["name/3731",[895,75.426]],["parent/3731",[896,7.522]],["name/3732",[897,75.426]],["parent/3732",[896,7.522]],["name/3733",[898,69.549]],["parent/3733",[808,3.78]],["name/3734",[431,57.848]],["parent/3734",[899,8.031]],["name/3735",[844,63.189]],["parent/3735",[900,6.569]],["name/3736",[901,80.535]],["parent/3736",[900,6.569]],["name/3737",[866,67.542]],["parent/3737",[900,6.569]],["name/3738",[902,80.535]],["parent/3738",[900,6.569]],["name/3739",[851,63.189]],["parent/3739",[900,6.569]],["name/3740",[871,69.549]],["parent/3740",[900,6.569]],["name/3741",[903,69.549]],["parent/3741",[808,3.78]],["name/3742",[431,57.848]],["parent/3742",[904,8.031]],["name/3743",[895,75.426]],["parent/3743",[905,7.522]],["name/3744",[897,75.426]],["parent/3744",[905,7.522]],["name/3745",[828,69.549]],["parent/3745",[808,3.78]],["name/3746",[829,69.549]],["parent/3746",[808,3.78]],["name/3747",[830,69.549]],["parent/3747",[808,3.78]],["name/3748",[831,69.549]],["parent/3748",[808,3.78]],["name/3749",[832,69.549]],["parent/3749",[808,3.78]],["name/3750",[833,69.549]],["parent/3750",[808,3.78]],["name/3751",[834,69.549]],["parent/3751",[808,3.78]],["name/3752",[835,69.549]],["parent/3752",[808,3.78]],["name/3753",[836,69.549]],["parent/3753",[808,3.78]],["name/3754",[837,69.549]],["parent/3754",[808,3.78]],["name/3755",[838,69.549]],["parent/3755",[808,3.78]],["name/3756",[839,69.549]],["parent/3756",[808,3.78]],["name/3757",[840,69.549]],["parent/3757",[808,3.78]],["name/3758",[841,69.549]],["parent/3758",[808,3.78]],["name/3759",[842,69.549]],["parent/3759",[808,3.78]],["name/3760",[853,69.549]],["parent/3760",[808,3.78]],["name/3761",[860,69.549]],["parent/3761",[808,3.78]],["name/3762",[868,69.549]],["parent/3762",[808,3.78]],["name/3763",[874,69.549]],["parent/3763",[808,3.78]],["name/3764",[878,69.549]],["parent/3764",[808,3.78]],["name/3765",[884,69.549]],["parent/3765",[808,3.78]],["name/3766",[889,69.549]],["parent/3766",[808,3.78]],["name/3767",[893,69.549]],["parent/3767",[808,3.78]],["name/3768",[898,69.549]],["parent/3768",[808,3.78]],["name/3769",[903,69.549]],["parent/3769",[808,3.78]],["name/3770",[808,37.908]],["parent/3770",[808,3.78]],["name/3771",[1,43.899]],["parent/3771",[808,3.78]],["name/3772",[828,69.549]],["parent/3772",[808,3.78]],["name/3773",[829,69.549]],["parent/3773",[808,3.78]],["name/3774",[830,69.549]],["parent/3774",[808,3.78]],["name/3775",[831,69.549]],["parent/3775",[808,3.78]],["name/3776",[832,69.549]],["parent/3776",[808,3.78]],["name/3777",[833,69.549]],["parent/3777",[808,3.78]],["name/3778",[834,69.549]],["parent/3778",[808,3.78]],["name/3779",[835,69.549]],["parent/3779",[808,3.78]],["name/3780",[836,69.549]],["parent/3780",[808,3.78]],["name/3781",[837,69.549]],["parent/3781",[808,3.78]],["name/3782",[838,69.549]],["parent/3782",[808,3.78]],["name/3783",[839,69.549]],["parent/3783",[808,3.78]],["name/3784",[840,69.549]],["parent/3784",[808,3.78]],["name/3785",[841,69.549]],["parent/3785",[808,3.78]],["name/3786",[842,69.549]],["parent/3786",[808,3.78]],["name/3787",[853,69.549]],["parent/3787",[808,3.78]],["name/3788",[860,69.549]],["parent/3788",[808,3.78]],["name/3789",[868,69.549]],["parent/3789",[808,3.78]],["name/3790",[874,69.549]],["parent/3790",[808,3.78]],["name/3791",[878,69.549]],["parent/3791",[808,3.78]],["name/3792",[884,69.549]],["parent/3792",[808,3.78]],["name/3793",[889,69.549]],["parent/3793",[808,3.78]],["name/3794",[893,69.549]],["parent/3794",[808,3.78]],["name/3795",[898,69.549]],["parent/3795",[808,3.78]],["name/3796",[903,69.549]],["parent/3796",[808,3.78]],["name/3797",[808,37.908]],["parent/3797",[808,3.78]],["name/3798",[809,69.549]],["parent/3798",[808,3.78]],["name/3799",[810,69.549]],["parent/3799",[808,3.78]],["name/3800",[811,69.549]],["parent/3800",[808,3.78]],["name/3801",[812,69.549]],["parent/3801",[808,3.78]],["name/3802",[813,69.549]],["parent/3802",[808,3.78]],["name/3803",[448,67.542]],["parent/3803",[808,3.78]],["name/3804",[814,69.549]],["parent/3804",[808,3.78]],["name/3805",[906,80.535]],["parent/3805",[808,3.78]],["name/3806",[842,69.549]],["parent/3806",[907,4.964]],["name/3807",[828,69.549]],["parent/3807",[907,4.964]],["name/3808",[829,69.549]],["parent/3808",[907,4.964]],["name/3809",[830,69.549]],["parent/3809",[907,4.964]],["name/3810",[853,69.549]],["parent/3810",[907,4.964]],["name/3811",[860,69.549]],["parent/3811",[907,4.964]],["name/3812",[831,69.549]],["parent/3812",[907,4.964]],["name/3813",[868,69.549]],["parent/3813",[907,4.964]],["name/3814",[832,69.549]],["parent/3814",[907,4.964]],["name/3815",[874,69.549]],["parent/3815",[907,4.964]],["name/3816",[833,69.549]],["parent/3816",[907,4.964]],["name/3817",[878,69.549]],["parent/3817",[907,4.964]],["name/3818",[834,69.549]],["parent/3818",[907,4.964]],["name/3819",[884,69.549]],["parent/3819",[907,4.964]],["name/3820",[835,69.549]],["parent/3820",[907,4.964]],["name/3821",[836,69.549]],["parent/3821",[907,4.964]],["name/3822",[837,69.549]],["parent/3822",[907,4.964]],["name/3823",[838,69.549]],["parent/3823",[907,4.964]],["name/3824",[889,69.549]],["parent/3824",[907,4.964]],["name/3825",[839,69.549]],["parent/3825",[907,4.964]],["name/3826",[893,69.549]],["parent/3826",[907,4.964]],["name/3827",[840,69.549]],["parent/3827",[907,4.964]],["name/3828",[898,69.549]],["parent/3828",[907,4.964]],["name/3829",[841,69.549]],["parent/3829",[907,4.964]],["name/3830",[903,69.549]],["parent/3830",[907,4.964]],["name/3831",[809,69.549]],["parent/3831",[907,4.964]],["name/3832",[810,69.549]],["parent/3832",[907,4.964]],["name/3833",[811,69.549]],["parent/3833",[907,4.964]],["name/3834",[812,69.549]],["parent/3834",[907,4.964]],["name/3835",[813,69.549]],["parent/3835",[907,4.964]],["name/3836",[448,67.542]],["parent/3836",[907,4.964]],["name/3837",[814,69.549]],["parent/3837",[907,4.964]],["name/3838",[908,33.806]],["parent/3838",[]],["name/3839",[1,43.899]],["parent/3839",[908,3.371]],["name/3840",[90,47.576]],["parent/3840",[908,3.371]],["name/3841",[91,47.576]],["parent/3841",[908,3.371]],["name/3842",[487,54.385]],["parent/3842",[908,3.371]],["name/3843",[475,54.385]],["parent/3843",[908,3.371]],["name/3844",[493,54.385]],["parent/3844",[908,3.371]],["name/3845",[613,56.556]],["parent/3845",[908,3.371]],["name/3846",[614,56.556]],["parent/3846",[908,3.371]],["name/3847",[470,54.385]],["parent/3847",[908,3.371]],["name/3848",[485,54.385]],["parent/3848",[908,3.371]],["name/3849",[486,54.385]],["parent/3849",[908,3.371]],["name/3850",[488,54.385]],["parent/3850",[908,3.371]],["name/3851",[490,54.385]],["parent/3851",[908,3.371]],["name/3852",[615,56.556]],["parent/3852",[908,3.371]],["name/3853",[616,56.556]],["parent/3853",[908,3.371]],["name/3854",[617,56.556]],["parent/3854",[908,3.371]],["name/3855",[497,54.385]],["parent/3855",[908,3.371]],["name/3856",[498,54.385]],["parent/3856",[908,3.371]],["name/3857",[471,54.385]],["parent/3857",[908,3.371]],["name/3858",[472,54.385]],["parent/3858",[908,3.371]],["name/3859",[484,54.385]],["parent/3859",[908,3.371]],["name/3860",[679,59.332]],["parent/3860",[908,3.371]],["name/3861",[618,56.556]],["parent/3861",[908,3.371]],["name/3862",[619,56.556]],["parent/3862",[908,3.371]],["name/3863",[505,54.385]],["parent/3863",[908,3.371]],["name/3864",[506,54.385]],["parent/3864",[908,3.371]],["name/3865",[489,54.385]],["parent/3865",[908,3.371]],["name/3866",[507,54.385]],["parent/3866",[908,3.371]],["name/3867",[620,56.556]],["parent/3867",[908,3.371]],["name/3868",[621,56.556]],["parent/3868",[908,3.371]],["name/3869",[622,56.556]],["parent/3869",[908,3.371]],["name/3870",[554,46.634]],["parent/3870",[908,3.371]],["name/3871",[63,38.097]],["parent/3871",[908,3.371]],["name/3872",[555,46.634]],["parent/3872",[908,3.371]],["name/3873",[508,59.332]],["parent/3873",[908,3.371]],["name/3874",[510,59.332]],["parent/3874",[908,3.371]],["name/3875",[731,63.189]],["parent/3875",[908,3.371]],["name/3876",[732,63.189]],["parent/3876",[908,3.371]],["name/3877",[733,63.189]],["parent/3877",[908,3.371]],["name/3878",[734,63.189]],["parent/3878",[908,3.371]],["name/3879",[735,63.189]],["parent/3879",[908,3.371]],["name/3880",[511,59.332]],["parent/3880",[908,3.371]],["name/3881",[909,69.549]],["parent/3881",[908,3.371]],["name/3882",[623,59.332]],["parent/3882",[908,3.371]],["name/3883",[910,69.549]],["parent/3883",[908,3.371]],["name/3884",[627,59.332]],["parent/3884",[908,3.371]],["name/3885",[628,59.332]],["parent/3885",[908,3.371]],["name/3886",[629,59.332]],["parent/3886",[908,3.371]],["name/3887",[633,59.332]],["parent/3887",[908,3.371]],["name/3888",[634,59.332]],["parent/3888",[908,3.371]],["name/3889",[635,59.332]],["parent/3889",[908,3.371]],["name/3890",[620,56.556]],["parent/3890",[908,3.371]],["name/3891",[621,56.556]],["parent/3891",[908,3.371]],["name/3892",[622,56.556]],["parent/3892",[908,3.371]],["name/3893",[470,54.385]],["parent/3893",[908,3.371]],["name/3894",[471,54.385]],["parent/3894",[908,3.371]],["name/3895",[472,54.385]],["parent/3895",[908,3.371]],["name/3896",[91,47.576]],["parent/3896",[908,3.371]],["name/3897",[484,54.385]],["parent/3897",[908,3.371]],["name/3898",[554,46.634]],["parent/3898",[908,3.371]],["name/3899",[485,54.385]],["parent/3899",[908,3.371]],["name/3900",[486,54.385]],["parent/3900",[908,3.371]],["name/3901",[63,38.097]],["parent/3901",[908,3.371]],["name/3902",[487,54.385]],["parent/3902",[908,3.371]],["name/3903",[679,59.332]],["parent/3903",[908,3.371]],["name/3904",[555,46.634]],["parent/3904",[908,3.371]],["name/3905",[90,47.576]],["parent/3905",[908,3.371]],["name/3906",[489,54.385]],["parent/3906",[908,3.371]],["name/3907",[508,59.332]],["parent/3907",[908,3.371]],["name/3908",[510,59.332]],["parent/3908",[908,3.371]],["name/3909",[731,63.189]],["parent/3909",[908,3.371]],["name/3910",[732,63.189]],["parent/3910",[908,3.371]],["name/3911",[733,63.189]],["parent/3911",[908,3.371]],["name/3912",[734,63.189]],["parent/3912",[908,3.371]],["name/3913",[735,63.189]],["parent/3913",[908,3.371]],["name/3914",[511,59.332]],["parent/3914",[908,3.371]],["name/3915",[615,56.556]],["parent/3915",[908,3.371]],["name/3916",[909,69.549]],["parent/3916",[908,3.371]],["name/3917",[623,59.332]],["parent/3917",[908,3.371]],["name/3918",[613,56.556]],["parent/3918",[908,3.371]],["name/3919",[910,69.549]],["parent/3919",[908,3.371]],["name/3920",[493,54.385]],["parent/3920",[908,3.371]],["name/3921",[627,59.332]],["parent/3921",[908,3.371]],["name/3922",[628,59.332]],["parent/3922",[908,3.371]],["name/3923",[629,59.332]],["parent/3923",[908,3.371]],["name/3924",[488,54.385]],["parent/3924",[908,3.371]],["name/3925",[614,56.556]],["parent/3925",[908,3.371]],["name/3926",[507,54.385]],["parent/3926",[908,3.371]],["name/3927",[505,54.385]],["parent/3927",[908,3.371]],["name/3928",[506,54.385]],["parent/3928",[908,3.371]],["name/3929",[618,56.556]],["parent/3929",[908,3.371]],["name/3930",[619,56.556]],["parent/3930",[908,3.371]],["name/3931",[497,54.385]],["parent/3931",[908,3.371]],["name/3932",[498,54.385]],["parent/3932",[908,3.371]],["name/3933",[490,54.385]],["parent/3933",[908,3.371]],["name/3934",[617,56.556]],["parent/3934",[908,3.371]],["name/3935",[616,56.556]],["parent/3935",[908,3.371]],["name/3936",[475,54.385]],["parent/3936",[908,3.371]],["name/3937",[633,59.332]],["parent/3937",[908,3.371]],["name/3938",[634,59.332]],["parent/3938",[908,3.371]],["name/3939",[635,59.332]],["parent/3939",[908,3.371]],["name/3940",[908,33.806]],["parent/3940",[908,3.371]],["name/3941",[55,50.745]],["parent/3941",[911,6.091]],["name/3942",[912,80.535]],["parent/3942",[911,6.091]],["name/3943",[913,80.535]],["parent/3943",[911,6.091]],["name/3944",[523,75.426]],["parent/3944",[911,6.091]],["name/3945",[914,80.535]],["parent/3945",[911,6.091]],["name/3946",[915,80.535]],["parent/3946",[911,6.091]],["name/3947",[916,80.535]],["parent/3947",[911,6.091]],["name/3948",[917,80.535]],["parent/3948",[911,6.091]],["name/3949",[918,80.535]],["parent/3949",[911,6.091]],["name/3950",[58,50.412]],["parent/3950",[911,6.091]],["name/3951",[908,33.806]],["parent/3951",[908,3.371]],["name/3952",[1,43.899]],["parent/3952",[908,3.371]],["name/3953",[908,33.806]],["parent/3953",[908,3.371]],["name/3954",[620,56.556]],["parent/3954",[908,3.371]],["name/3955",[621,56.556]],["parent/3955",[908,3.371]],["name/3956",[622,56.556]],["parent/3956",[908,3.371]],["name/3957",[470,54.385]],["parent/3957",[908,3.371]],["name/3958",[471,54.385]],["parent/3958",[908,3.371]],["name/3959",[472,54.385]],["parent/3959",[908,3.371]],["name/3960",[91,47.576]],["parent/3960",[908,3.371]],["name/3961",[484,54.385]],["parent/3961",[908,3.371]],["name/3962",[554,46.634]],["parent/3962",[908,3.371]],["name/3963",[485,54.385]],["parent/3963",[908,3.371]],["name/3964",[486,54.385]],["parent/3964",[908,3.371]],["name/3965",[63,38.097]],["parent/3965",[908,3.371]],["name/3966",[487,54.385]],["parent/3966",[908,3.371]],["name/3967",[679,59.332]],["parent/3967",[908,3.371]],["name/3968",[555,46.634]],["parent/3968",[908,3.371]],["name/3969",[90,47.576]],["parent/3969",[908,3.371]],["name/3970",[489,54.385]],["parent/3970",[908,3.371]],["name/3971",[508,59.332]],["parent/3971",[908,3.371]],["name/3972",[510,59.332]],["parent/3972",[908,3.371]],["name/3973",[731,63.189]],["parent/3973",[908,3.371]],["name/3974",[732,63.189]],["parent/3974",[908,3.371]],["name/3975",[733,63.189]],["parent/3975",[908,3.371]],["name/3976",[734,63.189]],["parent/3976",[908,3.371]],["name/3977",[735,63.189]],["parent/3977",[908,3.371]],["name/3978",[511,59.332]],["parent/3978",[908,3.371]],["name/3979",[615,56.556]],["parent/3979",[908,3.371]],["name/3980",[909,69.549]],["parent/3980",[908,3.371]],["name/3981",[623,59.332]],["parent/3981",[908,3.371]],["name/3982",[613,56.556]],["parent/3982",[908,3.371]],["name/3983",[910,69.549]],["parent/3983",[908,3.371]],["name/3984",[493,54.385]],["parent/3984",[908,3.371]],["name/3985",[627,59.332]],["parent/3985",[908,3.371]],["name/3986",[628,59.332]],["parent/3986",[908,3.371]],["name/3987",[629,59.332]],["parent/3987",[908,3.371]],["name/3988",[488,54.385]],["parent/3988",[908,3.371]],["name/3989",[614,56.556]],["parent/3989",[908,3.371]],["name/3990",[507,54.385]],["parent/3990",[908,3.371]],["name/3991",[505,54.385]],["parent/3991",[908,3.371]],["name/3992",[506,54.385]],["parent/3992",[908,3.371]],["name/3993",[618,56.556]],["parent/3993",[908,3.371]],["name/3994",[619,56.556]],["parent/3994",[908,3.371]],["name/3995",[497,54.385]],["parent/3995",[908,3.371]],["name/3996",[498,54.385]],["parent/3996",[908,3.371]],["name/3997",[490,54.385]],["parent/3997",[908,3.371]],["name/3998",[617,56.556]],["parent/3998",[908,3.371]],["name/3999",[616,56.556]],["parent/3999",[908,3.371]],["name/4000",[475,54.385]],["parent/4000",[908,3.371]],["name/4001",[633,59.332]],["parent/4001",[908,3.371]],["name/4002",[634,59.332]],["parent/4002",[908,3.371]],["name/4003",[635,59.332]],["parent/4003",[908,3.371]],["name/4004",[919,80.535]],["parent/4004",[908,3.371]],["name/4005",[620,56.556]],["parent/4005",[920,4.524]],["name/4006",[621,56.556]],["parent/4006",[920,4.524]],["name/4007",[622,56.556]],["parent/4007",[920,4.524]],["name/4008",[470,54.385]],["parent/4008",[920,4.524]],["name/4009",[471,54.385]],["parent/4009",[920,4.524]],["name/4010",[472,54.385]],["parent/4010",[920,4.524]],["name/4011",[91,47.576]],["parent/4011",[920,4.524]],["name/4012",[484,54.385]],["parent/4012",[920,4.524]],["name/4013",[554,46.634]],["parent/4013",[920,4.524]],["name/4014",[485,54.385]],["parent/4014",[920,4.524]],["name/4015",[486,54.385]],["parent/4015",[920,4.524]],["name/4016",[63,38.097]],["parent/4016",[920,4.524]],["name/4017",[487,54.385]],["parent/4017",[920,4.524]],["name/4018",[679,59.332]],["parent/4018",[920,4.524]],["name/4019",[555,46.634]],["parent/4019",[920,4.524]],["name/4020",[90,47.576]],["parent/4020",[920,4.524]],["name/4021",[489,54.385]],["parent/4021",[920,4.524]],["name/4022",[508,59.332]],["parent/4022",[920,4.524]],["name/4023",[510,59.332]],["parent/4023",[920,4.524]],["name/4024",[731,63.189]],["parent/4024",[920,4.524]],["name/4025",[732,63.189]],["parent/4025",[920,4.524]],["name/4026",[733,63.189]],["parent/4026",[920,4.524]],["name/4027",[734,63.189]],["parent/4027",[920,4.524]],["name/4028",[735,63.189]],["parent/4028",[920,4.524]],["name/4029",[511,59.332]],["parent/4029",[920,4.524]],["name/4030",[615,56.556]],["parent/4030",[920,4.524]],["name/4031",[909,69.549]],["parent/4031",[920,4.524]],["name/4032",[623,59.332]],["parent/4032",[920,4.524]],["name/4033",[613,56.556]],["parent/4033",[920,4.524]],["name/4034",[910,69.549]],["parent/4034",[920,4.524]],["name/4035",[493,54.385]],["parent/4035",[920,4.524]],["name/4036",[627,59.332]],["parent/4036",[920,4.524]],["name/4037",[628,59.332]],["parent/4037",[920,4.524]],["name/4038",[629,59.332]],["parent/4038",[920,4.524]],["name/4039",[488,54.385]],["parent/4039",[920,4.524]],["name/4040",[614,56.556]],["parent/4040",[920,4.524]],["name/4041",[507,54.385]],["parent/4041",[920,4.524]],["name/4042",[505,54.385]],["parent/4042",[920,4.524]],["name/4043",[506,54.385]],["parent/4043",[920,4.524]],["name/4044",[618,56.556]],["parent/4044",[920,4.524]],["name/4045",[619,56.556]],["parent/4045",[920,4.524]],["name/4046",[497,54.385]],["parent/4046",[920,4.524]],["name/4047",[498,54.385]],["parent/4047",[920,4.524]],["name/4048",[490,54.385]],["parent/4048",[920,4.524]],["name/4049",[617,56.556]],["parent/4049",[920,4.524]],["name/4050",[616,56.556]],["parent/4050",[920,4.524]],["name/4051",[475,54.385]],["parent/4051",[920,4.524]],["name/4052",[633,59.332]],["parent/4052",[920,4.524]],["name/4053",[634,59.332]],["parent/4053",[920,4.524]],["name/4054",[635,59.332]],["parent/4054",[920,4.524]],["name/4055",[921,37.097]],["parent/4055",[]],["name/4056",[1,43.899]],["parent/4056",[921,3.699]],["name/4057",[713,59.332]],["parent/4057",[921,3.699]],["name/4058",[96,54.385]],["parent/4058",[921,3.699]],["name/4059",[97,54.385]],["parent/4059",[921,3.699]],["name/4060",[100,54.385]],["parent/4060",[921,3.699]],["name/4061",[101,54.385]],["parent/4061",[921,3.699]],["name/4062",[714,59.332]],["parent/4062",[921,3.699]],["name/4063",[715,63.189]],["parent/4063",[921,3.699]],["name/4064",[716,63.189]],["parent/4064",[921,3.699]],["name/4065",[717,59.332]],["parent/4065",[921,3.699]],["name/4066",[718,59.332]],["parent/4066",[921,3.699]],["name/4067",[90,47.576]],["parent/4067",[921,3.699]],["name/4068",[91,47.576]],["parent/4068",[921,3.699]],["name/4069",[88,56.556]],["parent/4069",[921,3.699]],["name/4070",[99,54.385]],["parent/4070",[921,3.699]],["name/4071",[719,59.332]],["parent/4071",[921,3.699]],["name/4072",[720,63.189]],["parent/4072",[921,3.699]],["name/4073",[721,63.189]],["parent/4073",[921,3.699]],["name/4074",[722,63.189]],["parent/4074",[921,3.699]],["name/4075",[723,63.189]],["parent/4075",[921,3.699]],["name/4076",[102,54.385]],["parent/4076",[921,3.699]],["name/4077",[724,63.189]],["parent/4077",[921,3.699]],["name/4078",[104,56.556]],["parent/4078",[921,3.699]],["name/4079",[725,63.189]],["parent/4079",[921,3.699]],["name/4080",[85,63.189]],["parent/4080",[921,3.699]],["name/4081",[86,63.189]],["parent/4081",[921,3.699]],["name/4082",[922,69.549]],["parent/4082",[921,3.699]],["name/4083",[554,46.634]],["parent/4083",[921,3.699]],["name/4084",[63,38.097]],["parent/4084",[921,3.699]],["name/4085",[555,46.634]],["parent/4085",[921,3.699]],["name/4086",[923,69.549]],["parent/4086",[921,3.699]],["name/4087",[53,43.563]],["parent/4087",[921,3.699]],["name/4088",[725,63.189]],["parent/4088",[921,3.699]],["name/4089",[86,63.189]],["parent/4089",[921,3.699]],["name/4090",[922,69.549]],["parent/4090",[921,3.699]],["name/4091",[91,47.576]],["parent/4091",[921,3.699]],["name/4092",[554,46.634]],["parent/4092",[921,3.699]],["name/4093",[63,38.097]],["parent/4093",[921,3.699]],["name/4094",[713,59.332]],["parent/4094",[921,3.699]],["name/4095",[102,54.385]],["parent/4095",[921,3.699]],["name/4096",[724,63.189]],["parent/4096",[921,3.699]],["name/4097",[555,46.634]],["parent/4097",[921,3.699]],["name/4098",[88,56.556]],["parent/4098",[921,3.699]],["name/4099",[90,47.576]],["parent/4099",[921,3.699]],["name/4100",[723,63.189]],["parent/4100",[921,3.699]],["name/4101",[722,63.189]],["parent/4101",[921,3.699]],["name/4102",[719,59.332]],["parent/4102",[921,3.699]],["name/4103",[85,63.189]],["parent/4103",[921,3.699]],["name/4104",[717,59.332]],["parent/4104",[921,3.699]],["name/4105",[104,56.556]],["parent/4105",[921,3.699]],["name/4106",[720,63.189]],["parent/4106",[921,3.699]],["name/4107",[721,63.189]],["parent/4107",[921,3.699]],["name/4108",[714,59.332]],["parent/4108",[921,3.699]],["name/4109",[718,59.332]],["parent/4109",[921,3.699]],["name/4110",[923,69.549]],["parent/4110",[921,3.699]],["name/4111",[101,54.385]],["parent/4111",[921,3.699]],["name/4112",[716,63.189]],["parent/4112",[921,3.699]],["name/4113",[715,63.189]],["parent/4113",[921,3.699]],["name/4114",[53,43.563]],["parent/4114",[921,3.699]],["name/4115",[99,54.385]],["parent/4115",[921,3.699]],["name/4116",[97,54.385]],["parent/4116",[921,3.699]],["name/4117",[96,54.385]],["parent/4117",[921,3.699]],["name/4118",[100,54.385]],["parent/4118",[921,3.699]],["name/4119",[921,37.097]],["parent/4119",[921,3.699]],["name/4120",[55,50.745]],["parent/4120",[924,6.569]],["name/4121",[925,80.535]],["parent/4121",[924,6.569]],["name/4122",[926,80.535]],["parent/4122",[924,6.569]],["name/4123",[578,75.426]],["parent/4123",[924,6.569]],["name/4124",[927,80.535]],["parent/4124",[924,6.569]],["name/4125",[58,50.412]],["parent/4125",[924,6.569]],["name/4126",[928,69.549]],["parent/4126",[921,3.699]],["name/4127",[929,69.549]],["parent/4127",[921,3.699]],["name/4128",[930,69.549]],["parent/4128",[921,3.699]],["name/4129",[931,69.549]],["parent/4129",[921,3.699]],["name/4130",[928,69.549]],["parent/4130",[921,3.699]],["name/4131",[929,69.549]],["parent/4131",[921,3.699]],["name/4132",[930,69.549]],["parent/4132",[921,3.699]],["name/4133",[931,69.549]],["parent/4133",[921,3.699]],["name/4134",[921,37.097]],["parent/4134",[921,3.699]],["name/4135",[1,43.899]],["parent/4135",[921,3.699]],["name/4136",[928,69.549]],["parent/4136",[921,3.699]],["name/4137",[929,69.549]],["parent/4137",[921,3.699]],["name/4138",[930,69.549]],["parent/4138",[921,3.699]],["name/4139",[931,69.549]],["parent/4139",[921,3.699]],["name/4140",[921,37.097]],["parent/4140",[921,3.699]],["name/4141",[725,63.189]],["parent/4141",[921,3.699]],["name/4142",[86,63.189]],["parent/4142",[921,3.699]],["name/4143",[922,69.549]],["parent/4143",[921,3.699]],["name/4144",[91,47.576]],["parent/4144",[921,3.699]],["name/4145",[554,46.634]],["parent/4145",[921,3.699]],["name/4146",[63,38.097]],["parent/4146",[921,3.699]],["name/4147",[713,59.332]],["parent/4147",[921,3.699]],["name/4148",[102,54.385]],["parent/4148",[921,3.699]],["name/4149",[724,63.189]],["parent/4149",[921,3.699]],["name/4150",[555,46.634]],["parent/4150",[921,3.699]],["name/4151",[88,56.556]],["parent/4151",[921,3.699]],["name/4152",[90,47.576]],["parent/4152",[921,3.699]],["name/4153",[723,63.189]],["parent/4153",[921,3.699]],["name/4154",[722,63.189]],["parent/4154",[921,3.699]],["name/4155",[719,59.332]],["parent/4155",[921,3.699]],["name/4156",[85,63.189]],["parent/4156",[921,3.699]],["name/4157",[717,59.332]],["parent/4157",[921,3.699]],["name/4158",[104,56.556]],["parent/4158",[921,3.699]],["name/4159",[720,63.189]],["parent/4159",[921,3.699]],["name/4160",[721,63.189]],["parent/4160",[921,3.699]],["name/4161",[714,59.332]],["parent/4161",[921,3.699]],["name/4162",[718,59.332]],["parent/4162",[921,3.699]],["name/4163",[923,69.549]],["parent/4163",[921,3.699]],["name/4164",[101,54.385]],["parent/4164",[921,3.699]],["name/4165",[716,63.189]],["parent/4165",[921,3.699]],["name/4166",[715,63.189]],["parent/4166",[921,3.699]],["name/4167",[53,43.563]],["parent/4167",[921,3.699]],["name/4168",[99,54.385]],["parent/4168",[921,3.699]],["name/4169",[97,54.385]],["parent/4169",[921,3.699]],["name/4170",[96,54.385]],["parent/4170",[921,3.699]],["name/4171",[100,54.385]],["parent/4171",[921,3.699]],["name/4172",[932,80.535]],["parent/4172",[921,3.699]],["name/4173",[928,69.549]],["parent/4173",[933,4.876]],["name/4174",[929,69.549]],["parent/4174",[933,4.876]],["name/4175",[930,69.549]],["parent/4175",[933,4.876]],["name/4176",[931,69.549]],["parent/4176",[933,4.876]],["name/4177",[725,63.189]],["parent/4177",[933,4.876]],["name/4178",[86,63.189]],["parent/4178",[933,4.876]],["name/4179",[922,69.549]],["parent/4179",[933,4.876]],["name/4180",[91,47.576]],["parent/4180",[933,4.876]],["name/4181",[554,46.634]],["parent/4181",[933,4.876]],["name/4182",[63,38.097]],["parent/4182",[933,4.876]],["name/4183",[713,59.332]],["parent/4183",[933,4.876]],["name/4184",[102,54.385]],["parent/4184",[933,4.876]],["name/4185",[724,63.189]],["parent/4185",[933,4.876]],["name/4186",[555,46.634]],["parent/4186",[933,4.876]],["name/4187",[88,56.556]],["parent/4187",[933,4.876]],["name/4188",[90,47.576]],["parent/4188",[933,4.876]],["name/4189",[723,63.189]],["parent/4189",[933,4.876]],["name/4190",[722,63.189]],["parent/4190",[933,4.876]],["name/4191",[719,59.332]],["parent/4191",[933,4.876]],["name/4192",[85,63.189]],["parent/4192",[933,4.876]],["name/4193",[717,59.332]],["parent/4193",[933,4.876]],["name/4194",[104,56.556]],["parent/4194",[933,4.876]],["name/4195",[720,63.189]],["parent/4195",[933,4.876]],["name/4196",[721,63.189]],["parent/4196",[933,4.876]],["name/4197",[714,59.332]],["parent/4197",[933,4.876]],["name/4198",[718,59.332]],["parent/4198",[933,4.876]],["name/4199",[923,69.549]],["parent/4199",[933,4.876]],["name/4200",[101,54.385]],["parent/4200",[933,4.876]],["name/4201",[716,63.189]],["parent/4201",[933,4.876]],["name/4202",[715,63.189]],["parent/4202",[933,4.876]],["name/4203",[53,43.563]],["parent/4203",[933,4.876]],["name/4204",[99,54.385]],["parent/4204",[933,4.876]],["name/4205",[97,54.385]],["parent/4205",[933,4.876]],["name/4206",[96,54.385]],["parent/4206",[933,4.876]],["name/4207",[100,54.385]],["parent/4207",[933,4.876]],["name/4208",[934,51.09]],["parent/4208",[]],["name/4209",[1,43.899]],["parent/4209",[934,5.095]],["name/4210",[554,46.634]],["parent/4210",[934,5.095]],["name/4211",[63,38.097]],["parent/4211",[934,5.095]],["name/4212",[555,46.634]],["parent/4212",[934,5.095]],["name/4213",[49,59.332]],["parent/4213",[934,5.095]],["name/4214",[935,69.549]],["parent/4214",[934,5.095]],["name/4215",[53,43.563]],["parent/4215",[934,5.095]],["name/4216",[554,46.634]],["parent/4216",[934,5.095]],["name/4217",[63,38.097]],["parent/4217",[934,5.095]],["name/4218",[555,46.634]],["parent/4218",[934,5.095]],["name/4219",[49,59.332]],["parent/4219",[934,5.095]],["name/4220",[935,69.549]],["parent/4220",[934,5.095]],["name/4221",[53,43.563]],["parent/4221",[934,5.095]],["name/4222",[934,51.09]],["parent/4222",[934,5.095]],["name/4223",[55,50.745]],["parent/4223",[936,6.935]],["name/4224",[937,80.535]],["parent/4224",[936,6.935]],["name/4225",[938,80.535]],["parent/4225",[936,6.935]],["name/4226",[58,50.412]],["parent/4226",[936,6.935]],["name/4227",[934,51.09]],["parent/4227",[934,5.095]],["name/4228",[1,43.899]],["parent/4228",[934,5.095]],["name/4229",[934,51.09]],["parent/4229",[934,5.095]],["name/4230",[554,46.634]],["parent/4230",[934,5.095]],["name/4231",[63,38.097]],["parent/4231",[934,5.095]],["name/4232",[555,46.634]],["parent/4232",[934,5.095]],["name/4233",[49,59.332]],["parent/4233",[934,5.095]],["name/4234",[935,69.549]],["parent/4234",[934,5.095]],["name/4235",[53,43.563]],["parent/4235",[934,5.095]],["name/4236",[939,80.535]],["parent/4236",[934,5.095]],["name/4237",[554,46.634]],["parent/4237",[940,6.569]],["name/4238",[63,38.097]],["parent/4238",[940,6.569]],["name/4239",[555,46.634]],["parent/4239",[940,6.569]],["name/4240",[49,59.332]],["parent/4240",[940,6.569]],["name/4241",[935,69.549]],["parent/4241",[940,6.569]],["name/4242",[53,43.563]],["parent/4242",[940,6.569]],["name/4243",[941,36.346]],["parent/4243",[]],["name/4244",[1,43.899]],["parent/4244",[941,3.624]],["name/4245",[942,69.549]],["parent/4245",[941,3.624]],["name/4246",[943,69.549]],["parent/4246",[941,3.624]],["name/4247",[944,69.549]],["parent/4247",[941,3.624]],["name/4248",[945,69.549]],["parent/4248",[941,3.624]],["name/4249",[946,69.549]],["parent/4249",[941,3.624]],["name/4250",[947,69.549]],["parent/4250",[941,3.624]],["name/4251",[90,47.576]],["parent/4251",[941,3.624]],["name/4252",[91,47.576]],["parent/4252",[941,3.624]],["name/4253",[948,69.549]],["parent/4253",[941,3.624]],["name/4254",[554,46.634]],["parent/4254",[941,3.624]],["name/4255",[949,69.549]],["parent/4255",[941,3.624]],["name/4256",[63,38.097]],["parent/4256",[941,3.624]],["name/4257",[713,59.332]],["parent/4257",[941,3.624]],["name/4258",[96,54.385]],["parent/4258",[941,3.624]],["name/4259",[97,54.385]],["parent/4259",[941,3.624]],["name/4260",[102,54.385]],["parent/4260",[941,3.624]],["name/4261",[555,46.634]],["parent/4261",[941,3.624]],["name/4262",[719,59.332]],["parent/4262",[941,3.624]],["name/4263",[36,44.981]],["parent/4263",[941,3.624]],["name/4264",[717,59.332]],["parent/4264",[941,3.624]],["name/4265",[714,59.332]],["parent/4265",[941,3.624]],["name/4266",[718,59.332]],["parent/4266",[941,3.624]],["name/4267",[950,69.549]],["parent/4267",[941,3.624]],["name/4268",[99,54.385]],["parent/4268",[941,3.624]],["name/4269",[100,54.385]],["parent/4269",[941,3.624]],["name/4270",[101,54.385]],["parent/4270",[941,3.624]],["name/4271",[951,69.549]],["parent/4271",[941,3.624]],["name/4272",[952,69.549]],["parent/4272",[941,3.624]],["name/4273",[953,69.549]],["parent/4273",[941,3.624]],["name/4274",[954,69.549]],["parent/4274",[941,3.624]],["name/4275",[955,69.549]],["parent/4275",[941,3.624]],["name/4276",[558,63.189]],["parent/4276",[941,3.624]],["name/4277",[956,69.549]],["parent/4277",[941,3.624]],["name/4278",[957,69.549]],["parent/4278",[941,3.624]],["name/4279",[53,43.563]],["parent/4279",[941,3.624]],["name/4280",[958,69.549]],["parent/4280",[941,3.624]],["name/4281",[945,69.549]],["parent/4281",[941,3.624]],["name/4282",[947,69.549]],["parent/4282",[941,3.624]],["name/4283",[91,47.576]],["parent/4283",[941,3.624]],["name/4284",[948,69.549]],["parent/4284",[941,3.624]],["name/4285",[554,46.634]],["parent/4285",[941,3.624]],["name/4286",[949,69.549]],["parent/4286",[941,3.624]],["name/4287",[63,38.097]],["parent/4287",[941,3.624]],["name/4288",[713,59.332]],["parent/4288",[941,3.624]],["name/4289",[102,54.385]],["parent/4289",[941,3.624]],["name/4290",[555,46.634]],["parent/4290",[941,3.624]],["name/4291",[90,47.576]],["parent/4291",[941,3.624]],["name/4292",[719,59.332]],["parent/4292",[941,3.624]],["name/4293",[36,44.981]],["parent/4293",[941,3.624]],["name/4294",[717,59.332]],["parent/4294",[941,3.624]],["name/4295",[714,59.332]],["parent/4295",[941,3.624]],["name/4296",[718,59.332]],["parent/4296",[941,3.624]],["name/4297",[950,69.549]],["parent/4297",[941,3.624]],["name/4298",[951,69.549]],["parent/4298",[941,3.624]],["name/4299",[953,69.549]],["parent/4299",[941,3.624]],["name/4300",[952,69.549]],["parent/4300",[941,3.624]],["name/4301",[558,63.189]],["parent/4301",[941,3.624]],["name/4302",[955,69.549]],["parent/4302",[941,3.624]],["name/4303",[957,69.549]],["parent/4303",[941,3.624]],["name/4304",[101,54.385]],["parent/4304",[941,3.624]],["name/4305",[53,43.563]],["parent/4305",[941,3.624]],["name/4306",[946,69.549]],["parent/4306",[941,3.624]],["name/4307",[944,69.549]],["parent/4307",[941,3.624]],["name/4308",[956,69.549]],["parent/4308",[941,3.624]],["name/4309",[942,69.549]],["parent/4309",[941,3.624]],["name/4310",[943,69.549]],["parent/4310",[941,3.624]],["name/4311",[954,69.549]],["parent/4311",[941,3.624]],["name/4312",[958,69.549]],["parent/4312",[941,3.624]],["name/4313",[99,54.385]],["parent/4313",[941,3.624]],["name/4314",[97,54.385]],["parent/4314",[941,3.624]],["name/4315",[96,54.385]],["parent/4315",[941,3.624]],["name/4316",[100,54.385]],["parent/4316",[941,3.624]],["name/4317",[941,36.346]],["parent/4317",[941,3.624]],["name/4318",[55,50.745]],["parent/4318",[959,6.935]],["name/4319",[960,80.535]],["parent/4319",[959,6.935]],["name/4320",[961,80.535]],["parent/4320",[959,6.935]],["name/4321",[58,50.412]],["parent/4321",[959,6.935]],["name/4322",[962,69.549]],["parent/4322",[941,3.624]],["name/4323",[963,69.549]],["parent/4323",[941,3.624]],["name/4324",[962,69.549]],["parent/4324",[941,3.624]],["name/4325",[963,69.549]],["parent/4325",[941,3.624]],["name/4326",[941,36.346]],["parent/4326",[941,3.624]],["name/4327",[1,43.899]],["parent/4327",[941,3.624]],["name/4328",[962,69.549]],["parent/4328",[941,3.624]],["name/4329",[963,69.549]],["parent/4329",[941,3.624]],["name/4330",[941,36.346]],["parent/4330",[941,3.624]],["name/4331",[945,69.549]],["parent/4331",[941,3.624]],["name/4332",[947,69.549]],["parent/4332",[941,3.624]],["name/4333",[91,47.576]],["parent/4333",[941,3.624]],["name/4334",[948,69.549]],["parent/4334",[941,3.624]],["name/4335",[554,46.634]],["parent/4335",[941,3.624]],["name/4336",[949,69.549]],["parent/4336",[941,3.624]],["name/4337",[63,38.097]],["parent/4337",[941,3.624]],["name/4338",[713,59.332]],["parent/4338",[941,3.624]],["name/4339",[102,54.385]],["parent/4339",[941,3.624]],["name/4340",[555,46.634]],["parent/4340",[941,3.624]],["name/4341",[90,47.576]],["parent/4341",[941,3.624]],["name/4342",[719,59.332]],["parent/4342",[941,3.624]],["name/4343",[36,44.981]],["parent/4343",[941,3.624]],["name/4344",[717,59.332]],["parent/4344",[941,3.624]],["name/4345",[714,59.332]],["parent/4345",[941,3.624]],["name/4346",[718,59.332]],["parent/4346",[941,3.624]],["name/4347",[950,69.549]],["parent/4347",[941,3.624]],["name/4348",[951,69.549]],["parent/4348",[941,3.624]],["name/4349",[953,69.549]],["parent/4349",[941,3.624]],["name/4350",[952,69.549]],["parent/4350",[941,3.624]],["name/4351",[558,63.189]],["parent/4351",[941,3.624]],["name/4352",[955,69.549]],["parent/4352",[941,3.624]],["name/4353",[957,69.549]],["parent/4353",[941,3.624]],["name/4354",[101,54.385]],["parent/4354",[941,3.624]],["name/4355",[53,43.563]],["parent/4355",[941,3.624]],["name/4356",[946,69.549]],["parent/4356",[941,3.624]],["name/4357",[944,69.549]],["parent/4357",[941,3.624]],["name/4358",[956,69.549]],["parent/4358",[941,3.624]],["name/4359",[942,69.549]],["parent/4359",[941,3.624]],["name/4360",[943,69.549]],["parent/4360",[941,3.624]],["name/4361",[954,69.549]],["parent/4361",[941,3.624]],["name/4362",[958,69.549]],["parent/4362",[941,3.624]],["name/4363",[99,54.385]],["parent/4363",[941,3.624]],["name/4364",[97,54.385]],["parent/4364",[941,3.624]],["name/4365",[96,54.385]],["parent/4365",[941,3.624]],["name/4366",[100,54.385]],["parent/4366",[941,3.624]],["name/4367",[964,80.535]],["parent/4367",[941,3.624]],["name/4368",[962,69.549]],["parent/4368",[965,4.795]],["name/4369",[963,69.549]],["parent/4369",[965,4.795]],["name/4370",[945,69.549]],["parent/4370",[965,4.795]],["name/4371",[947,69.549]],["parent/4371",[965,4.795]],["name/4372",[91,47.576]],["parent/4372",[965,4.795]],["name/4373",[948,69.549]],["parent/4373",[965,4.795]],["name/4374",[554,46.634]],["parent/4374",[965,4.795]],["name/4375",[949,69.549]],["parent/4375",[965,4.795]],["name/4376",[63,38.097]],["parent/4376",[965,4.795]],["name/4377",[713,59.332]],["parent/4377",[965,4.795]],["name/4378",[102,54.385]],["parent/4378",[965,4.795]],["name/4379",[555,46.634]],["parent/4379",[965,4.795]],["name/4380",[90,47.576]],["parent/4380",[965,4.795]],["name/4381",[719,59.332]],["parent/4381",[965,4.795]],["name/4382",[36,44.981]],["parent/4382",[965,4.795]],["name/4383",[717,59.332]],["parent/4383",[965,4.795]],["name/4384",[714,59.332]],["parent/4384",[965,4.795]],["name/4385",[718,59.332]],["parent/4385",[965,4.795]],["name/4386",[950,69.549]],["parent/4386",[965,4.795]],["name/4387",[951,69.549]],["parent/4387",[965,4.795]],["name/4388",[953,69.549]],["parent/4388",[965,4.795]],["name/4389",[952,69.549]],["parent/4389",[965,4.795]],["name/4390",[558,63.189]],["parent/4390",[965,4.795]],["name/4391",[955,69.549]],["parent/4391",[965,4.795]],["name/4392",[957,69.549]],["parent/4392",[965,4.795]],["name/4393",[101,54.385]],["parent/4393",[965,4.795]],["name/4394",[53,43.563]],["parent/4394",[965,4.795]],["name/4395",[946,69.549]],["parent/4395",[965,4.795]],["name/4396",[944,69.549]],["parent/4396",[965,4.795]],["name/4397",[956,69.549]],["parent/4397",[965,4.795]],["name/4398",[942,69.549]],["parent/4398",[965,4.795]],["name/4399",[943,69.549]],["parent/4399",[965,4.795]],["name/4400",[954,69.549]],["parent/4400",[965,4.795]],["name/4401",[958,69.549]],["parent/4401",[965,4.795]],["name/4402",[99,54.385]],["parent/4402",[965,4.795]],["name/4403",[97,54.385]],["parent/4403",[965,4.795]],["name/4404",[96,54.385]],["parent/4404",[965,4.795]],["name/4405",[100,54.385]],["parent/4405",[965,4.795]],["name/4406",[966,53.454]],["parent/4406",[]],["name/4407",[1,43.899]],["parent/4407",[966,5.331]],["name/4408",[554,46.634]],["parent/4408",[966,5.331]],["name/4409",[63,38.097]],["parent/4409",[966,5.331]],["name/4410",[555,46.634]],["parent/4410",[966,5.331]],["name/4411",[967,69.549]],["parent/4411",[966,5.331]],["name/4412",[554,46.634]],["parent/4412",[966,5.331]],["name/4413",[63,38.097]],["parent/4413",[966,5.331]],["name/4414",[555,46.634]],["parent/4414",[966,5.331]],["name/4415",[967,69.549]],["parent/4415",[966,5.331]],["name/4416",[966,53.454]],["parent/4416",[966,5.331]],["name/4417",[55,50.745]],["parent/4417",[968,7.186]],["name/4418",[969,80.535]],["parent/4418",[968,7.186]],["name/4419",[58,50.412]],["parent/4419",[968,7.186]],["name/4420",[966,53.454]],["parent/4420",[966,5.331]],["name/4421",[1,43.899]],["parent/4421",[966,5.331]],["name/4422",[966,53.454]],["parent/4422",[966,5.331]],["name/4423",[554,46.634]],["parent/4423",[966,5.331]],["name/4424",[63,38.097]],["parent/4424",[966,5.331]],["name/4425",[555,46.634]],["parent/4425",[966,5.331]],["name/4426",[967,69.549]],["parent/4426",[966,5.331]],["name/4427",[970,80.535]],["parent/4427",[966,5.331]],["name/4428",[554,46.634]],["parent/4428",[971,6.935]],["name/4429",[63,38.097]],["parent/4429",[971,6.935]],["name/4430",[555,46.634]],["parent/4430",[971,6.935]],["name/4431",[967,69.549]],["parent/4431",[971,6.935]],["name/4432",[972,48.346]],["parent/4432",[]],["name/4433",[1,43.899]],["parent/4433",[972,4.821]],["name/4434",[554,46.634]],["parent/4434",[972,4.821]],["name/4435",[973,69.549]],["parent/4435",[972,4.821]],["name/4436",[63,38.097]],["parent/4436",[972,4.821]],["name/4437",[555,46.634]],["parent/4437",[972,4.821]],["name/4438",[36,44.981]],["parent/4438",[972,4.821]],["name/4439",[53,43.563]],["parent/4439",[972,4.821]],["name/4440",[974,69.549]],["parent/4440",[972,4.821]],["name/4441",[975,69.549]],["parent/4441",[972,4.821]],["name/4442",[976,69.549]],["parent/4442",[972,4.821]],["name/4443",[554,46.634]],["parent/4443",[972,4.821]],["name/4444",[973,69.549]],["parent/4444",[972,4.821]],["name/4445",[63,38.097]],["parent/4445",[972,4.821]],["name/4446",[555,46.634]],["parent/4446",[972,4.821]],["name/4447",[36,44.981]],["parent/4447",[972,4.821]],["name/4448",[53,43.563]],["parent/4448",[972,4.821]],["name/4449",[974,69.549]],["parent/4449",[972,4.821]],["name/4450",[975,69.549]],["parent/4450",[972,4.821]],["name/4451",[976,69.549]],["parent/4451",[972,4.821]],["name/4452",[972,48.346]],["parent/4452",[972,4.821]],["name/4453",[55,50.745]],["parent/4453",[977,6.935]],["name/4454",[978,80.535]],["parent/4454",[977,6.935]],["name/4455",[979,80.535]],["parent/4455",[977,6.935]],["name/4456",[58,50.412]],["parent/4456",[977,6.935]],["name/4457",[972,48.346]],["parent/4457",[972,4.821]],["name/4458",[1,43.899]],["parent/4458",[972,4.821]],["name/4459",[972,48.346]],["parent/4459",[972,4.821]],["name/4460",[554,46.634]],["parent/4460",[972,4.821]],["name/4461",[973,69.549]],["parent/4461",[972,4.821]],["name/4462",[63,38.097]],["parent/4462",[972,4.821]],["name/4463",[555,46.634]],["parent/4463",[972,4.821]],["name/4464",[36,44.981]],["parent/4464",[972,4.821]],["name/4465",[53,43.563]],["parent/4465",[972,4.821]],["name/4466",[974,69.549]],["parent/4466",[972,4.821]],["name/4467",[975,69.549]],["parent/4467",[972,4.821]],["name/4468",[976,69.549]],["parent/4468",[972,4.821]],["name/4469",[980,80.535]],["parent/4469",[972,4.821]],["name/4470",[554,46.634]],["parent/4470",[981,6.19]],["name/4471",[973,69.549]],["parent/4471",[981,6.19]],["name/4472",[63,38.097]],["parent/4472",[981,6.19]],["name/4473",[555,46.634]],["parent/4473",[981,6.19]],["name/4474",[36,44.981]],["parent/4474",[981,6.19]],["name/4475",[53,43.563]],["parent/4475",[981,6.19]],["name/4476",[974,69.549]],["parent/4476",[981,6.19]],["name/4477",[975,69.549]],["parent/4477",[981,6.19]],["name/4478",[976,69.549]],["parent/4478",[981,6.19]],["name/4479",[982,42.923]],["parent/4479",[]],["name/4480",[1,43.899]],["parent/4480",[982,4.28]],["name/4481",[983,69.549]],["parent/4481",[982,4.28]],["name/4482",[984,69.549]],["parent/4482",[982,4.28]],["name/4483",[985,69.549]],["parent/4483",[982,4.28]],["name/4484",[63,38.097]],["parent/4484",[982,4.28]],["name/4485",[986,69.549]],["parent/4485",[982,4.28]],["name/4486",[987,69.549]],["parent/4486",[982,4.28]],["name/4487",[988,69.549]],["parent/4487",[982,4.28]],["name/4488",[989,69.549]],["parent/4488",[982,4.28]],["name/4489",[990,69.549]],["parent/4489",[982,4.28]],["name/4490",[991,69.549]],["parent/4490",[982,4.28]],["name/4491",[992,69.549]],["parent/4491",[982,4.28]],["name/4492",[993,69.549]],["parent/4492",[982,4.28]],["name/4493",[994,69.549]],["parent/4493",[982,4.28]],["name/4494",[995,69.549]],["parent/4494",[982,4.28]],["name/4495",[983,69.549]],["parent/4495",[982,4.28]],["name/4496",[984,69.549]],["parent/4496",[982,4.28]],["name/4497",[985,69.549]],["parent/4497",[982,4.28]],["name/4498",[63,38.097]],["parent/4498",[982,4.28]],["name/4499",[986,69.549]],["parent/4499",[982,4.28]],["name/4500",[987,69.549]],["parent/4500",[982,4.28]],["name/4501",[988,69.549]],["parent/4501",[982,4.28]],["name/4502",[989,69.549]],["parent/4502",[982,4.28]],["name/4503",[992,69.549]],["parent/4503",[982,4.28]],["name/4504",[991,69.549]],["parent/4504",[982,4.28]],["name/4505",[990,69.549]],["parent/4505",[982,4.28]],["name/4506",[993,69.549]],["parent/4506",[982,4.28]],["name/4507",[994,69.549]],["parent/4507",[982,4.28]],["name/4508",[995,69.549]],["parent/4508",[982,4.28]],["name/4509",[982,42.923]],["parent/4509",[982,4.28]],["name/4510",[55,50.745]],["parent/4510",[996,5.64]],["name/4511",[997,80.535]],["parent/4511",[996,5.64]],["name/4512",[998,80.535]],["parent/4512",[996,5.64]],["name/4513",[999,80.535]],["parent/4513",[996,5.64]],["name/4514",[1000,80.535]],["parent/4514",[996,5.64]],["name/4515",[1001,80.535]],["parent/4515",[996,5.64]],["name/4516",[1002,80.535]],["parent/4516",[996,5.64]],["name/4517",[1003,80.535]],["parent/4517",[996,5.64]],["name/4518",[1004,80.535]],["parent/4518",[996,5.64]],["name/4519",[1005,80.535]],["parent/4519",[996,5.64]],["name/4520",[1006,80.535]],["parent/4520",[996,5.64]],["name/4521",[1007,80.535]],["parent/4521",[996,5.64]],["name/4522",[1008,80.535]],["parent/4522",[996,5.64]],["name/4523",[1009,80.535]],["parent/4523",[996,5.64]],["name/4524",[1010,80.535]],["parent/4524",[996,5.64]],["name/4525",[58,50.412]],["parent/4525",[996,5.64]],["name/4526",[1011,69.549]],["parent/4526",[982,4.28]],["name/4527",[1012,69.549]],["parent/4527",[982,4.28]],["name/4528",[1013,69.549]],["parent/4528",[982,4.28]],["name/4529",[1014,69.549]],["parent/4529",[982,4.28]],["name/4530",[1011,69.549]],["parent/4530",[982,4.28]],["name/4531",[1012,69.549]],["parent/4531",[982,4.28]],["name/4532",[1013,69.549]],["parent/4532",[982,4.28]],["name/4533",[1014,69.549]],["parent/4533",[982,4.28]],["name/4534",[982,42.923]],["parent/4534",[982,4.28]],["name/4535",[1,43.899]],["parent/4535",[982,4.28]],["name/4536",[1011,69.549]],["parent/4536",[982,4.28]],["name/4537",[1012,69.549]],["parent/4537",[982,4.28]],["name/4538",[1013,69.549]],["parent/4538",[982,4.28]],["name/4539",[1014,69.549]],["parent/4539",[982,4.28]],["name/4540",[982,42.923]],["parent/4540",[982,4.28]],["name/4541",[983,69.549]],["parent/4541",[982,4.28]],["name/4542",[984,69.549]],["parent/4542",[982,4.28]],["name/4543",[985,69.549]],["parent/4543",[982,4.28]],["name/4544",[63,38.097]],["parent/4544",[982,4.28]],["name/4545",[986,69.549]],["parent/4545",[982,4.28]],["name/4546",[987,69.549]],["parent/4546",[982,4.28]],["name/4547",[988,69.549]],["parent/4547",[982,4.28]],["name/4548",[989,69.549]],["parent/4548",[982,4.28]],["name/4549",[992,69.549]],["parent/4549",[982,4.28]],["name/4550",[991,69.549]],["parent/4550",[982,4.28]],["name/4551",[990,69.549]],["parent/4551",[982,4.28]],["name/4552",[993,69.549]],["parent/4552",[982,4.28]],["name/4553",[994,69.549]],["parent/4553",[982,4.28]],["name/4554",[995,69.549]],["parent/4554",[982,4.28]],["name/4555",[1015,80.535]],["parent/4555",[982,4.28]],["name/4556",[1011,69.549]],["parent/4556",[1016,5.526]],["name/4557",[1012,69.549]],["parent/4557",[1016,5.526]],["name/4558",[1013,69.549]],["parent/4558",[1016,5.526]],["name/4559",[1014,69.549]],["parent/4559",[1016,5.526]],["name/4560",[983,69.549]],["parent/4560",[1016,5.526]],["name/4561",[984,69.549]],["parent/4561",[1016,5.526]],["name/4562",[985,69.549]],["parent/4562",[1016,5.526]],["name/4563",[63,38.097]],["parent/4563",[1016,5.526]],["name/4564",[986,69.549]],["parent/4564",[1016,5.526]],["name/4565",[987,69.549]],["parent/4565",[1016,5.526]],["name/4566",[988,69.549]],["parent/4566",[1016,5.526]],["name/4567",[989,69.549]],["parent/4567",[1016,5.526]],["name/4568",[992,69.549]],["parent/4568",[1016,5.526]],["name/4569",[991,69.549]],["parent/4569",[1016,5.526]],["name/4570",[990,69.549]],["parent/4570",[1016,5.526]],["name/4571",[993,69.549]],["parent/4571",[1016,5.526]],["name/4572",[994,69.549]],["parent/4572",[1016,5.526]],["name/4573",[995,69.549]],["parent/4573",[1016,5.526]],["name/4574",[1017,37.908]],["parent/4574",[]],["name/4575",[1,43.899]],["parent/4575",[1017,3.78]],["name/4576",[15,48.616]],["parent/4576",[1017,3.78]],["name/4577",[16,48.616]],["parent/4577",[1017,3.78]],["name/4578",[17,48.616]],["parent/4578",[1017,3.78]],["name/4579",[18,48.616]],["parent/4579",[1017,3.78]],["name/4580",[19,48.616]],["parent/4580",[1017,3.78]],["name/4581",[20,48.616]],["parent/4581",[1017,3.78]],["name/4582",[21,48.616]],["parent/4582",[1017,3.78]],["name/4583",[22,48.616]],["parent/4583",[1017,3.78]],["name/4584",[23,48.616]],["parent/4584",[1017,3.78]],["name/4585",[24,48.616]],["parent/4585",[1017,3.78]],["name/4586",[25,48.616]],["parent/4586",[1017,3.78]],["name/4587",[26,48.616]],["parent/4587",[1017,3.78]],["name/4588",[27,48.616]],["parent/4588",[1017,3.78]],["name/4589",[28,48.616]],["parent/4589",[1017,3.78]],["name/4590",[29,48.616]],["parent/4590",[1017,3.78]],["name/4591",[30,48.616]],["parent/4591",[1017,3.78]],["name/4592",[31,48.616]],["parent/4592",[1017,3.78]],["name/4593",[32,48.616]],["parent/4593",[1017,3.78]],["name/4594",[33,48.616]],["parent/4594",[1017,3.78]],["name/4595",[34,48.616]],["parent/4595",[1017,3.78]],["name/4596",[63,38.097]],["parent/4596",[1017,3.78]],["name/4597",[36,44.981]],["parent/4597",[1017,3.78]],["name/4598",[37,48.616]],["parent/4598",[1017,3.78]],["name/4599",[38,48.616]],["parent/4599",[1017,3.78]],["name/4600",[39,48.616]],["parent/4600",[1017,3.78]],["name/4601",[53,43.563]],["parent/4601",[1017,3.78]],["name/4602",[54,48.616]],["parent/4602",[1017,3.78]],["name/4603",[1018,69.549]],["parent/4603",[1017,3.78]],["name/4604",[1019,69.549]],["parent/4604",[1017,3.78]],["name/4605",[1020,69.549]],["parent/4605",[1017,3.78]],["name/4606",[1021,69.549]],["parent/4606",[1017,3.78]],["name/4607",[1022,69.549]],["parent/4607",[1017,3.78]],["name/4608",[33,48.616]],["parent/4608",[1017,3.78]],["name/4609",[34,48.616]],["parent/4609",[1017,3.78]],["name/4610",[20,48.616]],["parent/4610",[1017,3.78]],["name/4611",[63,38.097]],["parent/4611",[1017,3.78]],["name/4612",[32,48.616]],["parent/4612",[1017,3.78]],["name/4613",[21,48.616]],["parent/4613",[1017,3.78]],["name/4614",[18,48.616]],["parent/4614",[1017,3.78]],["name/4615",[19,48.616]],["parent/4615",[1017,3.78]],["name/4616",[36,44.981]],["parent/4616",[1017,3.78]],["name/4617",[39,48.616]],["parent/4617",[1017,3.78]],["name/4618",[23,48.616]],["parent/4618",[1017,3.78]],["name/4619",[24,48.616]],["parent/4619",[1017,3.78]],["name/4620",[27,48.616]],["parent/4620",[1017,3.78]],["name/4621",[28,48.616]],["parent/4621",[1017,3.78]],["name/4622",[31,48.616]],["parent/4622",[1017,3.78]],["name/4623",[29,48.616]],["parent/4623",[1017,3.78]],["name/4624",[30,48.616]],["parent/4624",[1017,3.78]],["name/4625",[53,43.563]],["parent/4625",[1017,3.78]],["name/4626",[54,48.616]],["parent/4626",[1017,3.78]],["name/4627",[37,48.616]],["parent/4627",[1017,3.78]],["name/4628",[38,48.616]],["parent/4628",[1017,3.78]],["name/4629",[1021,69.549]],["parent/4629",[1017,3.78]],["name/4630",[1022,69.549]],["parent/4630",[1017,3.78]],["name/4631",[1018,69.549]],["parent/4631",[1017,3.78]],["name/4632",[1019,69.549]],["parent/4632",[1017,3.78]],["name/4633",[1020,69.549]],["parent/4633",[1017,3.78]],["name/4634",[25,48.616]],["parent/4634",[1017,3.78]],["name/4635",[26,48.616]],["parent/4635",[1017,3.78]],["name/4636",[16,48.616]],["parent/4636",[1017,3.78]],["name/4637",[17,48.616]],["parent/4637",[1017,3.78]],["name/4638",[15,48.616]],["parent/4638",[1017,3.78]],["name/4639",[22,48.616]],["parent/4639",[1017,3.78]],["name/4640",[1017,37.908]],["parent/4640",[1017,3.78]],["name/4641",[55,50.745]],["parent/4641",[1023,6.426]],["name/4642",[1024,80.535]],["parent/4642",[1023,6.426]],["name/4643",[1025,80.535]],["parent/4643",[1023,6.426]],["name/4644",[1026,80.535]],["parent/4644",[1023,6.426]],["name/4645",[1027,80.535]],["parent/4645",[1023,6.426]],["name/4646",[1028,80.535]],["parent/4646",[1023,6.426]],["name/4647",[58,50.412]],["parent/4647",[1023,6.426]],["name/4648",[1017,37.908]],["parent/4648",[1017,3.78]],["name/4649",[1,43.899]],["parent/4649",[1017,3.78]],["name/4650",[1017,37.908]],["parent/4650",[1017,3.78]],["name/4651",[33,48.616]],["parent/4651",[1017,3.78]],["name/4652",[34,48.616]],["parent/4652",[1017,3.78]],["name/4653",[20,48.616]],["parent/4653",[1017,3.78]],["name/4654",[63,38.097]],["parent/4654",[1017,3.78]],["name/4655",[32,48.616]],["parent/4655",[1017,3.78]],["name/4656",[21,48.616]],["parent/4656",[1017,3.78]],["name/4657",[18,48.616]],["parent/4657",[1017,3.78]],["name/4658",[19,48.616]],["parent/4658",[1017,3.78]],["name/4659",[36,44.981]],["parent/4659",[1017,3.78]],["name/4660",[39,48.616]],["parent/4660",[1017,3.78]],["name/4661",[23,48.616]],["parent/4661",[1017,3.78]],["name/4662",[24,48.616]],["parent/4662",[1017,3.78]],["name/4663",[27,48.616]],["parent/4663",[1017,3.78]],["name/4664",[28,48.616]],["parent/4664",[1017,3.78]],["name/4665",[31,48.616]],["parent/4665",[1017,3.78]],["name/4666",[29,48.616]],["parent/4666",[1017,3.78]],["name/4667",[30,48.616]],["parent/4667",[1017,3.78]],["name/4668",[53,43.563]],["parent/4668",[1017,3.78]],["name/4669",[54,48.616]],["parent/4669",[1017,3.78]],["name/4670",[37,48.616]],["parent/4670",[1017,3.78]],["name/4671",[38,48.616]],["parent/4671",[1017,3.78]],["name/4672",[1021,69.549]],["parent/4672",[1017,3.78]],["name/4673",[1022,69.549]],["parent/4673",[1017,3.78]],["name/4674",[1018,69.549]],["parent/4674",[1017,3.78]],["name/4675",[1019,69.549]],["parent/4675",[1017,3.78]],["name/4676",[1020,69.549]],["parent/4676",[1017,3.78]],["name/4677",[25,48.616]],["parent/4677",[1017,3.78]],["name/4678",[26,48.616]],["parent/4678",[1017,3.78]],["name/4679",[16,48.616]],["parent/4679",[1017,3.78]],["name/4680",[17,48.616]],["parent/4680",[1017,3.78]],["name/4681",[15,48.616]],["parent/4681",[1017,3.78]],["name/4682",[22,48.616]],["parent/4682",[1017,3.78]],["name/4683",[1029,80.535]],["parent/4683",[1017,3.78]],["name/4684",[33,48.616]],["parent/4684",[1030,4.964]],["name/4685",[34,48.616]],["parent/4685",[1030,4.964]],["name/4686",[20,48.616]],["parent/4686",[1030,4.964]],["name/4687",[63,38.097]],["parent/4687",[1030,4.964]],["name/4688",[32,48.616]],["parent/4688",[1030,4.964]],["name/4689",[21,48.616]],["parent/4689",[1030,4.964]],["name/4690",[18,48.616]],["parent/4690",[1030,4.964]],["name/4691",[19,48.616]],["parent/4691",[1030,4.964]],["name/4692",[36,44.981]],["parent/4692",[1030,4.964]],["name/4693",[39,48.616]],["parent/4693",[1030,4.964]],["name/4694",[23,48.616]],["parent/4694",[1030,4.964]],["name/4695",[24,48.616]],["parent/4695",[1030,4.964]],["name/4696",[27,48.616]],["parent/4696",[1030,4.964]],["name/4697",[28,48.616]],["parent/4697",[1030,4.964]],["name/4698",[31,48.616]],["parent/4698",[1030,4.964]],["name/4699",[29,48.616]],["parent/4699",[1030,4.964]],["name/4700",[30,48.616]],["parent/4700",[1030,4.964]],["name/4701",[53,43.563]],["parent/4701",[1030,4.964]],["name/4702",[54,48.616]],["parent/4702",[1030,4.964]],["name/4703",[37,48.616]],["parent/4703",[1030,4.964]],["name/4704",[38,48.616]],["parent/4704",[1030,4.964]],["name/4705",[1021,69.549]],["parent/4705",[1030,4.964]],["name/4706",[1022,69.549]],["parent/4706",[1030,4.964]],["name/4707",[1018,69.549]],["parent/4707",[1030,4.964]],["name/4708",[1019,69.549]],["parent/4708",[1030,4.964]],["name/4709",[1020,69.549]],["parent/4709",[1030,4.964]],["name/4710",[25,48.616]],["parent/4710",[1030,4.964]],["name/4711",[26,48.616]],["parent/4711",[1030,4.964]],["name/4712",[16,48.616]],["parent/4712",[1030,4.964]],["name/4713",[17,48.616]],["parent/4713",[1030,4.964]],["name/4714",[15,48.616]],["parent/4714",[1030,4.964]],["name/4715",[22,48.616]],["parent/4715",[1030,4.964]]],"invertedIndex":[["__type",{"_index":431,"name":{"1759":{},"1777":{},"1779":{},"3646":{},"3656":{},"3664":{},"3675":{},"3683":{},"3694":{},"3707":{},"3719":{},"3730":{},"3734":{},"3742":{}},"parent":{}}],["abtestsegment",{"_index":467,"name":{"1797":{},"1854":{},"1939":{},"2000":{}},"parent":{}}],["accounttransaction",{"_index":414,"name":{"1606":{},"1638":{},"1684":{},"1720":{}},"parent":{}}],["accounttransactiontypecodeenum",{"_index":415,"name":{"1607":{},"1639":{},"1685":{},"1721":{}},"parent":{}}],["addcertificateforzone",{"_index":283,"name":{"914":{}},"parent":{}}],["addcoupontobasket",{"_index":637,"name":{"2644":{},"2880":{}},"parent":{}}],["addgiftcertificateitemtobasket",{"_index":638,"name":{"2645":{},"2881":{}},"parent":{}}],["additemtobasket",{"_index":639,"name":{"2646":{},"2882":{}},"parent":{}}],["addpaymentinstrumenttobasket",{"_index":640,"name":{"2647":{},"2883":{}},"parent":{}}],["addpriceadjustmenttobasket",{"_index":641,"name":{"2648":{},"2884":{}},"parent":{}}],["addpricebookstobasket",{"_index":642,"name":{"2649":{},"2885":{}},"parent":{}}],["addproductstoexclusionlist",{"_index":126,"name":{"475":{}},"parent":{}}],["address",{"_index":468,"name":{"1798":{},"1855":{},"1940":{},"2001":{}},"parent":{}}],["addtaxesforbasket",{"_index":643,"name":{"2650":{},"2886":{}},"parent":{}}],["addtaxesforbasketitem",{"_index":644,"name":{"2651":{},"2887":{}},"parent":{}}],["agent_id",{"_index":886,"name":{"3708":{}},"parent":{}}],["apiname",{"_index":436,"name":{"1763":{}},"parent":{}}],["apistandardserrorresponse",{"_index":161,"name":{"672":{},"792":{},"991":{},"1114":{}},"parent":{}}],["apiversion",{"_index":437,"name":{"1764":{}},"parent":{}}],["assignments",{"_index":0,"name":{"0":{},"95":{},"99":{},"101":{}},"parent":{"1":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{}}}],["assignments.assignments",{"_index":56,"name":{},"parent":{"96":{},"97":{},"98":{}}}],["assignments.assignmentstypes",{"_index":60,"name":{},"parent":{"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{}}}],["assignmentssearch",{"_index":57,"name":{"97":{}},"parent":{}}],["assignmentstypes",{"_index":59,"name":{"142":{}},"parent":{}}],["assignproducttocategory",{"_index":127,"name":{"476":{}},"parent":{}}],["assignvariationformasterproduct",{"_index":565,"name":{"2212":{}},"parent":{}}],["assignvariationgrouptomasterproduct",{"_index":566,"name":{"2213":{}},"parent":{}}],["authenticatecustomer",{"_index":441,"name":{"1768":{},"3613":{}},"parent":{}}],["authenticatecustomerbodytype",{"_index":842,"name":{"3645":{},"3759":{},"3786":{},"3806":{}},"parent":{}}],["authorize",{"_index":457,"name":{"1784":{}},"parent":{}}],["authorizecustomer",{"_index":443,"name":{"1769":{},"3614":{}},"parent":{}}],["authorizecustomerresponsetypeenum",{"_index":828,"name":{"3631":{},"3745":{},"3772":{},"3807":{}},"parent":{}}],["authorizecustomerscopeenum",{"_index":829,"name":{"3632":{},"3746":{},"3773":{},"3808":{}},"parent":{}}],["authorizepasswordlesscustomer",{"_index":816,"name":{"3615":{}},"parent":{}}],["authorizepasswordlesscustomerbodytype",{"_index":853,"name":{"3655":{},"3760":{},"3787":{},"3810":{}},"parent":{}}],["authorizepasswordlesscustomermodeenum",{"_index":830,"name":{"3633":{},"3747":{},"3774":{},"3809":{}},"parent":{}}],["baseuriparameters",{"_index":6,"name":{"6":{}},"parent":{}}],["basket",{"_index":620,"name":{"2578":{},"2597":{},"2691":{},"2739":{},"2813":{},"2832":{},"2927":{},"2976":{},"3141":{},"3209":{},"3339":{},"3435":{},"3867":{},"3890":{},"3954":{},"4005":{}},"parent":{}}],["basketchanneltypeenum",{"_index":621,"name":{"2579":{},"2598":{},"2692":{},"2740":{},"2814":{},"2833":{},"2928":{},"2977":{},"3142":{},"3210":{},"3340":{},"3436":{},"3868":{},"3891":{},"3955":{},"4006":{}},"parent":{}}],["basketpaymentinstrumentrequest",{"_index":624,"name":{"2582":{},"2600":{},"2694":{},"2742":{},"2817":{},"2835":{},"2930":{},"2979":{}},"parent":{}}],["basketsresult",{"_index":712,"name":{"3144":{},"3212":{},"3342":{},"3438":{}},"parent":{}}],["baskettaxationenum",{"_index":622,"name":{"2580":{},"2599":{},"2693":{},"2741":{},"2815":{},"2834":{},"2929":{},"2978":{},"3143":{},"3211":{},"3341":{},"3437":{},"3869":{},"3892":{},"3956":{},"4007":{}},"parent":{}}],["bonusdiscountlineitem",{"_index":470,"name":{"1800":{},"1856":{},"1941":{},"2002":{},"2559":{},"2601":{},"2695":{},"2743":{},"2793":{},"2836":{},"2931":{},"2980":{},"3121":{},"3213":{},"3343":{},"3439":{},"3847":{},"3893":{},"3957":{},"4008":{}},"parent":{}}],["boolfilter",{"_index":33,"name":{"33":{},"55":{},"102":{},"143":{},"203":{},"214":{},"254":{},"284":{},"333":{},"394":{},"511":{},"591":{},"1278":{},"1299":{},"1353":{},"1393":{},"1452":{},"1471":{},"1526":{},"1564":{},"1626":{},"1640":{},"1686":{},"1722":{},"2108":{},"2150":{},"2251":{},"2312":{},"2392":{},"2415":{},"2467":{},"2509":{},"4594":{},"4608":{},"4651":{},"4684":{}},"parent":{}}],["boolfilteroperatorenum",{"_index":34,"name":{"34":{},"56":{},"103":{},"144":{},"204":{},"215":{},"255":{},"285":{},"334":{},"395":{},"512":{},"592":{},"1279":{},"1300":{},"1354":{},"1394":{},"1453":{},"1472":{},"1527":{},"1565":{},"1627":{},"1641":{},"1687":{},"1723":{},"2109":{},"2151":{},"2252":{},"2313":{},"2393":{},"2416":{},"2468":{},"2510":{},"4595":{},"4609":{},"4652":{},"4685":{}},"parent":{}}],["boolquery",{"_index":20,"name":{"20":{},"57":{},"104":{},"145":{},"190":{},"216":{},"256":{},"286":{},"320":{},"396":{},"513":{},"593":{},"1265":{},"1301":{},"1355":{},"1395":{},"1439":{},"1473":{},"1528":{},"1566":{},"1613":{},"1642":{},"1688":{},"1724":{},"2095":{},"2152":{},"2253":{},"2314":{},"2379":{},"2417":{},"2469":{},"2511":{},"4581":{},"4610":{},"4653":{},"4686":{}},"parent":{}}],["brandsuggestions",{"_index":945,"name":{"4248":{},"4281":{},"4331":{},"4370":{}},"parent":{}}],["bundledproduct",{"_index":725,"name":{"3165":{},"3214":{},"3344":{},"3440":{},"4079":{},"4088":{},"4141":{},"4177":{}},"parent":{}}],["cachepurge",{"_index":284,"name":{"915":{}},"parent":{}}],["cachepurgerequest",{"_index":162,"name":{"673":{},"793":{},"992":{},"1115":{}},"parent":{}}],["cachepurgeresponse",{"_index":163,"name":{"674":{},"794":{},"993":{},"1116":{}},"parent":{}}],["cachepurgeresponseenvelope",{"_index":164,"name":{"675":{},"795":{},"994":{},"1117":{}},"parent":{}}],["callback_uri",{"_index":859,"name":{"3662":{},"3690":{}},"parent":{}}],["callcustomendpoint",{"_index":438,"name":{"1765":{},"1793":{}},"parent":{}}],["campaign",{"_index":35,"name":{"35":{},"58":{},"105":{},"146":{},"205":{},"217":{},"257":{},"287":{},"2394":{},"2418":{},"2470":{},"2512":{}},"parent":{}}],["campaigns",{"_index":61,"name":{"183":{},"243":{},"251":{},"253":{}},"parent":{"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{}}}],["campaigns.campaigns",{"_index":64,"name":{},"parent":{"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{}}}],["campaigns.campaignstypes",{"_index":71,"name":{},"parent":{"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{}}}],["campaignsearchresult",{"_index":62,"name":{"208":{},"218":{},"258":{},"288":{}},"parent":{}}],["campaignssearch",{"_index":65,"name":{"245":{}},"parent":{}}],["campaignstypes",{"_index":70,"name":{"283":{}},"parent":{}}],["catalog",{"_index":76,"name":{"338":{},"397":{},"514":{},"594":{}},"parent":{}}],["catalogcategoryid",{"_index":77,"name":{"339":{},"398":{},"515":{},"595":{},"2110":{},"2153":{},"2254":{},"2315":{}},"parent":{}}],["catalogcategorysearchrequest",{"_index":78,"name":{"342":{},"399":{},"516":{},"596":{}},"parent":{}}],["catalogs",{"_index":72,"name":{"313":{},"345":{},"402":{},"519":{},"599":{}},"parent":{"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{}}}],["catalogs.catalogsv1",{"_index":125,"name":{},"parent":{"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{}}}],["catalogs.catalogsv1types",{"_index":159,"name":{},"parent":{"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{}}}],["catalogsearchrequest",{"_index":79,"name":{"343":{},"400":{},"517":{},"597":{}},"parent":{}}],["catalogsearchresult",{"_index":80,"name":{"344":{},"401":{},"518":{},"598":{}},"parent":{}}],["catalogsv1",{"_index":124,"name":{"473":{},"508":{},"510":{}},"parent":{}}],["catalogsv1types",{"_index":158,"name":{"590":{}},"parent":{}}],["categories",{"_index":87,"name":{"352":{},"403":{},"520":{},"600":{}},"parent":{}}],["categorizationattributedefinition",{"_index":549,"name":{"2111":{},"2154":{},"2255":{},"2316":{}},"parent":{}}],["categorizationattributedefinitionallowedoperatorsenum",{"_index":552,"name":{"2114":{},"2157":{},"2258":{},"2319":{}},"parent":{}}],["categorizationattributedefinitionattributetypeenum",{"_index":550,"name":{"2112":{},"2155":{},"2256":{},"2317":{}},"parent":{}}],["categorizationattributedefinitionsresult",{"_index":553,"name":{"2115":{},"2158":{},"2259":{},"2320":{}},"parent":{}}],["categorizationattributedefinitionvaluetypeenum",{"_index":551,"name":{"2113":{},"2156":{},"2257":{},"2318":{}},"parent":{}}],["category",{"_index":86,"name":{"351":{},"404":{},"521":{},"601":{},"4081":{},"4089":{},"4142":{},"4178":{}},"parent":{}}],["categoryproductassignment",{"_index":105,"name":{"370":{},"405":{},"522":{},"602":{}},"parent":{}}],["categoryproductassignmentsearchrequest",{"_index":106,"name":{"371":{},"406":{},"523":{},"603":{}},"parent":{}}],["categoryproductassignmentsearchresult",{"_index":107,"name":{"372":{},"407":{},"524":{},"604":{}},"parent":{}}],["categoryresult",{"_index":922,"name":{"4082":{},"4090":{},"4143":{},"4179":{}},"parent":{}}],["categorysearchrequest",{"_index":108,"name":{"373":{},"408":{},"525":{},"605":{}},"parent":{}}],["categorysearchresult",{"_index":109,"name":{"374":{},"409":{},"526":{},"606":{}},"parent":{}}],["categorysuggestions",{"_index":947,"name":{"4250":{},"4282":{},"4332":{},"4371":{}},"parent":{}}],["cdnapiprocessapis",{"_index":160,"name":{"670":{}},"parent":{"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"982":{},"983":{},"984":{},"985":{},"986":{},"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{},"998":{},"999":{},"1000":{},"1001":{},"1002":{},"1003":{},"1004":{},"1005":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{}}}],["cdnapiprocessapis.cdnzones",{"_index":282,"name":{},"parent":{"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{},"970":{},"971":{},"972":{},"973":{},"974":{},"975":{},"976":{},"977":{},"978":{},"979":{},"980":{},"981":{}}}],["cdnapiprocessapis.cdnzonestypes",{"_index":353,"name":{},"parent":{"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{},"1179":{},"1180":{},"1181":{},"1182":{},"1183":{},"1184":{},"1185":{},"1186":{},"1187":{},"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{},"1229":{},"1230":{},"1231":{},"1232":{},"1233":{}}}],["cdnzones",{"_index":281,"name":{"912":{},"986":{},"990":{}},"parent":{}}],["cdnzonestypes",{"_index":352,"name":{"1111":{}},"parent":{}}],["certificate",{"_index":166,"name":{"677":{},"796":{},"995":{},"1118":{}},"parent":{}}],["certificatecertificateauthorityenum",{"_index":169,"name":{"680":{},"799":{},"998":{},"1121":{}},"parent":{}}],["certificatecertificatetypeenum",{"_index":168,"name":{"679":{},"798":{},"997":{},"1120":{}},"parent":{}}],["certificatecertificatevalidationenum",{"_index":170,"name":{"681":{},"800":{},"999":{},"1122":{}},"parent":{}}],["certificatecertificateverificationstatusenum",{"_index":171,"name":{"682":{},"801":{},"1000":{},"1123":{}},"parent":{}}],["certificatecustomhostnamestatusenum",{"_index":173,"name":{"684":{},"803":{},"1002":{},"1125":{}},"parent":{}}],["certificateenvelope",{"_index":174,"name":{"685":{},"804":{},"1003":{},"1126":{}},"parent":{}}],["certificaterequest",{"_index":175,"name":{"686":{},"805":{},"1004":{},"1127":{}},"parent":{}}],["certificatesenvelope",{"_index":176,"name":{"687":{},"806":{},"1005":{},"1128":{}},"parent":{}}],["certificatestatusenum",{"_index":167,"name":{"678":{},"797":{},"996":{},"1119":{}},"parent":{}}],["certificatewildcardcertificateverificationstatusenum",{"_index":172,"name":{"683":{},"802":{},"1001":{},"1124":{}},"parent":{}}],["channel_id",{"_index":851,"name":{"3653":{},"3661":{},"3672":{},"3686":{},"3697":{},"3710":{},"3726":{},"3739":{}},"parent":{}}],["ciphersuitesenvelope",{"_index":179,"name":{"690":{},"807":{},"1006":{},"1129":{}},"parent":{}}],["ciphersuitesrequest",{"_index":180,"name":{"691":{},"808":{},"1007":{},"1130":{}},"parent":{}}],["ciphersuitesrequestciphersuitetypeenum",{"_index":181,"name":{"692":{},"809":{},"1008":{},"1131":{}},"parent":{}}],["ciphersuitesresponse",{"_index":177,"name":{"688":{},"810":{},"1009":{},"1132":{}},"parent":{}}],["ciphersuitesresponseciphersuitetypeenum",{"_index":178,"name":{"689":{},"811":{},"1010":{},"1133":{}},"parent":{}}],["client",{"_index":983,"name":{"4481":{},"4495":{},"4541":{},"4560":{}},"parent":{}}],["client_id",{"_index":844,"name":{"3647":{},"3671":{},"3679":{},"3688":{},"3696":{},"3709":{},"3725":{},"3735":{}},"parent":{}}],["clientconfig",{"_index":58,"name":{"98":{},"250":{},"507":{},"981":{},"1247":{},"1349":{},"1522":{},"1680":{},"1772":{},"1926":{},"2073":{},"2247":{},"2463":{},"2681":{},"2917":{},"3033":{},"3066":{},"3101":{},"3335":{},"3550":{},"3582":{},"3630":{},"3950":{},"4125":{},"4226":{},"4321":{},"4419":{},"4456":{},"4525":{},"4647":{}},"parent":{}}],["clientlistresponse",{"_index":984,"name":{"4482":{},"4496":{},"4542":{},"4561":{}},"parent":{}}],["clientrequest",{"_index":985,"name":{"4483":{},"4497":{},"4543":{},"4562":{}},"parent":{}}],["code",{"_index":864,"name":{"3666":{},"3695":{}},"parent":{}}],["code_challenge",{"_index":852,"name":{"3654":{},"3689":{}},"parent":{}}],["code_verifier",{"_index":866,"name":{"3670":{},"3680":{},"3698":{},"3711":{},"3737":{}},"parent":{}}],["component",{"_index":795,"name":{"3533":{},"3539":{},"3554":{},"3562":{}},"parent":{}}],["compositeparameters",{"_index":12,"name":{"12":{}},"parent":{}}],["condition",{"_index":110,"name":{"375":{},"410":{},"527":{},"607":{}},"parent":{}}],["conditionoperatorenum",{"_index":111,"name":{"376":{},"411":{},"528":{},"608":{}},"parent":{}}],["conditionsresult",{"_index":112,"name":{"377":{},"412":{},"529":{},"609":{}},"parent":{}}],["consentstatus",{"_index":691,"name":{"3046":{},"3054":{},"3070":{},"3079":{}},"parent":{}}],["consentsubscription",{"_index":693,"name":{"3048":{},"3055":{},"3071":{},"3080":{}},"parent":{}}],["consentsubscriptionrequest",{"_index":694,"name":{"3049":{},"3056":{},"3072":{},"3081":{}},"parent":{}}],["consentsubscriptionresponse",{"_index":695,"name":{"3050":{},"3057":{},"3073":{},"3082":{}},"parent":{}}],["constructor",{"_index":55,"name":{"96":{},"244":{},"474":{},"913":{},"1243":{},"1339":{},"1509":{},"1674":{},"1912":{},"2070":{},"2211":{},"2457":{},"2643":{},"2879":{},"3031":{},"3063":{},"3096":{},"3305":{},"3547":{},"3580":{},"3612":{},"3941":{},"4120":{},"4223":{},"4318":{},"4417":{},"4453":{},"4510":{},"4641":{}},"parent":{}}],["contenttypeheaderexists",{"_index":429,"name":{"1757":{}},"parent":{}}],["corsclientpreferences",{"_index":355,"name":{"1236":{},"1239":{},"1251":{},"1255":{}},"parent":{}}],["corspreferences",{"_index":354,"name":{"1234":{},"1237":{},"1240":{},"1242":{},"1248":{},"1250":{},"1252":{},"1256":{}},"parent":{"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{}}}],["corspreferences.corspreferences",{"_index":356,"name":{},"parent":{"1243":{},"1244":{},"1245":{},"1246":{},"1247":{}}}],["corspreferences.corspreferencestypes",{"_index":361,"name":{},"parent":{"1255":{},"1256":{},"1257":{}}}],["corspreferencestypes",{"_index":360,"name":{"1254":{}},"parent":{}}],["coupon",{"_index":366,"name":{"1283":{},"1302":{},"1356":{},"1396":{}},"parent":{}}],["couponcode",{"_index":368,"name":{"1285":{},"1304":{},"1358":{},"1398":{}},"parent":{}}],["couponcoderedemptionrequest",{"_index":369,"name":{"1286":{},"1305":{},"1359":{},"1399":{}},"parent":{}}],["couponcodes",{"_index":370,"name":{"1287":{},"1306":{},"1360":{},"1400":{}},"parent":{}}],["couponitem",{"_index":471,"name":{"1801":{},"1857":{},"1942":{},"2003":{},"2569":{},"2602":{},"2696":{},"2744":{},"2803":{},"2837":{},"2932":{},"2981":{},"3131":{},"3215":{},"3345":{},"3441":{},"3857":{},"3894":{},"3958":{},"4009":{}},"parent":{}}],["couponitemstatuscodeenum",{"_index":472,"name":{"1802":{},"1858":{},"1943":{},"2004":{},"2570":{},"2603":{},"2697":{},"2745":{},"2804":{},"2838":{},"2933":{},"2982":{},"3132":{},"3216":{},"3346":{},"3442":{},"3858":{},"3895":{},"3959":{},"4010":{}},"parent":{}}],["couponmulticodesrequest",{"_index":371,"name":{"1288":{},"1307":{},"1361":{},"1401":{}},"parent":{}}],["couponredemption",{"_index":372,"name":{"1289":{},"1308":{},"1362":{},"1402":{}},"parent":{}}],["couponredemptionsearchresult",{"_index":373,"name":{"1292":{},"1309":{},"1363":{},"1403":{}},"parent":{}}],["couponredemptionssearch",{"_index":376,"name":{"1340":{}},"parent":{}}],["coupons",{"_index":362,"name":{"1258":{},"1338":{},"1350":{},"1352":{}},"parent":{"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{},"1336":{},"1337":{},"1338":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{}}}],["coupons.coupons",{"_index":375,"name":{},"parent":{"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{}}}],["coupons.couponstypes",{"_index":386,"name":{},"parent":{"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{}}}],["couponsearchresult",{"_index":374,"name":{"1293":{},"1310":{},"1364":{},"1404":{}},"parent":{}}],["couponssearch",{"_index":377,"name":{"1341":{}},"parent":{}}],["couponstypes",{"_index":385,"name":{"1392":{}},"parent":{}}],["couponsystemcodeconfig",{"_index":365,"name":{"1282":{},"1311":{},"1365":{},"1405":{}},"parent":{}}],["coupontypeenum",{"_index":367,"name":{"1284":{},"1303":{},"1357":{},"1397":{}},"parent":{}}],["createaddressforcustomerincustomerlist",{"_index":399,"name":{"1510":{}},"parent":{}}],["createbasket",{"_index":645,"name":{"2652":{},"2888":{}},"parent":{}}],["createbaskettaxmodeenum",{"_index":674,"name":{"2682":{},"2684":{},"2688":{},"2737":{},"2918":{},"2920":{},"2924":{},"2974":{}},"parent":{}}],["createcampaign",{"_index":66,"name":{"246":{}},"parent":{}}],["createcategoryincatalog",{"_index":128,"name":{"477":{}},"parent":{}}],["createcategoryrules",{"_index":129,"name":{"478":{}},"parent":{}}],["createcodeuploadcertificate",{"_index":285,"name":{"916":{}},"parent":{}}],["createcodeverifier",{"_index":455,"name":{"1782":{}},"parent":{}}],["createcoupon",{"_index":378,"name":{"1342":{}},"parent":{}}],["createcustomeraddress",{"_index":762,"name":{"3306":{}},"parent":{}}],["createcustomerincustomerlist",{"_index":400,"name":{"1511":{}},"parent":{}}],["createcustomerlist",{"_index":401,"name":{"1512":{}},"parent":{}}],["createcustomerpaymentinstrument",{"_index":763,"name":{"3307":{}},"parent":{}}],["createcustomerproductlist",{"_index":764,"name":{"3308":{}},"parent":{}}],["createcustomerproductlistitem",{"_index":765,"name":{"3309":{}},"parent":{}}],["createcustomrule",{"_index":286,"name":{"917":{}},"parent":{}}],["creategiftcertificate",{"_index":420,"name":{"1675":{}},"parent":{}}],["createlogpushjob",{"_index":287,"name":{"918":{}},"parent":{}}],["createlogpushownership",{"_index":288,"name":{"919":{}},"parent":{}}],["createmrtrules",{"_index":289,"name":{"920":{}},"parent":{}}],["createorder",{"_index":912,"name":{"3942":{}},"parent":{}}],["createorderoptionitem",{"_index":474,"name":{"1804":{},"1859":{},"1944":{},"2005":{}},"parent":{}}],["createorderpaymentinstrument",{"_index":477,"name":{"1807":{},"1860":{},"1945":{},"2006":{}},"parent":{}}],["createorderpaymenttransaction",{"_index":476,"name":{"1806":{},"1861":{},"1946":{},"2007":{}},"parent":{}}],["createorderpriceadjustment",{"_index":473,"name":{"1803":{},"1862":{},"1947":{},"2008":{}},"parent":{}}],["createorderproductitems",{"_index":478,"name":{"1808":{},"1863":{},"1948":{},"2009":{}},"parent":{}}],["createorderrequest",{"_index":480,"name":{"1812":{},"1864":{},"1949":{},"2010":{}},"parent":{}}],["createorderrequestbusinesstypeenum",{"_index":481,"name":{"1813":{},"1865":{},"1950":{},"2011":{}},"parent":{}}],["createorderrequestchanneltypeenum",{"_index":482,"name":{"1814":{},"1866":{},"1951":{},"2012":{}},"parent":{}}],["createorderrequestpaymentstatusenum",{"_index":483,"name":{"1815":{},"1867":{},"1952":{},"2013":{}},"parent":{}}],["createorders",{"_index":522,"name":{"1913":{}},"parent":{}}],["createordershipment",{"_index":479,"name":{"1811":{},"1868":{},"1953":{},"2014":{}},"parent":{}}],["createorupdatecategoryrulecondition",{"_index":130,"name":{"479":{}},"parent":{}}],["createpageshieldpolicy",{"_index":290,"name":{"921":{}},"parent":{}}],["createpaymentinstrumentfororder",{"_index":913,"name":{"3943":{}},"parent":{}}],["createproduct",{"_index":567,"name":{"2214":{}},"parent":{}}],["createproductoption",{"_index":568,"name":{"2215":{}},"parent":{}}],["createproductoptionvalue",{"_index":569,"name":{"2216":{}},"parent":{}}],["createpromotion",{"_index":605,"name":{"2458":{}},"parent":{}}],["createratelimitingrule",{"_index":291,"name":{"922":{}},"parent":{}}],["createshipmentforbasket",{"_index":646,"name":{"2653":{},"2889":{}},"parent":{}}],["createshoppercontext",{"_index":705,"name":{"3097":{}},"parent":{}}],["createsourcecodegroup",{"_index":1024,"name":{"4642":{}},"parent":{}}],["createstorefrontzone",{"_index":292,"name":{"923":{}},"parent":{}}],["createupdaterule",{"_index":131,"name":{"480":{}},"parent":{}}],["createvariationattribute",{"_index":570,"name":{"2217":{}},"parent":{}}],["createvariationattributevalue",{"_index":571,"name":{"2218":{}},"parent":{}}],["credentials",{"_index":388,"name":{"1454":{},"1474":{},"1529":{},"1567":{}},"parent":{}}],["currencycode",{"_index":91,"name":{"356":{},"413":{},"530":{},"610":{},"1604":{},"1643":{},"1689":{},"1725":{},"1810":{},"1869":{},"1954":{},"2015":{},"2117":{},"2159":{},"2260":{},"2321":{},"2553":{},"2604":{},"2698":{},"2746":{},"2787":{},"2839":{},"2934":{},"2983":{},"3115":{},"3217":{},"3347":{},"3443":{},"3841":{},"3896":{},"3960":{},"4011":{},"4068":{},"4091":{},"4144":{},"4180":{},"4252":{},"4283":{},"4333":{},"4372":{}},"parent":{}}],["custom_api_default_base_uri",{"_index":428,"name":{"1756":{}},"parent":{}}],["customapiparameters",{"_index":430,"name":{"1758":{}},"parent":{}}],["customer",{"_index":390,"name":{"1456":{},"1475":{},"1530":{},"1568":{},"3168":{},"3218":{},"3348":{},"3444":{}},"parent":{}}],["customeraddress",{"_index":389,"name":{"1455":{},"1476":{},"1531":{},"1569":{},"3167":{},"3220":{},"3350":{},"3446":{}},"parent":{}}],["customeraddressinfo",{"_index":728,"name":{"3170":{},"3221":{},"3351":{},"3447":{}},"parent":{}}],["customeraddressresult",{"_index":391,"name":{"1457":{},"1477":{},"1532":{},"1570":{}},"parent":{}}],["customerauthtypeenum",{"_index":727,"name":{"3169":{},"3219":{},"3349":{},"3445":{}},"parent":{}}],["customerexternalprofile",{"_index":730,"name":{"3172":{},"3223":{},"3353":{},"3449":{}},"parent":{}}],["customerextprofilerequest",{"_index":729,"name":{"3171":{},"3222":{},"3352":{},"3448":{}},"parent":{}}],["customergroup",{"_index":393,"name":{"1459":{},"1478":{},"1533":{},"1571":{}},"parent":{}}],["customergrouprule",{"_index":392,"name":{"1458":{},"1480":{},"1535":{},"1573":{}},"parent":{}}],["customergroupsearchresult",{"_index":395,"name":{"1463":{},"1481":{},"1536":{},"1574":{}},"parent":{}}],["customergrouptypeenum",{"_index":394,"name":{"1460":{},"1479":{},"1534":{},"1572":{}},"parent":{}}],["customerinfo",{"_index":484,"name":{"1816":{},"1870":{},"1955":{},"2016":{},"2571":{},"2605":{},"2699":{},"2747":{},"2805":{},"2840":{},"2935":{},"2984":{},"3133":{},"3224":{},"3354":{},"3450":{},"3859":{},"3897":{},"3961":{},"4012":{}},"parent":{}}],["customerorderresult",{"_index":736,"name":{"3181":{},"3225":{},"3355":{},"3451":{}},"parent":{}}],["customerpaymentcardrequest",{"_index":737,"name":{"3182":{},"3226":{},"3356":{},"3452":{}},"parent":{}}],["customerpaymentinstrument",{"_index":726,"name":{"3166":{},"3227":{},"3357":{},"3453":{}},"parent":{}}],["customerpaymentinstrumentrequest",{"_index":739,"name":{"3184":{},"3228":{},"3358":{},"3454":{}},"parent":{}}],["customerproductlist",{"_index":745,"name":{"3190":{},"3229":{},"3359":{},"3455":{}},"parent":{}}],["customerproductlistitem",{"_index":741,"name":{"3186":{},"3231":{},"3361":{},"3457":{}},"parent":{}}],["customerproductlistitemtypeenum",{"_index":742,"name":{"3187":{},"3232":{},"3362":{},"3458":{}},"parent":{}}],["customerproductlistregistrant",{"_index":743,"name":{"3188":{},"3233":{},"3363":{},"3459":{}},"parent":{}}],["customerproductlistresult",{"_index":747,"name":{"3192":{},"3234":{},"3364":{},"3460":{}},"parent":{}}],["customerproductlisttypeenum",{"_index":746,"name":{"3191":{},"3230":{},"3360":{},"3456":{}},"parent":{}}],["customerregistration",{"_index":748,"name":{"3193":{},"3235":{},"3365":{},"3461":{}},"parent":{}}],["customers",{"_index":387,"name":{"1432":{},"1508":{},"1523":{},"1525":{}},"parent":{"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{}}}],["customers.customers",{"_index":398,"name":{},"parent":{"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{}}}],["customers.customerstypes",{"_index":412,"name":{},"parent":{"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{}}}],["customersearchhit",{"_index":396,"name":{"1464":{},"1482":{},"1537":{},"1575":{}},"parent":{}}],["customersearchresult",{"_index":397,"name":{"1465":{},"1483":{},"1538":{},"1576":{}},"parent":{}}],["customerstypes",{"_index":411,"name":{"1563":{}},"parent":{}}],["customhostnamevalidationenvelope",{"_index":184,"name":{"695":{},"812":{},"1011":{},"1134":{}},"parent":{}}],["customhostnamevalidationresponse",{"_index":182,"name":{"693":{},"813":{},"1012":{},"1135":{}},"parent":{}}],["customhostnamevalidationresponsecustomhostnamestatusenum",{"_index":183,"name":{"694":{},"814":{},"1013":{},"1136":{}},"parent":{}}],["custompreference",{"_index":541,"name":{"2059":{},"2064":{},"2077":{},"2083":{}},"parent":{}}],["custompreferencelist",{"_index":542,"name":{"2060":{},"2065":{},"2078":{},"2084":{}},"parent":{}}],["customqueryparameters",{"_index":449,"name":{"1776":{}},"parent":{}}],["customrequestbody",{"_index":451,"name":{"1778":{}},"parent":{}}],["customrule",{"_index":185,"name":{"696":{},"815":{},"1014":{},"1137":{}},"parent":{}}],["customruleenvelope",{"_index":186,"name":{"697":{},"816":{},"1015":{},"1138":{}},"parent":{}}],["customrulesenvelope",{"_index":187,"name":{"698":{},"817":{},"1016":{},"1139":{}},"parent":{}}],["customrulespatchorderrequest",{"_index":188,"name":{"699":{},"818":{},"1017":{},"1140":{}},"parent":{}}],["customrulespatchrequest",{"_index":190,"name":{"701":{},"819":{},"1018":{},"1141":{}},"parent":{}}],["customrulespostrequest",{"_index":191,"name":{"702":{},"820":{},"1019":{},"1142":{}},"parent":{}}],["customsuggestions",{"_index":948,"name":{"4253":{},"4284":{},"4334":{},"4373":{}},"parent":{}}],["dcvdelegationrecord",{"_index":165,"name":{"676":{},"821":{},"1020":{},"1143":{}},"parent":{}}],["defaultbaseuri",{"_index":1,"name":{"1":{},"100":{},"184":{},"252":{},"314":{},"509":{},"671":{},"987":{},"1235":{},"1249":{},"1259":{},"1351":{},"1433":{},"1524":{},"1602":{},"1682":{},"1796":{},"1934":{},"2058":{},"2075":{},"2089":{},"2249":{},"2373":{},"2465":{},"2551":{},"2687":{},"2785":{},"2923":{},"3023":{},"3035":{},"3045":{},"3068":{},"3088":{},"3103":{},"3113":{},"3337":{},"3531":{},"3552":{},"3570":{},"3584":{},"3596":{},"3771":{},"3839":{},"3952":{},"4056":{},"4135":{},"4209":{},"4228":{},"4244":{},"4327":{},"4407":{},"4421":{},"4433":{},"4458":{},"4480":{},"4535":{},"4575":{},"4649":{}},"parent":{}}],["defaultfallback",{"_index":554,"name":{"2118":{},"2160":{},"2261":{},"2322":{},"2583":{},"2606":{},"2700":{},"2748":{},"2818":{},"2841":{},"2936":{},"2985":{},"3051":{},"3058":{},"3074":{},"3083":{},"3534":{},"3540":{},"3555":{},"3563":{},"3870":{},"3898":{},"3962":{},"4013":{},"4083":{},"4092":{},"4145":{},"4181":{},"4210":{},"4216":{},"4230":{},"4237":{},"4254":{},"4285":{},"4335":{},"4374":{},"4408":{},"4412":{},"4423":{},"4428":{},"4434":{},"4443":{},"4460":{},"4470":{}},"parent":{}}],["deletebasket",{"_index":647,"name":{"2654":{},"2890":{}},"parent":{}}],["deletecampaign",{"_index":67,"name":{"247":{}},"parent":{}}],["deletecategoryfromcatalog",{"_index":132,"name":{"481":{}},"parent":{}}],["deletecategoryrulecondition",{"_index":133,"name":{"482":{}},"parent":{}}],["deletecategoryruleconditions",{"_index":134,"name":{"483":{}},"parent":{}}],["deletecategoryrules",{"_index":135,"name":{"484":{}},"parent":{}}],["deletecertificate",{"_index":293,"name":{"924":{}},"parent":{}}],["deleteclient",{"_index":997,"name":{"4511":{}},"parent":{}}],["deletecodeuploadcertificate",{"_index":294,"name":{"925":{}},"parent":{}}],["deletecorspreferences",{"_index":357,"name":{"1244":{}},"parent":{}}],["deletecoupon",{"_index":379,"name":{"1343":{}},"parent":{}}],["deletecustomerfromcustomerlist",{"_index":402,"name":{"1513":{}},"parent":{}}],["deletecustomerpaymentinstrument",{"_index":766,"name":{"3310":{}},"parent":{}}],["deletecustomerproductlist",{"_index":767,"name":{"3311":{}},"parent":{}}],["deletecustomerproductlistitem",{"_index":768,"name":{"3312":{}},"parent":{}}],["deletecustomrule",{"_index":295,"name":{"926":{}},"parent":{}}],["deletegiftcertificate",{"_index":421,"name":{"1676":{}},"parent":{}}],["deleteidentityprovider",{"_index":998,"name":{"4512":{}},"parent":{}}],["deletelogpushjob",{"_index":296,"name":{"927":{}},"parent":{}}],["deletemrtrule",{"_index":297,"name":{"928":{}},"parent":{}}],["deletemrtruleset",{"_index":298,"name":{"929":{}},"parent":{}}],["deleteoriginheadermodification",{"_index":299,"name":{"930":{}},"parent":{}}],["deletepageshieldnotification",{"_index":300,"name":{"931":{}},"parent":{}}],["deletepageshieldpolicy",{"_index":301,"name":{"932":{}},"parent":{}}],["deleteproduct",{"_index":572,"name":{"2219":{}},"parent":{}}],["deleteproductoption",{"_index":573,"name":{"2220":{}},"parent":{}}],["deleteproductoptionvalue",{"_index":574,"name":{"2221":{}},"parent":{}}],["deletepromotion",{"_index":606,"name":{"2459":{}},"parent":{}}],["deletepwdlesstemplate",{"_index":999,"name":{"4513":{}},"parent":{}}],["deletepwdlesstemplateactiontypeenum",{"_index":1011,"name":{"4526":{},"4530":{},"4536":{},"4556":{}},"parent":{}}],["deletepwdlesstemplatetemplatetypeenum",{"_index":1012,"name":{"4527":{},"4531":{},"4537":{},"4557":{}},"parent":{}}],["deleteratelimitingrule",{"_index":302,"name":{"933":{}},"parent":{}}],["deleterule",{"_index":136,"name":{"485":{}},"parent":{}}],["deleteshopper",{"_index":1000,"name":{"4514":{}},"parent":{}}],["deleteshoppercontext",{"_index":706,"name":{"3098":{}},"parent":{}}],["deletesourcecodegroup",{"_index":1025,"name":{"4643":{}},"parent":{}}],["deletevariationattribute",{"_index":575,"name":{"2222":{}},"parent":{}}],["deletevariationattributevalue",{"_index":576,"name":{"2223":{}},"parent":{}}],["discount",{"_index":485,"name":{"1817":{},"1871":{},"1956":{},"2017":{},"2560":{},"2607":{},"2701":{},"2749":{},"2794":{},"2842":{},"2937":{},"2986":{},"3122":{},"3236":{},"3366":{},"3462":{},"3848":{},"3899":{},"3963":{},"4014":{}},"parent":{}}],["discountrequest",{"_index":625,"name":{"2584":{},"2609":{},"2703":{},"2751":{},"2819":{},"2844":{},"2939":{},"2988":{}},"parent":{}}],["discountrequesttypeenum",{"_index":626,"name":{"2585":{},"2610":{},"2704":{},"2752":{},"2820":{},"2845":{},"2940":{},"2989":{}},"parent":{}}],["discounttypeenum",{"_index":486,"name":{"1818":{},"1872":{},"1957":{},"2018":{},"2561":{},"2608":{},"2702":{},"2750":{},"2795":{},"2843":{},"2938":{},"2987":{},"3123":{},"3237":{},"3367":{},"3463":{},"3849":{},"3900":{},"3964":{},"4015":{}},"parent":{}}],["distanceunit",{"_index":973,"name":{"4435":{},"4444":{},"4461":{},"4471":{}},"parent":{}}],["dnt",{"_index":867,"name":{"3673":{},"3705":{},"3716":{},"3728":{}},"parent":{}}],["dwsgst",{"_index":882,"name":{"3702":{}},"parent":{}}],["dwsid",{"_index":881,"name":{"3699":{}},"parent":{}}],["dwsrst",{"_index":883,"name":{"3703":{}},"parent":{}}],["einsteinsuggestedphrases",{"_index":949,"name":{"4255":{},"4286":{},"4336":{},"4375":{}},"parent":{}}],["email_id",{"_index":892,"name":{"3727":{}},"parent":{}}],["encodescapispecialcharacters",{"_index":439,"name":{"1766":{},"1794":{}},"parent":{}}],["endpointname",{"_index":435,"name":{"1762":{}},"parent":{}}],["errorresponse",{"_index":63,"name":{"209":{},"219":{},"259":{},"289":{},"378":{},"414":{},"531":{},"611":{},"1238":{},"1241":{},"1253":{},"1257":{},"1294":{},"1312":{},"1366":{},"1406":{},"1466":{},"1484":{},"1539":{},"1577":{},"1628":{},"1644":{},"1690":{},"1726":{},"1819":{},"1873":{},"1958":{},"2019":{},"2061":{},"2066":{},"2079":{},"2085":{},"2119":{},"2161":{},"2262":{},"2323":{},"2395":{},"2419":{},"2471":{},"2513":{},"2586":{},"2611":{},"2705":{},"2753":{},"2821":{},"2846":{},"2941":{},"2990":{},"3024":{},"3027":{},"3037":{},"3041":{},"3052":{},"3059":{},"3075":{},"3084":{},"3089":{},"3092":{},"3105":{},"3109":{},"3194":{},"3238":{},"3368":{},"3464":{},"3535":{},"3541":{},"3556":{},"3564":{},"3571":{},"3575":{},"3586":{},"3591":{},"3871":{},"3901":{},"3965":{},"4016":{},"4084":{},"4093":{},"4146":{},"4182":{},"4211":{},"4217":{},"4231":{},"4238":{},"4256":{},"4287":{},"4337":{},"4376":{},"4409":{},"4413":{},"4424":{},"4429":{},"4436":{},"4445":{},"4462":{},"4472":{},"4484":{},"4498":{},"4544":{},"4563":{},"4596":{},"4611":{},"4654":{},"4687":{}},"parent":{}}],["excludedproduct",{"_index":113,"name":{"379":{},"415":{},"532":{},"612":{}},"parent":{}}],["excludedproductrequest",{"_index":114,"name":{"380":{},"416":{},"533":{},"613":{}},"parent":{}}],["excludedproductsresult",{"_index":115,"name":{"381":{},"417":{},"534":{},"614":{}},"parent":{}}],["executionjobstatusresult",{"_index":116,"name":{"382":{},"418":{},"535":{},"615":{}},"parent":{}}],["executionjobstatusresultjobstatusenum",{"_index":118,"name":{"384":{},"420":{},"537":{},"617":{}},"parent":{}}],["executionjobstatusresulttypeenum",{"_index":117,"name":{"383":{},"419":{},"536":{},"616":{}},"parent":{}}],["executionrequest",{"_index":119,"name":{"385":{},"421":{},"538":{},"618":{}},"parent":{}}],["filter",{"_index":32,"name":{"32":{},"59":{},"106":{},"147":{},"202":{},"220":{},"260":{},"290":{},"332":{},"422":{},"539":{},"619":{},"1277":{},"1313":{},"1367":{},"1407":{},"1451":{},"1485":{},"1540":{},"1578":{},"1625":{},"1645":{},"1691":{},"1727":{},"2107":{},"2162":{},"2263":{},"2324":{},"2391":{},"2420":{},"2472":{},"2514":{},"4593":{},"4612":{},"4655":{},"4688":{}},"parent":{}}],["filteredquery",{"_index":21,"name":{"21":{},"60":{},"107":{},"148":{},"191":{},"221":{},"261":{},"291":{},"321":{},"423":{},"540":{},"620":{},"1266":{},"1314":{},"1368":{},"1408":{},"1440":{},"1486":{},"1541":{},"1579":{},"1614":{},"1646":{},"1692":{},"1728":{},"2096":{},"2163":{},"2264":{},"2325":{},"2380":{},"2421":{},"2473":{},"2515":{},"4582":{},"4613":{},"4656":{},"4689":{}},"parent":{}}],["generatecodechallenge",{"_index":456,"name":{"1783":{}},"parent":{}}],["getaccesstoken",{"_index":444,"name":{"1770":{},"3616":{}},"parent":{}}],["getaccesstokenbodytype",{"_index":860,"name":{"3663":{},"3761":{},"3788":{},"3811":{}},"parent":{}}],["getaddressesforcustomerfromcustomerlist",{"_index":404,"name":{"1515":{}},"parent":{}}],["getaddressforcustomerfromcustomerlist",{"_index":403,"name":{"1514":{}},"parent":{}}],["getassignedproductfromcategory",{"_index":137,"name":{"486":{}},"parent":{}}],["getbasket",{"_index":648,"name":{"2655":{},"2891":{}},"parent":{}}],["getcampaign",{"_index":68,"name":{"248":{}},"parent":{}}],["getcatalog",{"_index":138,"name":{"487":{}},"parent":{}}],["getcatalogs",{"_index":139,"name":{"488":{}},"parent":{}}],["getcategories",{"_index":925,"name":{"4121":{}},"parent":{}}],["getcategoriesfromcatalog",{"_index":140,"name":{"489":{}},"parent":{}}],["getcategorieslevelsenum",{"_index":928,"name":{"4126":{},"4130":{},"4136":{},"4173":{}},"parent":{}}],["getcategorizationattributedefinitions",{"_index":577,"name":{"2224":{}},"parent":{}}],["getcategorizationstatus",{"_index":141,"name":{"490":{}},"parent":{}}],["getcategory",{"_index":926,"name":{"4122":{}},"parent":{}}],["getcategoryfromcatalog",{"_index":142,"name":{"491":{}},"parent":{}}],["getcategorylevelsenum",{"_index":929,"name":{"4127":{},"4131":{},"4137":{},"4174":{}},"parent":{}}],["getcategoryrulecondition",{"_index":143,"name":{"492":{}},"parent":{}}],["getcategoryruleconditions",{"_index":144,"name":{"493":{}},"parent":{}}],["getcategoryrules",{"_index":145,"name":{"494":{}},"parent":{}}],["getcertificates",{"_index":303,"name":{"934":{}},"parent":{}}],["getciphersuites",{"_index":304,"name":{"935":{}},"parent":{}}],["getcodeandusidfromurl",{"_index":454,"name":{"1781":{}},"parent":{}}],["getcodeuploadcertificate",{"_index":305,"name":{"936":{}},"parent":{}}],["getcodeuploadcertificates",{"_index":306,"name":{"937":{}},"parent":{}}],["getconfigurations",{"_index":687,"name":{"3032":{}},"parent":{}}],["getcorspreferences",{"_index":358,"name":{"1245":{}},"parent":{}}],["getcoupon",{"_index":380,"name":{"1344":{}},"parent":{}}],["getcouponcodes",{"_index":381,"name":{"1345":{}},"parent":{}}],["getcustomer",{"_index":769,"name":{"3313":{}},"parent":{}}],["getcustomeraddress",{"_index":770,"name":{"3314":{}},"parent":{}}],["getcustomerbaskets",{"_index":771,"name":{"3315":{}},"parent":{}}],["getcustomerfromcustomerlist",{"_index":405,"name":{"1516":{}},"parent":{}}],["getcustomerorders",{"_index":772,"name":{"3316":{}},"parent":{}}],["getcustomerpaymentinstrument",{"_index":773,"name":{"3317":{}},"parent":{}}],["getcustomerproductlist",{"_index":774,"name":{"3318":{}},"parent":{}}],["getcustomerproductlistitem",{"_index":775,"name":{"3319":{}},"parent":{}}],["getcustomerproductlists",{"_index":776,"name":{"3320":{}},"parent":{}}],["getcustomrule",{"_index":307,"name":{"938":{}},"parent":{}}],["getcustomrules",{"_index":308,"name":{"939":{}},"parent":{}}],["getexclusionlist",{"_index":146,"name":{"495":{}},"parent":{}}],["getexternalprofile",{"_index":777,"name":{"3321":{}},"parent":{}}],["getgiftcertificate",{"_index":422,"name":{"1677":{},"3581":{}},"parent":{}}],["getglobalcustompreferencelist",{"_index":544,"name":{"2071":{}},"parent":{}}],["getjwksuri",{"_index":817,"name":{"3617":{}},"parent":{}}],["getlogpushjob",{"_index":309,"name":{"940":{}},"parent":{}}],["getmrtrules",{"_index":310,"name":{"941":{}},"parent":{}}],["getorder",{"_index":523,"name":{"1914":{},"3944":{}},"parent":{}}],["getorders",{"_index":524,"name":{"1915":{}},"parent":{}}],["getordersconfirmationstatusenum",{"_index":537,"name":{"1929":{},"1932":{},"1937":{},"1999":{}},"parent":{}}],["getorderssortbyenum",{"_index":535,"name":{"1927":{},"1930":{},"1935":{},"1997":{}},"parent":{}}],["getorderssortorderenum",{"_index":536,"name":{"1928":{},"1931":{},"1936":{},"1998":{}},"parent":{}}],["getoriginheadermodification",{"_index":311,"name":{"942":{}},"parent":{}}],["getowaspwafpackage",{"_index":312,"name":{"943":{}},"parent":{}}],["getpage",{"_index":799,"name":{"3548":{}},"parent":{}}],["getpages",{"_index":800,"name":{"3549":{}},"parent":{}}],["getpageshieldnotification",{"_index":313,"name":{"944":{}},"parent":{}}],["getpageshieldpolicies",{"_index":314,"name":{"945":{}},"parent":{}}],["getpageshieldpolicy",{"_index":315,"name":{"946":{}},"parent":{}}],["getpageshieldscript",{"_index":316,"name":{"947":{}},"parent":{}}],["getpageshieldscripts",{"_index":317,"name":{"948":{}},"parent":{}}],["getpageshieldscriptsdirectionenum",{"_index":350,"name":{"982":{},"984":{},"988":{},"1112":{}},"parent":{}}],["getpageshieldscriptsorderbyenum",{"_index":351,"name":{"983":{},"985":{},"989":{},"1113":{}},"parent":{}}],["getpasswordlessaccesstoken",{"_index":818,"name":{"3618":{}},"parent":{}}],["getpasswordlessaccesstokenbodytype",{"_index":868,"name":{"3674":{},"3762":{},"3789":{},"3813":{}},"parent":{}}],["getpasswordlessaccesstokengranttypeenum",{"_index":831,"name":{"3634":{},"3748":{},"3775":{},"3812":{}},"parent":{}}],["getpasswordresettoken",{"_index":819,"name":{"3619":{}},"parent":{}}],["getpasswordresettokenbodytype",{"_index":874,"name":{"3682":{},"3763":{},"3790":{},"3815":{}},"parent":{}}],["getpasswordresettokenmodeenum",{"_index":832,"name":{"3635":{},"3749":{},"3776":{},"3814":{}},"parent":{}}],["getpaymentmethodsforbasket",{"_index":649,"name":{"2656":{},"2892":{}},"parent":{}}],["getpaymentmethodsfororder",{"_index":914,"name":{"3945":{}},"parent":{}}],["getpricebooksforbasket",{"_index":650,"name":{"2657":{},"2893":{}},"parent":{}}],["getproduct",{"_index":578,"name":{"2225":{},"4123":{}},"parent":{}}],["getproductexpandenum",{"_index":930,"name":{"4128":{},"4132":{},"4138":{},"4175":{}},"parent":{}}],["getproductlistitem",{"_index":778,"name":{"3322":{}},"parent":{}}],["getproductoption",{"_index":579,"name":{"2226":{}},"parent":{}}],["getproductoptions",{"_index":581,"name":{"2228":{}},"parent":{}}],["getproductoptionvalue",{"_index":580,"name":{"2227":{}},"parent":{}}],["getproducts",{"_index":927,"name":{"4124":{}},"parent":{}}],["getproductsexpandenum",{"_index":931,"name":{"4129":{},"4133":{},"4139":{},"4176":{}},"parent":{}}],["getpromotion",{"_index":607,"name":{"2460":{}},"parent":{}}],["getpromotions",{"_index":937,"name":{"4224":{}},"parent":{}}],["getpromotionsforcampaign",{"_index":938,"name":{"4225":{}},"parent":{}}],["getpublicproductlist",{"_index":779,"name":{"3323":{}},"parent":{}}],["getpublicproductlistsbysearchterm",{"_index":780,"name":{"3324":{}},"parent":{}}],["getratelimitingrule",{"_index":318,"name":{"949":{}},"parent":{}}],["getratelimitingrules",{"_index":319,"name":{"950":{}},"parent":{}}],["getresetpasswordtoken",{"_index":781,"name":{"3325":{}},"parent":{}}],["getrulebyid",{"_index":147,"name":{"496":{}},"parent":{}}],["getsearchsuggestions",{"_index":960,"name":{"4319":{}},"parent":{}}],["getsearchsuggestionsexpandenum",{"_index":962,"name":{"4322":{},"4324":{},"4328":{},"4368":{}},"parent":{}}],["getsecuritysettings",{"_index":320,"name":{"951":{}},"parent":{}}],["getsessionbridgeaccesstoken",{"_index":820,"name":{"3620":{}},"parent":{}}],["getsessionbridgeaccesstokenbodytype",{"_index":878,"name":{"3693":{},"3764":{},"3791":{},"3817":{}},"parent":{}}],["getsessionbridgeaccesstokengranttypeenum",{"_index":833,"name":{"3636":{},"3750":{},"3777":{},"3816":{}},"parent":{}}],["getshippingmethodsforshipment",{"_index":651,"name":{"2658":{},"2894":{}},"parent":{}}],["getshoppercontext",{"_index":707,"name":{"3099":{}},"parent":{}}],["getsitecustompreferencelist",{"_index":545,"name":{"2072":{}},"parent":{}}],["getsourcecodegroup",{"_index":1026,"name":{"4644":{}},"parent":{}}],["getspeedsettings",{"_index":321,"name":{"952":{}},"parent":{}}],["getstores",{"_index":978,"name":{"4454":{}},"parent":{}}],["getsubscriptions",{"_index":697,"name":{"3064":{}},"parent":{}}],["gettaxesfrombasket",{"_index":652,"name":{"2659":{},"2895":{}},"parent":{}}],["gettaxesfromorder",{"_index":915,"name":{"3946":{}},"parent":{}}],["gettrustedagentaccesstoken",{"_index":821,"name":{"3621":{}},"parent":{}}],["gettrustedagentaccesstokenbodytype",{"_index":884,"name":{"3706":{},"3765":{},"3792":{},"3819":{}},"parent":{}}],["gettrustedagentaccesstokengranttypeenum",{"_index":834,"name":{"3637":{},"3751":{},"3778":{},"3818":{}},"parent":{}}],["gettrustedagentauthorizationtoken",{"_index":822,"name":{"3622":{}},"parent":{}}],["gettrustedagentauthorizationtokenresponsetypeenum",{"_index":835,"name":{"3638":{},"3752":{},"3779":{},"3820":{}},"parent":{}}],["gettrustedsystemaccesstoken",{"_index":823,"name":{"3623":{}},"parent":{}}],["gettrustedsystemaccesstokenbodytype",{"_index":889,"name":{"3718":{},"3766":{},"3793":{},"3824":{}},"parent":{}}],["gettrustedsystemaccesstokengranttypeenum",{"_index":836,"name":{"3639":{},"3753":{},"3780":{},"3821":{}},"parent":{}}],["gettrustedsystemaccesstokenhintenum",{"_index":837,"name":{"3640":{},"3754":{},"3781":{},"3822":{}},"parent":{}}],["gettrustedsystemaccesstokenidporiginenum",{"_index":838,"name":{"3641":{},"3755":{},"3782":{},"3823":{}},"parent":{}}],["geturlmapping",{"_index":969,"name":{"4418":{}},"parent":{}}],["getuserinfo",{"_index":824,"name":{"3624":{}},"parent":{}}],["getvariationattribute",{"_index":582,"name":{"2229":{}},"parent":{}}],["getvariationattributes",{"_index":584,"name":{"2231":{}},"parent":{}}],["getvariationattributevalue",{"_index":583,"name":{"2230":{}},"parent":{}}],["getvariationformasterproduct",{"_index":585,"name":{"2232":{}},"parent":{}}],["getvariationgroupformasterproduct",{"_index":586,"name":{"2233":{}},"parent":{}}],["getvariationgroupsformasterproduct",{"_index":587,"name":{"2234":{}},"parent":{}}],["getvariationsformasterproduct",{"_index":588,"name":{"2235":{}},"parent":{}}],["getwafgroups",{"_index":322,"name":{"953":{}},"parent":{}}],["getwafmanagedrulesets",{"_index":324,"name":{"955":{}},"parent":{}}],["getwafmanagedrulesinruleset",{"_index":323,"name":{"954":{}},"parent":{}}],["getwafrule",{"_index":325,"name":{"956":{}},"parent":{}}],["getwafrules",{"_index":326,"name":{"957":{}},"parent":{}}],["getwellknownopenidconfiguration",{"_index":825,"name":{"3625":{}},"parent":{}}],["getzonesinfo",{"_index":327,"name":{"958":{}},"parent":{}}],["giftcertificate",{"_index":416,"name":{"1629":{},"1647":{},"1693":{},"1729":{},"3572":{},"3576":{},"3587":{},"3592":{}},"parent":{}}],["giftcertificateitem",{"_index":487,"name":{"1820":{},"1874":{},"1959":{},"2020":{},"2554":{},"2612":{},"2706":{},"2754":{},"2788":{},"2847":{},"2942":{},"2991":{},"3116":{},"3239":{},"3369":{},"3465":{},"3842":{},"3902":{},"3966":{},"4017":{}},"parent":{}}],["giftcertificaterequest",{"_index":804,"name":{"3574":{},"3578":{},"3589":{},"3594":{}},"parent":{}}],["giftcertificates",{"_index":413,"name":{"1601":{},"1673":{},"1681":{},"1683":{}},"parent":{"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{}}}],["giftcertificates.giftcertificates",{"_index":419,"name":{},"parent":{"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{}}}],["giftcertificates.giftcertificatestypes",{"_index":426,"name":{},"parent":{"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{}}}],["giftcertificatesearchresult",{"_index":418,"name":{"1633":{},"1649":{},"1695":{},"1731":{}},"parent":{}}],["giftcertificatessearch",{"_index":423,"name":{"1678":{}},"parent":{}}],["giftcertificatestatusenum",{"_index":417,"name":{"1630":{},"1648":{},"1694":{},"1730":{},"3573":{},"3577":{},"3588":{},"3593":{}},"parent":{}}],["giftcertificatestypes",{"_index":425,"name":{"1719":{}},"parent":{}}],["grant_type",{"_index":865,"name":{"3668":{},"3676":{},"3700":{},"3712":{},"3721":{}},"parent":{}}],["granttype",{"_index":809,"name":{"3597":{},"3604":{},"3798":{},"3831":{}},"parent":{}}],["groupedtaxitem",{"_index":679,"name":{"2806":{},"2848":{},"2943":{},"2992":{},"3134":{},"3240":{},"3370":{},"3466":{},"3860":{},"3903":{},"3967":{},"4018":{}},"parent":{}}],["guestorderlookup",{"_index":916,"name":{"3947":{}},"parent":{}}],["helpers",{"_index":427,"name":{"1755":{},"1792":{}},"parent":{"1756":{},"1757":{},"1758":{},"1765":{},"1766":{},"1767":{},"1773":{},"1774":{},"1775":{},"1776":{},"1778":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{}}}],["helpers.customapiparameters",{"_index":432,"name":{},"parent":{"1759":{}}}],["helpers.customapiparameters.__type",{"_index":434,"name":{},"parent":{"1760":{},"1761":{},"1762":{},"1763":{},"1764":{}}}],["helpers.customqueryparameters",{"_index":450,"name":{},"parent":{"1777":{}}}],["helpers.customrequestbody",{"_index":452,"name":{},"parent":{"1779":{}}}],["helpers.helpers",{"_index":465,"name":{},"parent":{"1793":{},"1794":{}}}],["helpers.islasclient",{"_index":442,"name":{},"parent":{"1768":{},"1769":{},"1770":{},"1771":{},"1772":{}}}],["hint",{"_index":871,"name":{"3677":{},"3692":{},"3722":{},"3740":{}},"parent":{}}],["identityprovider",{"_index":986,"name":{"4485":{},"4499":{},"4545":{},"4564":{}},"parent":{}}],["identityprovidernameenum",{"_index":987,"name":{"4486":{},"4500":{},"4546":{},"4565":{}},"parent":{}}],["identityproviderresponse",{"_index":988,"name":{"4487":{},"4501":{},"4547":{},"4566":{}},"parent":{}}],["idp_name",{"_index":877,"name":{"3691":{}},"parent":{}}],["idp_origin",{"_index":888,"name":{"3714":{},"3724":{}},"parent":{}}],["idplistresponse",{"_index":989,"name":{"4488":{},"4502":{},"4548":{},"4567":{}},"parent":{}}],["image",{"_index":713,"name":{"3145":{},"3241":{},"3371":{},"3467":{},"4057":{},"4094":{},"4147":{},"4183":{},"4257":{},"4288":{},"4338":{},"4377":{}},"parent":{}}],["imagegroup",{"_index":102,"name":{"367":{},"424":{},"541":{},"621":{},"2124":{},"2164":{},"2265":{},"2326":{},"3162":{},"3242":{},"3372":{},"3468":{},"4076":{},"4095":{},"4148":{},"4184":{},"4260":{},"4289":{},"4339":{},"4378":{}},"parent":{}}],["introspecttoken",{"_index":826,"name":{"3626":{}},"parent":{}}],["introspecttokenbodytype",{"_index":893,"name":{"3729":{},"3767":{},"3794":{},"3826":{}},"parent":{}}],["introspecttokentokentypehintenum",{"_index":839,"name":{"3642":{},"3756":{},"3783":{},"3825":{}},"parent":{}}],["inventory",{"_index":724,"name":{"3163":{},"3243":{},"3373":{},"3469":{},"4077":{},"4096":{},"4149":{},"4185":{}},"parent":{}}],["islasclient",{"_index":440,"name":{"1767":{}},"parent":{}}],["listlogpushjob",{"_index":328,"name":{"959":{}},"parent":{}}],["locale",{"_index":858,"name":{"3659":{},"3687":{}},"parent":{}}],["localecode",{"_index":555,"name":{"2125":{},"2165":{},"2266":{},"2327":{},"2587":{},"2613":{},"2707":{},"2755":{},"2822":{},"2849":{},"2944":{},"2993":{},"3053":{},"3060":{},"3076":{},"3085":{},"3536":{},"3542":{},"3557":{},"3565":{},"3872":{},"3904":{},"3968":{},"4019":{},"4085":{},"4097":{},"4150":{},"4186":{},"4212":{},"4218":{},"4232":{},"4239":{},"4261":{},"4290":{},"4340":{},"4379":{},"4410":{},"4414":{},"4425":{},"4430":{},"4437":{},"4446":{},"4463":{},"4473":{}},"parent":{}}],["login_id",{"_index":873,"name":{"3681":{},"3701":{},"3713":{},"3723":{}},"parent":{}}],["loginguestuser",{"_index":459,"name":{"1786":{}},"parent":{}}],["loginguestuserprivate",{"_index":458,"name":{"1785":{}},"parent":{}}],["loginregistereduserb2c",{"_index":461,"name":{"1788":{}},"parent":{}}],["loginregistereduserb2cprivate",{"_index":460,"name":{"1787":{}},"parent":{}}],["loginrequest",{"_index":446,"name":{"1773":{}},"parent":{}}],["logout",{"_index":464,"name":{"1791":{}},"parent":{}}],["logoutcustomer",{"_index":445,"name":{"1771":{},"3627":{}},"parent":{}}],["logoutcustomerhintenum",{"_index":840,"name":{"3643":{},"3757":{},"3784":{},"3827":{}},"parent":{}}],["logpushcreaterequest",{"_index":192,"name":{"703":{},"822":{},"1021":{},"1144":{}},"parent":{}}],["logpushcreaterequestlogtypeenum",{"_index":193,"name":{"704":{},"823":{},"1022":{},"1145":{}},"parent":{}}],["logpushenvelope",{"_index":196,"name":{"707":{},"824":{},"1023":{},"1146":{}},"parent":{}}],["logpushjobsenvelope",{"_index":197,"name":{"708":{},"825":{},"1024":{},"1147":{}},"parent":{}}],["logpushownershippostrequest",{"_index":198,"name":{"709":{},"826":{},"1025":{},"1148":{}},"parent":{}}],["logpushownershippostresponse",{"_index":200,"name":{"711":{},"827":{},"1026":{},"1149":{}},"parent":{}}],["logpushownershippostresponsedata",{"_index":199,"name":{"710":{},"828":{},"1027":{},"1150":{}},"parent":{}}],["logpushresponse",{"_index":194,"name":{"705":{},"829":{},"1028":{},"1151":{}},"parent":{}}],["logpushresponselogtypeenum",{"_index":195,"name":{"706":{},"830":{},"1029":{},"1152":{}},"parent":{}}],["logpushupdaterequest",{"_index":201,"name":{"712":{},"831":{},"1030":{},"1153":{}},"parent":{}}],["markuptext",{"_index":103,"name":{"368":{},"425":{},"542":{},"622":{},"2126":{},"2166":{},"2267":{},"2328":{}},"parent":{}}],["master",{"_index":88,"name":{"353":{},"426":{},"543":{},"623":{},"2127":{},"2167":{},"2268":{},"2329":{},"3155":{},"3244":{},"3374":{},"3470":{},"4069":{},"4098":{},"4151":{},"4187":{}},"parent":{}}],["mediafile",{"_index":89,"name":{"354":{},"427":{},"544":{},"624":{},"2120":{},"2168":{},"2269":{},"2330":{}},"parent":{}}],["mergebasket",{"_index":653,"name":{"2660":{},"2896":{}},"parent":{}}],["mergebasketproductitemmergemodeenum",{"_index":675,"name":{"2683":{},"2685":{},"2689":{},"2738":{},"2919":{},"2921":{},"2925":{},"2975":{}},"parent":{}}],["migratezonetowafv2",{"_index":329,"name":{"960":{}},"parent":{}}],["mode",{"_index":857,"name":{"3658":{},"3685":{}},"parent":{}}],["modelconfiguration",{"_index":684,"name":{"3025":{},"3028":{},"3038":{},"3042":{}},"parent":{}}],["money",{"_index":92,"name":{"357":{},"428":{},"545":{},"625":{},"1605":{},"1650":{},"1696":{},"1732":{},"2128":{},"2169":{},"2270":{},"2331":{}},"parent":{}}],["mrtrulepatchrequest",{"_index":202,"name":{"713":{},"832":{},"1031":{},"1154":{}},"parent":{}}],["mrtrules",{"_index":203,"name":{"714":{},"833":{},"1032":{},"1155":{}},"parent":{}}],["mrtruleset",{"_index":205,"name":{"716":{},"837":{},"1036":{},"1159":{}},"parent":{}}],["mrtrulesetpatchrequest",{"_index":208,"name":{"719":{},"838":{},"1037":{},"1160":{}},"parent":{}}],["mrtrulespostrequest",{"_index":204,"name":{"715":{},"834":{},"1033":{},"1156":{}},"parent":{}}],["mrtrulesresponse",{"_index":206,"name":{"717":{},"835":{},"1034":{},"1157":{}},"parent":{}}],["mrtrulesresponseenvelope",{"_index":207,"name":{"718":{},"836":{},"1035":{},"1158":{}},"parent":{}}],["mtlscertificaterequest",{"_index":209,"name":{"720":{},"839":{},"1038":{},"1161":{}},"parent":{}}],["mtlscertificateresponse",{"_index":210,"name":{"721":{},"840":{},"1039":{},"1162":{}},"parent":{}}],["mtlscertificateresponseenvelope",{"_index":211,"name":{"722":{},"841":{},"1040":{},"1163":{}},"parent":{}}],["mtlscertificatesresponseenvelope",{"_index":212,"name":{"723":{},"842":{},"1041":{},"1164":{}},"parent":{}}],["nestedquery",{"_index":18,"name":{"18":{},"61":{},"108":{},"149":{},"188":{},"222":{},"262":{},"292":{},"318":{},"429":{},"546":{},"626":{},"1263":{},"1315":{},"1369":{},"1409":{},"1437":{},"1487":{},"1542":{},"1580":{},"1611":{},"1651":{},"1697":{},"1733":{},"2093":{},"2170":{},"2271":{},"2332":{},"2377":{},"2422":{},"2474":{},"2516":{},"4579":{},"4614":{},"4657":{},"4690":{}},"parent":{}}],["nestedqueryscoremodeenum",{"_index":19,"name":{"19":{},"62":{},"109":{},"150":{},"189":{},"223":{},"263":{},"293":{},"319":{},"430":{},"547":{},"627":{},"1264":{},"1316":{},"1370":{},"1410":{},"1438":{},"1488":{},"1543":{},"1581":{},"1612":{},"1652":{},"1698":{},"1734":{},"2094":{},"2171":{},"2272":{},"2333":{},"2378":{},"2423":{},"2475":{},"2517":{},"4580":{},"4615":{},"4658":{},"4691":{}},"parent":{}}],["new_password",{"_index":902,"name":{"3738":{}},"parent":{}}],["novalue",{"_index":90,"name":{"355":{},"431":{},"548":{},"628":{},"1603":{},"1653":{},"1699":{},"1735":{},"1809":{},"1875":{},"1960":{},"2021":{},"2116":{},"2172":{},"2273":{},"2334":{},"2552":{},"2614":{},"2708":{},"2756":{},"2786":{},"2850":{},"2945":{},"2994":{},"3114":{},"3245":{},"3375":{},"3471":{},"3840":{},"3905":{},"3969":{},"4020":{},"4067":{},"4099":{},"4152":{},"4188":{},"4251":{},"4291":{},"4341":{},"4380":{}},"parent":{}}],["oauth2errorresponse",{"_index":810,"name":{"3598":{},"3605":{},"3799":{},"3832":{}},"parent":{}}],["ocapicachingtogglerequest",{"_index":213,"name":{"724":{},"843":{},"1042":{},"1165":{}},"parent":{}}],["option",{"_index":723,"name":{"3161":{},"3246":{},"3376":{},"3472":{},"4075":{},"4100":{},"4153":{},"4189":{}},"parent":{}}],["optionitem",{"_index":489,"name":{"1822":{},"1876":{},"1961":{},"2022":{},"2576":{},"2615":{},"2709":{},"2757":{},"2811":{},"2851":{},"2946":{},"2995":{},"3139":{},"3247":{},"3377":{},"3473":{},"3865":{},"3906":{},"3970":{},"4021":{}},"parent":{}}],["optionvalue",{"_index":722,"name":{"3160":{},"3248":{},"3378":{},"3474":{},"4074":{},"4101":{},"4154":{},"4190":{}},"parent":{}}],["order",{"_index":508,"name":{"1841":{},"1877":{},"1962":{},"2023":{},"3173":{},"3249":{},"3379":{},"3475":{},"3873":{},"3907":{},"3971":{},"4022":{}},"parent":{}}],["orderaddress",{"_index":615,"name":{"2564":{},"2616":{},"2710":{},"2758":{},"2798":{},"2852":{},"2947":{},"2996":{},"3126":{},"3257":{},"3387":{},"3483":{},"3852":{},"3915":{},"3979":{},"4030":{}},"parent":{}}],["orderbusinesstypeenum",{"_index":509,"name":{"1842":{},"1878":{},"1963":{},"2024":{}},"parent":{}}],["orderchanneltypeenum",{"_index":510,"name":{"1843":{},"1879":{},"1964":{},"2025":{},"3174":{},"3250":{},"3380":{},"3476":{},"3874":{},"3908":{},"3972":{},"4023":{}},"parent":{}}],["orderconfirmationstatus",{"_index":499,"name":{"1832":{},"1881":{},"1966":{},"2027":{}},"parent":{}}],["orderconfirmationstatusenum",{"_index":731,"name":{"3175":{},"3251":{},"3381":{},"3477":{},"3875":{},"3909":{},"3973":{},"4024":{}},"parent":{}}],["orderconfirmationstatusupdaterequest",{"_index":512,"name":{"1845":{},"1882":{},"1967":{},"2028":{}},"parent":{}}],["orderexportstatus",{"_index":495,"name":{"1828":{},"1883":{},"1968":{},"2029":{}},"parent":{}}],["orderexportstatusenum",{"_index":732,"name":{"3176":{},"3252":{},"3382":{},"3478":{},"3876":{},"3910":{},"3974":{},"4025":{}},"parent":{}}],["orderexportstatusupdaterequest",{"_index":513,"name":{"1846":{},"1884":{},"1969":{},"2030":{}},"parent":{}}],["orderexternalstatusupdaterequest",{"_index":514,"name":{"1847":{},"1885":{},"1970":{},"2031":{}},"parent":{}}],["orderlookuprequest",{"_index":909,"name":{"3881":{},"3916":{},"3980":{},"4031":{}},"parent":{}}],["orderpaymentcardrequest",{"_index":623,"name":{"2581":{},"2617":{},"2711":{},"2759":{},"2816":{},"2853":{},"2948":{},"2997":{},"3882":{},"3917":{},"3981":{},"4032":{}},"parent":{}}],["orderpaymentinstrument",{"_index":613,"name":{"2557":{},"2618":{},"2712":{},"2760":{},"2791":{},"2854":{},"2949":{},"2998":{},"3119":{},"3258":{},"3388":{},"3484":{},"3845":{},"3918":{},"3982":{},"4033":{}},"parent":{}}],["orderpaymentinstrumentrequest",{"_index":910,"name":{"3883":{},"3919":{},"3983":{},"4034":{}},"parent":{}}],["orderpaymentstatus",{"_index":502,"name":{"1835":{},"1886":{},"1971":{},"2032":{}},"parent":{}}],["orderpaymentstatusenum",{"_index":733,"name":{"3177":{},"3253":{},"3383":{},"3479":{},"3877":{},"3911":{},"3975":{},"4026":{}},"parent":{}}],["orderpaymentstatusupdaterequest",{"_index":515,"name":{"1848":{},"1887":{},"1972":{},"2033":{}},"parent":{}}],["orders",{"_index":466,"name":{"1795":{},"1911":{},"1933":{},"1938":{}},"parent":{"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{},"1986":{},"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{}}}],["orders.orders",{"_index":521,"name":{},"parent":{"1912":{},"1913":{},"1914":{},"1915":{},"1916":{},"1917":{},"1918":{},"1919":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1925":{},"1926":{}}}],["orders.orderstypes",{"_index":539,"name":{},"parent":{"1997":{},"1998":{},"1999":{},"2000":{},"2001":{},"2002":{},"2003":{},"2004":{},"2005":{},"2006":{},"2007":{},"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2019":{},"2020":{},"2021":{},"2022":{},"2023":{},"2024":{},"2025":{},"2026":{},"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{},"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{}}}],["ordershippingstatus",{"_index":500,"name":{"1833":{},"1888":{},"1973":{},"2034":{}},"parent":{}}],["ordershippingstatusenum",{"_index":734,"name":{"3178":{},"3254":{},"3384":{},"3480":{},"3878":{},"3912":{},"3976":{},"4027":{}},"parent":{}}],["ordershippingstatusupdaterequest",{"_index":516,"name":{"1849":{},"1889":{},"1974":{},"2035":{}},"parent":{}}],["ordersresponse",{"_index":519,"name":{"1852":{},"1893":{},"1978":{},"2039":{}},"parent":{}}],["orderstatus",{"_index":501,"name":{"1834":{},"1890":{},"1975":{},"2036":{}},"parent":{}}],["orderstatusenum",{"_index":735,"name":{"3179":{},"3255":{},"3385":{},"3481":{},"3879":{},"3913":{},"3977":{},"4028":{}},"parent":{}}],["orderstatusupdaterequest",{"_index":517,"name":{"1850":{},"1891":{},"1976":{},"2037":{}},"parent":{}}],["orderstatusupdaterequeststatusenum",{"_index":518,"name":{"1851":{},"1892":{},"1977":{},"2038":{}},"parent":{}}],["orderstypes",{"_index":538,"name":{"1996":{}},"parent":{}}],["ordertaxationenum",{"_index":511,"name":{"1844":{},"1880":{},"1965":{},"2026":{},"3180":{},"3256":{},"3386":{},"3482":{},"3880":{},"3914":{},"3978":{},"4029":{}},"parent":{}}],["organizationid",{"_index":433,"name":{"1760":{}},"parent":{}}],["originheadermodification",{"_index":214,"name":{"725":{},"844":{},"1043":{},"1166":{}},"parent":{}}],["originheadermodificationenvelope",{"_index":215,"name":{"726":{},"845":{},"1044":{},"1167":{}},"parent":{}}],["originheadermodificationputrequest",{"_index":216,"name":{"727":{},"846":{},"1045":{},"1168":{}},"parent":{}}],["page",{"_index":796,"name":{"3537":{},"3543":{},"3558":{},"3566":{}},"parent":{}}],["pagemetatag",{"_index":719,"name":{"3157":{},"3259":{},"3389":{},"3485":{},"4071":{},"4102":{},"4155":{},"4191":{},"4262":{},"4292":{},"4342":{},"4381":{}},"parent":{}}],["pageresult",{"_index":797,"name":{"3538":{},"3544":{},"3559":{},"3567":{}},"parent":{}}],["pageshieldnotificationwebhookenvelope",{"_index":218,"name":{"729":{},"847":{},"1046":{},"1169":{}},"parent":{}}],["pageshieldnotificationwebhooklistenvelope",{"_index":219,"name":{"730":{},"848":{},"1047":{},"1170":{}},"parent":{}}],["pageshieldnotificationwebhookrequest",{"_index":220,"name":{"731":{},"849":{},"1048":{},"1171":{}},"parent":{}}],["pageshieldnotificationwebhookresponse",{"_index":217,"name":{"728":{},"850":{},"1049":{},"1172":{}},"parent":{}}],["pageshieldpoliciesenvelope",{"_index":223,"name":{"734":{},"851":{},"1050":{},"1173":{}},"parent":{}}],["pageshieldpolicieslistenvelope",{"_index":224,"name":{"735":{},"852":{},"1051":{},"1174":{}},"parent":{}}],["pageshieldpolicyrequest",{"_index":225,"name":{"736":{},"853":{},"1052":{},"1175":{}},"parent":{}}],["pageshieldpolicyrequestactionenum",{"_index":226,"name":{"737":{},"854":{},"1053":{},"1176":{}},"parent":{}}],["pageshieldpolicyresponse",{"_index":221,"name":{"732":{},"855":{},"1054":{},"1177":{}},"parent":{}}],["pageshieldpolicyresponseactionenum",{"_index":222,"name":{"733":{},"856":{},"1055":{},"1178":{}},"parent":{}}],["pageshieldscriptenvelope",{"_index":229,"name":{"740":{},"857":{},"1056":{},"1179":{}},"parent":{}}],["pageshieldscriptlistenvelope",{"_index":230,"name":{"741":{},"858":{},"1057":{},"1180":{}},"parent":{}}],["pageshieldscriptresponse",{"_index":228,"name":{"739":{},"859":{},"1058":{},"1181":{}},"parent":{}}],["pageshieldscriptversion",{"_index":227,"name":{"738":{},"860":{},"1059":{},"1182":{}},"parent":{}}],["paginatedresultbase",{"_index":36,"name":{"36":{},"63":{},"110":{},"151":{},"210":{},"224":{},"264":{},"294":{},"386":{},"432":{},"549":{},"629":{},"1295":{},"1317":{},"1371":{},"1411":{},"1467":{},"1489":{},"1544":{},"1582":{},"1634":{},"1654":{},"1700":{},"1736":{},"2062":{},"2067":{},"2080":{},"2086":{},"2129":{},"2173":{},"2274":{},"2335":{},"2396":{},"2424":{},"2476":{},"2518":{},"3195":{},"3260":{},"3390":{},"3486":{},"4263":{},"4293":{},"4343":{},"4382":{},"4438":{},"4447":{},"4464":{},"4474":{},"4597":{},"4616":{},"4659":{},"4692":{}},"parent":{}}],["paginatedsearchresult",{"_index":39,"name":{"39":{},"64":{},"111":{},"152":{},"211":{},"225":{},"265":{},"295":{},"387":{},"433":{},"550":{},"630":{},"1296":{},"1318":{},"1372":{},"1412":{},"1468":{},"1490":{},"1545":{},"1583":{},"1635":{},"1655":{},"1701":{},"1737":{},"2132":{},"2174":{},"2275":{},"2336":{},"2399":{},"2425":{},"2477":{},"2519":{},"4600":{},"4617":{},"4660":{},"4693":{}},"parent":{}}],["passwordactiontemplate",{"_index":992,"name":{"4491":{},"4503":{},"4549":{},"4568":{}},"parent":{}}],["passwordchangerequest",{"_index":749,"name":{"3196":{},"3261":{},"3391":{},"3487":{}},"parent":{}}],["passwordtemplateactiontype",{"_index":991,"name":{"4490":{},"4504":{},"4550":{},"4569":{}},"parent":{}}],["passwordtemplatetype",{"_index":990,"name":{"4489":{},"4505":{},"4551":{},"4570":{}},"parent":{}}],["patchowaspwafpackage",{"_index":330,"name":{"961":{}},"parent":{}}],["pathparameters",{"_index":9,"name":{"9":{}},"parent":{}}],["pathrecord",{"_index":85,"name":{"350":{},"434":{},"551":{},"631":{},"4080":{},"4103":{},"4156":{},"4192":{}},"parent":{}}],["paymentbankaccountrequest",{"_index":738,"name":{"3183":{},"3262":{},"3392":{},"3488":{}},"parent":{}}],["paymentcard",{"_index":493,"name":{"1826":{},"1894":{},"1979":{},"2040":{},"2556":{},"2619":{},"2713":{},"2761":{},"2790":{},"2855":{},"2950":{},"2999":{},"3118":{},"3263":{},"3393":{},"3489":{},"3844":{},"3920":{},"3984":{},"4035":{}},"parent":{}}],["paymentcardspec",{"_index":627,"name":{"2588":{},"2620":{},"2714":{},"2762":{},"2823":{},"2856":{},"2951":{},"3000":{},"3884":{},"3921":{},"3985":{},"4036":{}},"parent":{}}],["paymentinstrument",{"_index":494,"name":{"1827":{},"1895":{},"1980":{},"2041":{}},"parent":{}}],["paymentmethod",{"_index":628,"name":{"2589":{},"2621":{},"2715":{},"2763":{},"2824":{},"2857":{},"2952":{},"3001":{},"3885":{},"3922":{},"3986":{},"4037":{}},"parent":{}}],["paymentmethodresult",{"_index":629,"name":{"2590":{},"2622":{},"2716":{},"2764":{},"2825":{},"2858":{},"2953":{},"3002":{},"3886":{},"3923":{},"3987":{},"4038":{}},"parent":{}}],["paymenttransaction",{"_index":492,"name":{"1825":{},"1896":{},"1981":{},"2042":{}},"parent":{}}],["postpageshieldnotification",{"_index":331,"name":{"962":{}},"parent":{}}],["preferences",{"_index":540,"name":{"2057":{},"2069":{},"2074":{},"2076":{}},"parent":{"2058":{},"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2069":{},"2074":{},"2075":{},"2076":{},"2077":{},"2078":{},"2079":{},"2080":{},"2081":{},"2082":{}}}],["preferences.preferences",{"_index":543,"name":{},"parent":{"2070":{},"2071":{},"2072":{},"2073":{}}}],["preferences.preferencestypes",{"_index":547,"name":{},"parent":{"2083":{},"2084":{},"2085":{},"2086":{},"2087":{}}}],["preferencestypes",{"_index":546,"name":{"2082":{}},"parent":{}}],["prettify",{"_index":11,"name":{"11":{}},"parent":{}}],["priceadjustment",{"_index":488,"name":{"1821":{},"1897":{},"1982":{},"2043":{},"2562":{},"2623":{},"2717":{},"2765":{},"2796":{},"2859":{},"2954":{},"3003":{},"3124":{},"3264":{},"3394":{},"3490":{},"3850":{},"3924":{},"3988":{},"4039":{}},"parent":{}}],["priceadjustmentrequest",{"_index":630,"name":{"2591":{},"2624":{},"2718":{},"2766":{},"2826":{},"2860":{},"2955":{},"3004":{}},"parent":{}}],["priceadjustmentrequestlevelenum",{"_index":631,"name":{"2592":{},"2625":{},"2719":{},"2767":{},"2827":{},"2861":{},"2956":{},"3005":{}},"parent":{}}],["pricerange",{"_index":717,"name":{"3153":{},"3265":{},"3395":{},"3491":{},"4065":{},"4104":{},"4157":{},"4193":{},"4264":{},"4294":{},"4344":{},"4383":{}},"parent":{}}],["product",{"_index":104,"name":{"369":{},"435":{},"552":{},"632":{},"2139":{},"2175":{},"2276":{},"2337":{},"3164":{},"3266":{},"3396":{},"3492":{},"4078":{},"4105":{},"4158":{},"4194":{}},"parent":{}}],["productdetailslink",{"_index":614,"name":{"2558":{},"2626":{},"2720":{},"2768":{},"2792":{},"2862":{},"2957":{},"3006":{},"3120":{},"3267":{},"3397":{},"3493":{},"3846":{},"3925":{},"3989":{},"4040":{}},"parent":{}}],["productitem",{"_index":507,"name":{"1840":{},"1898":{},"1983":{},"2044":{},"2577":{},"2627":{},"2721":{},"2769":{},"2812":{},"2863":{},"2958":{},"3007":{},"3140":{},"3268":{},"3398":{},"3494":{},"3866":{},"3926":{},"3990":{},"4041":{}},"parent":{}}],["productlink",{"_index":720,"name":{"3158":{},"3269":{},"3399":{},"3495":{},"4072":{},"4106":{},"4159":{},"4195":{}},"parent":{}}],["productlinktypeenum",{"_index":721,"name":{"3159":{},"3270":{},"3400":{},"3496":{},"4073":{},"4107":{},"4160":{},"4196":{}},"parent":{}}],["productlistevent",{"_index":740,"name":{"3185":{},"3271":{},"3401":{},"3497":{}},"parent":{}}],["productlistitemreference",{"_index":505,"name":{"1838":{},"1899":{},"1984":{},"2045":{},"2574":{},"2628":{},"2722":{},"2770":{},"2809":{},"2864":{},"2959":{},"3008":{},"3137":{},"3272":{},"3402":{},"3498":{},"3863":{},"3927":{},"3991":{},"4042":{}},"parent":{}}],["productlistitemreferencetypeenum",{"_index":506,"name":{"1839":{},"1900":{},"1985":{},"2046":{},"2575":{},"2629":{},"2723":{},"2771":{},"2810":{},"2865":{},"2960":{},"3009":{},"3138":{},"3273":{},"3403":{},"3499":{},"3864":{},"3928":{},"3992":{},"4043":{}},"parent":{}}],["productlistlink",{"_index":618,"name":{"2572":{},"2630":{},"2724":{},"2772":{},"2807":{},"2866":{},"2961":{},"3010":{},"3135":{},"3274":{},"3404":{},"3500":{},"3861":{},"3929":{},"3993":{},"4044":{}},"parent":{}}],["productlistlinktypeenum",{"_index":619,"name":{"2573":{},"2631":{},"2725":{},"2773":{},"2808":{},"2867":{},"2962":{},"3011":{},"3136":{},"3275":{},"3405":{},"3501":{},"3862":{},"3930":{},"3994":{},"4045":{}},"parent":{}}],["productlistreference",{"_index":503,"name":{"1836":{},"1901":{},"1986":{},"2047":{}},"parent":{}}],["productlistreferencetypeenum",{"_index":504,"name":{"1837":{},"1902":{},"1987":{},"2048":{}},"parent":{}}],["productlistregistrant",{"_index":750,"name":{"3197":{},"3276":{},"3406":{},"3502":{}},"parent":{}}],["productlistshippingaddress",{"_index":744,"name":{"3189":{},"3277":{},"3407":{},"3503":{}},"parent":{}}],["productoption",{"_index":94,"name":{"359":{},"436":{},"553":{},"633":{},"2134":{},"2176":{},"2277":{},"2338":{}},"parent":{}}],["productoptions",{"_index":556,"name":{"2140":{},"2179":{},"2280":{},"2341":{}},"parent":{}}],["productoptionsortingmodeenum",{"_index":95,"name":{"360":{},"437":{},"554":{},"634":{},"2135":{},"2177":{},"2278":{},"2339":{}},"parent":{}}],["productoptionvalue",{"_index":93,"name":{"358":{},"438":{},"555":{},"635":{},"2133":{},"2178":{},"2279":{},"2340":{}},"parent":{}}],["productpricetable",{"_index":714,"name":{"3150":{},"3278":{},"3408":{},"3504":{},"4062":{},"4108":{},"4161":{},"4197":{},"4265":{},"4295":{},"4345":{},"4384":{}},"parent":{}}],["productpromotion",{"_index":718,"name":{"3154":{},"3279":{},"3409":{},"3505":{},"4066":{},"4109":{},"4162":{},"4198":{},"4266":{},"4296":{},"4346":{},"4385":{}},"parent":{}}],["productref",{"_index":950,"name":{"4267":{},"4297":{},"4347":{},"4386":{}},"parent":{}}],["productreference",{"_index":469,"name":{"1799":{},"1903":{},"1988":{},"2049":{}},"parent":{}}],["productresult",{"_index":923,"name":{"4086":{},"4110":{},"4163":{},"4199":{}},"parent":{}}],["products",{"_index":548,"name":{"2088":{},"2210":{},"2248":{},"2250":{}},"parent":{"2089":{},"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{},"2156":{},"2157":{},"2158":{},"2159":{},"2160":{},"2161":{},"2162":{},"2163":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"2268":{},"2269":{},"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{},"2286":{},"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{},"2294":{},"2295":{},"2296":{},"2297":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{}}}],["products.products",{"_index":564,"name":{},"parent":{"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{},"2246":{},"2247":{}}}],["products.productstypes",{"_index":601,"name":{},"parent":{"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{}}}],["productsearch",{"_index":961,"name":{"4320":{}},"parent":{}}],["productsearchexpandenum",{"_index":963,"name":{"4323":{},"4325":{},"4329":{},"4369":{}},"parent":{}}],["productsearchhit",{"_index":951,"name":{"4271":{},"4298":{},"4348":{},"4387":{}},"parent":{}}],["productsearchrefinement",{"_index":953,"name":{"4273":{},"4299":{},"4349":{},"4388":{}},"parent":{}}],["productsearchrefinementvalue",{"_index":952,"name":{"4272":{},"4300":{},"4350":{},"4389":{}},"parent":{}}],["productsearchrequest",{"_index":557,"name":{"2141":{},"2180":{},"2281":{},"2342":{}},"parent":{}}],["productsearchresult",{"_index":558,"name":{"2142":{},"2181":{},"2282":{},"2343":{},"4276":{},"4301":{},"4351":{},"4390":{}},"parent":{}}],["productsearchsortingoption",{"_index":955,"name":{"4275":{},"4302":{},"4352":{},"4391":{}},"parent":{}}],["productstypes",{"_index":600,"name":{"2311":{}},"parent":{}}],["productsuggestions",{"_index":957,"name":{"4278":{},"4303":{},"4353":{},"4392":{}},"parent":{}}],["producttype",{"_index":101,"name":{"366":{},"439":{},"556":{},"636":{},"2138":{},"2182":{},"2283":{},"2344":{},"3149":{},"3280":{},"3410":{},"3506":{},"4061":{},"4111":{},"4164":{},"4200":{},"4270":{},"4304":{},"4354":{},"4393":{}},"parent":{}}],["promotion",{"_index":49,"name":{"49":{},"65":{},"112":{},"153":{},"2409":{},"2426":{},"2478":{},"2520":{},"4213":{},"4219":{},"4233":{},"4240":{}},"parent":{}}],["promotionabtestgroupassignment",{"_index":45,"name":{"45":{},"68":{},"115":{},"156":{},"2405":{},"2429":{},"2481":{},"2523":{}},"parent":{}}],["promotionassignmentinformation",{"_index":47,"name":{"47":{},"69":{},"116":{},"157":{},"2407":{},"2430":{},"2482":{},"2524":{}},"parent":{}}],["promotionassignmentinformationscheduletypeenum",{"_index":48,"name":{"48":{},"70":{},"117":{},"158":{},"2408":{},"2431":{},"2483":{},"2525":{}},"parent":{}}],["promotioncampaignassignment",{"_index":46,"name":{"46":{},"71":{},"118":{},"159":{},"2406":{},"2432":{},"2484":{},"2526":{}},"parent":{}}],["promotioncampaignassignmentsearchresult",{"_index":52,"name":{"52":{},"72":{},"119":{},"160":{}},"parent":{}}],["promotionexclusivityenum",{"_index":50,"name":{"50":{},"66":{},"113":{},"154":{},"2410":{},"2427":{},"2479":{},"2521":{}},"parent":{}}],["promotionpromotionclassenum",{"_index":51,"name":{"51":{},"67":{},"114":{},"155":{},"2411":{},"2428":{},"2480":{},"2522":{}},"parent":{}}],["promotionresult",{"_index":935,"name":{"4214":{},"4220":{},"4234":{},"4241":{}},"parent":{}}],["promotions",{"_index":602,"name":{"2372":{},"2456":{},"2464":{},"2466":{}},"parent":{"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{},"2404":{},"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2453":{},"2454":{},"2455":{},"2456":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{},"2506":{},"2507":{},"2508":{}}}],["promotions.promotions",{"_index":604,"name":{},"parent":{"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2463":{}}}],["promotions.promotionstypes",{"_index":611,"name":{},"parent":{"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2529":{},"2530":{},"2531":{},"2532":{},"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{}}}],["promotionsearchresult",{"_index":603,"name":{"2412":{},"2433":{},"2485":{},"2527":{}},"parent":{}}],["promotionssearch",{"_index":608,"name":{"2461":{}},"parent":{}}],["promotionstypes",{"_index":610,"name":{"2508":{}},"parent":{}}],["publicproductlist",{"_index":753,"name":{"3200":{},"3281":{},"3411":{},"3507":{}},"parent":{}}],["publicproductlistinfo",{"_index":755,"name":{"3202":{},"3283":{},"3413":{},"3509":{}},"parent":{}}],["publicproductlistinfotypeenum",{"_index":756,"name":{"3203":{},"3284":{},"3414":{},"3510":{}},"parent":{}}],["publicproductlistitem",{"_index":751,"name":{"3198":{},"3285":{},"3415":{},"3511":{}},"parent":{}}],["publicproductlistitemtypeenum",{"_index":752,"name":{"3199":{},"3286":{},"3416":{},"3512":{}},"parent":{}}],["publicproductlistresult",{"_index":757,"name":{"3204":{},"3287":{},"3417":{},"3513":{}},"parent":{}}],["publicproductlisttypeenum",{"_index":754,"name":{"3201":{},"3282":{},"3412":{},"3508":{}},"parent":{}}],["pwd_action_token",{"_index":901,"name":{"3736":{}},"parent":{}}],["pwdless_login_token",{"_index":872,"name":{"3678":{}},"parent":{}}],["query",{"_index":23,"name":{"23":{},"73":{},"120":{},"161":{},"193":{},"226":{},"266":{},"296":{},"323":{},"440":{},"557":{},"637":{},"1268":{},"1319":{},"1373":{},"1413":{},"1442":{},"1491":{},"1546":{},"1584":{},"1616":{},"1656":{},"1702":{},"1738":{},"2098":{},"2183":{},"2284":{},"2345":{},"2382":{},"2434":{},"2486":{},"2528":{},"4584":{},"4618":{},"4661":{},"4694":{}},"parent":{}}],["queryfilter",{"_index":24,"name":{"24":{},"74":{},"121":{},"162":{},"194":{},"227":{},"267":{},"297":{},"324":{},"441":{},"558":{},"638":{},"1269":{},"1320":{},"1374":{},"1414":{},"1443":{},"1492":{},"1547":{},"1585":{},"1617":{},"1657":{},"1703":{},"1739":{},"2099":{},"2184":{},"2285":{},"2346":{},"2383":{},"2435":{},"2487":{},"2529":{},"4585":{},"4619":{},"4662":{},"4695":{}},"parent":{}}],["queryparameters",{"_index":10,"name":{"10":{}},"parent":{}}],["range2filter",{"_index":27,"name":{"27":{},"75":{},"122":{},"163":{},"197":{},"228":{},"268":{},"298":{},"327":{},"442":{},"559":{},"639":{},"1272":{},"1321":{},"1375":{},"1415":{},"1446":{},"1493":{},"1548":{},"1586":{},"1620":{},"1658":{},"1704":{},"1740":{},"2102":{},"2185":{},"2286":{},"2347":{},"2386":{},"2436":{},"2488":{},"2530":{},"4588":{},"4620":{},"4663":{},"4696":{}},"parent":{}}],["range2filterfiltermodeenum",{"_index":28,"name":{"28":{},"76":{},"123":{},"164":{},"198":{},"229":{},"269":{},"299":{},"328":{},"443":{},"560":{},"640":{},"1273":{},"1322":{},"1376":{},"1416":{},"1447":{},"1494":{},"1549":{},"1587":{},"1621":{},"1659":{},"1705":{},"1741":{},"2103":{},"2186":{},"2287":{},"2348":{},"2387":{},"2437":{},"2489":{},"2531":{},"4589":{},"4621":{},"4664":{},"4697":{}},"parent":{}}],["rangefilter",{"_index":31,"name":{"31":{},"77":{},"124":{},"165":{},"201":{},"230":{},"270":{},"300":{},"331":{},"444":{},"561":{},"641":{},"1276":{},"1323":{},"1377":{},"1417":{},"1450":{},"1495":{},"1550":{},"1588":{},"1624":{},"1660":{},"1706":{},"1742":{},"2106":{},"2187":{},"2288":{},"2349":{},"2390":{},"2438":{},"2490":{},"2532":{},"4592":{},"4622":{},"4665":{},"4698":{}},"parent":{}}],["rangefilterfrom",{"_index":29,"name":{"29":{},"78":{},"125":{},"166":{},"199":{},"231":{},"271":{},"301":{},"329":{},"445":{},"562":{},"642":{},"1274":{},"1324":{},"1378":{},"1418":{},"1448":{},"1496":{},"1551":{},"1589":{},"1622":{},"1661":{},"1707":{},"1743":{},"2104":{},"2188":{},"2289":{},"2350":{},"2388":{},"2439":{},"2491":{},"2533":{},"4590":{},"4623":{},"4666":{},"4699":{}},"parent":{}}],["rangefilterto",{"_index":30,"name":{"30":{},"79":{},"126":{},"167":{},"200":{},"232":{},"272":{},"302":{},"330":{},"446":{},"563":{},"643":{},"1275":{},"1325":{},"1379":{},"1419":{},"1449":{},"1497":{},"1552":{},"1590":{},"1623":{},"1662":{},"1708":{},"1744":{},"2105":{},"2189":{},"2290":{},"2351":{},"2389":{},"2440":{},"2492":{},"2534":{},"4591":{},"4624":{},"4667":{},"4700":{}},"parent":{}}],["ratelimitingrule",{"_index":231,"name":{"742":{},"861":{},"1060":{},"1183":{}},"parent":{}}],["ratelimitingruleenvelope",{"_index":232,"name":{"743":{},"862":{},"1061":{},"1184":{}},"parent":{}}],["ratelimitingrulesenvelope",{"_index":233,"name":{"744":{},"863":{},"1062":{},"1185":{}},"parent":{}}],["ratelimitingrulespatchrequest",{"_index":234,"name":{"745":{},"864":{},"1063":{},"1186":{}},"parent":{}}],["ratelimitingrulespostrequest",{"_index":235,"name":{"746":{},"865":{},"1064":{},"1187":{}},"parent":{}}],["recommendation",{"_index":716,"name":{"3152":{},"3288":{},"3418":{},"3514":{},"4064":{},"4112":{},"4165":{},"4201":{}},"parent":{}}],["recommendationtype",{"_index":715,"name":{"3151":{},"3289":{},"3419":{},"3515":{},"4063":{},"4113":{},"4166":{},"4202":{}},"parent":{}}],["recurrence",{"_index":42,"name":{"42":{},"80":{},"127":{},"168":{},"2402":{},"2441":{},"2493":{},"2535":{}},"parent":{}}],["recurrencedayofweekenum",{"_index":43,"name":{"43":{},"81":{},"128":{},"169":{},"2403":{},"2442":{},"2494":{},"2536":{}},"parent":{}}],["redeemcoupon",{"_index":382,"name":{"1346":{}},"parent":{}}],["redemptionlimitperperiod",{"_index":363,"name":{"1280":{},"1326":{},"1380":{},"1420":{}},"parent":{}}],["redemptionlimits",{"_index":364,"name":{"1281":{},"1327":{},"1381":{},"1421":{}},"parent":{}}],["redirect_uri",{"_index":847,"name":{"3649":{},"3669":{}},"parent":{}}],["refresh_token",{"_index":862,"name":{"3665":{}},"parent":{}}],["refreshaccesstoken",{"_index":462,"name":{"1789":{}},"parent":{}}],["refreshaccesstokenprivate",{"_index":463,"name":{"1790":{}},"parent":{}}],["region",{"_index":794,"name":{"3532":{},"3545":{},"3560":{},"3568":{}},"parent":{}}],["registerclient",{"_index":1001,"name":{"4515":{}},"parent":{}}],["registercustomer",{"_index":782,"name":{"3326":{}},"parent":{}}],["registerexternalprofile",{"_index":783,"name":{"3327":{}},"parent":{}}],["registeridentityprovider",{"_index":1002,"name":{"4516":{}},"parent":{}}],["registerpwdlesstemplate",{"_index":1003,"name":{"4517":{}},"parent":{}}],["registertenant",{"_index":1004,"name":{"4518":{}},"parent":{}}],["removeaddressforcustomerincustomerlist",{"_index":406,"name":{"1517":{}},"parent":{}}],["removecouponfrombasket",{"_index":654,"name":{"2661":{},"2897":{}},"parent":{}}],["removecustomeraddress",{"_index":784,"name":{"3328":{}},"parent":{}}],["removegiftcertificateitemfrombasket",{"_index":655,"name":{"2662":{},"2898":{}},"parent":{}}],["removeitemfrombasket",{"_index":656,"name":{"2663":{},"2899":{}},"parent":{}}],["removepaymentinstrumentfrombasket",{"_index":657,"name":{"2664":{},"2900":{}},"parent":{}}],["removepaymentinstrumentfromorder",{"_index":917,"name":{"3948":{}},"parent":{}}],["removepriceadjustmentfrombasket",{"_index":658,"name":{"2665":{},"2901":{}},"parent":{}}],["removeproductsfromexclusionlist",{"_index":148,"name":{"497":{}},"parent":{}}],["removeshipmentfrombasket",{"_index":659,"name":{"2666":{},"2902":{}},"parent":{}}],["requireparametersunlessallareoptional",{"_index":13,"name":{"13":{}},"parent":{}}],["resetpassword",{"_index":785,"name":{"3329":{},"3628":{}},"parent":{}}],["resetpasswordbodytype",{"_index":898,"name":{"3733":{},"3768":{},"3795":{},"3828":{}},"parent":{}}],["resetpasswordrequest",{"_index":758,"name":{"3205":{},"3290":{},"3420":{},"3516":{}},"parent":{}}],["resetpasswordtoken",{"_index":759,"name":{"3206":{},"3291":{},"3421":{},"3517":{}},"parent":{}}],["resetpasswordtokenrequest",{"_index":760,"name":{"3207":{},"3292":{},"3422":{},"3518":{}},"parent":{}}],["response_type",{"_index":846,"name":{"3648":{}},"parent":{}}],["responsetype",{"_index":811,"name":{"3599":{},"3606":{},"3800":{},"3833":{}},"parent":{}}],["resultbase",{"_index":53,"name":{"53":{},"82":{},"129":{},"170":{},"212":{},"233":{},"273":{},"303":{},"388":{},"447":{},"564":{},"644":{},"1297":{},"1328":{},"1382":{},"1422":{},"1469":{},"1498":{},"1553":{},"1591":{},"1636":{},"1663":{},"1709":{},"1745":{},"2063":{},"2068":{},"2081":{},"2087":{},"2143":{},"2190":{},"2291":{},"2352":{},"2413":{},"2443":{},"2495":{},"2537":{},"3208":{},"3293":{},"3423":{},"3519":{},"4087":{},"4114":{},"4167":{},"4203":{},"4215":{},"4221":{},"4235":{},"4242":{},"4279":{},"4305":{},"4355":{},"4394":{},"4439":{},"4448":{},"4465":{},"4475":{},"4601":{},"4625":{},"4668":{},"4701":{}},"parent":{}}],["retrieveclient",{"_index":1005,"name":{"4519":{}},"parent":{}}],["retrieveclients",{"_index":1006,"name":{"4520":{}},"parent":{}}],["retrieveidentityprovider",{"_index":1007,"name":{"4521":{}},"parent":{}}],["retrieveidentityproviders",{"_index":1008,"name":{"4522":{}},"parent":{}}],["retrievepwdlesstemplate",{"_index":1009,"name":{"4523":{}},"parent":{}}],["retrievepwdlesstemplateactiontypeenum",{"_index":1013,"name":{"4528":{},"4532":{},"4538":{},"4558":{}},"parent":{}}],["retrievepwdlesstemplatetemplatetypeenum",{"_index":1014,"name":{"4529":{},"4533":{},"4539":{},"4559":{}},"parent":{}}],["retrievetenant",{"_index":1010,"name":{"4524":{}},"parent":{}}],["revoketoken",{"_index":827,"name":{"3629":{}},"parent":{}}],["revoketokenbodytype",{"_index":903,"name":{"3741":{},"3769":{},"3796":{},"3830":{}},"parent":{}}],["revoketokentokentypehintenum",{"_index":841,"name":{"3644":{},"3758":{},"3785":{},"3829":{}},"parent":{}}],["rule",{"_index":120,"name":{"389":{},"448":{},"565":{},"645":{}},"parent":{}}],["ruleposition",{"_index":189,"name":{"700":{},"866":{},"1065":{},"1188":{}},"parent":{}}],["rulerequest",{"_index":121,"name":{"390":{},"449":{},"566":{},"646":{}},"parent":{}}],["rulesrequest",{"_index":122,"name":{"391":{},"450":{},"567":{},"647":{}},"parent":{}}],["rulesresult",{"_index":123,"name":{"392":{},"451":{},"568":{},"648":{}},"parent":{}}],["runcategoryrules",{"_index":149,"name":{"498":{}},"parent":{}}],["schedule",{"_index":44,"name":{"44":{},"83":{},"130":{},"171":{},"2404":{},"2444":{},"2496":{},"2538":{}},"parent":{}}],["scope",{"_index":849,"name":{"3651":{}},"parent":{}}],["searchcatalogs",{"_index":150,"name":{"499":{}},"parent":{}}],["searchcategories",{"_index":151,"name":{"500":{}},"parent":{}}],["searchcategoriesincatalog",{"_index":152,"name":{"501":{}},"parent":{}}],["searchcustomergroup",{"_index":407,"name":{"1518":{}},"parent":{}}],["searchcustomerincustomerlist",{"_index":408,"name":{"1519":{}},"parent":{}}],["searchproducts",{"_index":590,"name":{"2237":{}},"parent":{}}],["searchproductsassignedtocategory",{"_index":153,"name":{"502":{}},"parent":{}}],["searchproductvariations",{"_index":589,"name":{"2236":{}},"parent":{}}],["searchrequest",{"_index":54,"name":{"54":{},"84":{},"131":{},"172":{},"213":{},"234":{},"274":{},"304":{},"393":{},"452":{},"569":{},"649":{},"1298":{},"1329":{},"1383":{},"1423":{},"1470":{},"1499":{},"1554":{},"1592":{},"1637":{},"1664":{},"1710":{},"1746":{},"2144":{},"2191":{},"2292":{},"2353":{},"2414":{},"2445":{},"2497":{},"2539":{},"4602":{},"4626":{},"4669":{},"4702":{}},"parent":{}}],["searchstores",{"_index":979,"name":{"4455":{}},"parent":{}}],["securitysetting",{"_index":237,"name":{"748":{},"867":{},"1066":{},"1189":{}},"parent":{}}],["securitysettinghsts",{"_index":236,"name":{"747":{},"869":{},"1068":{},"1191":{}},"parent":{}}],["securitysettingsecuritylevelenum",{"_index":238,"name":{"749":{},"868":{},"1067":{},"1190":{}},"parent":{}}],["securitysettingsenvelope",{"_index":239,"name":{"750":{},"870":{},"1069":{},"1192":{}},"parent":{}}],["shipment",{"_index":497,"name":{"1830":{},"1904":{},"1989":{},"2050":{},"2567":{},"2632":{},"2726":{},"2774":{},"2801":{},"2868":{},"2963":{},"3012":{},"3129":{},"3294":{},"3424":{},"3520":{},"3855":{},"3931":{},"3995":{},"4046":{}},"parent":{}}],["shipmentshippingstatusenum",{"_index":498,"name":{"1831":{},"1905":{},"1990":{},"2051":{},"2568":{},"2633":{},"2727":{},"2775":{},"2802":{},"2869":{},"2964":{},"3013":{},"3130":{},"3295":{},"3425":{},"3521":{},"3856":{},"3932":{},"3996":{},"4047":{}},"parent":{}}],["shippingaddressupdaterequest",{"_index":520,"name":{"1853":{},"1906":{},"1991":{},"2052":{}},"parent":{}}],["shippingitem",{"_index":490,"name":{"1823":{},"1907":{},"1992":{},"2053":{},"2563":{},"2634":{},"2728":{},"2776":{},"2797":{},"2870":{},"2965":{},"3014":{},"3125":{},"3296":{},"3426":{},"3522":{},"3851":{},"3933":{},"3997":{},"4048":{}},"parent":{}}],["shippingitemtypeenum",{"_index":491,"name":{"1824":{},"1908":{},"1993":{},"2054":{}},"parent":{}}],["shippingmethod",{"_index":617,"name":{"2566":{},"2635":{},"2729":{},"2777":{},"2800":{},"2871":{},"2966":{},"3015":{},"3128":{},"3297":{},"3427":{},"3523":{},"3854":{},"3934":{},"3998":{},"4049":{}},"parent":{}}],["shippingmethodreference",{"_index":496,"name":{"1829":{},"1909":{},"1994":{},"2055":{}},"parent":{}}],["shippingmethodresult",{"_index":632,"name":{"2593":{},"2636":{},"2730":{},"2778":{},"2828":{},"2872":{},"2967":{},"3016":{}},"parent":{}}],["shippingpromotion",{"_index":616,"name":{"2565":{},"2637":{},"2731":{},"2779":{},"2799":{},"2873":{},"2968":{},"3017":{},"3127":{},"3298":{},"3428":{},"3524":{},"3853":{},"3935":{},"3999":{},"4050":{}},"parent":{}}],["shopperbaskets",{"_index":612,"name":{"2550":{},"2642":{},"2686":{},"2690":{}},"parent":{"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{},"2560":{},"2561":{},"2562":{},"2563":{},"2564":{},"2565":{},"2566":{},"2567":{},"2568":{},"2569":{},"2570":{},"2571":{},"2572":{},"2573":{},"2574":{},"2575":{},"2576":{},"2577":{},"2578":{},"2579":{},"2580":{},"2581":{},"2582":{},"2583":{},"2584":{},"2585":{},"2586":{},"2587":{},"2588":{},"2589":{},"2590":{},"2591":{},"2592":{},"2593":{},"2594":{},"2595":{},"2596":{},"2597":{},"2598":{},"2599":{},"2600":{},"2601":{},"2602":{},"2603":{},"2604":{},"2605":{},"2606":{},"2607":{},"2608":{},"2609":{},"2610":{},"2611":{},"2612":{},"2613":{},"2614":{},"2615":{},"2616":{},"2617":{},"2618":{},"2619":{},"2620":{},"2621":{},"2622":{},"2623":{},"2624":{},"2625":{},"2626":{},"2627":{},"2628":{},"2629":{},"2630":{},"2631":{},"2632":{},"2633":{},"2634":{},"2635":{},"2636":{},"2637":{},"2638":{},"2639":{},"2640":{},"2641":{},"2642":{},"2682":{},"2683":{},"2684":{},"2685":{},"2686":{},"2687":{},"2688":{},"2689":{},"2690":{},"2691":{},"2692":{},"2693":{},"2694":{},"2695":{},"2696":{},"2697":{},"2698":{},"2699":{},"2700":{},"2701":{},"2702":{},"2703":{},"2704":{},"2705":{},"2706":{},"2707":{},"2708":{},"2709":{},"2710":{},"2711":{},"2712":{},"2713":{},"2714":{},"2715":{},"2716":{},"2717":{},"2718":{},"2719":{},"2720":{},"2721":{},"2722":{},"2723":{},"2724":{},"2725":{},"2726":{},"2727":{},"2728":{},"2729":{},"2730":{},"2731":{},"2732":{},"2733":{},"2734":{},"2735":{},"2736":{}}}],["shopperbaskets.shopperbaskets",{"_index":636,"name":{},"parent":{"2643":{},"2644":{},"2645":{},"2646":{},"2647":{},"2648":{},"2649":{},"2650":{},"2651":{},"2652":{},"2653":{},"2654":{},"2655":{},"2656":{},"2657":{},"2658":{},"2659":{},"2660":{},"2661":{},"2662":{},"2663":{},"2664":{},"2665":{},"2666":{},"2667":{},"2668":{},"2669":{},"2670":{},"2671":{},"2672":{},"2673":{},"2674":{},"2675":{},"2676":{},"2677":{},"2678":{},"2679":{},"2680":{},"2681":{}}}],["shopperbaskets.shopperbasketstypes",{"_index":677,"name":{},"parent":{"2737":{},"2738":{},"2739":{},"2740":{},"2741":{},"2742":{},"2743":{},"2744":{},"2745":{},"2746":{},"2747":{},"2748":{},"2749":{},"2750":{},"2751":{},"2752":{},"2753":{},"2754":{},"2755":{},"2756":{},"2757":{},"2758":{},"2759":{},"2760":{},"2761":{},"2762":{},"2763":{},"2764":{},"2765":{},"2766":{},"2767":{},"2768":{},"2769":{},"2770":{},"2771":{},"2772":{},"2773":{},"2774":{},"2775":{},"2776":{},"2777":{},"2778":{},"2779":{},"2780":{},"2781":{},"2782":{},"2783":{}}}],["shopperbasketstypes",{"_index":676,"name":{"2736":{}},"parent":{}}],["shopperbasketsv2",{"_index":678,"name":{"2784":{},"2878":{},"2922":{},"2926":{}},"parent":{"2785":{},"2786":{},"2787":{},"2788":{},"2789":{},"2790":{},"2791":{},"2792":{},"2793":{},"2794":{},"2795":{},"2796":{},"2797":{},"2798":{},"2799":{},"2800":{},"2801":{},"2802":{},"2803":{},"2804":{},"2805":{},"2806":{},"2807":{},"2808":{},"2809":{},"2810":{},"2811":{},"2812":{},"2813":{},"2814":{},"2815":{},"2816":{},"2817":{},"2818":{},"2819":{},"2820":{},"2821":{},"2822":{},"2823":{},"2824":{},"2825":{},"2826":{},"2827":{},"2828":{},"2829":{},"2830":{},"2831":{},"2832":{},"2833":{},"2834":{},"2835":{},"2836":{},"2837":{},"2838":{},"2839":{},"2840":{},"2841":{},"2842":{},"2843":{},"2844":{},"2845":{},"2846":{},"2847":{},"2848":{},"2849":{},"2850":{},"2851":{},"2852":{},"2853":{},"2854":{},"2855":{},"2856":{},"2857":{},"2858":{},"2859":{},"2860":{},"2861":{},"2862":{},"2863":{},"2864":{},"2865":{},"2866":{},"2867":{},"2868":{},"2869":{},"2870":{},"2871":{},"2872":{},"2873":{},"2874":{},"2875":{},"2876":{},"2877":{},"2878":{},"2918":{},"2919":{},"2920":{},"2921":{},"2922":{},"2923":{},"2924":{},"2925":{},"2926":{},"2927":{},"2928":{},"2929":{},"2930":{},"2931":{},"2932":{},"2933":{},"2934":{},"2935":{},"2936":{},"2937":{},"2938":{},"2939":{},"2940":{},"2941":{},"2942":{},"2943":{},"2944":{},"2945":{},"2946":{},"2947":{},"2948":{},"2949":{},"2950":{},"2951":{},"2952":{},"2953":{},"2954":{},"2955":{},"2956":{},"2957":{},"2958":{},"2959":{},"2960":{},"2961":{},"2962":{},"2963":{},"2964":{},"2965":{},"2966":{},"2967":{},"2968":{},"2969":{},"2970":{},"2971":{},"2972":{},"2973":{}}}],["shopperbasketsv2.shopperbasketsv2",{"_index":680,"name":{},"parent":{"2879":{},"2880":{},"2881":{},"2882":{},"2883":{},"2884":{},"2885":{},"2886":{},"2887":{},"2888":{},"2889":{},"2890":{},"2891":{},"2892":{},"2893":{},"2894":{},"2895":{},"2896":{},"2897":{},"2898":{},"2899":{},"2900":{},"2901":{},"2902":{},"2903":{},"2904":{},"2905":{},"2906":{},"2907":{},"2908":{},"2909":{},"2910":{},"2911":{},"2912":{},"2913":{},"2914":{},"2915":{},"2916":{},"2917":{}}}],["shopperbasketsv2.shopperbasketsv2types",{"_index":682,"name":{},"parent":{"2974":{},"2975":{},"2976":{},"2977":{},"2978":{},"2979":{},"2980":{},"2981":{},"2982":{},"2983":{},"2984":{},"2985":{},"2986":{},"2987":{},"2988":{},"2989":{},"2990":{},"2991":{},"2992":{},"2993":{},"2994":{},"2995":{},"2996":{},"2997":{},"2998":{},"2999":{},"3000":{},"3001":{},"3002":{},"3003":{},"3004":{},"3005":{},"3006":{},"3007":{},"3008":{},"3009":{},"3010":{},"3011":{},"3012":{},"3013":{},"3014":{},"3015":{},"3016":{},"3017":{},"3018":{},"3019":{},"3020":{},"3021":{}}}],["shopperbasketsv2types",{"_index":681,"name":{"2973":{}},"parent":{}}],["shopperconfigurations",{"_index":683,"name":{"3022":{},"3030":{},"3034":{},"3036":{}},"parent":{"3023":{},"3024":{},"3025":{},"3026":{},"3027":{},"3028":{},"3029":{},"3030":{},"3034":{},"3035":{},"3036":{},"3037":{},"3038":{},"3039":{},"3040":{}}}],["shopperconfigurations.shopperconfigurations",{"_index":686,"name":{},"parent":{"3031":{},"3032":{},"3033":{}}}],["shopperconfigurations.shopperconfigurationstypes",{"_index":689,"name":{},"parent":{"3041":{},"3042":{},"3043":{}}}],["shopperconfigurationstypes",{"_index":688,"name":{"3040":{}},"parent":{}}],["shopperconsents",{"_index":690,"name":{"3044":{},"3062":{},"3067":{},"3069":{}},"parent":{"3045":{},"3046":{},"3047":{},"3048":{},"3049":{},"3050":{},"3051":{},"3052":{},"3053":{},"3054":{},"3055":{},"3056":{},"3057":{},"3058":{},"3059":{},"3060":{},"3061":{},"3062":{},"3067":{},"3068":{},"3069":{},"3070":{},"3071":{},"3072":{},"3073":{},"3074":{},"3075":{},"3076":{},"3077":{},"3078":{}}}],["shopperconsents.shopperconsents",{"_index":696,"name":{},"parent":{"3063":{},"3064":{},"3065":{},"3066":{}}}],["shopperconsents.shopperconsentstypes",{"_index":700,"name":{},"parent":{"3079":{},"3080":{},"3081":{},"3082":{},"3083":{},"3084":{},"3085":{},"3086":{}}}],["shopperconsentstypes",{"_index":699,"name":{"3078":{}},"parent":{}}],["shoppercontext",{"_index":701,"name":{"3087":{},"3091":{},"3093":{},"3106":{},"3110":{}},"parent":{"3088":{},"3089":{},"3090":{},"3091":{},"3092":{},"3093":{},"3094":{},"3095":{},"3102":{},"3103":{},"3104":{},"3105":{},"3106":{},"3107":{},"3108":{}}}],["shoppercontext.shoppercontexts",{"_index":704,"name":{},"parent":{"3096":{},"3097":{},"3098":{},"3099":{},"3100":{},"3101":{}}}],["shoppercontext.shoppercontextstypes",{"_index":710,"name":{},"parent":{"3109":{},"3110":{},"3111":{}}}],["shoppercontextgeolocation",{"_index":702,"name":{"3090":{},"3094":{},"3107":{},"3111":{}},"parent":{}}],["shoppercontexts",{"_index":703,"name":{"3095":{},"3102":{},"3104":{}},"parent":{}}],["shoppercontextstypes",{"_index":709,"name":{"3108":{}},"parent":{}}],["shoppercustomers",{"_index":711,"name":{"3112":{},"3304":{},"3336":{},"3338":{}},"parent":{"3113":{},"3114":{},"3115":{},"3116":{},"3117":{},"3118":{},"3119":{},"3120":{},"3121":{},"3122":{},"3123":{},"3124":{},"3125":{},"3126":{},"3127":{},"3128":{},"3129":{},"3130":{},"3131":{},"3132":{},"3133":{},"3134":{},"3135":{},"3136":{},"3137":{},"3138":{},"3139":{},"3140":{},"3141":{},"3142":{},"3143":{},"3144":{},"3145":{},"3146":{},"3147":{},"3148":{},"3149":{},"3150":{},"3151":{},"3152":{},"3153":{},"3154":{},"3155":{},"3156":{},"3157":{},"3158":{},"3159":{},"3160":{},"3161":{},"3162":{},"3163":{},"3164":{},"3165":{},"3166":{},"3167":{},"3168":{},"3169":{},"3170":{},"3171":{},"3172":{},"3173":{},"3174":{},"3175":{},"3176":{},"3177":{},"3178":{},"3179":{},"3180":{},"3181":{},"3182":{},"3183":{},"3184":{},"3185":{},"3186":{},"3187":{},"3188":{},"3189":{},"3190":{},"3191":{},"3192":{},"3193":{},"3194":{},"3195":{},"3196":{},"3197":{},"3198":{},"3199":{},"3200":{},"3201":{},"3202":{},"3203":{},"3204":{},"3205":{},"3206":{},"3207":{},"3208":{},"3209":{},"3210":{},"3211":{},"3212":{},"3213":{},"3214":{},"3215":{},"3216":{},"3217":{},"3218":{},"3219":{},"3220":{},"3221":{},"3222":{},"3223":{},"3224":{},"3225":{},"3226":{},"3227":{},"3228":{},"3229":{},"3230":{},"3231":{},"3232":{},"3233":{},"3234":{},"3235":{},"3236":{},"3237":{},"3238":{},"3239":{},"3240":{},"3241":{},"3242":{},"3243":{},"3244":{},"3245":{},"3246":{},"3247":{},"3248":{},"3249":{},"3250":{},"3251":{},"3252":{},"3253":{},"3254":{},"3255":{},"3256":{},"3257":{},"3258":{},"3259":{},"3260":{},"3261":{},"3262":{},"3263":{},"3264":{},"3265":{},"3266":{},"3267":{},"3268":{},"3269":{},"3270":{},"3271":{},"3272":{},"3273":{},"3274":{},"3275":{},"3276":{},"3277":{},"3278":{},"3279":{},"3280":{},"3281":{},"3282":{},"3283":{},"3284":{},"3285":{},"3286":{},"3287":{},"3288":{},"3289":{},"3290":{},"3291":{},"3292":{},"3293":{},"3294":{},"3295":{},"3296":{},"3297":{},"3298":{},"3299":{},"3300":{},"3301":{},"3302":{},"3303":{},"3304":{},"3336":{},"3337":{},"3338":{},"3339":{},"3340":{},"3341":{},"3342":{},"3343":{},"3344":{},"3345":{},"3346":{},"3347":{},"3348":{},"3349":{},"3350":{},"3351":{},"3352":{},"3353":{},"3354":{},"3355":{},"3356":{},"3357":{},"3358":{},"3359":{},"3360":{},"3361":{},"3362":{},"3363":{},"3364":{},"3365":{},"3366":{},"3367":{},"3368":{},"3369":{},"3370":{},"3371":{},"3372":{},"3373":{},"3374":{},"3375":{},"3376":{},"3377":{},"3378":{},"3379":{},"3380":{},"3381":{},"3382":{},"3383":{},"3384":{},"3385":{},"3386":{},"3387":{},"3388":{},"3389":{},"3390":{},"3391":{},"3392":{},"3393":{},"3394":{},"3395":{},"3396":{},"3397":{},"3398":{},"3399":{},"3400":{},"3401":{},"3402":{},"3403":{},"3404":{},"3405":{},"3406":{},"3407":{},"3408":{},"3409":{},"3410":{},"3411":{},"3412":{},"3413":{},"3414":{},"3415":{},"3416":{},"3417":{},"3418":{},"3419":{},"3420":{},"3421":{},"3422":{},"3423":{},"3424":{},"3425":{},"3426":{},"3427":{},"3428":{},"3429":{},"3430":{},"3431":{},"3432":{},"3433":{},"3434":{}}}],["shoppercustomers.shoppercustomers",{"_index":761,"name":{},"parent":{"3305":{},"3306":{},"3307":{},"3308":{},"3309":{},"3310":{},"3311":{},"3312":{},"3313":{},"3314":{},"3315":{},"3316":{},"3317":{},"3318":{},"3319":{},"3320":{},"3321":{},"3322":{},"3323":{},"3324":{},"3325":{},"3326":{},"3327":{},"3328":{},"3329":{},"3330":{},"3331":{},"3332":{},"3333":{},"3334":{},"3335":{}}}],["shoppercustomers.shoppercustomerstypes",{"_index":792,"name":{},"parent":{"3435":{},"3436":{},"3437":{},"3438":{},"3439":{},"3440":{},"3441":{},"3442":{},"3443":{},"3444":{},"3445":{},"3446":{},"3447":{},"3448":{},"3449":{},"3450":{},"3451":{},"3452":{},"3453":{},"3454":{},"3455":{},"3456":{},"3457":{},"3458":{},"3459":{},"3460":{},"3461":{},"3462":{},"3463":{},"3464":{},"3465":{},"3466":{},"3467":{},"3468":{},"3469":{},"3470":{},"3471":{},"3472":{},"3473":{},"3474":{},"3475":{},"3476":{},"3477":{},"3478":{},"3479":{},"3480":{},"3481":{},"3482":{},"3483":{},"3484":{},"3485":{},"3486":{},"3487":{},"3488":{},"3489":{},"3490":{},"3491":{},"3492":{},"3493":{},"3494":{},"3495":{},"3496":{},"3497":{},"3498":{},"3499":{},"3500":{},"3501":{},"3502":{},"3503":{},"3504":{},"3505":{},"3506":{},"3507":{},"3508":{},"3509":{},"3510":{},"3511":{},"3512":{},"3513":{},"3514":{},"3515":{},"3516":{},"3517":{},"3518":{},"3519":{},"3520":{},"3521":{},"3522":{},"3523":{},"3524":{},"3525":{},"3526":{},"3527":{},"3528":{},"3529":{}}}],["shoppercustomerstypes",{"_index":791,"name":{"3434":{}},"parent":{}}],["shopperexperience",{"_index":793,"name":{"3530":{},"3546":{},"3551":{},"3553":{}},"parent":{"3531":{},"3532":{},"3533":{},"3534":{},"3535":{},"3536":{},"3537":{},"3538":{},"3539":{},"3540":{},"3541":{},"3542":{},"3543":{},"3544":{},"3545":{},"3546":{},"3551":{},"3552":{},"3553":{},"3554":{},"3555":{},"3556":{},"3557":{},"3558":{},"3559":{},"3560":{},"3561":{}}}],["shopperexperience.shopperexperience",{"_index":798,"name":{},"parent":{"3547":{},"3548":{},"3549":{},"3550":{}}}],["shopperexperience.shopperexperiencetypes",{"_index":802,"name":{},"parent":{"3562":{},"3563":{},"3564":{},"3565":{},"3566":{},"3567":{},"3568":{}}}],["shopperexperiencetypes",{"_index":801,"name":{"3561":{}},"parent":{}}],["shoppergiftcertificates",{"_index":803,"name":{"3569":{},"3579":{},"3583":{},"3585":{}},"parent":{"3570":{},"3571":{},"3572":{},"3573":{},"3574":{},"3575":{},"3576":{},"3577":{},"3578":{},"3579":{},"3583":{},"3584":{},"3585":{},"3586":{},"3587":{},"3588":{},"3589":{},"3590":{}}}],["shoppergiftcertificates.shoppergiftcertificates",{"_index":805,"name":{},"parent":{"3580":{},"3581":{},"3582":{}}}],["shoppergiftcertificates.shoppergiftcertificatestypes",{"_index":807,"name":{},"parent":{"3591":{},"3592":{},"3593":{},"3594":{}}}],["shoppergiftcertificatestypes",{"_index":806,"name":{"3590":{}},"parent":{}}],["shopperlogin",{"_index":808,"name":{"3595":{},"3611":{},"3770":{},"3797":{}},"parent":{"3596":{},"3597":{},"3598":{},"3599":{},"3600":{},"3601":{},"3602":{},"3603":{},"3604":{},"3605":{},"3606":{},"3607":{},"3608":{},"3609":{},"3610":{},"3611":{},"3631":{},"3632":{},"3633":{},"3634":{},"3635":{},"3636":{},"3637":{},"3638":{},"3639":{},"3640":{},"3641":{},"3642":{},"3643":{},"3644":{},"3645":{},"3655":{},"3663":{},"3674":{},"3682":{},"3693":{},"3706":{},"3718":{},"3729":{},"3733":{},"3741":{},"3745":{},"3746":{},"3747":{},"3748":{},"3749":{},"3750":{},"3751":{},"3752":{},"3753":{},"3754":{},"3755":{},"3756":{},"3757":{},"3758":{},"3759":{},"3760":{},"3761":{},"3762":{},"3763":{},"3764":{},"3765":{},"3766":{},"3767":{},"3768":{},"3769":{},"3770":{},"3771":{},"3772":{},"3773":{},"3774":{},"3775":{},"3776":{},"3777":{},"3778":{},"3779":{},"3780":{},"3781":{},"3782":{},"3783":{},"3784":{},"3785":{},"3786":{},"3787":{},"3788":{},"3789":{},"3790":{},"3791":{},"3792":{},"3793":{},"3794":{},"3795":{},"3796":{},"3797":{},"3798":{},"3799":{},"3800":{},"3801":{},"3802":{},"3803":{},"3804":{},"3805":{}}}],["shopperlogin.authenticatecustomerbodytype",{"_index":843,"name":{},"parent":{"3646":{}}}],["shopperlogin.authenticatecustomerbodytype.__type",{"_index":845,"name":{},"parent":{"3647":{},"3648":{},"3649":{},"3650":{},"3651":{},"3652":{},"3653":{},"3654":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype",{"_index":854,"name":{},"parent":{"3656":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype.__type",{"_index":856,"name":{},"parent":{"3657":{},"3658":{},"3659":{},"3660":{},"3661":{},"3662":{}}}],["shopperlogin.getaccesstokenbodytype",{"_index":861,"name":{},"parent":{"3664":{}}}],["shopperlogin.getaccesstokenbodytype.__type",{"_index":863,"name":{},"parent":{"3665":{},"3666":{},"3667":{},"3668":{},"3669":{},"3670":{},"3671":{},"3672":{},"3673":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype",{"_index":869,"name":{},"parent":{"3675":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype.__type",{"_index":870,"name":{},"parent":{"3676":{},"3677":{},"3678":{},"3679":{},"3680":{},"3681":{}}}],["shopperlogin.getpasswordresettokenbodytype",{"_index":875,"name":{},"parent":{"3683":{}}}],["shopperlogin.getpasswordresettokenbodytype.__type",{"_index":876,"name":{},"parent":{"3684":{},"3685":{},"3686":{},"3687":{},"3688":{},"3689":{},"3690":{},"3691":{},"3692":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype",{"_index":879,"name":{},"parent":{"3694":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype.__type",{"_index":880,"name":{},"parent":{"3695":{},"3696":{},"3697":{},"3698":{},"3699":{},"3700":{},"3701":{},"3702":{},"3703":{},"3704":{},"3705":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype",{"_index":885,"name":{},"parent":{"3707":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype.__type",{"_index":887,"name":{},"parent":{"3708":{},"3709":{},"3710":{},"3711":{},"3712":{},"3713":{},"3714":{},"3715":{},"3716":{},"3717":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype",{"_index":890,"name":{},"parent":{"3719":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype.__type",{"_index":891,"name":{},"parent":{"3720":{},"3721":{},"3722":{},"3723":{},"3724":{},"3725":{},"3726":{},"3727":{},"3728":{}}}],["shopperlogin.introspecttokenbodytype",{"_index":894,"name":{},"parent":{"3730":{}}}],["shopperlogin.introspecttokenbodytype.__type",{"_index":896,"name":{},"parent":{"3731":{},"3732":{}}}],["shopperlogin.resetpasswordbodytype",{"_index":899,"name":{},"parent":{"3734":{}}}],["shopperlogin.resetpasswordbodytype.__type",{"_index":900,"name":{},"parent":{"3735":{},"3736":{},"3737":{},"3738":{},"3739":{},"3740":{}}}],["shopperlogin.revoketokenbodytype",{"_index":904,"name":{},"parent":{"3742":{}}}],["shopperlogin.revoketokenbodytype.__type",{"_index":905,"name":{},"parent":{"3743":{},"3744":{}}}],["shopperlogin.shopperlogin",{"_index":815,"name":{},"parent":{"3612":{},"3613":{},"3614":{},"3615":{},"3616":{},"3617":{},"3618":{},"3619":{},"3620":{},"3621":{},"3622":{},"3623":{},"3624":{},"3625":{},"3626":{},"3627":{},"3628":{},"3629":{},"3630":{}}}],["shopperlogin.shopperlogintypes",{"_index":907,"name":{},"parent":{"3806":{},"3807":{},"3808":{},"3809":{},"3810":{},"3811":{},"3812":{},"3813":{},"3814":{},"3815":{},"3816":{},"3817":{},"3818":{},"3819":{},"3820":{},"3821":{},"3822":{},"3823":{},"3824":{},"3825":{},"3826":{},"3827":{},"3828":{},"3829":{},"3830":{},"3831":{},"3832":{},"3833":{},"3834":{},"3835":{},"3836":{},"3837":{}}}],["shopperlogintypes",{"_index":906,"name":{"3805":{}},"parent":{}}],["shopperorders",{"_index":908,"name":{"3838":{},"3940":{},"3951":{},"3953":{}},"parent":{"3839":{},"3840":{},"3841":{},"3842":{},"3843":{},"3844":{},"3845":{},"3846":{},"3847":{},"3848":{},"3849":{},"3850":{},"3851":{},"3852":{},"3853":{},"3854":{},"3855":{},"3856":{},"3857":{},"3858":{},"3859":{},"3860":{},"3861":{},"3862":{},"3863":{},"3864":{},"3865":{},"3866":{},"3867":{},"3868":{},"3869":{},"3870":{},"3871":{},"3872":{},"3873":{},"3874":{},"3875":{},"3876":{},"3877":{},"3878":{},"3879":{},"3880":{},"3881":{},"3882":{},"3883":{},"3884":{},"3885":{},"3886":{},"3887":{},"3888":{},"3889":{},"3890":{},"3891":{},"3892":{},"3893":{},"3894":{},"3895":{},"3896":{},"3897":{},"3898":{},"3899":{},"3900":{},"3901":{},"3902":{},"3903":{},"3904":{},"3905":{},"3906":{},"3907":{},"3908":{},"3909":{},"3910":{},"3911":{},"3912":{},"3913":{},"3914":{},"3915":{},"3916":{},"3917":{},"3918":{},"3919":{},"3920":{},"3921":{},"3922":{},"3923":{},"3924":{},"3925":{},"3926":{},"3927":{},"3928":{},"3929":{},"3930":{},"3931":{},"3932":{},"3933":{},"3934":{},"3935":{},"3936":{},"3937":{},"3938":{},"3939":{},"3940":{},"3951":{},"3952":{},"3953":{},"3954":{},"3955":{},"3956":{},"3957":{},"3958":{},"3959":{},"3960":{},"3961":{},"3962":{},"3963":{},"3964":{},"3965":{},"3966":{},"3967":{},"3968":{},"3969":{},"3970":{},"3971":{},"3972":{},"3973":{},"3974":{},"3975":{},"3976":{},"3977":{},"3978":{},"3979":{},"3980":{},"3981":{},"3982":{},"3983":{},"3984":{},"3985":{},"3986":{},"3987":{},"3988":{},"3989":{},"3990":{},"3991":{},"3992":{},"3993":{},"3994":{},"3995":{},"3996":{},"3997":{},"3998":{},"3999":{},"4000":{},"4001":{},"4002":{},"4003":{},"4004":{}}}],["shopperorders.shopperorders",{"_index":911,"name":{},"parent":{"3941":{},"3942":{},"3943":{},"3944":{},"3945":{},"3946":{},"3947":{},"3948":{},"3949":{},"3950":{}}}],["shopperorders.shopperorderstypes",{"_index":920,"name":{},"parent":{"4005":{},"4006":{},"4007":{},"4008":{},"4009":{},"4010":{},"4011":{},"4012":{},"4013":{},"4014":{},"4015":{},"4016":{},"4017":{},"4018":{},"4019":{},"4020":{},"4021":{},"4022":{},"4023":{},"4024":{},"4025":{},"4026":{},"4027":{},"4028":{},"4029":{},"4030":{},"4031":{},"4032":{},"4033":{},"4034":{},"4035":{},"4036":{},"4037":{},"4038":{},"4039":{},"4040":{},"4041":{},"4042":{},"4043":{},"4044":{},"4045":{},"4046":{},"4047":{},"4048":{},"4049":{},"4050":{},"4051":{},"4052":{},"4053":{},"4054":{}}}],["shopperorderstypes",{"_index":919,"name":{"4004":{}},"parent":{}}],["shopperproducts",{"_index":921,"name":{"4055":{},"4119":{},"4134":{},"4140":{}},"parent":{"4056":{},"4057":{},"4058":{},"4059":{},"4060":{},"4061":{},"4062":{},"4063":{},"4064":{},"4065":{},"4066":{},"4067":{},"4068":{},"4069":{},"4070":{},"4071":{},"4072":{},"4073":{},"4074":{},"4075":{},"4076":{},"4077":{},"4078":{},"4079":{},"4080":{},"4081":{},"4082":{},"4083":{},"4084":{},"4085":{},"4086":{},"4087":{},"4088":{},"4089":{},"4090":{},"4091":{},"4092":{},"4093":{},"4094":{},"4095":{},"4096":{},"4097":{},"4098":{},"4099":{},"4100":{},"4101":{},"4102":{},"4103":{},"4104":{},"4105":{},"4106":{},"4107":{},"4108":{},"4109":{},"4110":{},"4111":{},"4112":{},"4113":{},"4114":{},"4115":{},"4116":{},"4117":{},"4118":{},"4119":{},"4126":{},"4127":{},"4128":{},"4129":{},"4130":{},"4131":{},"4132":{},"4133":{},"4134":{},"4135":{},"4136":{},"4137":{},"4138":{},"4139":{},"4140":{},"4141":{},"4142":{},"4143":{},"4144":{},"4145":{},"4146":{},"4147":{},"4148":{},"4149":{},"4150":{},"4151":{},"4152":{},"4153":{},"4154":{},"4155":{},"4156":{},"4157":{},"4158":{},"4159":{},"4160":{},"4161":{},"4162":{},"4163":{},"4164":{},"4165":{},"4166":{},"4167":{},"4168":{},"4169":{},"4170":{},"4171":{},"4172":{}}}],["shopperproducts.shopperproducts",{"_index":924,"name":{},"parent":{"4120":{},"4121":{},"4122":{},"4123":{},"4124":{},"4125":{}}}],["shopperproducts.shopperproductstypes",{"_index":933,"name":{},"parent":{"4173":{},"4174":{},"4175":{},"4176":{},"4177":{},"4178":{},"4179":{},"4180":{},"4181":{},"4182":{},"4183":{},"4184":{},"4185":{},"4186":{},"4187":{},"4188":{},"4189":{},"4190":{},"4191":{},"4192":{},"4193":{},"4194":{},"4195":{},"4196":{},"4197":{},"4198":{},"4199":{},"4200":{},"4201":{},"4202":{},"4203":{},"4204":{},"4205":{},"4206":{},"4207":{}}}],["shopperproductstypes",{"_index":932,"name":{"4172":{}},"parent":{}}],["shopperpromotions",{"_index":934,"name":{"4208":{},"4222":{},"4227":{},"4229":{}},"parent":{"4209":{},"4210":{},"4211":{},"4212":{},"4213":{},"4214":{},"4215":{},"4216":{},"4217":{},"4218":{},"4219":{},"4220":{},"4221":{},"4222":{},"4227":{},"4228":{},"4229":{},"4230":{},"4231":{},"4232":{},"4233":{},"4234":{},"4235":{},"4236":{}}}],["shopperpromotions.shopperpromotions",{"_index":936,"name":{},"parent":{"4223":{},"4224":{},"4225":{},"4226":{}}}],["shopperpromotions.shopperpromotionstypes",{"_index":940,"name":{},"parent":{"4237":{},"4238":{},"4239":{},"4240":{},"4241":{},"4242":{}}}],["shopperpromotionstypes",{"_index":939,"name":{"4236":{}},"parent":{}}],["shoppersearch",{"_index":941,"name":{"4243":{},"4317":{},"4326":{},"4330":{}},"parent":{"4244":{},"4245":{},"4246":{},"4247":{},"4248":{},"4249":{},"4250":{},"4251":{},"4252":{},"4253":{},"4254":{},"4255":{},"4256":{},"4257":{},"4258":{},"4259":{},"4260":{},"4261":{},"4262":{},"4263":{},"4264":{},"4265":{},"4266":{},"4267":{},"4268":{},"4269":{},"4270":{},"4271":{},"4272":{},"4273":{},"4274":{},"4275":{},"4276":{},"4277":{},"4278":{},"4279":{},"4280":{},"4281":{},"4282":{},"4283":{},"4284":{},"4285":{},"4286":{},"4287":{},"4288":{},"4289":{},"4290":{},"4291":{},"4292":{},"4293":{},"4294":{},"4295":{},"4296":{},"4297":{},"4298":{},"4299":{},"4300":{},"4301":{},"4302":{},"4303":{},"4304":{},"4305":{},"4306":{},"4307":{},"4308":{},"4309":{},"4310":{},"4311":{},"4312":{},"4313":{},"4314":{},"4315":{},"4316":{},"4317":{},"4322":{},"4323":{},"4324":{},"4325":{},"4326":{},"4327":{},"4328":{},"4329":{},"4330":{},"4331":{},"4332":{},"4333":{},"4334":{},"4335":{},"4336":{},"4337":{},"4338":{},"4339":{},"4340":{},"4341":{},"4342":{},"4343":{},"4344":{},"4345":{},"4346":{},"4347":{},"4348":{},"4349":{},"4350":{},"4351":{},"4352":{},"4353":{},"4354":{},"4355":{},"4356":{},"4357":{},"4358":{},"4359":{},"4360":{},"4361":{},"4362":{},"4363":{},"4364":{},"4365":{},"4366":{},"4367":{}}}],["shoppersearch.shoppersearch",{"_index":959,"name":{},"parent":{"4318":{},"4319":{},"4320":{},"4321":{}}}],["shoppersearch.shoppersearchtypes",{"_index":965,"name":{},"parent":{"4368":{},"4369":{},"4370":{},"4371":{},"4372":{},"4373":{},"4374":{},"4375":{},"4376":{},"4377":{},"4378":{},"4379":{},"4380":{},"4381":{},"4382":{},"4383":{},"4384":{},"4385":{},"4386":{},"4387":{},"4388":{},"4389":{},"4390":{},"4391":{},"4392":{},"4393":{},"4394":{},"4395":{},"4396":{},"4397":{},"4398":{},"4399":{},"4400":{},"4401":{},"4402":{},"4403":{},"4404":{},"4405":{}}}],["shoppersearchtypes",{"_index":964,"name":{"4367":{}},"parent":{}}],["shopperseo",{"_index":966,"name":{"4406":{},"4416":{},"4420":{},"4422":{}},"parent":{"4407":{},"4408":{},"4409":{},"4410":{},"4411":{},"4412":{},"4413":{},"4414":{},"4415":{},"4416":{},"4420":{},"4421":{},"4422":{},"4423":{},"4424":{},"4425":{},"4426":{},"4427":{}}}],["shopperseo.shopperseo",{"_index":968,"name":{},"parent":{"4417":{},"4418":{},"4419":{}}}],["shopperseo.shopperseotypes",{"_index":971,"name":{},"parent":{"4428":{},"4429":{},"4430":{},"4431":{}}}],["shopperseotypes",{"_index":970,"name":{"4427":{}},"parent":{}}],["shopperstores",{"_index":972,"name":{"4432":{},"4452":{},"4457":{},"4459":{}},"parent":{"4433":{},"4434":{},"4435":{},"4436":{},"4437":{},"4438":{},"4439":{},"4440":{},"4441":{},"4442":{},"4443":{},"4444":{},"4445":{},"4446":{},"4447":{},"4448":{},"4449":{},"4450":{},"4451":{},"4452":{},"4457":{},"4458":{},"4459":{},"4460":{},"4461":{},"4462":{},"4463":{},"4464":{},"4465":{},"4466":{},"4467":{},"4468":{},"4469":{}}}],["shopperstores.shopperstores",{"_index":977,"name":{},"parent":{"4453":{},"4454":{},"4455":{},"4456":{}}}],["shopperstores.shopperstorestypes",{"_index":981,"name":{},"parent":{"4470":{},"4471":{},"4472":{},"4473":{},"4474":{},"4475":{},"4476":{},"4477":{},"4478":{}}}],["shopperstorestypes",{"_index":980,"name":{"4469":{}},"parent":{}}],["shortcode",{"_index":7,"name":{"7":{},"1761":{}},"parent":{}}],["site",{"_index":74,"name":{"336":{},"453":{},"570":{},"650":{}},"parent":{}}],["siteconfiguration",{"_index":685,"name":{"3026":{},"3029":{},"3039":{},"3043":{}},"parent":{}}],["sitecustomerlistlink",{"_index":73,"name":{"335":{},"455":{},"572":{},"652":{}},"parent":{}}],["sitestorefrontstatusenum",{"_index":75,"name":{"337":{},"454":{},"571":{},"651":{}},"parent":{}}],["slasadmin",{"_index":982,"name":{"4479":{},"4509":{},"4534":{},"4540":{}},"parent":{"4480":{},"4481":{},"4482":{},"4483":{},"4484":{},"4485":{},"4486":{},"4487":{},"4488":{},"4489":{},"4490":{},"4491":{},"4492":{},"4493":{},"4494":{},"4495":{},"4496":{},"4497":{},"4498":{},"4499":{},"4500":{},"4501":{},"4502":{},"4503":{},"4504":{},"4505":{},"4506":{},"4507":{},"4508":{},"4509":{},"4526":{},"4527":{},"4528":{},"4529":{},"4530":{},"4531":{},"4532":{},"4533":{},"4534":{},"4535":{},"4536":{},"4537":{},"4538":{},"4539":{},"4540":{},"4541":{},"4542":{},"4543":{},"4544":{},"4545":{},"4546":{},"4547":{},"4548":{},"4549":{},"4550":{},"4551":{},"4552":{},"4553":{},"4554":{},"4555":{}}}],["slasadmin.slasadmin",{"_index":996,"name":{},"parent":{"4510":{},"4511":{},"4512":{},"4513":{},"4514":{},"4515":{},"4516":{},"4517":{},"4518":{},"4519":{},"4520":{},"4521":{},"4522":{},"4523":{},"4524":{},"4525":{}}}],["slasadmin.slasadmintypes",{"_index":1016,"name":{},"parent":{"4556":{},"4557":{},"4558":{},"4559":{},"4560":{},"4561":{},"4562":{},"4563":{},"4564":{},"4565":{},"4566":{},"4567":{},"4568":{},"4569":{},"4570":{},"4571":{},"4572":{},"4573":{}}}],["slasadmintypes",{"_index":1015,"name":{"4555":{}},"parent":{}}],["sort",{"_index":37,"name":{"37":{},"85":{},"132":{},"173":{},"206":{},"235":{},"275":{},"305":{},"340":{},"456":{},"573":{},"653":{},"1290":{},"1330":{},"1384":{},"1424":{},"1461":{},"1500":{},"1555":{},"1593":{},"1631":{},"1665":{},"1711":{},"1747":{},"2130":{},"2192":{},"2293":{},"2354":{},"2397":{},"2446":{},"2498":{},"2540":{},"4598":{},"4627":{},"4670":{},"4703":{}},"parent":{}}],["sortingrule",{"_index":83,"name":{"348":{},"458":{},"575":{},"655":{}},"parent":{}}],["sortingrulerulecontextenum",{"_index":84,"name":{"349":{},"459":{},"576":{},"656":{}},"parent":{}}],["sortingrulestep",{"_index":81,"name":{"346":{},"460":{},"577":{},"657":{}},"parent":{}}],["sortingrulestepdirectionenum",{"_index":82,"name":{"347":{},"461":{},"578":{},"658":{}},"parent":{}}],["sortsortorderenum",{"_index":38,"name":{"38":{},"86":{},"133":{},"174":{},"207":{},"236":{},"276":{},"306":{},"341":{},"457":{},"574":{},"654":{},"1291":{},"1331":{},"1385":{},"1425":{},"1462":{},"1501":{},"1556":{},"1594":{},"1632":{},"1666":{},"1712":{},"1748":{},"2131":{},"2193":{},"2294":{},"2355":{},"2398":{},"2447":{},"2499":{},"2541":{},"4599":{},"4628":{},"4671":{},"4704":{}},"parent":{}}],["sourcecodegroup",{"_index":1021,"name":{"4606":{},"4629":{},"4672":{},"4705":{}},"parent":{}}],["sourcecodegroups",{"_index":1017,"name":{"4574":{},"4640":{},"4648":{},"4650":{}},"parent":{"4575":{},"4576":{},"4577":{},"4578":{},"4579":{},"4580":{},"4581":{},"4582":{},"4583":{},"4584":{},"4585":{},"4586":{},"4587":{},"4588":{},"4589":{},"4590":{},"4591":{},"4592":{},"4593":{},"4594":{},"4595":{},"4596":{},"4597":{},"4598":{},"4599":{},"4600":{},"4601":{},"4602":{},"4603":{},"4604":{},"4605":{},"4606":{},"4607":{},"4608":{},"4609":{},"4610":{},"4611":{},"4612":{},"4613":{},"4614":{},"4615":{},"4616":{},"4617":{},"4618":{},"4619":{},"4620":{},"4621":{},"4622":{},"4623":{},"4624":{},"4625":{},"4626":{},"4627":{},"4628":{},"4629":{},"4630":{},"4631":{},"4632":{},"4633":{},"4634":{},"4635":{},"4636":{},"4637":{},"4638":{},"4639":{},"4640":{},"4648":{},"4649":{},"4650":{},"4651":{},"4652":{},"4653":{},"4654":{},"4655":{},"4656":{},"4657":{},"4658":{},"4659":{},"4660":{},"4661":{},"4662":{},"4663":{},"4664":{},"4665":{},"4666":{},"4667":{},"4668":{},"4669":{},"4670":{},"4671":{},"4672":{},"4673":{},"4674":{},"4675":{},"4676":{},"4677":{},"4678":{},"4679":{},"4680":{},"4681":{},"4682":{},"4683":{}}}],["sourcecodegroups.sourcecodegroups",{"_index":1023,"name":{},"parent":{"4641":{},"4642":{},"4643":{},"4644":{},"4645":{},"4646":{},"4647":{}}}],["sourcecodegroups.sourcecodegroupstypes",{"_index":1030,"name":{},"parent":{"4684":{},"4685":{},"4686":{},"4687":{},"4688":{},"4689":{},"4690":{},"4691":{},"4692":{},"4693":{},"4694":{},"4695":{},"4696":{},"4697":{},"4698":{},"4699":{},"4700":{},"4701":{},"4702":{},"4703":{},"4704":{},"4705":{},"4706":{},"4707":{},"4708":{},"4709":{},"4710":{},"4711":{},"4712":{},"4713":{},"4714":{},"4715":{}}}],["sourcecodegroupsearchresult",{"_index":1022,"name":{"4607":{},"4630":{},"4673":{},"4706":{}},"parent":{}}],["sourcecodegroupssearch",{"_index":1027,"name":{"4645":{}},"parent":{}}],["sourcecodegroupstypes",{"_index":1029,"name":{"4683":{}},"parent":{}}],["sourcecoderedirectinfo",{"_index":1018,"name":{"4603":{},"4631":{},"4674":{},"4707":{}},"parent":{}}],["sourcecoderedirectinfolocationtypeenum",{"_index":1019,"name":{"4604":{},"4632":{},"4675":{},"4708":{}},"parent":{}}],["sourcecodespecification",{"_index":1020,"name":{"4605":{},"4633":{},"4676":{},"4709":{}},"parent":{}}],["speedsetting",{"_index":240,"name":{"751":{},"871":{},"1070":{},"1193":{}},"parent":{}}],["speedsettingbrotlicompressionenum",{"_index":241,"name":{"752":{},"872":{},"1071":{},"1194":{}},"parent":{}}],["speedsettingearlyhintsenum",{"_index":245,"name":{"756":{},"876":{},"1075":{},"1198":{}},"parent":{}}],["speedsettinghttp2prioritizationenum",{"_index":242,"name":{"753":{},"873":{},"1072":{},"1195":{}},"parent":{}}],["speedsettinghttp2tooriginenum",{"_index":247,"name":{"758":{},"878":{},"1077":{},"1200":{}},"parent":{}}],["speedsettinghttp3enum",{"_index":246,"name":{"757":{},"877":{},"1076":{},"1199":{}},"parent":{}}],["speedsettingpolishenum",{"_index":244,"name":{"755":{},"875":{},"1074":{},"1197":{}},"parent":{}}],["speedsettingsenvelope",{"_index":248,"name":{"759":{},"879":{},"1078":{},"1201":{}},"parent":{}}],["speedsettingwebpenum",{"_index":243,"name":{"754":{},"874":{},"1073":{},"1196":{}},"parent":{}}],["state",{"_index":848,"name":{"3650":{},"3717":{}},"parent":{}}],["status",{"_index":475,"name":{"1805":{},"1910":{},"1995":{},"2056":{},"2555":{},"2638":{},"2732":{},"2780":{},"2789":{},"2874":{},"2969":{},"3018":{},"3117":{},"3299":{},"3429":{},"3525":{},"3843":{},"3936":{},"4000":{},"4051":{}},"parent":{}}],["store",{"_index":974,"name":{"4440":{},"4449":{},"4466":{},"4476":{}},"parent":{}}],["storefrontzonecreateenvelope",{"_index":251,"name":{"762":{},"880":{},"1079":{},"1202":{}},"parent":{}}],["storefrontzonecreaterequest",{"_index":252,"name":{"763":{},"881":{},"1080":{},"1203":{}},"parent":{}}],["storefrontzonecreateresponse",{"_index":249,"name":{"760":{},"882":{},"1081":{},"1204":{}},"parent":{}}],["storefrontzonecreateresponsestatusenum",{"_index":250,"name":{"761":{},"883":{},"1082":{},"1205":{}},"parent":{}}],["storeresult",{"_index":975,"name":{"4441":{},"4450":{},"4467":{},"4477":{}},"parent":{}}],["stores",{"_index":976,"name":{"4442":{},"4451":{},"4468":{},"4478":{}},"parent":{}}],["stringtobase64",{"_index":453,"name":{"1780":{}},"parent":{}}],["subscriptionchannel",{"_index":692,"name":{"3047":{},"3061":{},"3077":{},"3086":{}},"parent":{}}],["suggestedcategory",{"_index":946,"name":{"4249":{},"4306":{},"4356":{},"4395":{}},"parent":{}}],["suggestedphrase",{"_index":944,"name":{"4247":{},"4307":{},"4357":{},"4396":{}},"parent":{}}],["suggestedproduct",{"_index":956,"name":{"4277":{},"4308":{},"4358":{},"4397":{}},"parent":{}}],["suggestedterm",{"_index":942,"name":{"4245":{},"4309":{},"4359":{},"4398":{}},"parent":{}}],["suggestedterms",{"_index":943,"name":{"4246":{},"4310":{},"4360":{},"4399":{}},"parent":{}}],["suggestion",{"_index":954,"name":{"4274":{},"4311":{},"4361":{},"4400":{}},"parent":{}}],["suggestionresult",{"_index":958,"name":{"4280":{},"4312":{},"4362":{},"4401":{}},"parent":{}}],["tag",{"_index":40,"name":{"40":{},"87":{},"134":{},"175":{},"2400":{},"2448":{},"2500":{},"2542":{}},"parent":{}}],["taxes",{"_index":635,"name":{"2596":{},"2641":{},"2735":{},"2783":{},"2831":{},"2877":{},"2972":{},"3021":{},"3889":{},"3939":{},"4003":{},"4054":{}},"parent":{}}],["taxitem",{"_index":633,"name":{"2594":{},"2639":{},"2733":{},"2781":{},"2829":{},"2875":{},"2970":{},"3019":{},"3887":{},"3937":{},"4001":{},"4052":{}},"parent":{}}],["taxitems",{"_index":634,"name":{"2595":{},"2640":{},"2734":{},"2782":{},"2830":{},"2876":{},"2971":{},"3020":{},"3888":{},"3938":{},"4002":{},"4053":{}},"parent":{}}],["tenant",{"_index":993,"name":{"4492":{},"4506":{},"4552":{},"4571":{}},"parent":{}}],["tenantdto",{"_index":995,"name":{"4494":{},"4508":{},"4554":{},"4573":{}},"parent":{}}],["tenanttierenum",{"_index":994,"name":{"4493":{},"4507":{},"4553":{},"4572":{}},"parent":{}}],["termfilter",{"_index":25,"name":{"25":{},"88":{},"135":{},"176":{},"195":{},"237":{},"277":{},"307":{},"325":{},"462":{},"579":{},"659":{},"1270":{},"1332":{},"1386":{},"1426":{},"1444":{},"1502":{},"1557":{},"1595":{},"1618":{},"1667":{},"1713":{},"1749":{},"2100":{},"2194":{},"2295":{},"2356":{},"2384":{},"2449":{},"2501":{},"2543":{},"4586":{},"4634":{},"4677":{},"4710":{}},"parent":{}}],["termfilteroperatorenum",{"_index":26,"name":{"26":{},"89":{},"136":{},"177":{},"196":{},"238":{},"278":{},"308":{},"326":{},"463":{},"580":{},"660":{},"1271":{},"1333":{},"1387":{},"1427":{},"1445":{},"1503":{},"1558":{},"1596":{},"1619":{},"1668":{},"1714":{},"1750":{},"2101":{},"2195":{},"2296":{},"2357":{},"2385":{},"2450":{},"2502":{},"2544":{},"4587":{},"4635":{},"4678":{},"4711":{}},"parent":{}}],["termquery",{"_index":16,"name":{"16":{},"90":{},"137":{},"178":{},"186":{},"239":{},"279":{},"309":{},"316":{},"464":{},"581":{},"661":{},"1261":{},"1334":{},"1388":{},"1428":{},"1435":{},"1504":{},"1559":{},"1597":{},"1609":{},"1669":{},"1715":{},"1751":{},"2091":{},"2196":{},"2297":{},"2358":{},"2375":{},"2451":{},"2503":{},"2545":{},"4577":{},"4636":{},"4679":{},"4712":{}},"parent":{}}],["termqueryoperatorenum",{"_index":17,"name":{"17":{},"91":{},"138":{},"179":{},"187":{},"240":{},"280":{},"310":{},"317":{},"465":{},"582":{},"662":{},"1262":{},"1335":{},"1389":{},"1429":{},"1436":{},"1505":{},"1560":{},"1598":{},"1610":{},"1670":{},"1716":{},"1752":{},"2092":{},"2197":{},"2298":{},"2359":{},"2376":{},"2452":{},"2504":{},"2546":{},"4578":{},"4637":{},"4680":{},"4713":{}},"parent":{}}],["termqueryvaluesinner",{"_index":15,"name":{"15":{},"92":{},"139":{},"180":{},"185":{},"241":{},"281":{},"311":{},"315":{},"466":{},"583":{},"663":{},"1260":{},"1336":{},"1390":{},"1430":{},"1434":{},"1506":{},"1561":{},"1599":{},"1608":{},"1671":{},"1717":{},"1753":{},"2090":{},"2198":{},"2299":{},"2360":{},"2374":{},"2453":{},"2505":{},"2547":{},"4576":{},"4638":{},"4681":{},"4714":{}},"parent":{}}],["textquery",{"_index":22,"name":{"22":{},"93":{},"140":{},"181":{},"192":{},"242":{},"282":{},"312":{},"322":{},"467":{},"584":{},"664":{},"1267":{},"1337":{},"1391":{},"1431":{},"1441":{},"1507":{},"1562":{},"1600":{},"1615":{},"1672":{},"1718":{},"1754":{},"2097":{},"2199":{},"2300":{},"2361":{},"2381":{},"2454":{},"2506":{},"2548":{},"4583":{},"4639":{},"4682":{},"4715":{}},"parent":{}}],["timeofday",{"_index":41,"name":{"41":{},"94":{},"141":{},"182":{},"2401":{},"2455":{},"2507":{},"2549":{}},"parent":{}}],["toggleocapicachingpagerule",{"_index":332,"name":{"963":{}},"parent":{}}],["token",{"_index":895,"name":{"3731":{},"3743":{}},"parent":{}}],["token_type_hint",{"_index":897,"name":{"3732":{},"3744":{}},"parent":{}}],["tokenactionrequest",{"_index":812,"name":{"3600":{},"3607":{},"3801":{},"3834":{}},"parent":{}}],["tokenactionrequesttokentypehintenum",{"_index":813,"name":{"3601":{},"3608":{},"3802":{},"3835":{}},"parent":{}}],["tokenrequest",{"_index":447,"name":{"1774":{}},"parent":{}}],["tokenresponse",{"_index":448,"name":{"1775":{},"3603":{},"3609":{},"3803":{},"3836":{}},"parent":{}}],["tokentype",{"_index":814,"name":{"3602":{},"3610":{},"3804":{},"3837":{}},"parent":{}}],["transferbasket",{"_index":660,"name":{"2667":{},"2903":{}},"parent":{}}],["types",{"_index":5,"name":{"5":{}},"parent":{"6":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{}}}],["types.baseuriparameters",{"_index":8,"name":{},"parent":{"7":{},"8":{}}}],["unassignproductfromcategory",{"_index":154,"name":{"503":{}},"parent":{}}],["unassignvariationfrommasterproduct",{"_index":591,"name":{"2238":{}},"parent":{}}],["unassignvariationgroupfrommasterproduct",{"_index":592,"name":{"2239":{}},"parent":{}}],["updateaddressforcustomerincustomerlist",{"_index":409,"name":{"1520":{}},"parent":{}}],["updateasagentbasket",{"_index":661,"name":{"2668":{},"2904":{}},"parent":{}}],["updateasstorefrontbasket",{"_index":662,"name":{"2669":{},"2905":{}},"parent":{}}],["updatebasket",{"_index":663,"name":{"2670":{},"2906":{}},"parent":{}}],["updatebillingaddressforbasket",{"_index":664,"name":{"2671":{},"2907":{}},"parent":{}}],["updatecampaign",{"_index":69,"name":{"249":{}},"parent":{}}],["updatecatalog",{"_index":155,"name":{"504":{}},"parent":{}}],["updatecategoryincatalog",{"_index":156,"name":{"505":{}},"parent":{}}],["updatecertificate",{"_index":333,"name":{"964":{}},"parent":{}}],["updateciphersuites",{"_index":334,"name":{"965":{}},"parent":{}}],["updatecorspreferences",{"_index":359,"name":{"1246":{}},"parent":{}}],["updatecoupon",{"_index":383,"name":{"1347":{}},"parent":{}}],["updatecouponcodes",{"_index":384,"name":{"1348":{}},"parent":{}}],["updatecustomer",{"_index":786,"name":{"3330":{}},"parent":{}}],["updatecustomeraddress",{"_index":787,"name":{"3331":{}},"parent":{}}],["updatecustomerforbasket",{"_index":665,"name":{"2672":{},"2908":{}},"parent":{}}],["updatecustomerincustomerlist",{"_index":410,"name":{"1521":{}},"parent":{}}],["updatecustomerpassword",{"_index":788,"name":{"3332":{}},"parent":{}}],["updatecustomerproductlist",{"_index":789,"name":{"3333":{}},"parent":{}}],["updatecustomerproductlistitem",{"_index":790,"name":{"3334":{}},"parent":{}}],["updatecustomrule",{"_index":335,"name":{"966":{}},"parent":{}}],["updategiftcertificate",{"_index":424,"name":{"1679":{}},"parent":{}}],["updategiftcertificateiteminbasket",{"_index":666,"name":{"2673":{},"2909":{}},"parent":{}}],["updateiteminbasket",{"_index":667,"name":{"2674":{},"2910":{}},"parent":{}}],["updateitemsinbasket",{"_index":668,"name":{"2675":{},"2911":{}},"parent":{}}],["updatelogpushjob",{"_index":336,"name":{"967":{}},"parent":{}}],["updatemrtrule",{"_index":337,"name":{"968":{}},"parent":{}}],["updatemrtruleset",{"_index":338,"name":{"969":{}},"parent":{}}],["updateorder",{"_index":525,"name":{"1916":{}},"parent":{}}],["updateorderconfirmationstatus",{"_index":526,"name":{"1917":{}},"parent":{}}],["updateorderexportstatus",{"_index":527,"name":{"1918":{}},"parent":{}}],["updateorderexternalstatus",{"_index":528,"name":{"1919":{}},"parent":{}}],["updateorderofcustomrules",{"_index":339,"name":{"970":{}},"parent":{}}],["updateorderpaymentinstrument",{"_index":529,"name":{"1920":{}},"parent":{}}],["updateorderpaymentstatus",{"_index":530,"name":{"1921":{}},"parent":{}}],["updateorderpaymenttransaction",{"_index":531,"name":{"1922":{}},"parent":{}}],["updateordershippingaddress",{"_index":532,"name":{"1923":{}},"parent":{}}],["updateordershippingstatus",{"_index":533,"name":{"1924":{}},"parent":{}}],["updateorderstatus",{"_index":534,"name":{"1925":{}},"parent":{}}],["updatepageshieldpolicy",{"_index":340,"name":{"971":{}},"parent":{}}],["updatepaymentinstrumentfororder",{"_index":918,"name":{"3949":{}},"parent":{}}],["updatepaymentinstrumentinbasket",{"_index":669,"name":{"2676":{},"2912":{}},"parent":{}}],["updatepriceadjustmentinbasket",{"_index":670,"name":{"2677":{},"2913":{}},"parent":{}}],["updateproduct",{"_index":593,"name":{"2240":{}},"parent":{}}],["updateproductcategoryassignment",{"_index":157,"name":{"506":{}},"parent":{}}],["updateproductoption",{"_index":594,"name":{"2241":{}},"parent":{}}],["updateproductoptionvalue",{"_index":595,"name":{"2242":{}},"parent":{}}],["updatepromotion",{"_index":609,"name":{"2462":{}},"parent":{}}],["updateratelimitingrule",{"_index":341,"name":{"972":{}},"parent":{}}],["updatesecuritysettings",{"_index":342,"name":{"973":{}},"parent":{}}],["updateshipmentforbasket",{"_index":671,"name":{"2678":{},"2914":{}},"parent":{}}],["updateshippingaddressforshipment",{"_index":672,"name":{"2679":{},"2915":{}},"parent":{}}],["updateshippingmethodforshipment",{"_index":673,"name":{"2680":{},"2916":{}},"parent":{}}],["updateshoppercontext",{"_index":708,"name":{"3100":{}},"parent":{}}],["updatesourcecodegroup",{"_index":1028,"name":{"4646":{}},"parent":{}}],["updatespeedsettings",{"_index":343,"name":{"974":{}},"parent":{}}],["updatesubscription",{"_index":698,"name":{"3065":{}},"parent":{}}],["updatevariationattribute",{"_index":596,"name":{"2243":{}},"parent":{}}],["updatevariationattributevalue",{"_index":597,"name":{"2244":{}},"parent":{}}],["updatevariationformasterproduct",{"_index":598,"name":{"2245":{}},"parent":{}}],["updatevariationgroupformasterproduct",{"_index":599,"name":{"2246":{}},"parent":{}}],["updatewafgroup",{"_index":344,"name":{"975":{}},"parent":{}}],["updatewafmanagedruleinruleset",{"_index":345,"name":{"976":{}},"parent":{}}],["updatewafmanagedruleset",{"_index":346,"name":{"977":{}},"parent":{}}],["updatewafrule",{"_index":347,"name":{"978":{}},"parent":{}}],["upsertoriginheadermodification",{"_index":348,"name":{"979":{}},"parent":{}}],["urlmapping",{"_index":967,"name":{"4411":{},"4415":{},"4426":{},"4431":{}},"parent":{}}],["urlparameters",{"_index":14,"name":{"14":{}},"parent":{}}],["user_agent_header",{"_index":3,"name":{"3":{}},"parent":{}}],["user_agent_value",{"_index":4,"name":{"4":{}},"parent":{}}],["user_id",{"_index":855,"name":{"3657":{},"3684":{}},"parent":{}}],["usid",{"_index":850,"name":{"3652":{},"3660":{},"3667":{},"3704":{},"3715":{},"3720":{}},"parent":{}}],["validatecustomhostname",{"_index":349,"name":{"980":{}},"parent":{}}],["variant",{"_index":99,"name":{"364":{},"468":{},"585":{},"665":{},"2136":{},"2200":{},"2301":{},"2362":{},"3156":{},"3300":{},"3430":{},"3526":{},"4070":{},"4115":{},"4168":{},"4204":{},"4268":{},"4313":{},"4363":{},"4402":{}},"parent":{}}],["variants",{"_index":561,"name":{"2147":{},"2203":{},"2304":{},"2365":{}},"parent":{}}],["variantsearchrequest",{"_index":559,"name":{"2145":{},"2201":{},"2302":{},"2363":{}},"parent":{}}],["variantsearchresult",{"_index":560,"name":{"2146":{},"2202":{},"2303":{},"2364":{}},"parent":{}}],["variationattribute",{"_index":97,"name":{"362":{},"469":{},"586":{},"666":{},"2122":{},"2204":{},"2305":{},"2366":{},"3147":{},"3301":{},"3431":{},"3527":{},"4059":{},"4116":{},"4169":{},"4205":{},"4259":{},"4314":{},"4364":{},"4403":{}},"parent":{}}],["variationattributes",{"_index":562,"name":{"2148":{},"2207":{},"2308":{},"2369":{}},"parent":{}}],["variationattributevalue",{"_index":96,"name":{"361":{},"471":{},"588":{},"668":{},"2121":{},"2206":{},"2307":{},"2368":{},"3146":{},"3302":{},"3432":{},"3528":{},"4058":{},"4117":{},"4170":{},"4206":{},"4258":{},"4315":{},"4365":{},"4404":{}},"parent":{}}],["variationattributevariationattributetypeenum",{"_index":98,"name":{"363":{},"470":{},"587":{},"667":{},"2123":{},"2205":{},"2306":{},"2367":{}},"parent":{}}],["variationgroup",{"_index":100,"name":{"365":{},"472":{},"589":{},"669":{},"2137":{},"2208":{},"2309":{},"2370":{},"3148":{},"3303":{},"3433":{},"3529":{},"4060":{},"4118":{},"4171":{},"4207":{},"4269":{},"4316":{},"4366":{},"4405":{}},"parent":{}}],["variationgroups",{"_index":563,"name":{"2149":{},"2209":{},"2310":{},"2371":{}},"parent":{}}],["version",{"_index":2,"name":{"2":{},"8":{}},"parent":{"3":{},"4":{}}}],["wafgroup",{"_index":265,"name":{"776":{},"896":{},"1095":{},"1218":{}},"parent":{}}],["wafgroupactionenum",{"_index":266,"name":{"777":{},"897":{},"1096":{},"1219":{}},"parent":{}}],["wafgroupenvelope",{"_index":268,"name":{"779":{},"899":{},"1098":{},"1221":{}},"parent":{}}],["wafgroupmodeenum",{"_index":267,"name":{"778":{},"898":{},"1097":{},"1220":{}},"parent":{}}],["wafgroupsenvelope",{"_index":269,"name":{"780":{},"900":{},"1099":{},"1222":{}},"parent":{}}],["wafmanagedrule",{"_index":253,"name":{"764":{},"884":{},"1083":{},"1206":{}},"parent":{}}],["wafmanagedruleenvelope",{"_index":254,"name":{"765":{},"885":{},"1084":{},"1207":{}},"parent":{}}],["wafmanagedrulerequest",{"_index":255,"name":{"766":{},"886":{},"1085":{},"1208":{}},"parent":{}}],["wafmanagedrulesenvelope",{"_index":256,"name":{"767":{},"887":{},"1086":{},"1209":{}},"parent":{}}],["wafmanagedruleset",{"_index":257,"name":{"768":{},"888":{},"1087":{},"1210":{}},"parent":{}}],["wafmanagedrulesetenvelope",{"_index":258,"name":{"769":{},"889":{},"1088":{},"1211":{}},"parent":{}}],["wafmanagedrulesetrequest",{"_index":259,"name":{"770":{},"890":{},"1089":{},"1212":{}},"parent":{}}],["wafmanagedrulesetsenvelope",{"_index":260,"name":{"771":{},"891":{},"1090":{},"1213":{}},"parent":{}}],["wafpackagepatchrequest",{"_index":270,"name":{"781":{},"901":{},"1100":{},"1223":{}},"parent":{}}],["wafpackagepatchrequestactionmodeenum",{"_index":272,"name":{"783":{},"903":{},"1102":{},"1225":{}},"parent":{}}],["wafpackagepatchrequestsensitivityenum",{"_index":271,"name":{"782":{},"902":{},"1101":{},"1224":{}},"parent":{}}],["wafrule",{"_index":273,"name":{"784":{},"904":{},"1103":{},"1226":{}},"parent":{}}],["wafruleactionenum",{"_index":274,"name":{"785":{},"905":{},"1104":{},"1227":{}},"parent":{}}],["wafruledefaultactionenum",{"_index":275,"name":{"786":{},"906":{},"1105":{},"1228":{}},"parent":{}}],["wafruleenvelope",{"_index":276,"name":{"787":{},"907":{},"1106":{},"1229":{}},"parent":{}}],["wafrulepackage",{"_index":261,"name":{"772":{},"892":{},"1091":{},"1214":{}},"parent":{}}],["wafrulepackageactionmodeenum",{"_index":263,"name":{"774":{},"894":{},"1093":{},"1216":{}},"parent":{}}],["wafrulepackageenvelope",{"_index":264,"name":{"775":{},"895":{},"1094":{},"1217":{}},"parent":{}}],["wafrulepackagesensitivityenum",{"_index":262,"name":{"773":{},"893":{},"1092":{},"1215":{}},"parent":{}}],["wafrulesenvelope",{"_index":277,"name":{"788":{},"908":{},"1107":{},"1230":{}},"parent":{}}],["zone",{"_index":278,"name":{"789":{},"909":{},"1108":{},"1231":{}},"parent":{}}],["zonesenvelope",{"_index":280,"name":{"791":{},"911":{},"1110":{},"1233":{}},"parent":{}}],["zonestatusenum",{"_index":279,"name":{"790":{},"910":{},"1109":{},"1232":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +{"kinds":{"1":"Module","2":"Namespace","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"assignments","url":"modules/assignments.html","classes":"tsd-kind-module"},{"id":1,"kind":32,"name":"defaultBaseUri","url":"modules/assignments.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"assignments"},{"id":2,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":3,"kind":32,"name":"USER_AGENT_HEADER","url":"modules/version.html#user_agent_header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":4,"kind":32,"name":"USER_AGENT_VALUE","url":"modules/version.html#user_agent_value","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":5,"kind":1,"name":"types","url":"modules/types.html","classes":"tsd-kind-module"},{"id":6,"kind":256,"name":"BaseUriParameters","url":"interfaces/types.baseuriparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":7,"kind":1024,"name":"shortCode","url":"interfaces/types.baseuriparameters.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BaseUriParameters"},{"id":8,"kind":1024,"name":"version","url":"interfaces/types.baseuriparameters.html#version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BaseUriParameters"},{"id":9,"kind":256,"name":"PathParameters","url":"interfaces/types.pathparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":10,"kind":256,"name":"QueryParameters","url":"interfaces/types.queryparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":11,"kind":4194304,"name":"Prettify","url":"modules/types.html#prettify","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"types"},{"id":12,"kind":4194304,"name":"CompositeParameters","url":"modules/types.html#compositeparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"types"},{"id":13,"kind":4194304,"name":"RequireParametersUnlessAllAreOptional","url":"modules/types.html#requireparametersunlessallareoptional","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"types"},{"id":14,"kind":4194304,"name":"UrlParameters","url":"modules/types.html#urlparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":15,"kind":4194304,"name":"CustomQueryParameters","url":"modules/types.html#customqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":16,"kind":65536,"name":"__type","url":"modules/types.html#customqueryparameters.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CustomQueryParameters"},{"id":17,"kind":4194304,"name":"CustomRequestBody","url":"modules/types.html#customrequestbody","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":18,"kind":65536,"name":"__type","url":"modules/types.html#customrequestbody.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"types.CustomRequestBody"},{"id":19,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/assignments.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":20,"kind":4194304,"name":"TermQuery","url":"modules/assignments.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":21,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/assignments.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":22,"kind":4194304,"name":"NestedQuery","url":"modules/assignments.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":23,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":24,"kind":4194304,"name":"BoolQuery","url":"modules/assignments.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":25,"kind":4194304,"name":"FilteredQuery","url":"modules/assignments.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":26,"kind":4194304,"name":"TextQuery","url":"modules/assignments.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":27,"kind":4194304,"name":"Query","url":"modules/assignments.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":28,"kind":4194304,"name":"QueryFilter","url":"modules/assignments.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":29,"kind":4194304,"name":"TermFilter","url":"modules/assignments.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":30,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/assignments.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":31,"kind":4194304,"name":"Range2Filter","url":"modules/assignments.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":32,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":33,"kind":4194304,"name":"RangeFilterFrom","url":"modules/assignments.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":34,"kind":4194304,"name":"RangeFilterTo","url":"modules/assignments.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":35,"kind":4194304,"name":"RangeFilter","url":"modules/assignments.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":36,"kind":4194304,"name":"Filter","url":"modules/assignments.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":37,"kind":4194304,"name":"BoolFilter","url":"modules/assignments.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":38,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/assignments.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":39,"kind":4194304,"name":"Campaign","url":"modules/assignments.html#campaign-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":40,"kind":4194304,"name":"PaginatedResultBase","url":"modules/assignments.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":41,"kind":4194304,"name":"Sort","url":"modules/assignments.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":42,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/assignments.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":43,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/assignments.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":44,"kind":4194304,"name":"Tag","url":"modules/assignments.html#tag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":45,"kind":4194304,"name":"TimeOfDay","url":"modules/assignments.html#timeofday-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":46,"kind":4194304,"name":"Recurrence","url":"modules/assignments.html#recurrence-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":47,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.html#recurrencedayofweekenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":48,"kind":4194304,"name":"Schedule","url":"modules/assignments.html#schedule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":49,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.html#promotionabtestgroupassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":50,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/assignments.html#promotioncampaignassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":51,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/assignments.html#promotionassignmentinformation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":52,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.html#promotionassignmentinformationscheduletypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":53,"kind":4194304,"name":"Promotion","url":"modules/assignments.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":54,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/assignments.html#promotionexclusivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":55,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/assignments.html#promotionpromotionclassenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":56,"kind":4194304,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.html#promotioncampaignassignmentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":57,"kind":4194304,"name":"ResultBase","url":"modules/assignments.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":58,"kind":4194304,"name":"SearchRequest","url":"modules/assignments.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"assignments"},{"id":59,"kind":16777216,"name":"BoolFilter","url":"modules/assignments.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":60,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/assignments.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":61,"kind":16777216,"name":"BoolQuery","url":"modules/assignments.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":62,"kind":16777216,"name":"Campaign","url":"modules/assignments.html#campaign","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":63,"kind":16777216,"name":"Filter","url":"modules/assignments.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":64,"kind":16777216,"name":"FilteredQuery","url":"modules/assignments.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":65,"kind":16777216,"name":"NestedQuery","url":"modules/assignments.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":66,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":67,"kind":16777216,"name":"PaginatedResultBase","url":"modules/assignments.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":68,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/assignments.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":69,"kind":16777216,"name":"Promotion","url":"modules/assignments.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":70,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/assignments.html#promotionexclusivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":71,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/assignments.html#promotionpromotionclassenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":72,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.html#promotionabtestgroupassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":73,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/assignments.html#promotionassignmentinformation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":74,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":75,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/assignments.html#promotioncampaignassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":76,"kind":16777216,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.html#promotioncampaignassignmentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":77,"kind":16777216,"name":"Query","url":"modules/assignments.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":78,"kind":16777216,"name":"QueryFilter","url":"modules/assignments.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":79,"kind":16777216,"name":"Range2Filter","url":"modules/assignments.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":80,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":81,"kind":16777216,"name":"RangeFilter","url":"modules/assignments.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":82,"kind":16777216,"name":"RangeFilterFrom","url":"modules/assignments.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":83,"kind":16777216,"name":"RangeFilterTo","url":"modules/assignments.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":84,"kind":16777216,"name":"Recurrence","url":"modules/assignments.html#recurrence","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":85,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.html#recurrencedayofweekenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":86,"kind":16777216,"name":"ResultBase","url":"modules/assignments.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":87,"kind":16777216,"name":"Schedule","url":"modules/assignments.html#schedule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":88,"kind":16777216,"name":"SearchRequest","url":"modules/assignments.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":89,"kind":16777216,"name":"Sort","url":"modules/assignments.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":90,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/assignments.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":91,"kind":16777216,"name":"Tag","url":"modules/assignments.html#tag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":92,"kind":16777216,"name":"TermFilter","url":"modules/assignments.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":93,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/assignments.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":94,"kind":16777216,"name":"TermQuery","url":"modules/assignments.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":95,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/assignments.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":96,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/assignments.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":97,"kind":16777216,"name":"TextQuery","url":"modules/assignments.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":98,"kind":16777216,"name":"TimeOfDay","url":"modules/assignments.html#timeofday","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":99,"kind":128,"name":"Assignments","url":"classes/assignments.assignments-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"assignments"},{"id":100,"kind":512,"name":"constructor","url":"classes/assignments.assignments-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"assignments.Assignments"},{"id":101,"kind":2048,"name":"assignmentsSearch","url":"classes/assignments.assignments-3.html#assignmentssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"assignments.Assignments"},{"id":102,"kind":1024,"name":"clientConfig","url":"classes/assignments.assignments-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"assignments.Assignments"},{"id":103,"kind":16777216,"name":"Assignments","url":"modules/assignments.html#assignments-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":104,"kind":16777216,"name":"defaultBaseUri","url":"modules/assignments.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":105,"kind":16777216,"name":"Assignments","url":"modules/assignments.html#assignments-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":106,"kind":16777216,"name":"BoolFilter","url":"modules/assignments.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":107,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/assignments.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":108,"kind":16777216,"name":"BoolQuery","url":"modules/assignments.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":109,"kind":16777216,"name":"Campaign","url":"modules/assignments.html#campaign-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":110,"kind":16777216,"name":"Filter","url":"modules/assignments.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":111,"kind":16777216,"name":"FilteredQuery","url":"modules/assignments.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":112,"kind":16777216,"name":"NestedQuery","url":"modules/assignments.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":113,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":114,"kind":16777216,"name":"PaginatedResultBase","url":"modules/assignments.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":115,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/assignments.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":116,"kind":16777216,"name":"Promotion","url":"modules/assignments.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":117,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/assignments.html#promotionexclusivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":118,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/assignments.html#promotionpromotionclassenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":119,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.html#promotionabtestgroupassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":120,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/assignments.html#promotionassignmentinformation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":121,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.html#promotionassignmentinformationscheduletypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":122,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/assignments.html#promotioncampaignassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":123,"kind":16777216,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.html#promotioncampaignassignmentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":124,"kind":16777216,"name":"Query","url":"modules/assignments.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":125,"kind":16777216,"name":"QueryFilter","url":"modules/assignments.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":126,"kind":16777216,"name":"Range2Filter","url":"modules/assignments.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":127,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":128,"kind":16777216,"name":"RangeFilter","url":"modules/assignments.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":129,"kind":16777216,"name":"RangeFilterFrom","url":"modules/assignments.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":130,"kind":16777216,"name":"RangeFilterTo","url":"modules/assignments.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":131,"kind":16777216,"name":"Recurrence","url":"modules/assignments.html#recurrence-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":132,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.html#recurrencedayofweekenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":133,"kind":16777216,"name":"ResultBase","url":"modules/assignments.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":134,"kind":16777216,"name":"Schedule","url":"modules/assignments.html#schedule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":135,"kind":16777216,"name":"SearchRequest","url":"modules/assignments.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":136,"kind":16777216,"name":"Sort","url":"modules/assignments.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":137,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/assignments.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":138,"kind":16777216,"name":"Tag","url":"modules/assignments.html#tag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":139,"kind":16777216,"name":"TermFilter","url":"modules/assignments.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":140,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/assignments.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":141,"kind":16777216,"name":"TermQuery","url":"modules/assignments.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":142,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/assignments.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":143,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/assignments.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":144,"kind":16777216,"name":"TextQuery","url":"modules/assignments.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":145,"kind":16777216,"name":"TimeOfDay","url":"modules/assignments.html#timeofday-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assignments"},{"id":146,"kind":2,"name":"AssignmentsTypes","url":"modules/assignments.assignmentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"assignments"},{"id":147,"kind":4194304,"name":"BoolFilter","url":"modules/assignments.assignmentstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":148,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/assignments.assignmentstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":149,"kind":4194304,"name":"BoolQuery","url":"modules/assignments.assignmentstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":150,"kind":4194304,"name":"Campaign","url":"modules/assignments.assignmentstypes.html#campaign","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":151,"kind":4194304,"name":"Filter","url":"modules/assignments.assignmentstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":152,"kind":4194304,"name":"FilteredQuery","url":"modules/assignments.assignmentstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":153,"kind":4194304,"name":"NestedQuery","url":"modules/assignments.assignmentstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":154,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/assignments.assignmentstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":155,"kind":4194304,"name":"PaginatedResultBase","url":"modules/assignments.assignmentstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":156,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/assignments.assignmentstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":157,"kind":4194304,"name":"Promotion","url":"modules/assignments.assignmentstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":158,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/assignments.assignmentstypes.html#promotionexclusivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":159,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/assignments.assignmentstypes.html#promotionpromotionclassenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":160,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/assignments.assignmentstypes.html#promotionabtestgroupassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":161,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/assignments.assignmentstypes.html#promotionassignmentinformation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":162,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/assignments.assignmentstypes.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":163,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/assignments.assignmentstypes.html#promotioncampaignassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":164,"kind":4194304,"name":"PromotionCampaignAssignmentSearchResult","url":"modules/assignments.assignmentstypes.html#promotioncampaignassignmentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":165,"kind":4194304,"name":"Query","url":"modules/assignments.assignmentstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":166,"kind":4194304,"name":"QueryFilter","url":"modules/assignments.assignmentstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":167,"kind":4194304,"name":"Range2Filter","url":"modules/assignments.assignmentstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":168,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/assignments.assignmentstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":169,"kind":4194304,"name":"RangeFilter","url":"modules/assignments.assignmentstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":170,"kind":4194304,"name":"RangeFilterFrom","url":"modules/assignments.assignmentstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":171,"kind":4194304,"name":"RangeFilterTo","url":"modules/assignments.assignmentstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":172,"kind":4194304,"name":"Recurrence","url":"modules/assignments.assignmentstypes.html#recurrence","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":173,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/assignments.assignmentstypes.html#recurrencedayofweekenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":174,"kind":4194304,"name":"ResultBase","url":"modules/assignments.assignmentstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":175,"kind":4194304,"name":"Schedule","url":"modules/assignments.assignmentstypes.html#schedule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":176,"kind":4194304,"name":"SearchRequest","url":"modules/assignments.assignmentstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":177,"kind":4194304,"name":"Sort","url":"modules/assignments.assignmentstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":178,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/assignments.assignmentstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":179,"kind":4194304,"name":"Tag","url":"modules/assignments.assignmentstypes.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":180,"kind":4194304,"name":"TermFilter","url":"modules/assignments.assignmentstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":181,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/assignments.assignmentstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":182,"kind":4194304,"name":"TermQuery","url":"modules/assignments.assignmentstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":183,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/assignments.assignmentstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":184,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/assignments.assignmentstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":185,"kind":4194304,"name":"TextQuery","url":"modules/assignments.assignmentstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":186,"kind":4194304,"name":"TimeOfDay","url":"modules/assignments.assignmentstypes.html#timeofday","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"assignments.AssignmentsTypes"},{"id":187,"kind":1,"name":"campaigns","url":"modules/campaigns.html","classes":"tsd-kind-module"},{"id":188,"kind":32,"name":"defaultBaseUri","url":"modules/campaigns.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"campaigns"},{"id":189,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/campaigns.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":190,"kind":4194304,"name":"TermQuery","url":"modules/campaigns.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":191,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/campaigns.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":192,"kind":4194304,"name":"NestedQuery","url":"modules/campaigns.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":193,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":194,"kind":4194304,"name":"BoolQuery","url":"modules/campaigns.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":195,"kind":4194304,"name":"FilteredQuery","url":"modules/campaigns.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":196,"kind":4194304,"name":"TextQuery","url":"modules/campaigns.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":197,"kind":4194304,"name":"Query","url":"modules/campaigns.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":198,"kind":4194304,"name":"QueryFilter","url":"modules/campaigns.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":199,"kind":4194304,"name":"TermFilter","url":"modules/campaigns.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":200,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/campaigns.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":201,"kind":4194304,"name":"Range2Filter","url":"modules/campaigns.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":202,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":203,"kind":4194304,"name":"RangeFilterFrom","url":"modules/campaigns.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":204,"kind":4194304,"name":"RangeFilterTo","url":"modules/campaigns.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":205,"kind":4194304,"name":"RangeFilter","url":"modules/campaigns.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":206,"kind":4194304,"name":"Filter","url":"modules/campaigns.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":207,"kind":4194304,"name":"BoolFilter","url":"modules/campaigns.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":208,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":209,"kind":4194304,"name":"Campaign","url":"modules/campaigns.html#campaign-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":210,"kind":4194304,"name":"Sort","url":"modules/campaigns.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":211,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/campaigns.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":212,"kind":4194304,"name":"CampaignSearchResult","url":"modules/campaigns.html#campaignsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":213,"kind":4194304,"name":"ErrorResponse","url":"modules/campaigns.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":214,"kind":4194304,"name":"PaginatedResultBase","url":"modules/campaigns.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":215,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/campaigns.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":216,"kind":4194304,"name":"ResultBase","url":"modules/campaigns.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":217,"kind":4194304,"name":"SearchRequest","url":"modules/campaigns.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"campaigns"},{"id":218,"kind":16777216,"name":"BoolFilter","url":"modules/campaigns.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":219,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":220,"kind":16777216,"name":"BoolQuery","url":"modules/campaigns.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":221,"kind":16777216,"name":"Campaign","url":"modules/campaigns.html#campaign","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":222,"kind":16777216,"name":"CampaignSearchResult","url":"modules/campaigns.html#campaignsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":223,"kind":16777216,"name":"ErrorResponse","url":"modules/campaigns.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":224,"kind":16777216,"name":"Filter","url":"modules/campaigns.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":225,"kind":16777216,"name":"FilteredQuery","url":"modules/campaigns.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":226,"kind":16777216,"name":"NestedQuery","url":"modules/campaigns.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":227,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":228,"kind":16777216,"name":"PaginatedResultBase","url":"modules/campaigns.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":229,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/campaigns.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":230,"kind":16777216,"name":"Query","url":"modules/campaigns.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":231,"kind":16777216,"name":"QueryFilter","url":"modules/campaigns.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":232,"kind":16777216,"name":"Range2Filter","url":"modules/campaigns.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":233,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":234,"kind":16777216,"name":"RangeFilter","url":"modules/campaigns.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":235,"kind":16777216,"name":"RangeFilterFrom","url":"modules/campaigns.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":236,"kind":16777216,"name":"RangeFilterTo","url":"modules/campaigns.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":237,"kind":16777216,"name":"ResultBase","url":"modules/campaigns.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":238,"kind":16777216,"name":"SearchRequest","url":"modules/campaigns.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":239,"kind":16777216,"name":"Sort","url":"modules/campaigns.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":240,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/campaigns.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":241,"kind":16777216,"name":"TermFilter","url":"modules/campaigns.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":242,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/campaigns.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":243,"kind":16777216,"name":"TermQuery","url":"modules/campaigns.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":244,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/campaigns.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":245,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/campaigns.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":246,"kind":16777216,"name":"TextQuery","url":"modules/campaigns.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":247,"kind":128,"name":"Campaigns","url":"classes/campaigns.campaigns-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"campaigns"},{"id":248,"kind":512,"name":"constructor","url":"classes/campaigns.campaigns-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"campaigns.Campaigns"},{"id":249,"kind":2048,"name":"campaignsSearch","url":"classes/campaigns.campaigns-3.html#campaignssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":250,"kind":2048,"name":"createCampaign","url":"classes/campaigns.campaigns-3.html#createcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":251,"kind":2048,"name":"deleteCampaign","url":"classes/campaigns.campaigns-3.html#deletecampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":252,"kind":2048,"name":"getCampaign","url":"classes/campaigns.campaigns-3.html#getcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":253,"kind":2048,"name":"updateCampaign","url":"classes/campaigns.campaigns-3.html#updatecampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"campaigns.Campaigns"},{"id":254,"kind":1024,"name":"clientConfig","url":"classes/campaigns.campaigns-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"campaigns.Campaigns"},{"id":255,"kind":16777216,"name":"Campaigns","url":"modules/campaigns.html#campaigns-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":256,"kind":16777216,"name":"defaultBaseUri","url":"modules/campaigns.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":257,"kind":16777216,"name":"Campaigns","url":"modules/campaigns.html#campaigns-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":258,"kind":16777216,"name":"BoolFilter","url":"modules/campaigns.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":259,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":260,"kind":16777216,"name":"BoolQuery","url":"modules/campaigns.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":261,"kind":16777216,"name":"Campaign","url":"modules/campaigns.html#campaign-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":262,"kind":16777216,"name":"CampaignSearchResult","url":"modules/campaigns.html#campaignsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":263,"kind":16777216,"name":"ErrorResponse","url":"modules/campaigns.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":264,"kind":16777216,"name":"Filter","url":"modules/campaigns.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":265,"kind":16777216,"name":"FilteredQuery","url":"modules/campaigns.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":266,"kind":16777216,"name":"NestedQuery","url":"modules/campaigns.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":267,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":268,"kind":16777216,"name":"PaginatedResultBase","url":"modules/campaigns.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":269,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/campaigns.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":270,"kind":16777216,"name":"Query","url":"modules/campaigns.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":271,"kind":16777216,"name":"QueryFilter","url":"modules/campaigns.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":272,"kind":16777216,"name":"Range2Filter","url":"modules/campaigns.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":273,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":274,"kind":16777216,"name":"RangeFilter","url":"modules/campaigns.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":275,"kind":16777216,"name":"RangeFilterFrom","url":"modules/campaigns.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":276,"kind":16777216,"name":"RangeFilterTo","url":"modules/campaigns.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":277,"kind":16777216,"name":"ResultBase","url":"modules/campaigns.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":278,"kind":16777216,"name":"SearchRequest","url":"modules/campaigns.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":279,"kind":16777216,"name":"Sort","url":"modules/campaigns.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":280,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/campaigns.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":281,"kind":16777216,"name":"TermFilter","url":"modules/campaigns.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":282,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/campaigns.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":283,"kind":16777216,"name":"TermQuery","url":"modules/campaigns.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":284,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/campaigns.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":285,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/campaigns.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":286,"kind":16777216,"name":"TextQuery","url":"modules/campaigns.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"campaigns"},{"id":287,"kind":2,"name":"CampaignsTypes","url":"modules/campaigns.campaignstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"campaigns"},{"id":288,"kind":4194304,"name":"BoolFilter","url":"modules/campaigns.campaignstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":289,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/campaigns.campaignstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":290,"kind":4194304,"name":"BoolQuery","url":"modules/campaigns.campaignstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":291,"kind":4194304,"name":"Campaign","url":"modules/campaigns.campaignstypes.html#campaign","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":292,"kind":4194304,"name":"CampaignSearchResult","url":"modules/campaigns.campaignstypes.html#campaignsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":293,"kind":4194304,"name":"ErrorResponse","url":"modules/campaigns.campaignstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":294,"kind":4194304,"name":"Filter","url":"modules/campaigns.campaignstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":295,"kind":4194304,"name":"FilteredQuery","url":"modules/campaigns.campaignstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":296,"kind":4194304,"name":"NestedQuery","url":"modules/campaigns.campaignstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":297,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/campaigns.campaignstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":298,"kind":4194304,"name":"PaginatedResultBase","url":"modules/campaigns.campaignstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":299,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/campaigns.campaignstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":300,"kind":4194304,"name":"Query","url":"modules/campaigns.campaignstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":301,"kind":4194304,"name":"QueryFilter","url":"modules/campaigns.campaignstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":302,"kind":4194304,"name":"Range2Filter","url":"modules/campaigns.campaignstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":303,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/campaigns.campaignstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":304,"kind":4194304,"name":"RangeFilter","url":"modules/campaigns.campaignstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":305,"kind":4194304,"name":"RangeFilterFrom","url":"modules/campaigns.campaignstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":306,"kind":4194304,"name":"RangeFilterTo","url":"modules/campaigns.campaignstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":307,"kind":4194304,"name":"ResultBase","url":"modules/campaigns.campaignstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":308,"kind":4194304,"name":"SearchRequest","url":"modules/campaigns.campaignstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":309,"kind":4194304,"name":"Sort","url":"modules/campaigns.campaignstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":310,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/campaigns.campaignstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":311,"kind":4194304,"name":"TermFilter","url":"modules/campaigns.campaignstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":312,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/campaigns.campaignstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":313,"kind":4194304,"name":"TermQuery","url":"modules/campaigns.campaignstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":314,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/campaigns.campaignstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":315,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/campaigns.campaignstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":316,"kind":4194304,"name":"TextQuery","url":"modules/campaigns.campaignstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"campaigns.CampaignsTypes"},{"id":317,"kind":1,"name":"catalogs","url":"modules/catalogs.html","classes":"tsd-kind-module"},{"id":318,"kind":32,"name":"defaultBaseUri","url":"modules/catalogs.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"catalogs"},{"id":319,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/catalogs.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":320,"kind":4194304,"name":"TermQuery","url":"modules/catalogs.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":321,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/catalogs.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":322,"kind":4194304,"name":"NestedQuery","url":"modules/catalogs.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":323,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":324,"kind":4194304,"name":"BoolQuery","url":"modules/catalogs.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":325,"kind":4194304,"name":"FilteredQuery","url":"modules/catalogs.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":326,"kind":4194304,"name":"TextQuery","url":"modules/catalogs.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":327,"kind":4194304,"name":"Query","url":"modules/catalogs.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":328,"kind":4194304,"name":"QueryFilter","url":"modules/catalogs.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":329,"kind":4194304,"name":"TermFilter","url":"modules/catalogs.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":330,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/catalogs.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":331,"kind":4194304,"name":"Range2Filter","url":"modules/catalogs.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":332,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":333,"kind":4194304,"name":"RangeFilterFrom","url":"modules/catalogs.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":334,"kind":4194304,"name":"RangeFilterTo","url":"modules/catalogs.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":335,"kind":4194304,"name":"RangeFilter","url":"modules/catalogs.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":336,"kind":4194304,"name":"Filter","url":"modules/catalogs.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":337,"kind":4194304,"name":"BoolFilter","url":"modules/catalogs.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":338,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":339,"kind":4194304,"name":"SiteCustomerListLink","url":"modules/catalogs.html#sitecustomerlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":340,"kind":4194304,"name":"Site","url":"modules/catalogs.html#site-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":341,"kind":4194304,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.html#sitestorefrontstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":342,"kind":4194304,"name":"Catalog","url":"modules/catalogs.html#catalog-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":343,"kind":4194304,"name":"CatalogCategoryId","url":"modules/catalogs.html#catalogcategoryid-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":344,"kind":4194304,"name":"Sort","url":"modules/catalogs.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":345,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/catalogs.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":346,"kind":4194304,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.html#catalogcategorysearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":347,"kind":4194304,"name":"CatalogSearchRequest","url":"modules/catalogs.html#catalogsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":348,"kind":4194304,"name":"CatalogSearchResult","url":"modules/catalogs.html#catalogsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":349,"kind":4194304,"name":"Catalogs","url":"modules/catalogs.html#catalogs-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":350,"kind":4194304,"name":"SortingRuleStep","url":"modules/catalogs.html#sortingrulestep-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":351,"kind":4194304,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.html#sortingrulestepdirectionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":352,"kind":4194304,"name":"SortingRule","url":"modules/catalogs.html#sortingrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":353,"kind":4194304,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.html#sortingrulerulecontextenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":354,"kind":4194304,"name":"PathRecord","url":"modules/catalogs.html#pathrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":355,"kind":4194304,"name":"Category","url":"modules/catalogs.html#category-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":356,"kind":4194304,"name":"Categories","url":"modules/catalogs.html#categories-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":357,"kind":4194304,"name":"Master","url":"modules/catalogs.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":358,"kind":4194304,"name":"MediaFile","url":"modules/catalogs.html#mediafile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":359,"kind":4194304,"name":"Money","url":"modules/catalogs.html#money-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":360,"kind":4194304,"name":"ProductOptionValue","url":"modules/catalogs.html#productoptionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":361,"kind":4194304,"name":"ProductOption","url":"modules/catalogs.html#productoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":362,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.html#productoptionsortingmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":363,"kind":4194304,"name":"VariationAttributeValue","url":"modules/catalogs.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":364,"kind":4194304,"name":"VariationAttribute","url":"modules/catalogs.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":365,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.html#variationattributevariationattributetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":366,"kind":4194304,"name":"Variant","url":"modules/catalogs.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":367,"kind":4194304,"name":"VariationGroup","url":"modules/catalogs.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":368,"kind":4194304,"name":"ProductType","url":"modules/catalogs.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":369,"kind":4194304,"name":"ImageGroup","url":"modules/catalogs.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":370,"kind":4194304,"name":"MarkupText","url":"modules/catalogs.html#markuptext-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":371,"kind":4194304,"name":"Product","url":"modules/catalogs.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":372,"kind":4194304,"name":"CategoryProductAssignment","url":"modules/catalogs.html#categoryproductassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":373,"kind":4194304,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.html#categoryproductassignmentsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":374,"kind":4194304,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.html#categoryproductassignmentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":375,"kind":4194304,"name":"CategorySearchRequest","url":"modules/catalogs.html#categorysearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":376,"kind":4194304,"name":"CategorySearchResult","url":"modules/catalogs.html#categorysearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":377,"kind":4194304,"name":"Condition","url":"modules/catalogs.html#condition-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":378,"kind":4194304,"name":"ConditionOperatorEnum","url":"modules/catalogs.html#conditionoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":379,"kind":4194304,"name":"ConditionsResult","url":"modules/catalogs.html#conditionsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":380,"kind":4194304,"name":"ErrorResponse","url":"modules/catalogs.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":381,"kind":4194304,"name":"ExcludedProduct","url":"modules/catalogs.html#excludedproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":382,"kind":4194304,"name":"ExcludedProductRequest","url":"modules/catalogs.html#excludedproductrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":383,"kind":4194304,"name":"ExcludedProductsResult","url":"modules/catalogs.html#excludedproductsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":384,"kind":4194304,"name":"ExecutionJobStatusResult","url":"modules/catalogs.html#executionjobstatusresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":385,"kind":4194304,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.html#executionjobstatusresulttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":386,"kind":4194304,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.html#executionjobstatusresultjobstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":387,"kind":4194304,"name":"ExecutionRequest","url":"modules/catalogs.html#executionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":388,"kind":4194304,"name":"PaginatedResultBase","url":"modules/catalogs.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":389,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/catalogs.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":390,"kind":4194304,"name":"ResultBase","url":"modules/catalogs.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":391,"kind":4194304,"name":"Rule","url":"modules/catalogs.html#rule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":392,"kind":4194304,"name":"RuleRequest","url":"modules/catalogs.html#rulerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":393,"kind":4194304,"name":"RulesRequest","url":"modules/catalogs.html#rulesrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":394,"kind":4194304,"name":"RulesResult","url":"modules/catalogs.html#rulesresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":395,"kind":4194304,"name":"SearchRequest","url":"modules/catalogs.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"catalogs"},{"id":396,"kind":16777216,"name":"BoolFilter","url":"modules/catalogs.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":397,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":398,"kind":16777216,"name":"BoolQuery","url":"modules/catalogs.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":399,"kind":16777216,"name":"Catalog","url":"modules/catalogs.html#catalog","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":400,"kind":16777216,"name":"CatalogCategoryId","url":"modules/catalogs.html#catalogcategoryid","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":401,"kind":16777216,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.html#catalogcategorysearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":402,"kind":16777216,"name":"CatalogSearchRequest","url":"modules/catalogs.html#catalogsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":403,"kind":16777216,"name":"CatalogSearchResult","url":"modules/catalogs.html#catalogsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":404,"kind":16777216,"name":"Catalogs","url":"modules/catalogs.html#catalogs-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":405,"kind":16777216,"name":"Categories","url":"modules/catalogs.html#categories","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":406,"kind":16777216,"name":"Category","url":"modules/catalogs.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":407,"kind":16777216,"name":"CategoryProductAssignment","url":"modules/catalogs.html#categoryproductassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":408,"kind":16777216,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.html#categoryproductassignmentsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":409,"kind":16777216,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.html#categoryproductassignmentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":410,"kind":16777216,"name":"CategorySearchRequest","url":"modules/catalogs.html#categorysearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":411,"kind":16777216,"name":"CategorySearchResult","url":"modules/catalogs.html#categorysearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":412,"kind":16777216,"name":"Condition","url":"modules/catalogs.html#condition","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":413,"kind":16777216,"name":"ConditionOperatorEnum","url":"modules/catalogs.html#conditionoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":414,"kind":16777216,"name":"ConditionsResult","url":"modules/catalogs.html#conditionsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":415,"kind":16777216,"name":"ErrorResponse","url":"modules/catalogs.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":416,"kind":16777216,"name":"ExcludedProduct","url":"modules/catalogs.html#excludedproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":417,"kind":16777216,"name":"ExcludedProductRequest","url":"modules/catalogs.html#excludedproductrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":418,"kind":16777216,"name":"ExcludedProductsResult","url":"modules/catalogs.html#excludedproductsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":419,"kind":16777216,"name":"ExecutionJobStatusResult","url":"modules/catalogs.html#executionjobstatusresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":420,"kind":16777216,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.html#executionjobstatusresulttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":421,"kind":16777216,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.html#executionjobstatusresultjobstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":422,"kind":16777216,"name":"ExecutionRequest","url":"modules/catalogs.html#executionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":423,"kind":16777216,"name":"Filter","url":"modules/catalogs.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":424,"kind":16777216,"name":"FilteredQuery","url":"modules/catalogs.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":425,"kind":16777216,"name":"ImageGroup","url":"modules/catalogs.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":426,"kind":16777216,"name":"MarkupText","url":"modules/catalogs.html#markuptext","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":427,"kind":16777216,"name":"Master","url":"modules/catalogs.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":428,"kind":16777216,"name":"MediaFile","url":"modules/catalogs.html#mediafile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":429,"kind":16777216,"name":"Money","url":"modules/catalogs.html#money","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":430,"kind":16777216,"name":"NestedQuery","url":"modules/catalogs.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":431,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":432,"kind":16777216,"name":"PaginatedResultBase","url":"modules/catalogs.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":433,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/catalogs.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":434,"kind":16777216,"name":"PathRecord","url":"modules/catalogs.html#pathrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":435,"kind":16777216,"name":"Product","url":"modules/catalogs.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":436,"kind":16777216,"name":"ProductOption","url":"modules/catalogs.html#productoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":437,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.html#productoptionsortingmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":438,"kind":16777216,"name":"ProductOptionValue","url":"modules/catalogs.html#productoptionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":439,"kind":16777216,"name":"ProductType","url":"modules/catalogs.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":440,"kind":16777216,"name":"Query","url":"modules/catalogs.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":441,"kind":16777216,"name":"QueryFilter","url":"modules/catalogs.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":442,"kind":16777216,"name":"Range2Filter","url":"modules/catalogs.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":443,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":444,"kind":16777216,"name":"RangeFilter","url":"modules/catalogs.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":445,"kind":16777216,"name":"RangeFilterFrom","url":"modules/catalogs.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":446,"kind":16777216,"name":"RangeFilterTo","url":"modules/catalogs.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":447,"kind":16777216,"name":"ResultBase","url":"modules/catalogs.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":448,"kind":16777216,"name":"Rule","url":"modules/catalogs.html#rule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":449,"kind":16777216,"name":"RuleRequest","url":"modules/catalogs.html#rulerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":450,"kind":16777216,"name":"RulesRequest","url":"modules/catalogs.html#rulesrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":451,"kind":16777216,"name":"RulesResult","url":"modules/catalogs.html#rulesresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":452,"kind":16777216,"name":"SearchRequest","url":"modules/catalogs.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":453,"kind":16777216,"name":"Site","url":"modules/catalogs.html#site","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":454,"kind":16777216,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.html#sitestorefrontstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":455,"kind":16777216,"name":"SiteCustomerListLink","url":"modules/catalogs.html#sitecustomerlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":456,"kind":16777216,"name":"Sort","url":"modules/catalogs.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":457,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/catalogs.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":458,"kind":16777216,"name":"SortingRule","url":"modules/catalogs.html#sortingrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":459,"kind":16777216,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.html#sortingrulerulecontextenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":460,"kind":16777216,"name":"SortingRuleStep","url":"modules/catalogs.html#sortingrulestep","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":461,"kind":16777216,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.html#sortingrulestepdirectionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":462,"kind":16777216,"name":"TermFilter","url":"modules/catalogs.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":463,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/catalogs.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":464,"kind":16777216,"name":"TermQuery","url":"modules/catalogs.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":465,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/catalogs.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":466,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/catalogs.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":467,"kind":16777216,"name":"TextQuery","url":"modules/catalogs.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":468,"kind":16777216,"name":"Variant","url":"modules/catalogs.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":469,"kind":16777216,"name":"VariationAttribute","url":"modules/catalogs.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":470,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.html#variationattributevariationattributetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":471,"kind":16777216,"name":"VariationAttributeValue","url":"modules/catalogs.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":472,"kind":16777216,"name":"VariationGroup","url":"modules/catalogs.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":473,"kind":128,"name":"CatalogsV1","url":"classes/catalogs.catalogsv1-2.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"catalogs"},{"id":474,"kind":512,"name":"constructor","url":"classes/catalogs.catalogsv1-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"catalogs.CatalogsV1"},{"id":475,"kind":2048,"name":"addProductsToExclusionList","url":"classes/catalogs.catalogsv1-2.html#addproductstoexclusionlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":476,"kind":2048,"name":"assignProductToCategory","url":"classes/catalogs.catalogsv1-2.html#assignproducttocategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":477,"kind":2048,"name":"createCategoryInCatalog","url":"classes/catalogs.catalogsv1-2.html#createcategoryincatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":478,"kind":2048,"name":"createCategoryRules","url":"classes/catalogs.catalogsv1-2.html#createcategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":479,"kind":2048,"name":"createOrUpdateCategoryRuleCondition","url":"classes/catalogs.catalogsv1-2.html#createorupdatecategoryrulecondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":480,"kind":2048,"name":"createUpdateRule","url":"classes/catalogs.catalogsv1-2.html#createupdaterule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":481,"kind":2048,"name":"deleteCategoryFromCatalog","url":"classes/catalogs.catalogsv1-2.html#deletecategoryfromcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":482,"kind":2048,"name":"deleteCategoryRuleCondition","url":"classes/catalogs.catalogsv1-2.html#deletecategoryrulecondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":483,"kind":2048,"name":"deleteCategoryRuleConditions","url":"classes/catalogs.catalogsv1-2.html#deletecategoryruleconditions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":484,"kind":2048,"name":"deleteCategoryRules","url":"classes/catalogs.catalogsv1-2.html#deletecategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":485,"kind":2048,"name":"deleteRule","url":"classes/catalogs.catalogsv1-2.html#deleterule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":486,"kind":2048,"name":"getAssignedProductFromCategory","url":"classes/catalogs.catalogsv1-2.html#getassignedproductfromcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":487,"kind":2048,"name":"getCatalog","url":"classes/catalogs.catalogsv1-2.html#getcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":488,"kind":2048,"name":"getCatalogs","url":"classes/catalogs.catalogsv1-2.html#getcatalogs","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":489,"kind":2048,"name":"getCategoriesFromCatalog","url":"classes/catalogs.catalogsv1-2.html#getcategoriesfromcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":490,"kind":2048,"name":"getCategorizationStatus","url":"classes/catalogs.catalogsv1-2.html#getcategorizationstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":491,"kind":2048,"name":"getCategoryFromCatalog","url":"classes/catalogs.catalogsv1-2.html#getcategoryfromcatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":492,"kind":2048,"name":"getCategoryRuleCondition","url":"classes/catalogs.catalogsv1-2.html#getcategoryrulecondition","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":493,"kind":2048,"name":"getCategoryRuleConditions","url":"classes/catalogs.catalogsv1-2.html#getcategoryruleconditions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":494,"kind":2048,"name":"getCategoryRules","url":"classes/catalogs.catalogsv1-2.html#getcategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":495,"kind":2048,"name":"getExclusionList","url":"classes/catalogs.catalogsv1-2.html#getexclusionlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":496,"kind":2048,"name":"getRuleById","url":"classes/catalogs.catalogsv1-2.html#getrulebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":497,"kind":2048,"name":"removeProductsFromExclusionList","url":"classes/catalogs.catalogsv1-2.html#removeproductsfromexclusionlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":498,"kind":2048,"name":"runCategoryRules","url":"classes/catalogs.catalogsv1-2.html#runcategoryrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":499,"kind":2048,"name":"searchCatalogs","url":"classes/catalogs.catalogsv1-2.html#searchcatalogs","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":500,"kind":2048,"name":"searchCategories","url":"classes/catalogs.catalogsv1-2.html#searchcategories","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":501,"kind":2048,"name":"searchCategoriesInCatalog","url":"classes/catalogs.catalogsv1-2.html#searchcategoriesincatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":502,"kind":2048,"name":"searchProductsAssignedToCategory","url":"classes/catalogs.catalogsv1-2.html#searchproductsassignedtocategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":503,"kind":2048,"name":"unassignProductFromCategory","url":"classes/catalogs.catalogsv1-2.html#unassignproductfromcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":504,"kind":2048,"name":"updateCatalog","url":"classes/catalogs.catalogsv1-2.html#updatecatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":505,"kind":2048,"name":"updateCategoryInCatalog","url":"classes/catalogs.catalogsv1-2.html#updatecategoryincatalog","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":506,"kind":2048,"name":"updateProductCategoryAssignment","url":"classes/catalogs.catalogsv1-2.html#updateproductcategoryassignment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"catalogs.CatalogsV1"},{"id":507,"kind":1024,"name":"clientConfig","url":"classes/catalogs.catalogsv1-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"catalogs.CatalogsV1"},{"id":508,"kind":16777216,"name":"CatalogsV1","url":"modules/catalogs.html#catalogsv1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":509,"kind":16777216,"name":"defaultBaseUri","url":"modules/catalogs.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":510,"kind":16777216,"name":"CatalogsV1","url":"modules/catalogs.html#catalogsv1-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":511,"kind":16777216,"name":"BoolFilter","url":"modules/catalogs.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":512,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":513,"kind":16777216,"name":"BoolQuery","url":"modules/catalogs.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":514,"kind":16777216,"name":"Catalog","url":"modules/catalogs.html#catalog-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":515,"kind":16777216,"name":"CatalogCategoryId","url":"modules/catalogs.html#catalogcategoryid-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":516,"kind":16777216,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.html#catalogcategorysearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":517,"kind":16777216,"name":"CatalogSearchRequest","url":"modules/catalogs.html#catalogsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":518,"kind":16777216,"name":"CatalogSearchResult","url":"modules/catalogs.html#catalogsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":519,"kind":16777216,"name":"Catalogs","url":"modules/catalogs.html#catalogs-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":520,"kind":16777216,"name":"Categories","url":"modules/catalogs.html#categories-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":521,"kind":16777216,"name":"Category","url":"modules/catalogs.html#category-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":522,"kind":16777216,"name":"CategoryProductAssignment","url":"modules/catalogs.html#categoryproductassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":523,"kind":16777216,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.html#categoryproductassignmentsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":524,"kind":16777216,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.html#categoryproductassignmentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":525,"kind":16777216,"name":"CategorySearchRequest","url":"modules/catalogs.html#categorysearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":526,"kind":16777216,"name":"CategorySearchResult","url":"modules/catalogs.html#categorysearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":527,"kind":16777216,"name":"Condition","url":"modules/catalogs.html#condition-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":528,"kind":16777216,"name":"ConditionOperatorEnum","url":"modules/catalogs.html#conditionoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":529,"kind":16777216,"name":"ConditionsResult","url":"modules/catalogs.html#conditionsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":530,"kind":16777216,"name":"ErrorResponse","url":"modules/catalogs.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":531,"kind":16777216,"name":"ExcludedProduct","url":"modules/catalogs.html#excludedproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":532,"kind":16777216,"name":"ExcludedProductRequest","url":"modules/catalogs.html#excludedproductrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":533,"kind":16777216,"name":"ExcludedProductsResult","url":"modules/catalogs.html#excludedproductsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":534,"kind":16777216,"name":"ExecutionJobStatusResult","url":"modules/catalogs.html#executionjobstatusresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":535,"kind":16777216,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.html#executionjobstatusresulttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":536,"kind":16777216,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.html#executionjobstatusresultjobstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":537,"kind":16777216,"name":"ExecutionRequest","url":"modules/catalogs.html#executionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":538,"kind":16777216,"name":"Filter","url":"modules/catalogs.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":539,"kind":16777216,"name":"FilteredQuery","url":"modules/catalogs.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":540,"kind":16777216,"name":"ImageGroup","url":"modules/catalogs.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":541,"kind":16777216,"name":"MarkupText","url":"modules/catalogs.html#markuptext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":542,"kind":16777216,"name":"Master","url":"modules/catalogs.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":543,"kind":16777216,"name":"MediaFile","url":"modules/catalogs.html#mediafile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":544,"kind":16777216,"name":"Money","url":"modules/catalogs.html#money-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":545,"kind":16777216,"name":"NestedQuery","url":"modules/catalogs.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":546,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":547,"kind":16777216,"name":"PaginatedResultBase","url":"modules/catalogs.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":548,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/catalogs.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":549,"kind":16777216,"name":"PathRecord","url":"modules/catalogs.html#pathrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":550,"kind":16777216,"name":"Product","url":"modules/catalogs.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":551,"kind":16777216,"name":"ProductOption","url":"modules/catalogs.html#productoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":552,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.html#productoptionsortingmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":553,"kind":16777216,"name":"ProductOptionValue","url":"modules/catalogs.html#productoptionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":554,"kind":16777216,"name":"ProductType","url":"modules/catalogs.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":555,"kind":16777216,"name":"Query","url":"modules/catalogs.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":556,"kind":16777216,"name":"QueryFilter","url":"modules/catalogs.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":557,"kind":16777216,"name":"Range2Filter","url":"modules/catalogs.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":558,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":559,"kind":16777216,"name":"RangeFilter","url":"modules/catalogs.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":560,"kind":16777216,"name":"RangeFilterFrom","url":"modules/catalogs.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":561,"kind":16777216,"name":"RangeFilterTo","url":"modules/catalogs.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":562,"kind":16777216,"name":"ResultBase","url":"modules/catalogs.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":563,"kind":16777216,"name":"Rule","url":"modules/catalogs.html#rule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":564,"kind":16777216,"name":"RuleRequest","url":"modules/catalogs.html#rulerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":565,"kind":16777216,"name":"RulesRequest","url":"modules/catalogs.html#rulesrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":566,"kind":16777216,"name":"RulesResult","url":"modules/catalogs.html#rulesresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":567,"kind":16777216,"name":"SearchRequest","url":"modules/catalogs.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":568,"kind":16777216,"name":"Site","url":"modules/catalogs.html#site-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":569,"kind":16777216,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.html#sitestorefrontstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":570,"kind":16777216,"name":"SiteCustomerListLink","url":"modules/catalogs.html#sitecustomerlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":571,"kind":16777216,"name":"Sort","url":"modules/catalogs.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":572,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/catalogs.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":573,"kind":16777216,"name":"SortingRule","url":"modules/catalogs.html#sortingrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":574,"kind":16777216,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.html#sortingrulerulecontextenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":575,"kind":16777216,"name":"SortingRuleStep","url":"modules/catalogs.html#sortingrulestep-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":576,"kind":16777216,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.html#sortingrulestepdirectionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":577,"kind":16777216,"name":"TermFilter","url":"modules/catalogs.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":578,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/catalogs.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":579,"kind":16777216,"name":"TermQuery","url":"modules/catalogs.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":580,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/catalogs.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":581,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/catalogs.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":582,"kind":16777216,"name":"TextQuery","url":"modules/catalogs.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":583,"kind":16777216,"name":"Variant","url":"modules/catalogs.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":584,"kind":16777216,"name":"VariationAttribute","url":"modules/catalogs.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":585,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.html#variationattributevariationattributetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":586,"kind":16777216,"name":"VariationAttributeValue","url":"modules/catalogs.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":587,"kind":16777216,"name":"VariationGroup","url":"modules/catalogs.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"catalogs"},{"id":588,"kind":2,"name":"CatalogsV1Types","url":"modules/catalogs.catalogsv1types.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"catalogs"},{"id":589,"kind":4194304,"name":"BoolFilter","url":"modules/catalogs.catalogsv1types.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":590,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/catalogs.catalogsv1types.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":591,"kind":4194304,"name":"BoolQuery","url":"modules/catalogs.catalogsv1types.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":592,"kind":4194304,"name":"Catalog","url":"modules/catalogs.catalogsv1types.html#catalog","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":593,"kind":4194304,"name":"CatalogCategoryId","url":"modules/catalogs.catalogsv1types.html#catalogcategoryid","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":594,"kind":4194304,"name":"CatalogCategorySearchRequest","url":"modules/catalogs.catalogsv1types.html#catalogcategorysearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":595,"kind":4194304,"name":"CatalogSearchRequest","url":"modules/catalogs.catalogsv1types.html#catalogsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":596,"kind":4194304,"name":"CatalogSearchResult","url":"modules/catalogs.catalogsv1types.html#catalogsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":597,"kind":4194304,"name":"Catalogs","url":"modules/catalogs.catalogsv1types.html#catalogs","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":598,"kind":4194304,"name":"Categories","url":"modules/catalogs.catalogsv1types.html#categories","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":599,"kind":4194304,"name":"Category","url":"modules/catalogs.catalogsv1types.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":600,"kind":4194304,"name":"CategoryProductAssignment","url":"modules/catalogs.catalogsv1types.html#categoryproductassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":601,"kind":4194304,"name":"CategoryProductAssignmentSearchRequest","url":"modules/catalogs.catalogsv1types.html#categoryproductassignmentsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":602,"kind":4194304,"name":"CategoryProductAssignmentSearchResult","url":"modules/catalogs.catalogsv1types.html#categoryproductassignmentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":603,"kind":4194304,"name":"CategorySearchRequest","url":"modules/catalogs.catalogsv1types.html#categorysearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":604,"kind":4194304,"name":"CategorySearchResult","url":"modules/catalogs.catalogsv1types.html#categorysearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":605,"kind":4194304,"name":"Condition","url":"modules/catalogs.catalogsv1types.html#condition","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":606,"kind":4194304,"name":"ConditionOperatorEnum","url":"modules/catalogs.catalogsv1types.html#conditionoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":607,"kind":4194304,"name":"ConditionsResult","url":"modules/catalogs.catalogsv1types.html#conditionsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":608,"kind":4194304,"name":"ErrorResponse","url":"modules/catalogs.catalogsv1types.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":609,"kind":4194304,"name":"ExcludedProduct","url":"modules/catalogs.catalogsv1types.html#excludedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":610,"kind":4194304,"name":"ExcludedProductRequest","url":"modules/catalogs.catalogsv1types.html#excludedproductrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":611,"kind":4194304,"name":"ExcludedProductsResult","url":"modules/catalogs.catalogsv1types.html#excludedproductsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":612,"kind":4194304,"name":"ExecutionJobStatusResult","url":"modules/catalogs.catalogsv1types.html#executionjobstatusresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":613,"kind":4194304,"name":"ExecutionJobStatusResultTypeEnum","url":"modules/catalogs.catalogsv1types.html#executionjobstatusresulttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":614,"kind":4194304,"name":"ExecutionJobStatusResultJobStatusEnum","url":"modules/catalogs.catalogsv1types.html#executionjobstatusresultjobstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":615,"kind":4194304,"name":"ExecutionRequest","url":"modules/catalogs.catalogsv1types.html#executionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":616,"kind":4194304,"name":"Filter","url":"modules/catalogs.catalogsv1types.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":617,"kind":4194304,"name":"FilteredQuery","url":"modules/catalogs.catalogsv1types.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":618,"kind":4194304,"name":"ImageGroup","url":"modules/catalogs.catalogsv1types.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":619,"kind":4194304,"name":"MarkupText","url":"modules/catalogs.catalogsv1types.html#markuptext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":620,"kind":4194304,"name":"Master","url":"modules/catalogs.catalogsv1types.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":621,"kind":4194304,"name":"MediaFile","url":"modules/catalogs.catalogsv1types.html#mediafile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":622,"kind":4194304,"name":"Money","url":"modules/catalogs.catalogsv1types.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":623,"kind":4194304,"name":"NestedQuery","url":"modules/catalogs.catalogsv1types.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":624,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/catalogs.catalogsv1types.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":625,"kind":4194304,"name":"PaginatedResultBase","url":"modules/catalogs.catalogsv1types.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":626,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/catalogs.catalogsv1types.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":627,"kind":4194304,"name":"PathRecord","url":"modules/catalogs.catalogsv1types.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":628,"kind":4194304,"name":"Product","url":"modules/catalogs.catalogsv1types.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":629,"kind":4194304,"name":"ProductOption","url":"modules/catalogs.catalogsv1types.html#productoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":630,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/catalogs.catalogsv1types.html#productoptionsortingmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":631,"kind":4194304,"name":"ProductOptionValue","url":"modules/catalogs.catalogsv1types.html#productoptionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":632,"kind":4194304,"name":"ProductType","url":"modules/catalogs.catalogsv1types.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":633,"kind":4194304,"name":"Query","url":"modules/catalogs.catalogsv1types.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":634,"kind":4194304,"name":"QueryFilter","url":"modules/catalogs.catalogsv1types.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":635,"kind":4194304,"name":"Range2Filter","url":"modules/catalogs.catalogsv1types.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":636,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/catalogs.catalogsv1types.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":637,"kind":4194304,"name":"RangeFilter","url":"modules/catalogs.catalogsv1types.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":638,"kind":4194304,"name":"RangeFilterFrom","url":"modules/catalogs.catalogsv1types.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":639,"kind":4194304,"name":"RangeFilterTo","url":"modules/catalogs.catalogsv1types.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":640,"kind":4194304,"name":"ResultBase","url":"modules/catalogs.catalogsv1types.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":641,"kind":4194304,"name":"Rule","url":"modules/catalogs.catalogsv1types.html#rule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":642,"kind":4194304,"name":"RuleRequest","url":"modules/catalogs.catalogsv1types.html#rulerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":643,"kind":4194304,"name":"RulesRequest","url":"modules/catalogs.catalogsv1types.html#rulesrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":644,"kind":4194304,"name":"RulesResult","url":"modules/catalogs.catalogsv1types.html#rulesresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":645,"kind":4194304,"name":"SearchRequest","url":"modules/catalogs.catalogsv1types.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":646,"kind":4194304,"name":"Site","url":"modules/catalogs.catalogsv1types.html#site","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":647,"kind":4194304,"name":"SiteStorefrontStatusEnum","url":"modules/catalogs.catalogsv1types.html#sitestorefrontstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":648,"kind":4194304,"name":"SiteCustomerListLink","url":"modules/catalogs.catalogsv1types.html#sitecustomerlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":649,"kind":4194304,"name":"Sort","url":"modules/catalogs.catalogsv1types.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":650,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/catalogs.catalogsv1types.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":651,"kind":4194304,"name":"SortingRule","url":"modules/catalogs.catalogsv1types.html#sortingrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":652,"kind":4194304,"name":"SortingRuleRuleContextEnum","url":"modules/catalogs.catalogsv1types.html#sortingrulerulecontextenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":653,"kind":4194304,"name":"SortingRuleStep","url":"modules/catalogs.catalogsv1types.html#sortingrulestep","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":654,"kind":4194304,"name":"SortingRuleStepDirectionEnum","url":"modules/catalogs.catalogsv1types.html#sortingrulestepdirectionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":655,"kind":4194304,"name":"TermFilter","url":"modules/catalogs.catalogsv1types.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":656,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/catalogs.catalogsv1types.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":657,"kind":4194304,"name":"TermQuery","url":"modules/catalogs.catalogsv1types.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":658,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/catalogs.catalogsv1types.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":659,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/catalogs.catalogsv1types.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":660,"kind":4194304,"name":"TextQuery","url":"modules/catalogs.catalogsv1types.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":661,"kind":4194304,"name":"Variant","url":"modules/catalogs.catalogsv1types.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":662,"kind":4194304,"name":"VariationAttribute","url":"modules/catalogs.catalogsv1types.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":663,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/catalogs.catalogsv1types.html#variationattributevariationattributetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":664,"kind":4194304,"name":"VariationAttributeValue","url":"modules/catalogs.catalogsv1types.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":665,"kind":4194304,"name":"VariationGroup","url":"modules/catalogs.catalogsv1types.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"catalogs.CatalogsV1Types"},{"id":666,"kind":1,"name":"cdnApiProcessApis","url":"modules/cdnapiprocessapis.html","classes":"tsd-kind-module"},{"id":667,"kind":32,"name":"defaultBaseUri","url":"modules/cdnapiprocessapis.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":668,"kind":4194304,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.html#apistandardserrorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":669,"kind":4194304,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.html#cachepurgerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":670,"kind":4194304,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.html#cachepurgeresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":671,"kind":4194304,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.html#cachepurgeresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":672,"kind":4194304,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.html#dcvdelegationrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":673,"kind":4194304,"name":"Certificate","url":"modules/cdnapiprocessapis.html#certificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":674,"kind":4194304,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.html#certificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":675,"kind":4194304,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":676,"kind":4194304,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateauthorityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":677,"kind":4194304,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatevalidationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":678,"kind":4194304,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateverificationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":679,"kind":4194304,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatewildcardcertificateverificationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":680,"kind":4194304,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecustomhostnamestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":681,"kind":4194304,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.html#certificateenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":682,"kind":4194304,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.html#certificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":683,"kind":4194304,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.html#certificatesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":684,"kind":4194304,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.html#ciphersuitesresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":685,"kind":4194304,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesresponseciphersuitetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":686,"kind":4194304,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.html#ciphersuitesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":687,"kind":4194304,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.html#ciphersuitesrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":688,"kind":4194304,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesrequestciphersuitetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":689,"kind":4194304,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":690,"kind":4194304,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponsecustomhostnamestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":691,"kind":4194304,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.html#customhostnamevalidationenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":692,"kind":4194304,"name":"CustomRule","url":"modules/cdnapiprocessapis.html#customrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":693,"kind":4194304,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.html#customruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":694,"kind":4194304,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.html#customrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":695,"kind":4194304,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.html#customrulespatchorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":696,"kind":4194304,"name":"RulePosition","url":"modules/cdnapiprocessapis.html#ruleposition-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":697,"kind":4194304,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.html#customrulespatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":698,"kind":4194304,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.html#customrulespostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":699,"kind":4194304,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.html#logpushcreaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":700,"kind":4194304,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushcreaterequestlogtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":701,"kind":4194304,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.html#logpushresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":702,"kind":4194304,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushresponselogtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":703,"kind":4194304,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.html#logpushenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":704,"kind":4194304,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.html#logpushjobsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":705,"kind":4194304,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.html#logpushownershippostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":706,"kind":4194304,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.html#logpushownershippostresponsedata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":707,"kind":4194304,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.html#logpushownershippostresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":708,"kind":4194304,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.html#logpushupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":709,"kind":4194304,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulepatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":710,"kind":4194304,"name":"MRTRules","url":"modules/cdnapiprocessapis.html#mrtrules-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":711,"kind":4194304,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.html#mrtrulespostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":712,"kind":4194304,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.html#mrtruleset-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":713,"kind":4194304,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.html#mrtrulesresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":714,"kind":4194304,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mrtrulesresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":715,"kind":4194304,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulesetpatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":716,"kind":4194304,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.html#mtlscertificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":717,"kind":4194304,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.html#mtlscertificateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":718,"kind":4194304,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificateresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":719,"kind":4194304,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificatesresponseenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":720,"kind":4194304,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.html#ocapicachingtogglerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":721,"kind":4194304,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.html#originheadermodification-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":722,"kind":4194304,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.html#originheadermodificationenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":723,"kind":4194304,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.html#originheadermodificationputrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":724,"kind":4194304,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":725,"kind":4194304,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":726,"kind":4194304,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhooklistenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":727,"kind":4194304,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":728,"kind":4194304,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":729,"kind":4194304,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponseactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":730,"kind":4194304,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpoliciesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":731,"kind":4194304,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpolicieslistenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":732,"kind":4194304,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":733,"kind":4194304,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequestactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":734,"kind":4194304,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.html#pageshieldscriptversion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":735,"kind":4194304,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.html#pageshieldscriptresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":736,"kind":4194304,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":737,"kind":4194304,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptlistenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":738,"kind":4194304,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.html#ratelimitingrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":739,"kind":4194304,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":740,"kind":4194304,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":741,"kind":4194304,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":742,"kind":4194304,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespostrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":743,"kind":4194304,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.html#securitysettinghsts-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":744,"kind":4194304,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.html#securitysetting-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":745,"kind":4194304,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.html#securitysettingsecuritylevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":746,"kind":4194304,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.html#securitysettingsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":747,"kind":4194304,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.html#speedsetting-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":748,"kind":4194304,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.html#speedsettingbrotlicompressionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":749,"kind":4194304,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2prioritizationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":750,"kind":4194304,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.html#speedsettingwebpenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":751,"kind":4194304,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.html#speedsettingpolishenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":752,"kind":4194304,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.html#speedsettingearlyhintsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":753,"kind":4194304,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.html#speedsettinghttp3enum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":754,"kind":4194304,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2tooriginenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":755,"kind":4194304,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.html#speedsettingsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":756,"kind":4194304,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":757,"kind":4194304,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponsestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":758,"kind":4194304,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.html#storefrontzonecreateenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":759,"kind":4194304,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.html#storefrontzonecreaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":760,"kind":4194304,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.html#wafmanagedrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":761,"kind":4194304,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":762,"kind":4194304,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":763,"kind":4194304,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":764,"kind":4194304,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.html#wafmanagedruleset-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":765,"kind":4194304,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":766,"kind":4194304,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":767,"kind":4194304,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":768,"kind":4194304,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.html#wafrulepackage-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":769,"kind":4194304,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafrulepackagesensitivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":770,"kind":4194304,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.html#wafrulepackageactionmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":771,"kind":4194304,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.html#wafrulepackageenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":772,"kind":4194304,"name":"WafGroup","url":"modules/cdnapiprocessapis.html#wafgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":773,"kind":4194304,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.html#wafgroupactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":774,"kind":4194304,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.html#wafgroupmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":775,"kind":4194304,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":776,"kind":4194304,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupsenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":777,"kind":4194304,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":778,"kind":4194304,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestsensitivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":779,"kind":4194304,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestactionmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":780,"kind":4194304,"name":"WafRule","url":"modules/cdnapiprocessapis.html#wafrule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":781,"kind":4194304,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.html#wafruleactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":782,"kind":4194304,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.html#wafruledefaultactionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":783,"kind":4194304,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafruleenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":784,"kind":4194304,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafrulesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":785,"kind":4194304,"name":"Zone","url":"modules/cdnapiprocessapis.html#zone-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":786,"kind":4194304,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.html#zonestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":787,"kind":4194304,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.html#zonesenvelope-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":788,"kind":16777216,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.html#apistandardserrorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":789,"kind":16777216,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.html#cachepurgerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":790,"kind":16777216,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.html#cachepurgeresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":791,"kind":16777216,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.html#cachepurgeresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":792,"kind":16777216,"name":"Certificate","url":"modules/cdnapiprocessapis.html#certificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":793,"kind":16777216,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.html#certificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":794,"kind":16777216,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":795,"kind":16777216,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateauthorityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":796,"kind":16777216,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatevalidationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":797,"kind":16777216,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateverificationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":798,"kind":16777216,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatewildcardcertificateverificationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":799,"kind":16777216,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecustomhostnamestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":800,"kind":16777216,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.html#certificateenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":801,"kind":16777216,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.html#certificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":802,"kind":16777216,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.html#certificatesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":803,"kind":16777216,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.html#ciphersuitesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":804,"kind":16777216,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.html#ciphersuitesrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":805,"kind":16777216,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesrequestciphersuitetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":806,"kind":16777216,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.html#ciphersuitesresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":807,"kind":16777216,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesresponseciphersuitetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":808,"kind":16777216,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.html#customhostnamevalidationenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":809,"kind":16777216,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":810,"kind":16777216,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponsecustomhostnamestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":811,"kind":16777216,"name":"CustomRule","url":"modules/cdnapiprocessapis.html#customrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":812,"kind":16777216,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.html#customruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":813,"kind":16777216,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.html#customrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":814,"kind":16777216,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.html#customrulespatchorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":815,"kind":16777216,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.html#customrulespatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":816,"kind":16777216,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.html#customrulespostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":817,"kind":16777216,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.html#dcvdelegationrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":818,"kind":16777216,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.html#logpushcreaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":819,"kind":16777216,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushcreaterequestlogtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":820,"kind":16777216,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.html#logpushenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":821,"kind":16777216,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.html#logpushjobsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":822,"kind":16777216,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.html#logpushownershippostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":823,"kind":16777216,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.html#logpushownershippostresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":824,"kind":16777216,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.html#logpushownershippostresponsedata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":825,"kind":16777216,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.html#logpushresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":826,"kind":16777216,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushresponselogtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":827,"kind":16777216,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.html#logpushupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":828,"kind":16777216,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulepatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":829,"kind":16777216,"name":"MRTRules","url":"modules/cdnapiprocessapis.html#mrtrules","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":830,"kind":16777216,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.html#mrtrulespostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":831,"kind":16777216,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.html#mrtrulesresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":832,"kind":16777216,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mrtrulesresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":833,"kind":16777216,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.html#mrtruleset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":834,"kind":16777216,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulesetpatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":835,"kind":16777216,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.html#mtlscertificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":836,"kind":16777216,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.html#mtlscertificateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":837,"kind":16777216,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificateresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":838,"kind":16777216,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificatesresponseenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":839,"kind":16777216,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.html#ocapicachingtogglerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":840,"kind":16777216,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.html#originheadermodification","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":841,"kind":16777216,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.html#originheadermodificationenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":842,"kind":16777216,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.html#originheadermodificationputrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":843,"kind":16777216,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":844,"kind":16777216,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhooklistenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":845,"kind":16777216,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":846,"kind":16777216,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":847,"kind":16777216,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpoliciesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":848,"kind":16777216,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpolicieslistenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":849,"kind":16777216,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":850,"kind":16777216,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequestactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":851,"kind":16777216,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":852,"kind":16777216,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponseactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":853,"kind":16777216,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":854,"kind":16777216,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptlistenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":855,"kind":16777216,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.html#pageshieldscriptresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":856,"kind":16777216,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.html#pageshieldscriptversion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":857,"kind":16777216,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.html#ratelimitingrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":858,"kind":16777216,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":859,"kind":16777216,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":860,"kind":16777216,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":861,"kind":16777216,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespostrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":862,"kind":16777216,"name":"RulePosition","url":"modules/cdnapiprocessapis.html#ruleposition","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":863,"kind":16777216,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.html#securitysetting","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":864,"kind":16777216,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.html#securitysettingsecuritylevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":865,"kind":16777216,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.html#securitysettinghsts","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":866,"kind":16777216,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.html#securitysettingsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":867,"kind":16777216,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.html#speedsetting","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":868,"kind":16777216,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.html#speedsettingbrotlicompressionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":869,"kind":16777216,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2prioritizationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":870,"kind":16777216,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.html#speedsettingwebpenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":871,"kind":16777216,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.html#speedsettingpolishenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":872,"kind":16777216,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.html#speedsettingearlyhintsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":873,"kind":16777216,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.html#speedsettinghttp3enum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":874,"kind":16777216,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2tooriginenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":875,"kind":16777216,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.html#speedsettingsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":876,"kind":16777216,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.html#storefrontzonecreateenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":877,"kind":16777216,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.html#storefrontzonecreaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":878,"kind":16777216,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":879,"kind":16777216,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponsestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":880,"kind":16777216,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.html#wafmanagedrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":881,"kind":16777216,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":882,"kind":16777216,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":883,"kind":16777216,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":884,"kind":16777216,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.html#wafmanagedruleset","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":885,"kind":16777216,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":886,"kind":16777216,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":887,"kind":16777216,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":888,"kind":16777216,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.html#wafrulepackage","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":889,"kind":16777216,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafrulepackagesensitivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":890,"kind":16777216,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.html#wafrulepackageactionmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":891,"kind":16777216,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.html#wafrulepackageenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":892,"kind":16777216,"name":"WafGroup","url":"modules/cdnapiprocessapis.html#wafgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":893,"kind":16777216,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.html#wafgroupactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":894,"kind":16777216,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.html#wafgroupmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":895,"kind":16777216,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":896,"kind":16777216,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupsenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":897,"kind":16777216,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":898,"kind":16777216,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestsensitivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":899,"kind":16777216,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestactionmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":900,"kind":16777216,"name":"WafRule","url":"modules/cdnapiprocessapis.html#wafrule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":901,"kind":16777216,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.html#wafruleactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":902,"kind":16777216,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.html#wafruledefaultactionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":903,"kind":16777216,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafruleenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":904,"kind":16777216,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafrulesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":905,"kind":16777216,"name":"Zone","url":"modules/cdnapiprocessapis.html#zone","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":906,"kind":16777216,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.html#zonestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":907,"kind":16777216,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.html#zonesenvelope","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":908,"kind":128,"name":"CDNZones","url":"classes/cdnapiprocessapis.cdnzones-2.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":909,"kind":512,"name":"constructor","url":"classes/cdnapiprocessapis.cdnzones-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"cdnApiProcessApis.CDNZones"},{"id":910,"kind":2048,"name":"addCertificateForZone","url":"classes/cdnapiprocessapis.cdnzones-2.html#addcertificateforzone","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":911,"kind":2048,"name":"cachePurge","url":"classes/cdnapiprocessapis.cdnzones-2.html#cachepurge","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":912,"kind":2048,"name":"createCodeUploadCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#createcodeuploadcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":913,"kind":2048,"name":"createCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#createcustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":914,"kind":2048,"name":"createLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#createlogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":915,"kind":2048,"name":"createLogpushOwnership","url":"classes/cdnapiprocessapis.cdnzones-2.html#createlogpushownership","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":916,"kind":2048,"name":"createMrtRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#createmrtrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":917,"kind":2048,"name":"createPageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#createpageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":918,"kind":2048,"name":"createRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#createratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":919,"kind":2048,"name":"createStorefrontZone","url":"classes/cdnapiprocessapis.cdnzones-2.html#createstorefrontzone","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":920,"kind":2048,"name":"deleteCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletecertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":921,"kind":2048,"name":"deleteCodeUploadCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletecodeuploadcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":922,"kind":2048,"name":"deleteCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletecustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":923,"kind":2048,"name":"deleteLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletelogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":924,"kind":2048,"name":"deleteMrtRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletemrtrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":925,"kind":2048,"name":"deleteMrtRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletemrtruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":926,"kind":2048,"name":"deleteOriginHeaderModification","url":"classes/cdnapiprocessapis.cdnzones-2.html#deleteoriginheadermodification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":927,"kind":2048,"name":"deletePageShieldNotification","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletepageshieldnotification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":928,"kind":2048,"name":"deletePageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#deletepageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":929,"kind":2048,"name":"deleteRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#deleteratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":930,"kind":2048,"name":"getCertificates","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcertificates","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":931,"kind":2048,"name":"getCipherSuites","url":"classes/cdnapiprocessapis.cdnzones-2.html#getciphersuites","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":932,"kind":2048,"name":"getCodeUploadCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcodeuploadcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":933,"kind":2048,"name":"getCodeUploadCertificates","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcodeuploadcertificates","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":934,"kind":2048,"name":"getCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":935,"kind":2048,"name":"getCustomRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getcustomrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":936,"kind":2048,"name":"getLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#getlogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":937,"kind":2048,"name":"getMrtRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getmrtrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":938,"kind":2048,"name":"getOriginHeaderModification","url":"classes/cdnapiprocessapis.cdnzones-2.html#getoriginheadermodification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":939,"kind":2048,"name":"getOwaspWafPackage","url":"classes/cdnapiprocessapis.cdnzones-2.html#getowaspwafpackage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":940,"kind":2048,"name":"getPageShieldNotification","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldnotification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":941,"kind":2048,"name":"getPageShieldPolicies","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldpolicies","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":942,"kind":2048,"name":"getPageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":943,"kind":2048,"name":"getPageShieldScript","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":944,"kind":2048,"name":"getPageShieldScripts","url":"classes/cdnapiprocessapis.cdnzones-2.html#getpageshieldscripts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":945,"kind":2048,"name":"getRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#getratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":946,"kind":2048,"name":"getRateLimitingRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getratelimitingrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":947,"kind":2048,"name":"getSecuritySettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#getsecuritysettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":948,"kind":2048,"name":"getSpeedSettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#getspeedsettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":949,"kind":2048,"name":"getWafGroups","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafgroups","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":950,"kind":2048,"name":"getWafManagedRulesInRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafmanagedrulesinruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":951,"kind":2048,"name":"getWafManagedRulesets","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafmanagedrulesets","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":952,"kind":2048,"name":"getWafRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":953,"kind":2048,"name":"getWafRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#getwafrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":954,"kind":2048,"name":"getZonesInfo","url":"classes/cdnapiprocessapis.cdnzones-2.html#getzonesinfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":955,"kind":2048,"name":"listLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#listlogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":956,"kind":2048,"name":"migrateZoneToWafV2","url":"classes/cdnapiprocessapis.cdnzones-2.html#migratezonetowafv2","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":957,"kind":2048,"name":"patchOwaspWafPackage","url":"classes/cdnapiprocessapis.cdnzones-2.html#patchowaspwafpackage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":958,"kind":2048,"name":"postPageShieldNotification","url":"classes/cdnapiprocessapis.cdnzones-2.html#postpageshieldnotification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":959,"kind":2048,"name":"toggleOcapiCachingPageRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#toggleocapicachingpagerule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":960,"kind":2048,"name":"updateCertificate","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatecertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":961,"kind":2048,"name":"updateCipherSuites","url":"classes/cdnapiprocessapis.cdnzones-2.html#updateciphersuites","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":962,"kind":2048,"name":"updateCustomRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatecustomrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":963,"kind":2048,"name":"updateLogpushJob","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatelogpushjob","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":964,"kind":2048,"name":"updateMrtRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatemrtrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":965,"kind":2048,"name":"updateMrtRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatemrtruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":966,"kind":2048,"name":"updateOrderOfCustomRules","url":"classes/cdnapiprocessapis.cdnzones-2.html#updateorderofcustomrules","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":967,"kind":2048,"name":"updatePageShieldPolicy","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatepageshieldpolicy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":968,"kind":2048,"name":"updateRateLimitingRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updateratelimitingrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":969,"kind":2048,"name":"updateSecuritySettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatesecuritysettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":970,"kind":2048,"name":"updateSpeedSettings","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatespeedsettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":971,"kind":2048,"name":"updateWafGroup","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafgroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":972,"kind":2048,"name":"updateWafManagedRuleInRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafmanagedruleinruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":973,"kind":2048,"name":"updateWafManagedRuleset","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafmanagedruleset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":974,"kind":2048,"name":"updateWafRule","url":"classes/cdnapiprocessapis.cdnzones-2.html#updatewafrule","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":975,"kind":2048,"name":"upsertOriginHeaderModification","url":"classes/cdnapiprocessapis.cdnzones-2.html#upsertoriginheadermodification","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":976,"kind":2048,"name":"validateCustomHostname","url":"classes/cdnapiprocessapis.cdnzones-2.html#validatecustomhostname","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"cdnApiProcessApis.CDNZones"},{"id":977,"kind":1024,"name":"clientConfig","url":"classes/cdnapiprocessapis.cdnzones-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"cdnApiProcessApis.CDNZones"},{"id":978,"kind":4194304,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsdirectionenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":979,"kind":4194304,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsorderbyenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":980,"kind":16777216,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsdirectionenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":981,"kind":16777216,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsorderbyenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":982,"kind":16777216,"name":"CDNZones","url":"modules/cdnapiprocessapis.html#cdnzones","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":983,"kind":16777216,"name":"defaultBaseUri","url":"modules/cdnapiprocessapis.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":984,"kind":16777216,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsdirectionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":985,"kind":16777216,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.html#getpageshieldscriptsorderbyenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":986,"kind":16777216,"name":"CDNZones","url":"modules/cdnapiprocessapis.html#cdnzones-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":987,"kind":16777216,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.html#apistandardserrorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":988,"kind":16777216,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.html#cachepurgerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":989,"kind":16777216,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.html#cachepurgeresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":990,"kind":16777216,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.html#cachepurgeresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":991,"kind":16777216,"name":"Certificate","url":"modules/cdnapiprocessapis.html#certificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":992,"kind":16777216,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.html#certificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":993,"kind":16777216,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":994,"kind":16777216,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateauthorityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":995,"kind":16777216,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.html#certificatecertificatevalidationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":996,"kind":16777216,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecertificateverificationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":997,"kind":16777216,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.html#certificatewildcardcertificateverificationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":998,"kind":16777216,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#certificatecustomhostnamestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":999,"kind":16777216,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.html#certificateenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1000,"kind":16777216,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.html#certificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1001,"kind":16777216,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.html#certificatesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1002,"kind":16777216,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.html#ciphersuitesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1003,"kind":16777216,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.html#ciphersuitesrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1004,"kind":16777216,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesrequestciphersuitetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1005,"kind":16777216,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.html#ciphersuitesresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1006,"kind":16777216,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.html#ciphersuitesresponseciphersuitetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1007,"kind":16777216,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.html#customhostnamevalidationenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1008,"kind":16777216,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1009,"kind":16777216,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.html#customhostnamevalidationresponsecustomhostnamestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1010,"kind":16777216,"name":"CustomRule","url":"modules/cdnapiprocessapis.html#customrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1011,"kind":16777216,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.html#customruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1012,"kind":16777216,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.html#customrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1013,"kind":16777216,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.html#customrulespatchorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1014,"kind":16777216,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.html#customrulespatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1015,"kind":16777216,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.html#customrulespostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1016,"kind":16777216,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.html#dcvdelegationrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1017,"kind":16777216,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.html#logpushcreaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1018,"kind":16777216,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushcreaterequestlogtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1019,"kind":16777216,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.html#logpushenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1020,"kind":16777216,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.html#logpushjobsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1021,"kind":16777216,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.html#logpushownershippostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1022,"kind":16777216,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.html#logpushownershippostresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1023,"kind":16777216,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.html#logpushownershippostresponsedata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1024,"kind":16777216,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.html#logpushresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1025,"kind":16777216,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.html#logpushresponselogtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1026,"kind":16777216,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.html#logpushupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1027,"kind":16777216,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulepatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1028,"kind":16777216,"name":"MRTRules","url":"modules/cdnapiprocessapis.html#mrtrules-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1029,"kind":16777216,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.html#mrtrulespostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1030,"kind":16777216,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.html#mrtrulesresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1031,"kind":16777216,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mrtrulesresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1032,"kind":16777216,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.html#mrtruleset-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1033,"kind":16777216,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.html#mrtrulesetpatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1034,"kind":16777216,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.html#mtlscertificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1035,"kind":16777216,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.html#mtlscertificateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1036,"kind":16777216,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificateresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1037,"kind":16777216,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.html#mtlscertificatesresponseenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1038,"kind":16777216,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.html#ocapicachingtogglerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1039,"kind":16777216,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.html#originheadermodification-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1040,"kind":16777216,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.html#originheadermodificationenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1041,"kind":16777216,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.html#originheadermodificationputrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1042,"kind":16777216,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1043,"kind":16777216,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhooklistenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1044,"kind":16777216,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1045,"kind":16777216,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.html#pageshieldnotificationwebhookresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1046,"kind":16777216,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpoliciesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1047,"kind":16777216,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldpolicieslistenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1048,"kind":16777216,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1049,"kind":16777216,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyrequestactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1050,"kind":16777216,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1051,"kind":16777216,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.html#pageshieldpolicyresponseactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1052,"kind":16777216,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1053,"kind":16777216,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.html#pageshieldscriptlistenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1054,"kind":16777216,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.html#pageshieldscriptresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1055,"kind":16777216,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.html#pageshieldscriptversion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1056,"kind":16777216,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.html#ratelimitingrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1057,"kind":16777216,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1058,"kind":16777216,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.html#ratelimitingrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1059,"kind":16777216,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1060,"kind":16777216,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.html#ratelimitingrulespostrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1061,"kind":16777216,"name":"RulePosition","url":"modules/cdnapiprocessapis.html#ruleposition-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1062,"kind":16777216,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.html#securitysetting-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1063,"kind":16777216,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.html#securitysettingsecuritylevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1064,"kind":16777216,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.html#securitysettinghsts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1065,"kind":16777216,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.html#securitysettingsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1066,"kind":16777216,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.html#speedsetting-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1067,"kind":16777216,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.html#speedsettingbrotlicompressionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1068,"kind":16777216,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2prioritizationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1069,"kind":16777216,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.html#speedsettingwebpenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1070,"kind":16777216,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.html#speedsettingpolishenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1071,"kind":16777216,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.html#speedsettingearlyhintsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1072,"kind":16777216,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.html#speedsettinghttp3enum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1073,"kind":16777216,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.html#speedsettinghttp2tooriginenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1074,"kind":16777216,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.html#speedsettingsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1075,"kind":16777216,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.html#storefrontzonecreateenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1076,"kind":16777216,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.html#storefrontzonecreaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1077,"kind":16777216,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1078,"kind":16777216,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.html#storefrontzonecreateresponsestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1079,"kind":16777216,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.html#wafmanagedrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1080,"kind":16777216,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1081,"kind":16777216,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1082,"kind":16777216,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1083,"kind":16777216,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.html#wafmanagedruleset-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1084,"kind":16777216,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1085,"kind":16777216,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1086,"kind":16777216,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.html#wafmanagedrulesetsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1087,"kind":16777216,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.html#wafrulepackage-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1088,"kind":16777216,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafrulepackagesensitivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1089,"kind":16777216,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.html#wafrulepackageactionmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1090,"kind":16777216,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.html#wafrulepackageenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1091,"kind":16777216,"name":"WafGroup","url":"modules/cdnapiprocessapis.html#wafgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1092,"kind":16777216,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.html#wafgroupactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1093,"kind":16777216,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.html#wafgroupmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1094,"kind":16777216,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1095,"kind":16777216,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.html#wafgroupsenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1096,"kind":16777216,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1097,"kind":16777216,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestsensitivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1098,"kind":16777216,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.html#wafpackagepatchrequestactionmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1099,"kind":16777216,"name":"WafRule","url":"modules/cdnapiprocessapis.html#wafrule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1100,"kind":16777216,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.html#wafruleactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1101,"kind":16777216,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.html#wafruledefaultactionenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1102,"kind":16777216,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.html#wafruleenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1103,"kind":16777216,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.html#wafrulesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1104,"kind":16777216,"name":"Zone","url":"modules/cdnapiprocessapis.html#zone-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1105,"kind":16777216,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.html#zonestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1106,"kind":16777216,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.html#zonesenvelope-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1107,"kind":2,"name":"CDNZonesTypes","url":"modules/cdnapiprocessapis.cdnzonestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"cdnApiProcessApis"},{"id":1108,"kind":4194304,"name":"GetPageShieldScriptsDirectionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#getpageshieldscriptsdirectionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1109,"kind":4194304,"name":"GetPageShieldScriptsOrderByEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#getpageshieldscriptsorderbyenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1110,"kind":4194304,"name":"ApiStandardsErrorResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#apistandardserrorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1111,"kind":4194304,"name":"CachePurgeRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#cachepurgerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1112,"kind":4194304,"name":"CachePurgeResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#cachepurgeresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1113,"kind":4194304,"name":"CachePurgeResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#cachepurgeresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1114,"kind":4194304,"name":"Certificate","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1115,"kind":4194304,"name":"CertificateStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1116,"kind":4194304,"name":"CertificateCertificateTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificatetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1117,"kind":4194304,"name":"CertificateCertificateAuthorityEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificateauthorityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1118,"kind":4194304,"name":"CertificateCertificateValidationEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificatevalidationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1119,"kind":4194304,"name":"CertificateCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecertificateverificationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1120,"kind":4194304,"name":"CertificateWildcardCertificateVerificationStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatewildcardcertificateverificationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1121,"kind":4194304,"name":"CertificateCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatecustomhostnamestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1122,"kind":4194304,"name":"CertificateEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificateenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1123,"kind":4194304,"name":"CertificateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1124,"kind":4194304,"name":"CertificatesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#certificatesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1125,"kind":4194304,"name":"CipherSuitesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1126,"kind":4194304,"name":"CipherSuitesRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1127,"kind":4194304,"name":"CipherSuitesRequestCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesrequestciphersuitetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1128,"kind":4194304,"name":"CipherSuitesResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1129,"kind":4194304,"name":"CipherSuitesResponseCipherSuiteTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ciphersuitesresponseciphersuitetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1130,"kind":4194304,"name":"CustomHostnameValidationEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customhostnamevalidationenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1131,"kind":4194304,"name":"CustomHostnameValidationResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customhostnamevalidationresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1132,"kind":4194304,"name":"CustomHostnameValidationResponseCustomHostnameStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customhostnamevalidationresponsecustomhostnamestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1133,"kind":4194304,"name":"CustomRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1134,"kind":4194304,"name":"CustomRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1135,"kind":4194304,"name":"CustomRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1136,"kind":4194304,"name":"CustomRulesPatchOrderRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulespatchorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1137,"kind":4194304,"name":"CustomRulesPatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulespatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1138,"kind":4194304,"name":"CustomRulesPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#customrulespostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1139,"kind":4194304,"name":"DCVDelegationRecord","url":"modules/cdnapiprocessapis.cdnzonestypes.html#dcvdelegationrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1140,"kind":4194304,"name":"LogpushCreateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushcreaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1141,"kind":4194304,"name":"LogpushCreateRequestLogTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushcreaterequestlogtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1142,"kind":4194304,"name":"LogpushEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1143,"kind":4194304,"name":"LogpushJobsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushjobsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1144,"kind":4194304,"name":"LogpushOwnershipPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushownershippostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1145,"kind":4194304,"name":"LogpushOwnershipPostResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushownershippostresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1146,"kind":4194304,"name":"LogpushOwnershipPostResponseData","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushownershippostresponsedata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1147,"kind":4194304,"name":"LogpushResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1148,"kind":4194304,"name":"LogpushResponseLogTypeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushresponselogtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1149,"kind":4194304,"name":"LogpushUpdateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#logpushupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1150,"kind":4194304,"name":"MRTRulePatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulepatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1151,"kind":4194304,"name":"MRTRules","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrules","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1152,"kind":4194304,"name":"MRTRulesPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulespostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1153,"kind":4194304,"name":"MRTRulesResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulesresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1154,"kind":4194304,"name":"MRTRulesResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulesresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1155,"kind":4194304,"name":"MRTRuleset","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtruleset","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1156,"kind":4194304,"name":"MRTRulesetPatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mrtrulesetpatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1157,"kind":4194304,"name":"MtlsCertificateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1158,"kind":4194304,"name":"MtlsCertificateResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1159,"kind":4194304,"name":"MtlsCertificateResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificateresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1160,"kind":4194304,"name":"MtlsCertificatesResponseEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#mtlscertificatesresponseenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1161,"kind":4194304,"name":"OCAPICachingToggleRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ocapicachingtogglerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1162,"kind":4194304,"name":"OriginHeaderModification","url":"modules/cdnapiprocessapis.cdnzonestypes.html#originheadermodification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1163,"kind":4194304,"name":"OriginHeaderModificationEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#originheadermodificationenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1164,"kind":4194304,"name":"OriginHeaderModificationPutRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#originheadermodificationputrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1165,"kind":4194304,"name":"PageShieldNotificationWebhookEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhookenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1166,"kind":4194304,"name":"PageShieldNotificationWebhookListEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhooklistenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1167,"kind":4194304,"name":"PageShieldNotificationWebhookRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhookrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1168,"kind":4194304,"name":"PageShieldNotificationWebhookResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldnotificationwebhookresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1169,"kind":4194304,"name":"PageShieldPoliciesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpoliciesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1170,"kind":4194304,"name":"PageShieldPoliciesListEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicieslistenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1171,"kind":4194304,"name":"PageShieldPolicyRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1172,"kind":4194304,"name":"PageShieldPolicyRequestActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyrequestactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1173,"kind":4194304,"name":"PageShieldPolicyResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1174,"kind":4194304,"name":"PageShieldPolicyResponseActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldpolicyresponseactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1175,"kind":4194304,"name":"PageShieldScriptEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1176,"kind":4194304,"name":"PageShieldScriptListEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptlistenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1177,"kind":4194304,"name":"PageShieldScriptResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1178,"kind":4194304,"name":"PageShieldScriptVersion","url":"modules/cdnapiprocessapis.cdnzonestypes.html#pageshieldscriptversion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1179,"kind":4194304,"name":"RateLimitingRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1180,"kind":4194304,"name":"RateLimitingRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1181,"kind":4194304,"name":"RateLimitingRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1182,"kind":4194304,"name":"RateLimitingRulesPatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrulespatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1183,"kind":4194304,"name":"RateLimitingRulesPostRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ratelimitingrulespostrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1184,"kind":4194304,"name":"RulePosition","url":"modules/cdnapiprocessapis.cdnzonestypes.html#ruleposition","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1185,"kind":4194304,"name":"SecuritySetting","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysetting","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1186,"kind":4194304,"name":"SecuritySettingSecurityLevelEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysettingsecuritylevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1187,"kind":4194304,"name":"SecuritySettingHsts","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysettinghsts","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1188,"kind":4194304,"name":"SecuritySettingsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#securitysettingsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1189,"kind":4194304,"name":"SpeedSetting","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsetting","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1190,"kind":4194304,"name":"SpeedSettingBrotliCompressionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingbrotlicompressionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1191,"kind":4194304,"name":"SpeedSettingHttp2PrioritizationEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettinghttp2prioritizationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1192,"kind":4194304,"name":"SpeedSettingWebpEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingwebpenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1193,"kind":4194304,"name":"SpeedSettingPolishEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingpolishenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1194,"kind":4194304,"name":"SpeedSettingEarlyHintsEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingearlyhintsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1195,"kind":4194304,"name":"SpeedSettingHttp3Enum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettinghttp3enum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1196,"kind":4194304,"name":"SpeedSettingHttp2ToOriginEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettinghttp2tooriginenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1197,"kind":4194304,"name":"SpeedSettingsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#speedsettingsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1198,"kind":4194304,"name":"StorefrontZoneCreateEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreateenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1199,"kind":4194304,"name":"StorefrontZoneCreateRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1200,"kind":4194304,"name":"StorefrontZoneCreateResponse","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1201,"kind":4194304,"name":"StorefrontZoneCreateResponseStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#storefrontzonecreateresponsestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1202,"kind":4194304,"name":"WAFManagedRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1203,"kind":4194304,"name":"WAFManagedRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1204,"kind":4194304,"name":"WAFManagedRuleRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1205,"kind":4194304,"name":"WAFManagedRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1206,"kind":4194304,"name":"WAFManagedRuleset","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedruleset","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1207,"kind":4194304,"name":"WAFManagedRulesetEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesetenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1208,"kind":4194304,"name":"WAFManagedRulesetRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesetrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1209,"kind":4194304,"name":"WAFManagedRulesetsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafmanagedrulesetsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1210,"kind":4194304,"name":"WAFRulePackage","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackage","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1211,"kind":4194304,"name":"WAFRulePackageSensitivityEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackagesensitivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1212,"kind":4194304,"name":"WAFRulePackageActionModeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackageactionmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1213,"kind":4194304,"name":"WAFRulePackageEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulepackageenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1214,"kind":4194304,"name":"WafGroup","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1215,"kind":4194304,"name":"WafGroupActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1216,"kind":4194304,"name":"WafGroupModeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1217,"kind":4194304,"name":"WafGroupEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1218,"kind":4194304,"name":"WafGroupsEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafgroupsenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1219,"kind":4194304,"name":"WafPackagePatchRequest","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafpackagepatchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1220,"kind":4194304,"name":"WafPackagePatchRequestSensitivityEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafpackagepatchrequestsensitivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1221,"kind":4194304,"name":"WafPackagePatchRequestActionModeEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafpackagepatchrequestactionmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1222,"kind":4194304,"name":"WafRule","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1223,"kind":4194304,"name":"WafRuleActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafruleactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1224,"kind":4194304,"name":"WafRuleDefaultActionEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafruledefaultactionenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1225,"kind":4194304,"name":"WafRuleEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafruleenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1226,"kind":4194304,"name":"WafRulesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#wafrulesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1227,"kind":4194304,"name":"Zone","url":"modules/cdnapiprocessapis.cdnzonestypes.html#zone","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1228,"kind":4194304,"name":"ZoneStatusEnum","url":"modules/cdnapiprocessapis.cdnzonestypes.html#zonestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1229,"kind":4194304,"name":"ZonesEnvelope","url":"modules/cdnapiprocessapis.cdnzonestypes.html#zonesenvelope","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"cdnApiProcessApis.CDNZonesTypes"},{"id":1230,"kind":1,"name":"corsPreferences","url":"modules/corspreferences.html","classes":"tsd-kind-module"},{"id":1231,"kind":32,"name":"defaultBaseUri","url":"modules/corspreferences.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"corsPreferences"},{"id":1232,"kind":4194304,"name":"CorsClientPreferences","url":"modules/corspreferences.html#corsclientpreferences-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"corsPreferences"},{"id":1233,"kind":4194304,"name":"CorsPreferences","url":"modules/corspreferences.html#corspreferences-6","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"corsPreferences"},{"id":1234,"kind":4194304,"name":"ErrorResponse","url":"modules/corspreferences.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"corsPreferences"},{"id":1235,"kind":16777216,"name":"CorsClientPreferences","url":"modules/corspreferences.html#corsclientpreferences","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1236,"kind":16777216,"name":"CorsPreferences","url":"modules/corspreferences.html#corspreferences-3","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1237,"kind":16777216,"name":"ErrorResponse","url":"modules/corspreferences.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1238,"kind":128,"name":"CORSPreferences","url":"classes/corspreferences.corspreferences-5.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"corsPreferences"},{"id":1239,"kind":512,"name":"constructor","url":"classes/corspreferences.corspreferences-5.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"corsPreferences.CORSPreferences"},{"id":1240,"kind":2048,"name":"deleteCorsPreferences","url":"classes/corspreferences.corspreferences-5.html#deletecorspreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"corsPreferences.CORSPreferences"},{"id":1241,"kind":2048,"name":"getCorsPreferences","url":"classes/corspreferences.corspreferences-5.html#getcorspreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"corsPreferences.CORSPreferences"},{"id":1242,"kind":2048,"name":"updateCorsPreferences","url":"classes/corspreferences.corspreferences-5.html#updatecorspreferences","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"corsPreferences.CORSPreferences"},{"id":1243,"kind":1024,"name":"clientConfig","url":"classes/corspreferences.corspreferences-5.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"corsPreferences.CORSPreferences"},{"id":1244,"kind":16777216,"name":"CORSPreferences","url":"modules/corspreferences.html#corspreferences-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1245,"kind":16777216,"name":"defaultBaseUri","url":"modules/corspreferences.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1246,"kind":16777216,"name":"CORSPreferences","url":"modules/corspreferences.html#corspreferences-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1247,"kind":16777216,"name":"CorsClientPreferences","url":"modules/corspreferences.html#corsclientpreferences-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1248,"kind":16777216,"name":"CorsPreferences","url":"modules/corspreferences.html#corspreferences-4","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1249,"kind":16777216,"name":"ErrorResponse","url":"modules/corspreferences.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"corsPreferences"},{"id":1250,"kind":2,"name":"CORSPreferencesTypes","url":"modules/corspreferences.corspreferencestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"corsPreferences"},{"id":1251,"kind":4194304,"name":"CorsClientPreferences","url":"modules/corspreferences.corspreferencestypes.html#corsclientpreferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"corsPreferences.CORSPreferencesTypes"},{"id":1252,"kind":4194304,"name":"CorsPreferences","url":"modules/corspreferences.corspreferencestypes.html#corspreferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"corsPreferences.CORSPreferencesTypes"},{"id":1253,"kind":4194304,"name":"ErrorResponse","url":"modules/corspreferences.corspreferencestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"corsPreferences.CORSPreferencesTypes"},{"id":1254,"kind":1,"name":"coupons","url":"modules/coupons.html","classes":"tsd-kind-module"},{"id":1255,"kind":32,"name":"defaultBaseUri","url":"modules/coupons.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"coupons"},{"id":1256,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/coupons.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1257,"kind":4194304,"name":"TermQuery","url":"modules/coupons.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1258,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/coupons.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1259,"kind":4194304,"name":"NestedQuery","url":"modules/coupons.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1260,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1261,"kind":4194304,"name":"BoolQuery","url":"modules/coupons.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1262,"kind":4194304,"name":"FilteredQuery","url":"modules/coupons.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1263,"kind":4194304,"name":"TextQuery","url":"modules/coupons.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1264,"kind":4194304,"name":"Query","url":"modules/coupons.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1265,"kind":4194304,"name":"QueryFilter","url":"modules/coupons.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1266,"kind":4194304,"name":"TermFilter","url":"modules/coupons.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1267,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/coupons.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1268,"kind":4194304,"name":"Range2Filter","url":"modules/coupons.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1269,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1270,"kind":4194304,"name":"RangeFilterFrom","url":"modules/coupons.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1271,"kind":4194304,"name":"RangeFilterTo","url":"modules/coupons.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1272,"kind":4194304,"name":"RangeFilter","url":"modules/coupons.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1273,"kind":4194304,"name":"Filter","url":"modules/coupons.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1274,"kind":4194304,"name":"BoolFilter","url":"modules/coupons.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1275,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/coupons.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1276,"kind":4194304,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.html#redemptionlimitperperiod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1277,"kind":4194304,"name":"RedemptionLimits","url":"modules/coupons.html#redemptionlimits-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1278,"kind":4194304,"name":"CouponSystemCodeConfig","url":"modules/coupons.html#couponsystemcodeconfig-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1279,"kind":4194304,"name":"Coupon","url":"modules/coupons.html#coupon-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1280,"kind":4194304,"name":"CouponTypeEnum","url":"modules/coupons.html#coupontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1281,"kind":4194304,"name":"CouponCode","url":"modules/coupons.html#couponcode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1282,"kind":4194304,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.html#couponcoderedemptionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1283,"kind":4194304,"name":"CouponCodes","url":"modules/coupons.html#couponcodes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1284,"kind":4194304,"name":"CouponMultiCodesRequest","url":"modules/coupons.html#couponmulticodesrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1285,"kind":4194304,"name":"CouponRedemption","url":"modules/coupons.html#couponredemption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1286,"kind":4194304,"name":"Sort","url":"modules/coupons.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1287,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/coupons.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1288,"kind":4194304,"name":"CouponRedemptionSearchResult","url":"modules/coupons.html#couponredemptionsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1289,"kind":4194304,"name":"CouponSearchResult","url":"modules/coupons.html#couponsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1290,"kind":4194304,"name":"ErrorResponse","url":"modules/coupons.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1291,"kind":4194304,"name":"PaginatedResultBase","url":"modules/coupons.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1292,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/coupons.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1293,"kind":4194304,"name":"ResultBase","url":"modules/coupons.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1294,"kind":4194304,"name":"SearchRequest","url":"modules/coupons.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"coupons"},{"id":1295,"kind":16777216,"name":"BoolFilter","url":"modules/coupons.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1296,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/coupons.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1297,"kind":16777216,"name":"BoolQuery","url":"modules/coupons.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1298,"kind":16777216,"name":"Coupon","url":"modules/coupons.html#coupon","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1299,"kind":16777216,"name":"CouponTypeEnum","url":"modules/coupons.html#coupontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1300,"kind":16777216,"name":"CouponCode","url":"modules/coupons.html#couponcode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1301,"kind":16777216,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.html#couponcoderedemptionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1302,"kind":16777216,"name":"CouponCodes","url":"modules/coupons.html#couponcodes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1303,"kind":16777216,"name":"CouponMultiCodesRequest","url":"modules/coupons.html#couponmulticodesrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1304,"kind":16777216,"name":"CouponRedemption","url":"modules/coupons.html#couponredemption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1305,"kind":16777216,"name":"CouponRedemptionSearchResult","url":"modules/coupons.html#couponredemptionsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1306,"kind":16777216,"name":"CouponSearchResult","url":"modules/coupons.html#couponsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1307,"kind":16777216,"name":"CouponSystemCodeConfig","url":"modules/coupons.html#couponsystemcodeconfig","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1308,"kind":16777216,"name":"ErrorResponse","url":"modules/coupons.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1309,"kind":16777216,"name":"Filter","url":"modules/coupons.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1310,"kind":16777216,"name":"FilteredQuery","url":"modules/coupons.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1311,"kind":16777216,"name":"NestedQuery","url":"modules/coupons.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1312,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1313,"kind":16777216,"name":"PaginatedResultBase","url":"modules/coupons.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1314,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/coupons.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1315,"kind":16777216,"name":"Query","url":"modules/coupons.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1316,"kind":16777216,"name":"QueryFilter","url":"modules/coupons.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1317,"kind":16777216,"name":"Range2Filter","url":"modules/coupons.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1318,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1319,"kind":16777216,"name":"RangeFilter","url":"modules/coupons.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1320,"kind":16777216,"name":"RangeFilterFrom","url":"modules/coupons.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1321,"kind":16777216,"name":"RangeFilterTo","url":"modules/coupons.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1322,"kind":16777216,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.html#redemptionlimitperperiod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1323,"kind":16777216,"name":"RedemptionLimits","url":"modules/coupons.html#redemptionlimits","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1324,"kind":16777216,"name":"ResultBase","url":"modules/coupons.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1325,"kind":16777216,"name":"SearchRequest","url":"modules/coupons.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1326,"kind":16777216,"name":"Sort","url":"modules/coupons.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1327,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/coupons.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1328,"kind":16777216,"name":"TermFilter","url":"modules/coupons.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1329,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/coupons.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1330,"kind":16777216,"name":"TermQuery","url":"modules/coupons.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1331,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/coupons.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1332,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/coupons.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1333,"kind":16777216,"name":"TextQuery","url":"modules/coupons.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1334,"kind":128,"name":"Coupons","url":"classes/coupons.coupons-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"coupons"},{"id":1335,"kind":512,"name":"constructor","url":"classes/coupons.coupons-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"coupons.Coupons"},{"id":1336,"kind":2048,"name":"couponRedemptionsSearch","url":"classes/coupons.coupons-3.html#couponredemptionssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1337,"kind":2048,"name":"couponsSearch","url":"classes/coupons.coupons-3.html#couponssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1338,"kind":2048,"name":"createCoupon","url":"classes/coupons.coupons-3.html#createcoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1339,"kind":2048,"name":"deleteCoupon","url":"classes/coupons.coupons-3.html#deletecoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1340,"kind":2048,"name":"getCoupon","url":"classes/coupons.coupons-3.html#getcoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1341,"kind":2048,"name":"getCouponCodes","url":"classes/coupons.coupons-3.html#getcouponcodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1342,"kind":2048,"name":"redeemCoupon","url":"classes/coupons.coupons-3.html#redeemcoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1343,"kind":2048,"name":"updateCoupon","url":"classes/coupons.coupons-3.html#updatecoupon","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1344,"kind":2048,"name":"updateCouponCodes","url":"classes/coupons.coupons-3.html#updatecouponcodes","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"coupons.Coupons"},{"id":1345,"kind":1024,"name":"clientConfig","url":"classes/coupons.coupons-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"coupons.Coupons"},{"id":1346,"kind":16777216,"name":"Coupons","url":"modules/coupons.html#coupons-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1347,"kind":16777216,"name":"defaultBaseUri","url":"modules/coupons.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1348,"kind":16777216,"name":"Coupons","url":"modules/coupons.html#coupons-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1349,"kind":16777216,"name":"BoolFilter","url":"modules/coupons.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1350,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/coupons.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1351,"kind":16777216,"name":"BoolQuery","url":"modules/coupons.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1352,"kind":16777216,"name":"Coupon","url":"modules/coupons.html#coupon-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1353,"kind":16777216,"name":"CouponTypeEnum","url":"modules/coupons.html#coupontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1354,"kind":16777216,"name":"CouponCode","url":"modules/coupons.html#couponcode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1355,"kind":16777216,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.html#couponcoderedemptionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1356,"kind":16777216,"name":"CouponCodes","url":"modules/coupons.html#couponcodes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1357,"kind":16777216,"name":"CouponMultiCodesRequest","url":"modules/coupons.html#couponmulticodesrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1358,"kind":16777216,"name":"CouponRedemption","url":"modules/coupons.html#couponredemption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1359,"kind":16777216,"name":"CouponRedemptionSearchResult","url":"modules/coupons.html#couponredemptionsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1360,"kind":16777216,"name":"CouponSearchResult","url":"modules/coupons.html#couponsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1361,"kind":16777216,"name":"CouponSystemCodeConfig","url":"modules/coupons.html#couponsystemcodeconfig-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1362,"kind":16777216,"name":"ErrorResponse","url":"modules/coupons.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1363,"kind":16777216,"name":"Filter","url":"modules/coupons.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1364,"kind":16777216,"name":"FilteredQuery","url":"modules/coupons.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1365,"kind":16777216,"name":"NestedQuery","url":"modules/coupons.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1366,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1367,"kind":16777216,"name":"PaginatedResultBase","url":"modules/coupons.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1368,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/coupons.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1369,"kind":16777216,"name":"Query","url":"modules/coupons.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1370,"kind":16777216,"name":"QueryFilter","url":"modules/coupons.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1371,"kind":16777216,"name":"Range2Filter","url":"modules/coupons.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1372,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1373,"kind":16777216,"name":"RangeFilter","url":"modules/coupons.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1374,"kind":16777216,"name":"RangeFilterFrom","url":"modules/coupons.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1375,"kind":16777216,"name":"RangeFilterTo","url":"modules/coupons.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1376,"kind":16777216,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.html#redemptionlimitperperiod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1377,"kind":16777216,"name":"RedemptionLimits","url":"modules/coupons.html#redemptionlimits-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1378,"kind":16777216,"name":"ResultBase","url":"modules/coupons.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1379,"kind":16777216,"name":"SearchRequest","url":"modules/coupons.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1380,"kind":16777216,"name":"Sort","url":"modules/coupons.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1381,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/coupons.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1382,"kind":16777216,"name":"TermFilter","url":"modules/coupons.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1383,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/coupons.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1384,"kind":16777216,"name":"TermQuery","url":"modules/coupons.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1385,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/coupons.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1386,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/coupons.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1387,"kind":16777216,"name":"TextQuery","url":"modules/coupons.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"coupons"},{"id":1388,"kind":2,"name":"CouponsTypes","url":"modules/coupons.couponstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"coupons"},{"id":1389,"kind":4194304,"name":"BoolFilter","url":"modules/coupons.couponstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1390,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/coupons.couponstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1391,"kind":4194304,"name":"BoolQuery","url":"modules/coupons.couponstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1392,"kind":4194304,"name":"Coupon","url":"modules/coupons.couponstypes.html#coupon","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1393,"kind":4194304,"name":"CouponTypeEnum","url":"modules/coupons.couponstypes.html#coupontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1394,"kind":4194304,"name":"CouponCode","url":"modules/coupons.couponstypes.html#couponcode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1395,"kind":4194304,"name":"CouponCodeRedemptionRequest","url":"modules/coupons.couponstypes.html#couponcoderedemptionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1396,"kind":4194304,"name":"CouponCodes","url":"modules/coupons.couponstypes.html#couponcodes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1397,"kind":4194304,"name":"CouponMultiCodesRequest","url":"modules/coupons.couponstypes.html#couponmulticodesrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1398,"kind":4194304,"name":"CouponRedemption","url":"modules/coupons.couponstypes.html#couponredemption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1399,"kind":4194304,"name":"CouponRedemptionSearchResult","url":"modules/coupons.couponstypes.html#couponredemptionsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1400,"kind":4194304,"name":"CouponSearchResult","url":"modules/coupons.couponstypes.html#couponsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1401,"kind":4194304,"name":"CouponSystemCodeConfig","url":"modules/coupons.couponstypes.html#couponsystemcodeconfig","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1402,"kind":4194304,"name":"ErrorResponse","url":"modules/coupons.couponstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1403,"kind":4194304,"name":"Filter","url":"modules/coupons.couponstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1404,"kind":4194304,"name":"FilteredQuery","url":"modules/coupons.couponstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1405,"kind":4194304,"name":"NestedQuery","url":"modules/coupons.couponstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1406,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/coupons.couponstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1407,"kind":4194304,"name":"PaginatedResultBase","url":"modules/coupons.couponstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1408,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/coupons.couponstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1409,"kind":4194304,"name":"Query","url":"modules/coupons.couponstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1410,"kind":4194304,"name":"QueryFilter","url":"modules/coupons.couponstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1411,"kind":4194304,"name":"Range2Filter","url":"modules/coupons.couponstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1412,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/coupons.couponstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1413,"kind":4194304,"name":"RangeFilter","url":"modules/coupons.couponstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1414,"kind":4194304,"name":"RangeFilterFrom","url":"modules/coupons.couponstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1415,"kind":4194304,"name":"RangeFilterTo","url":"modules/coupons.couponstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1416,"kind":4194304,"name":"RedemptionLimitPerPeriod","url":"modules/coupons.couponstypes.html#redemptionlimitperperiod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1417,"kind":4194304,"name":"RedemptionLimits","url":"modules/coupons.couponstypes.html#redemptionlimits","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1418,"kind":4194304,"name":"ResultBase","url":"modules/coupons.couponstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1419,"kind":4194304,"name":"SearchRequest","url":"modules/coupons.couponstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1420,"kind":4194304,"name":"Sort","url":"modules/coupons.couponstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1421,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/coupons.couponstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1422,"kind":4194304,"name":"TermFilter","url":"modules/coupons.couponstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1423,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/coupons.couponstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1424,"kind":4194304,"name":"TermQuery","url":"modules/coupons.couponstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1425,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/coupons.couponstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1426,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/coupons.couponstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1427,"kind":4194304,"name":"TextQuery","url":"modules/coupons.couponstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"coupons.CouponsTypes"},{"id":1428,"kind":1,"name":"customers","url":"modules/customers.html","classes":"tsd-kind-module"},{"id":1429,"kind":32,"name":"defaultBaseUri","url":"modules/customers.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"customers"},{"id":1430,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/customers.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1431,"kind":4194304,"name":"TermQuery","url":"modules/customers.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1432,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/customers.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1433,"kind":4194304,"name":"NestedQuery","url":"modules/customers.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1434,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/customers.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1435,"kind":4194304,"name":"BoolQuery","url":"modules/customers.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1436,"kind":4194304,"name":"FilteredQuery","url":"modules/customers.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1437,"kind":4194304,"name":"TextQuery","url":"modules/customers.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1438,"kind":4194304,"name":"Query","url":"modules/customers.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1439,"kind":4194304,"name":"QueryFilter","url":"modules/customers.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1440,"kind":4194304,"name":"TermFilter","url":"modules/customers.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1441,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/customers.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1442,"kind":4194304,"name":"Range2Filter","url":"modules/customers.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1443,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/customers.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1444,"kind":4194304,"name":"RangeFilterFrom","url":"modules/customers.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1445,"kind":4194304,"name":"RangeFilterTo","url":"modules/customers.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1446,"kind":4194304,"name":"RangeFilter","url":"modules/customers.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1447,"kind":4194304,"name":"Filter","url":"modules/customers.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1448,"kind":4194304,"name":"BoolFilter","url":"modules/customers.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1449,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/customers.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1450,"kind":4194304,"name":"Credentials","url":"modules/customers.html#credentials-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1451,"kind":4194304,"name":"CustomerAddress","url":"modules/customers.html#customeraddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1452,"kind":4194304,"name":"Customer","url":"modules/customers.html#customer-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1453,"kind":4194304,"name":"CustomerAddressResult","url":"modules/customers.html#customeraddressresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1454,"kind":4194304,"name":"CustomerGroupRule","url":"modules/customers.html#customergrouprule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1455,"kind":4194304,"name":"CustomerGroup","url":"modules/customers.html#customergroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1456,"kind":4194304,"name":"CustomerGroupTypeEnum","url":"modules/customers.html#customergrouptypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1457,"kind":4194304,"name":"CustomerGroupMember","url":"modules/customers.html#customergroupmember-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1458,"kind":4194304,"name":"CustomerGroupMemberResult","url":"modules/customers.html#customergroupmemberresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1459,"kind":4194304,"name":"CustomerGroupResult","url":"modules/customers.html#customergroupresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1460,"kind":4194304,"name":"Sort","url":"modules/customers.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1461,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/customers.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1462,"kind":4194304,"name":"CustomerGroupSearchResult","url":"modules/customers.html#customergroupsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1463,"kind":4194304,"name":"CustomerSearchHit","url":"modules/customers.html#customersearchhit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1464,"kind":4194304,"name":"CustomerSearchResult","url":"modules/customers.html#customersearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1465,"kind":4194304,"name":"ErrorResponse","url":"modules/customers.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1466,"kind":4194304,"name":"PaginatedResultBase","url":"modules/customers.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1467,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/customers.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1468,"kind":4194304,"name":"ResultBase","url":"modules/customers.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1469,"kind":4194304,"name":"SearchRequest","url":"modules/customers.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"customers"},{"id":1470,"kind":16777216,"name":"BoolFilter","url":"modules/customers.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1471,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/customers.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1472,"kind":16777216,"name":"BoolQuery","url":"modules/customers.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1473,"kind":16777216,"name":"Credentials","url":"modules/customers.html#credentials","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1474,"kind":16777216,"name":"Customer","url":"modules/customers.html#customer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1475,"kind":16777216,"name":"CustomerAddress","url":"modules/customers.html#customeraddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1476,"kind":16777216,"name":"CustomerAddressResult","url":"modules/customers.html#customeraddressresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1477,"kind":16777216,"name":"CustomerGroup","url":"modules/customers.html#customergroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1478,"kind":16777216,"name":"CustomerGroupTypeEnum","url":"modules/customers.html#customergrouptypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1479,"kind":16777216,"name":"CustomerGroupMember","url":"modules/customers.html#customergroupmember","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1480,"kind":16777216,"name":"CustomerGroupMemberResult","url":"modules/customers.html#customergroupmemberresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1481,"kind":16777216,"name":"CustomerGroupResult","url":"modules/customers.html#customergroupresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1482,"kind":16777216,"name":"CustomerGroupRule","url":"modules/customers.html#customergrouprule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1483,"kind":16777216,"name":"CustomerGroupSearchResult","url":"modules/customers.html#customergroupsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1484,"kind":16777216,"name":"CustomerSearchHit","url":"modules/customers.html#customersearchhit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1485,"kind":16777216,"name":"CustomerSearchResult","url":"modules/customers.html#customersearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1486,"kind":16777216,"name":"ErrorResponse","url":"modules/customers.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1487,"kind":16777216,"name":"Filter","url":"modules/customers.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1488,"kind":16777216,"name":"FilteredQuery","url":"modules/customers.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1489,"kind":16777216,"name":"NestedQuery","url":"modules/customers.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1490,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/customers.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1491,"kind":16777216,"name":"PaginatedResultBase","url":"modules/customers.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1492,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/customers.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1493,"kind":16777216,"name":"Query","url":"modules/customers.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1494,"kind":16777216,"name":"QueryFilter","url":"modules/customers.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1495,"kind":16777216,"name":"Range2Filter","url":"modules/customers.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1496,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/customers.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1497,"kind":16777216,"name":"RangeFilter","url":"modules/customers.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1498,"kind":16777216,"name":"RangeFilterFrom","url":"modules/customers.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1499,"kind":16777216,"name":"RangeFilterTo","url":"modules/customers.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1500,"kind":16777216,"name":"ResultBase","url":"modules/customers.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1501,"kind":16777216,"name":"SearchRequest","url":"modules/customers.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1502,"kind":16777216,"name":"Sort","url":"modules/customers.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1503,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/customers.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1504,"kind":16777216,"name":"TermFilter","url":"modules/customers.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1505,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/customers.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1506,"kind":16777216,"name":"TermQuery","url":"modules/customers.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1507,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/customers.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1508,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/customers.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1509,"kind":16777216,"name":"TextQuery","url":"modules/customers.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1510,"kind":128,"name":"Customers","url":"classes/customers.customers-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"customers"},{"id":1511,"kind":512,"name":"constructor","url":"classes/customers.customers-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"customers.Customers"},{"id":1512,"kind":2048,"name":"assignCustomerGroupMembers","url":"classes/customers.customers-3.html#assigncustomergroupmembers","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1513,"kind":2048,"name":"createAddressForCustomerInCustomerList","url":"classes/customers.customers-3.html#createaddressforcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1514,"kind":2048,"name":"createCustomerInCustomerList","url":"classes/customers.customers-3.html#createcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1515,"kind":2048,"name":"createCustomerList","url":"classes/customers.customers-3.html#createcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1516,"kind":2048,"name":"deleteCustomerFromCustomerList","url":"classes/customers.customers-3.html#deletecustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1517,"kind":2048,"name":"getAddressForCustomerFromCustomerList","url":"classes/customers.customers-3.html#getaddressforcustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1518,"kind":2048,"name":"getAddressesForCustomerFromCustomerList","url":"classes/customers.customers-3.html#getaddressesforcustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1519,"kind":2048,"name":"getCustomerFromCustomerList","url":"classes/customers.customers-3.html#getcustomerfromcustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1520,"kind":2048,"name":"getCustomerGroups","url":"classes/customers.customers-3.html#getcustomergroups","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1521,"kind":2048,"name":"removeAddressForCustomerInCustomerList","url":"classes/customers.customers-3.html#removeaddressforcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1522,"kind":2048,"name":"searchCustomerGroup","url":"classes/customers.customers-3.html#searchcustomergroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1523,"kind":2048,"name":"searchCustomerInCustomerList","url":"classes/customers.customers-3.html#searchcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1524,"kind":2048,"name":"unassignCustomerGroupMembers","url":"classes/customers.customers-3.html#unassigncustomergroupmembers","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1525,"kind":2048,"name":"updateAddressForCustomerInCustomerList","url":"classes/customers.customers-3.html#updateaddressforcustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1526,"kind":2048,"name":"updateCustomerInCustomerList","url":"classes/customers.customers-3.html#updatecustomerincustomerlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"customers.Customers"},{"id":1527,"kind":1024,"name":"clientConfig","url":"classes/customers.customers-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"customers.Customers"},{"id":1528,"kind":16777216,"name":"Customers","url":"modules/customers.html#customers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1529,"kind":16777216,"name":"defaultBaseUri","url":"modules/customers.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1530,"kind":16777216,"name":"Customers","url":"modules/customers.html#customers-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1531,"kind":16777216,"name":"BoolFilter","url":"modules/customers.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1532,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/customers.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1533,"kind":16777216,"name":"BoolQuery","url":"modules/customers.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1534,"kind":16777216,"name":"Credentials","url":"modules/customers.html#credentials-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1535,"kind":16777216,"name":"Customer","url":"modules/customers.html#customer-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1536,"kind":16777216,"name":"CustomerAddress","url":"modules/customers.html#customeraddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1537,"kind":16777216,"name":"CustomerAddressResult","url":"modules/customers.html#customeraddressresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1538,"kind":16777216,"name":"CustomerGroup","url":"modules/customers.html#customergroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1539,"kind":16777216,"name":"CustomerGroupTypeEnum","url":"modules/customers.html#customergrouptypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1540,"kind":16777216,"name":"CustomerGroupMember","url":"modules/customers.html#customergroupmember-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1541,"kind":16777216,"name":"CustomerGroupMemberResult","url":"modules/customers.html#customergroupmemberresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1542,"kind":16777216,"name":"CustomerGroupResult","url":"modules/customers.html#customergroupresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1543,"kind":16777216,"name":"CustomerGroupRule","url":"modules/customers.html#customergrouprule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1544,"kind":16777216,"name":"CustomerGroupSearchResult","url":"modules/customers.html#customergroupsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1545,"kind":16777216,"name":"CustomerSearchHit","url":"modules/customers.html#customersearchhit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1546,"kind":16777216,"name":"CustomerSearchResult","url":"modules/customers.html#customersearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1547,"kind":16777216,"name":"ErrorResponse","url":"modules/customers.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1548,"kind":16777216,"name":"Filter","url":"modules/customers.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1549,"kind":16777216,"name":"FilteredQuery","url":"modules/customers.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1550,"kind":16777216,"name":"NestedQuery","url":"modules/customers.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1551,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/customers.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1552,"kind":16777216,"name":"PaginatedResultBase","url":"modules/customers.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1553,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/customers.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1554,"kind":16777216,"name":"Query","url":"modules/customers.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1555,"kind":16777216,"name":"QueryFilter","url":"modules/customers.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1556,"kind":16777216,"name":"Range2Filter","url":"modules/customers.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1557,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/customers.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1558,"kind":16777216,"name":"RangeFilter","url":"modules/customers.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1559,"kind":16777216,"name":"RangeFilterFrom","url":"modules/customers.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1560,"kind":16777216,"name":"RangeFilterTo","url":"modules/customers.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1561,"kind":16777216,"name":"ResultBase","url":"modules/customers.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1562,"kind":16777216,"name":"SearchRequest","url":"modules/customers.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1563,"kind":16777216,"name":"Sort","url":"modules/customers.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1564,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/customers.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1565,"kind":16777216,"name":"TermFilter","url":"modules/customers.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1566,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/customers.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1567,"kind":16777216,"name":"TermQuery","url":"modules/customers.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1568,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/customers.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1569,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/customers.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1570,"kind":16777216,"name":"TextQuery","url":"modules/customers.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"customers"},{"id":1571,"kind":2,"name":"CustomersTypes","url":"modules/customers.customerstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"customers"},{"id":1572,"kind":4194304,"name":"BoolFilter","url":"modules/customers.customerstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1573,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/customers.customerstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1574,"kind":4194304,"name":"BoolQuery","url":"modules/customers.customerstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1575,"kind":4194304,"name":"Credentials","url":"modules/customers.customerstypes.html#credentials","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1576,"kind":4194304,"name":"Customer","url":"modules/customers.customerstypes.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1577,"kind":4194304,"name":"CustomerAddress","url":"modules/customers.customerstypes.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1578,"kind":4194304,"name":"CustomerAddressResult","url":"modules/customers.customerstypes.html#customeraddressresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1579,"kind":4194304,"name":"CustomerGroup","url":"modules/customers.customerstypes.html#customergroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1580,"kind":4194304,"name":"CustomerGroupTypeEnum","url":"modules/customers.customerstypes.html#customergrouptypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1581,"kind":4194304,"name":"CustomerGroupMember","url":"modules/customers.customerstypes.html#customergroupmember","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1582,"kind":4194304,"name":"CustomerGroupMemberResult","url":"modules/customers.customerstypes.html#customergroupmemberresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1583,"kind":4194304,"name":"CustomerGroupResult","url":"modules/customers.customerstypes.html#customergroupresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1584,"kind":4194304,"name":"CustomerGroupRule","url":"modules/customers.customerstypes.html#customergrouprule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1585,"kind":4194304,"name":"CustomerGroupSearchResult","url":"modules/customers.customerstypes.html#customergroupsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1586,"kind":4194304,"name":"CustomerSearchHit","url":"modules/customers.customerstypes.html#customersearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1587,"kind":4194304,"name":"CustomerSearchResult","url":"modules/customers.customerstypes.html#customersearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1588,"kind":4194304,"name":"ErrorResponse","url":"modules/customers.customerstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1589,"kind":4194304,"name":"Filter","url":"modules/customers.customerstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1590,"kind":4194304,"name":"FilteredQuery","url":"modules/customers.customerstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1591,"kind":4194304,"name":"NestedQuery","url":"modules/customers.customerstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1592,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/customers.customerstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1593,"kind":4194304,"name":"PaginatedResultBase","url":"modules/customers.customerstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1594,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/customers.customerstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1595,"kind":4194304,"name":"Query","url":"modules/customers.customerstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1596,"kind":4194304,"name":"QueryFilter","url":"modules/customers.customerstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1597,"kind":4194304,"name":"Range2Filter","url":"modules/customers.customerstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1598,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/customers.customerstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1599,"kind":4194304,"name":"RangeFilter","url":"modules/customers.customerstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1600,"kind":4194304,"name":"RangeFilterFrom","url":"modules/customers.customerstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1601,"kind":4194304,"name":"RangeFilterTo","url":"modules/customers.customerstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1602,"kind":4194304,"name":"ResultBase","url":"modules/customers.customerstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1603,"kind":4194304,"name":"SearchRequest","url":"modules/customers.customerstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1604,"kind":4194304,"name":"Sort","url":"modules/customers.customerstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1605,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/customers.customerstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1606,"kind":4194304,"name":"TermFilter","url":"modules/customers.customerstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1607,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/customers.customerstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1608,"kind":4194304,"name":"TermQuery","url":"modules/customers.customerstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1609,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/customers.customerstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1610,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/customers.customerstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1611,"kind":4194304,"name":"TextQuery","url":"modules/customers.customerstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"customers.CustomersTypes"},{"id":1612,"kind":1,"name":"giftCertificates","url":"modules/giftcertificates.html","classes":"tsd-kind-module"},{"id":1613,"kind":32,"name":"defaultBaseUri","url":"modules/giftcertificates.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"giftCertificates"},{"id":1614,"kind":4194304,"name":"NoValue","url":"modules/giftcertificates.html#novalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1615,"kind":4194304,"name":"CurrencyCode","url":"modules/giftcertificates.html#currencycode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1616,"kind":4194304,"name":"Money","url":"modules/giftcertificates.html#money-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1617,"kind":4194304,"name":"AccountTransaction","url":"modules/giftcertificates.html#accounttransaction-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1618,"kind":4194304,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.html#accounttransactiontypecodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1619,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/giftcertificates.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1620,"kind":4194304,"name":"TermQuery","url":"modules/giftcertificates.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1621,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1622,"kind":4194304,"name":"NestedQuery","url":"modules/giftcertificates.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1623,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1624,"kind":4194304,"name":"BoolQuery","url":"modules/giftcertificates.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1625,"kind":4194304,"name":"FilteredQuery","url":"modules/giftcertificates.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1626,"kind":4194304,"name":"TextQuery","url":"modules/giftcertificates.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1627,"kind":4194304,"name":"Query","url":"modules/giftcertificates.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1628,"kind":4194304,"name":"QueryFilter","url":"modules/giftcertificates.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1629,"kind":4194304,"name":"TermFilter","url":"modules/giftcertificates.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1630,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1631,"kind":4194304,"name":"Range2Filter","url":"modules/giftcertificates.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1632,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1633,"kind":4194304,"name":"RangeFilterFrom","url":"modules/giftcertificates.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1634,"kind":4194304,"name":"RangeFilterTo","url":"modules/giftcertificates.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1635,"kind":4194304,"name":"RangeFilter","url":"modules/giftcertificates.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1636,"kind":4194304,"name":"Filter","url":"modules/giftcertificates.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1637,"kind":4194304,"name":"BoolFilter","url":"modules/giftcertificates.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1638,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1639,"kind":4194304,"name":"ErrorResponse","url":"modules/giftcertificates.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1640,"kind":4194304,"name":"GiftCertificate","url":"modules/giftcertificates.html#giftcertificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1641,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.html#giftcertificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1642,"kind":4194304,"name":"Sort","url":"modules/giftcertificates.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1643,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/giftcertificates.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1644,"kind":4194304,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.html#giftcertificatesearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1645,"kind":4194304,"name":"PaginatedResultBase","url":"modules/giftcertificates.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1646,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/giftcertificates.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1647,"kind":4194304,"name":"ResultBase","url":"modules/giftcertificates.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1648,"kind":4194304,"name":"SearchRequest","url":"modules/giftcertificates.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"giftCertificates"},{"id":1649,"kind":16777216,"name":"AccountTransaction","url":"modules/giftcertificates.html#accounttransaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1650,"kind":16777216,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.html#accounttransactiontypecodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1651,"kind":16777216,"name":"BoolFilter","url":"modules/giftcertificates.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1652,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1653,"kind":16777216,"name":"BoolQuery","url":"modules/giftcertificates.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1654,"kind":16777216,"name":"CurrencyCode","url":"modules/giftcertificates.html#currencycode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1655,"kind":16777216,"name":"ErrorResponse","url":"modules/giftcertificates.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1656,"kind":16777216,"name":"Filter","url":"modules/giftcertificates.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1657,"kind":16777216,"name":"FilteredQuery","url":"modules/giftcertificates.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1658,"kind":16777216,"name":"GiftCertificate","url":"modules/giftcertificates.html#giftcertificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1659,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.html#giftcertificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1660,"kind":16777216,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.html#giftcertificatesearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1661,"kind":16777216,"name":"Money","url":"modules/giftcertificates.html#money","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1662,"kind":16777216,"name":"NestedQuery","url":"modules/giftcertificates.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1663,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1664,"kind":16777216,"name":"NoValue","url":"modules/giftcertificates.html#novalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1665,"kind":16777216,"name":"PaginatedResultBase","url":"modules/giftcertificates.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1666,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/giftcertificates.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1667,"kind":16777216,"name":"Query","url":"modules/giftcertificates.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1668,"kind":16777216,"name":"QueryFilter","url":"modules/giftcertificates.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1669,"kind":16777216,"name":"Range2Filter","url":"modules/giftcertificates.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1670,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1671,"kind":16777216,"name":"RangeFilter","url":"modules/giftcertificates.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1672,"kind":16777216,"name":"RangeFilterFrom","url":"modules/giftcertificates.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1673,"kind":16777216,"name":"RangeFilterTo","url":"modules/giftcertificates.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1674,"kind":16777216,"name":"ResultBase","url":"modules/giftcertificates.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1675,"kind":16777216,"name":"SearchRequest","url":"modules/giftcertificates.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1676,"kind":16777216,"name":"Sort","url":"modules/giftcertificates.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1677,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/giftcertificates.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1678,"kind":16777216,"name":"TermFilter","url":"modules/giftcertificates.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1679,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1680,"kind":16777216,"name":"TermQuery","url":"modules/giftcertificates.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1681,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1682,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/giftcertificates.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1683,"kind":16777216,"name":"TextQuery","url":"modules/giftcertificates.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1684,"kind":128,"name":"GiftCertificates","url":"classes/giftcertificates.giftcertificates-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"giftCertificates"},{"id":1685,"kind":512,"name":"constructor","url":"classes/giftcertificates.giftcertificates-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"giftCertificates.GiftCertificates"},{"id":1686,"kind":2048,"name":"createGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#creategiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1687,"kind":2048,"name":"deleteGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#deletegiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1688,"kind":2048,"name":"getGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#getgiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1689,"kind":2048,"name":"giftCertificatesSearch","url":"classes/giftcertificates.giftcertificates-3.html#giftcertificatessearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1690,"kind":2048,"name":"updateGiftCertificate","url":"classes/giftcertificates.giftcertificates-3.html#updategiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"giftCertificates.GiftCertificates"},{"id":1691,"kind":1024,"name":"clientConfig","url":"classes/giftcertificates.giftcertificates-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"giftCertificates.GiftCertificates"},{"id":1692,"kind":16777216,"name":"GiftCertificates","url":"modules/giftcertificates.html#giftcertificates-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1693,"kind":16777216,"name":"defaultBaseUri","url":"modules/giftcertificates.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1694,"kind":16777216,"name":"GiftCertificates","url":"modules/giftcertificates.html#giftcertificates-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1695,"kind":16777216,"name":"AccountTransaction","url":"modules/giftcertificates.html#accounttransaction-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1696,"kind":16777216,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.html#accounttransactiontypecodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1697,"kind":16777216,"name":"BoolFilter","url":"modules/giftcertificates.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1698,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1699,"kind":16777216,"name":"BoolQuery","url":"modules/giftcertificates.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1700,"kind":16777216,"name":"CurrencyCode","url":"modules/giftcertificates.html#currencycode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1701,"kind":16777216,"name":"ErrorResponse","url":"modules/giftcertificates.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1702,"kind":16777216,"name":"Filter","url":"modules/giftcertificates.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1703,"kind":16777216,"name":"FilteredQuery","url":"modules/giftcertificates.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1704,"kind":16777216,"name":"GiftCertificate","url":"modules/giftcertificates.html#giftcertificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1705,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.html#giftcertificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1706,"kind":16777216,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.html#giftcertificatesearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1707,"kind":16777216,"name":"Money","url":"modules/giftcertificates.html#money-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1708,"kind":16777216,"name":"NestedQuery","url":"modules/giftcertificates.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1709,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1710,"kind":16777216,"name":"NoValue","url":"modules/giftcertificates.html#novalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1711,"kind":16777216,"name":"PaginatedResultBase","url":"modules/giftcertificates.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1712,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/giftcertificates.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1713,"kind":16777216,"name":"Query","url":"modules/giftcertificates.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1714,"kind":16777216,"name":"QueryFilter","url":"modules/giftcertificates.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1715,"kind":16777216,"name":"Range2Filter","url":"modules/giftcertificates.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1716,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1717,"kind":16777216,"name":"RangeFilter","url":"modules/giftcertificates.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1718,"kind":16777216,"name":"RangeFilterFrom","url":"modules/giftcertificates.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1719,"kind":16777216,"name":"RangeFilterTo","url":"modules/giftcertificates.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1720,"kind":16777216,"name":"ResultBase","url":"modules/giftcertificates.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1721,"kind":16777216,"name":"SearchRequest","url":"modules/giftcertificates.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1722,"kind":16777216,"name":"Sort","url":"modules/giftcertificates.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1723,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/giftcertificates.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1724,"kind":16777216,"name":"TermFilter","url":"modules/giftcertificates.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1725,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1726,"kind":16777216,"name":"TermQuery","url":"modules/giftcertificates.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1727,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1728,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/giftcertificates.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1729,"kind":16777216,"name":"TextQuery","url":"modules/giftcertificates.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"giftCertificates"},{"id":1730,"kind":2,"name":"GiftCertificatesTypes","url":"modules/giftcertificates.giftcertificatestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"giftCertificates"},{"id":1731,"kind":4194304,"name":"AccountTransaction","url":"modules/giftcertificates.giftcertificatestypes.html#accounttransaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1732,"kind":4194304,"name":"AccountTransactionTypeCodeEnum","url":"modules/giftcertificates.giftcertificatestypes.html#accounttransactiontypecodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1733,"kind":4194304,"name":"BoolFilter","url":"modules/giftcertificates.giftcertificatestypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1734,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/giftcertificates.giftcertificatestypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1735,"kind":4194304,"name":"BoolQuery","url":"modules/giftcertificates.giftcertificatestypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1736,"kind":4194304,"name":"CurrencyCode","url":"modules/giftcertificates.giftcertificatestypes.html#currencycode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1737,"kind":4194304,"name":"ErrorResponse","url":"modules/giftcertificates.giftcertificatestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1738,"kind":4194304,"name":"Filter","url":"modules/giftcertificates.giftcertificatestypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1739,"kind":4194304,"name":"FilteredQuery","url":"modules/giftcertificates.giftcertificatestypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1740,"kind":4194304,"name":"GiftCertificate","url":"modules/giftcertificates.giftcertificatestypes.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1741,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/giftcertificates.giftcertificatestypes.html#giftcertificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1742,"kind":4194304,"name":"GiftCertificateSearchResult","url":"modules/giftcertificates.giftcertificatestypes.html#giftcertificatesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1743,"kind":4194304,"name":"Money","url":"modules/giftcertificates.giftcertificatestypes.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1744,"kind":4194304,"name":"NestedQuery","url":"modules/giftcertificates.giftcertificatestypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1745,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/giftcertificates.giftcertificatestypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1746,"kind":4194304,"name":"NoValue","url":"modules/giftcertificates.giftcertificatestypes.html#novalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1747,"kind":4194304,"name":"PaginatedResultBase","url":"modules/giftcertificates.giftcertificatestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1748,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/giftcertificates.giftcertificatestypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1749,"kind":4194304,"name":"Query","url":"modules/giftcertificates.giftcertificatestypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1750,"kind":4194304,"name":"QueryFilter","url":"modules/giftcertificates.giftcertificatestypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1751,"kind":4194304,"name":"Range2Filter","url":"modules/giftcertificates.giftcertificatestypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1752,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/giftcertificates.giftcertificatestypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1753,"kind":4194304,"name":"RangeFilter","url":"modules/giftcertificates.giftcertificatestypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1754,"kind":4194304,"name":"RangeFilterFrom","url":"modules/giftcertificates.giftcertificatestypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1755,"kind":4194304,"name":"RangeFilterTo","url":"modules/giftcertificates.giftcertificatestypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1756,"kind":4194304,"name":"ResultBase","url":"modules/giftcertificates.giftcertificatestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1757,"kind":4194304,"name":"SearchRequest","url":"modules/giftcertificates.giftcertificatestypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1758,"kind":4194304,"name":"Sort","url":"modules/giftcertificates.giftcertificatestypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1759,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/giftcertificates.giftcertificatestypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1760,"kind":4194304,"name":"TermFilter","url":"modules/giftcertificates.giftcertificatestypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1761,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/giftcertificates.giftcertificatestypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1762,"kind":4194304,"name":"TermQuery","url":"modules/giftcertificates.giftcertificatestypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1763,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/giftcertificates.giftcertificatestypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1764,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/giftcertificates.giftcertificatestypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1765,"kind":4194304,"name":"TextQuery","url":"modules/giftcertificates.giftcertificatestypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"giftCertificates.GiftCertificatesTypes"},{"id":1766,"kind":1,"name":"helpers","url":"modules/helpers.html","classes":"tsd-kind-module"},{"id":1767,"kind":32,"name":"CUSTOM_API_DEFAULT_BASE_URI","url":"modules/helpers.html#custom_api_default_base_uri","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":1768,"kind":64,"name":"contentTypeHeaderExists","url":"modules/helpers.html#contenttypeheaderexists","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":1769,"kind":4194304,"name":"CustomApiParameters","url":"modules/helpers.html#customapiparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1770,"kind":65536,"name":"__type","url":"modules/helpers.html#customapiparameters.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers.CustomApiParameters"},{"id":1771,"kind":32,"name":"organizationId","url":"modules/helpers.html#customapiparameters.__type.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1772,"kind":32,"name":"shortCode","url":"modules/helpers.html#customapiparameters.__type.shortcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1773,"kind":32,"name":"endpointPath","url":"modules/helpers.html#customapiparameters.__type.endpointpath","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1774,"kind":32,"name":"apiName","url":"modules/helpers.html#customapiparameters.__type.apiname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1775,"kind":32,"name":"apiVersion","url":"modules/helpers.html#customapiparameters.__type.apiversion","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"helpers.CustomApiParameters.__type"},{"id":1776,"kind":64,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1777,"kind":64,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#encodescapispecialcharacters","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1778,"kind":256,"name":"ISlasClient","url":"interfaces/helpers.islasclient.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":1779,"kind":2048,"name":"authenticateCustomer","url":"interfaces/helpers.islasclient.html#authenticatecustomer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1780,"kind":2048,"name":"authorizeCustomer","url":"interfaces/helpers.islasclient.html#authorizecustomer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1781,"kind":2048,"name":"getAccessToken","url":"interfaces/helpers.islasclient.html#getaccesstoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1782,"kind":2048,"name":"logoutCustomer","url":"interfaces/helpers.islasclient.html#logoutcustomer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1783,"kind":1024,"name":"clientConfig","url":"interfaces/helpers.islasclient.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.ISlasClient"},{"id":1784,"kind":4194304,"name":"LoginRequest","url":"modules/helpers.html#loginrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1785,"kind":4194304,"name":"TokenRequest","url":"modules/helpers.html#tokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1786,"kind":4194304,"name":"TokenResponse","url":"modules/helpers.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":1787,"kind":64,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1788,"kind":64,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1789,"kind":64,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1790,"kind":64,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1791,"kind":64,"name":"authorize","url":"modules/helpers.html#authorize","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1792,"kind":64,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1793,"kind":64,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1794,"kind":64,"name":"loginRegisteredUserB2Cprivate","url":"modules/helpers.html#loginregistereduserb2cprivate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1795,"kind":64,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1796,"kind":64,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1797,"kind":64,"name":"refreshAccessTokenPrivate","url":"modules/helpers.html#refreshaccesstokenprivate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1798,"kind":64,"name":"logout","url":"modules/helpers.html#logout","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":1799,"kind":2097152,"name":"helpers","url":"modules/helpers.html#helpers-1","classes":"tsd-kind-object-literal tsd-parent-kind-module","parent":"helpers"},{"id":1800,"kind":32,"name":"callCustomEndpoint","url":"modules/helpers.html#helpers-1.callcustomendpoint-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"helpers.helpers"},{"id":1801,"kind":32,"name":"encodeSCAPISpecialCharacters","url":"modules/helpers.html#helpers-1.encodescapispecialcharacters-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"helpers.helpers"},{"id":1802,"kind":1,"name":"orders","url":"modules/orders.html","classes":"tsd-kind-module"},{"id":1803,"kind":32,"name":"defaultBaseUri","url":"modules/orders.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"orders"},{"id":1804,"kind":4194304,"name":"ABTestSegment","url":"modules/orders.html#abtestsegment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1805,"kind":4194304,"name":"Address","url":"modules/orders.html#address-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1806,"kind":4194304,"name":"ProductReference","url":"modules/orders.html#productreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1807,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/orders.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1808,"kind":4194304,"name":"CouponItem","url":"modules/orders.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1809,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/orders.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1810,"kind":4194304,"name":"CreateOrderPriceAdjustment","url":"modules/orders.html#createorderpriceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1811,"kind":4194304,"name":"CreateOrderOptionItem","url":"modules/orders.html#createorderoptionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1812,"kind":4194304,"name":"Status","url":"modules/orders.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1813,"kind":4194304,"name":"CreateOrderPaymentTransaction","url":"modules/orders.html#createorderpaymenttransaction-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1814,"kind":4194304,"name":"CreateOrderPaymentInstrument","url":"modules/orders.html#createorderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1815,"kind":4194304,"name":"CreateOrderProductItems","url":"modules/orders.html#createorderproductitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1816,"kind":4194304,"name":"CreateOrderShipment","url":"modules/orders.html#createordershipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1817,"kind":4194304,"name":"CreateOrderRequest","url":"modules/orders.html#createorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1818,"kind":4194304,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.html#createorderrequestbusinesstypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1819,"kind":4194304,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.html#createorderrequestchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1820,"kind":4194304,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.html#createorderrequestpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1821,"kind":4194304,"name":"CustomerInfo","url":"modules/orders.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1822,"kind":4194304,"name":"Discount","url":"modules/orders.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1823,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/orders.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1824,"kind":4194304,"name":"ErrorResponse","url":"modules/orders.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1825,"kind":4194304,"name":"GiftCertificateItem","url":"modules/orders.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1826,"kind":4194304,"name":"PriceAdjustment","url":"modules/orders.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1827,"kind":4194304,"name":"OptionItem","url":"modules/orders.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1828,"kind":4194304,"name":"ShippingItem","url":"modules/orders.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1829,"kind":4194304,"name":"ShippingItemTypeEnum","url":"modules/orders.html#shippingitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1830,"kind":4194304,"name":"PaymentTransaction","url":"modules/orders.html#paymenttransaction-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1831,"kind":4194304,"name":"PaymentCard","url":"modules/orders.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1832,"kind":4194304,"name":"PaymentInstrument","url":"modules/orders.html#paymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1833,"kind":4194304,"name":"OrderExportStatus","url":"modules/orders.html#orderexportstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1834,"kind":4194304,"name":"ShippingMethodReference","url":"modules/orders.html#shippingmethodreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1835,"kind":4194304,"name":"Shipment","url":"modules/orders.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1836,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/orders.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1837,"kind":4194304,"name":"OrderConfirmationStatus","url":"modules/orders.html#orderconfirmationstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1838,"kind":4194304,"name":"OrderShippingStatus","url":"modules/orders.html#ordershippingstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1839,"kind":4194304,"name":"OrderStatus","url":"modules/orders.html#orderstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1840,"kind":4194304,"name":"OrderPaymentStatus","url":"modules/orders.html#orderpaymentstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1841,"kind":4194304,"name":"ProductListReference","url":"modules/orders.html#productlistreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1842,"kind":4194304,"name":"ProductListReferenceTypeEnum","url":"modules/orders.html#productlistreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1843,"kind":4194304,"name":"ProductListItemReference","url":"modules/orders.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1844,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1845,"kind":4194304,"name":"ProductItem","url":"modules/orders.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1846,"kind":4194304,"name":"Order","url":"modules/orders.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1847,"kind":4194304,"name":"OrderBusinessTypeEnum","url":"modules/orders.html#orderbusinesstypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1848,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/orders.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1849,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/orders.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1850,"kind":4194304,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.html#orderconfirmationstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1851,"kind":4194304,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.html#orderexportstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1852,"kind":4194304,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.html#orderexternalstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1853,"kind":4194304,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.html#orderpaymentstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1854,"kind":4194304,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.html#ordershippingstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1855,"kind":4194304,"name":"OrderStatusUpdateRequest","url":"modules/orders.html#orderstatusupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1856,"kind":4194304,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.html#orderstatusupdaterequeststatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1857,"kind":4194304,"name":"OrdersResponse","url":"modules/orders.html#ordersresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1858,"kind":4194304,"name":"ShippingAddressUpdateRequest","url":"modules/orders.html#shippingaddressupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1859,"kind":16777216,"name":"ABTestSegment","url":"modules/orders.html#abtestsegment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1860,"kind":16777216,"name":"Address","url":"modules/orders.html#address","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1861,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/orders.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1862,"kind":16777216,"name":"CouponItem","url":"modules/orders.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1863,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/orders.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1864,"kind":16777216,"name":"CreateOrderOptionItem","url":"modules/orders.html#createorderoptionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1865,"kind":16777216,"name":"CreateOrderPaymentInstrument","url":"modules/orders.html#createorderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1866,"kind":16777216,"name":"CreateOrderPaymentTransaction","url":"modules/orders.html#createorderpaymenttransaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1867,"kind":16777216,"name":"CreateOrderPriceAdjustment","url":"modules/orders.html#createorderpriceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1868,"kind":16777216,"name":"CreateOrderProductItems","url":"modules/orders.html#createorderproductitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1869,"kind":16777216,"name":"CreateOrderRequest","url":"modules/orders.html#createorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1870,"kind":16777216,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.html#createorderrequestbusinesstypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1871,"kind":16777216,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.html#createorderrequestchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1872,"kind":16777216,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.html#createorderrequestpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1873,"kind":16777216,"name":"CreateOrderShipment","url":"modules/orders.html#createordershipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1874,"kind":16777216,"name":"CustomerInfo","url":"modules/orders.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1875,"kind":16777216,"name":"Discount","url":"modules/orders.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1876,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/orders.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1877,"kind":16777216,"name":"ErrorResponse","url":"modules/orders.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1878,"kind":16777216,"name":"GiftCertificateItem","url":"modules/orders.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1879,"kind":16777216,"name":"OptionItem","url":"modules/orders.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1880,"kind":16777216,"name":"Order","url":"modules/orders.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1881,"kind":16777216,"name":"OrderBusinessTypeEnum","url":"modules/orders.html#orderbusinesstypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1882,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/orders.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1883,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/orders.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1884,"kind":16777216,"name":"OrderConfirmationStatus","url":"modules/orders.html#orderconfirmationstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1885,"kind":16777216,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.html#orderconfirmationstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1886,"kind":16777216,"name":"OrderExportStatus","url":"modules/orders.html#orderexportstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1887,"kind":16777216,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.html#orderexportstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1888,"kind":16777216,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.html#orderexternalstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1889,"kind":16777216,"name":"OrderPaymentStatus","url":"modules/orders.html#orderpaymentstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1890,"kind":16777216,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.html#orderpaymentstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1891,"kind":16777216,"name":"OrderShippingStatus","url":"modules/orders.html#ordershippingstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1892,"kind":16777216,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.html#ordershippingstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1893,"kind":16777216,"name":"OrderStatus","url":"modules/orders.html#orderstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1894,"kind":16777216,"name":"OrderStatusUpdateRequest","url":"modules/orders.html#orderstatusupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1895,"kind":16777216,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.html#orderstatusupdaterequeststatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1896,"kind":16777216,"name":"OrdersResponse","url":"modules/orders.html#ordersresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1897,"kind":16777216,"name":"PaymentCard","url":"modules/orders.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1898,"kind":16777216,"name":"PaymentInstrument","url":"modules/orders.html#paymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1899,"kind":16777216,"name":"PaymentTransaction","url":"modules/orders.html#paymenttransaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1900,"kind":16777216,"name":"PriceAdjustment","url":"modules/orders.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1901,"kind":16777216,"name":"ProductItem","url":"modules/orders.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1902,"kind":16777216,"name":"ProductListItemReference","url":"modules/orders.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1903,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1904,"kind":16777216,"name":"ProductListReference","url":"modules/orders.html#productlistreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1905,"kind":16777216,"name":"ProductListReferenceTypeEnum","url":"modules/orders.html#productlistreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1906,"kind":16777216,"name":"ProductReference","url":"modules/orders.html#productreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1907,"kind":16777216,"name":"Shipment","url":"modules/orders.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1908,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/orders.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1909,"kind":16777216,"name":"ShippingAddressUpdateRequest","url":"modules/orders.html#shippingaddressupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1910,"kind":16777216,"name":"ShippingItem","url":"modules/orders.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1911,"kind":16777216,"name":"ShippingItemTypeEnum","url":"modules/orders.html#shippingitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1912,"kind":16777216,"name":"ShippingMethodReference","url":"modules/orders.html#shippingmethodreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1913,"kind":16777216,"name":"Status","url":"modules/orders.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1914,"kind":128,"name":"Orders","url":"classes/orders.orders-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"orders"},{"id":1915,"kind":512,"name":"constructor","url":"classes/orders.orders-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"orders.Orders"},{"id":1916,"kind":2048,"name":"createOrders","url":"classes/orders.orders-3.html#createorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1917,"kind":2048,"name":"getOrder","url":"classes/orders.orders-3.html#getorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1918,"kind":2048,"name":"getOrders","url":"classes/orders.orders-3.html#getorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1919,"kind":2048,"name":"updateOrder","url":"classes/orders.orders-3.html#updateorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1920,"kind":2048,"name":"updateOrderConfirmationStatus","url":"classes/orders.orders-3.html#updateorderconfirmationstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1921,"kind":2048,"name":"updateOrderExportStatus","url":"classes/orders.orders-3.html#updateorderexportstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1922,"kind":2048,"name":"updateOrderExternalStatus","url":"classes/orders.orders-3.html#updateorderexternalstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1923,"kind":2048,"name":"updateOrderPaymentInstrument","url":"classes/orders.orders-3.html#updateorderpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1924,"kind":2048,"name":"updateOrderPaymentStatus","url":"classes/orders.orders-3.html#updateorderpaymentstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1925,"kind":2048,"name":"updateOrderPaymentTransaction","url":"classes/orders.orders-3.html#updateorderpaymenttransaction","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1926,"kind":2048,"name":"updateOrderShippingAddress","url":"classes/orders.orders-3.html#updateordershippingaddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1927,"kind":2048,"name":"updateOrderShippingStatus","url":"classes/orders.orders-3.html#updateordershippingstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1928,"kind":2048,"name":"updateOrderStatus","url":"classes/orders.orders-3.html#updateorderstatus","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"orders.Orders"},{"id":1929,"kind":1024,"name":"clientConfig","url":"classes/orders.orders-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"orders.Orders"},{"id":1930,"kind":4194304,"name":"GetOrdersSortByEnum","url":"modules/orders.html#getorderssortbyenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1931,"kind":4194304,"name":"GetOrdersSortOrderEnum","url":"modules/orders.html#getorderssortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1932,"kind":4194304,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.html#getordersconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"orders"},{"id":1933,"kind":16777216,"name":"GetOrdersSortByEnum","url":"modules/orders.html#getorderssortbyenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1934,"kind":16777216,"name":"GetOrdersSortOrderEnum","url":"modules/orders.html#getorderssortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1935,"kind":16777216,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.html#getordersconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1936,"kind":16777216,"name":"Orders","url":"modules/orders.html#orders-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1937,"kind":16777216,"name":"defaultBaseUri","url":"modules/orders.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1938,"kind":16777216,"name":"GetOrdersSortByEnum","url":"modules/orders.html#getorderssortbyenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1939,"kind":16777216,"name":"GetOrdersSortOrderEnum","url":"modules/orders.html#getorderssortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1940,"kind":16777216,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.html#getordersconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1941,"kind":16777216,"name":"Orders","url":"modules/orders.html#orders-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1942,"kind":16777216,"name":"ABTestSegment","url":"modules/orders.html#abtestsegment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1943,"kind":16777216,"name":"Address","url":"modules/orders.html#address-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1944,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/orders.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1945,"kind":16777216,"name":"CouponItem","url":"modules/orders.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1946,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/orders.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1947,"kind":16777216,"name":"CreateOrderOptionItem","url":"modules/orders.html#createorderoptionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1948,"kind":16777216,"name":"CreateOrderPaymentInstrument","url":"modules/orders.html#createorderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1949,"kind":16777216,"name":"CreateOrderPaymentTransaction","url":"modules/orders.html#createorderpaymenttransaction-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1950,"kind":16777216,"name":"CreateOrderPriceAdjustment","url":"modules/orders.html#createorderpriceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1951,"kind":16777216,"name":"CreateOrderProductItems","url":"modules/orders.html#createorderproductitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1952,"kind":16777216,"name":"CreateOrderRequest","url":"modules/orders.html#createorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1953,"kind":16777216,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.html#createorderrequestbusinesstypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1954,"kind":16777216,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.html#createorderrequestchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1955,"kind":16777216,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.html#createorderrequestpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1956,"kind":16777216,"name":"CreateOrderShipment","url":"modules/orders.html#createordershipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1957,"kind":16777216,"name":"CustomerInfo","url":"modules/orders.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1958,"kind":16777216,"name":"Discount","url":"modules/orders.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1959,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/orders.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1960,"kind":16777216,"name":"ErrorResponse","url":"modules/orders.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1961,"kind":16777216,"name":"GiftCertificateItem","url":"modules/orders.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1962,"kind":16777216,"name":"OptionItem","url":"modules/orders.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1963,"kind":16777216,"name":"Order","url":"modules/orders.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1964,"kind":16777216,"name":"OrderBusinessTypeEnum","url":"modules/orders.html#orderbusinesstypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1965,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/orders.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1966,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/orders.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1967,"kind":16777216,"name":"OrderConfirmationStatus","url":"modules/orders.html#orderconfirmationstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1968,"kind":16777216,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.html#orderconfirmationstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1969,"kind":16777216,"name":"OrderExportStatus","url":"modules/orders.html#orderexportstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1970,"kind":16777216,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.html#orderexportstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1971,"kind":16777216,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.html#orderexternalstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1972,"kind":16777216,"name":"OrderPaymentStatus","url":"modules/orders.html#orderpaymentstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1973,"kind":16777216,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.html#orderpaymentstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1974,"kind":16777216,"name":"OrderShippingStatus","url":"modules/orders.html#ordershippingstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1975,"kind":16777216,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.html#ordershippingstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1976,"kind":16777216,"name":"OrderStatus","url":"modules/orders.html#orderstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1977,"kind":16777216,"name":"OrderStatusUpdateRequest","url":"modules/orders.html#orderstatusupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1978,"kind":16777216,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.html#orderstatusupdaterequeststatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1979,"kind":16777216,"name":"OrdersResponse","url":"modules/orders.html#ordersresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1980,"kind":16777216,"name":"PaymentCard","url":"modules/orders.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1981,"kind":16777216,"name":"PaymentInstrument","url":"modules/orders.html#paymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1982,"kind":16777216,"name":"PaymentTransaction","url":"modules/orders.html#paymenttransaction-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1983,"kind":16777216,"name":"PriceAdjustment","url":"modules/orders.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1984,"kind":16777216,"name":"ProductItem","url":"modules/orders.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1985,"kind":16777216,"name":"ProductListItemReference","url":"modules/orders.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1986,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1987,"kind":16777216,"name":"ProductListReference","url":"modules/orders.html#productlistreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1988,"kind":16777216,"name":"ProductListReferenceTypeEnum","url":"modules/orders.html#productlistreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1989,"kind":16777216,"name":"ProductReference","url":"modules/orders.html#productreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1990,"kind":16777216,"name":"Shipment","url":"modules/orders.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1991,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/orders.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1992,"kind":16777216,"name":"ShippingAddressUpdateRequest","url":"modules/orders.html#shippingaddressupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1993,"kind":16777216,"name":"ShippingItem","url":"modules/orders.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1994,"kind":16777216,"name":"ShippingItemTypeEnum","url":"modules/orders.html#shippingitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1995,"kind":16777216,"name":"ShippingMethodReference","url":"modules/orders.html#shippingmethodreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1996,"kind":16777216,"name":"Status","url":"modules/orders.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"orders"},{"id":1997,"kind":2,"name":"OrdersTypes","url":"modules/orders.orderstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"orders"},{"id":1998,"kind":4194304,"name":"GetOrdersSortByEnum","url":"modules/orders.orderstypes.html#getorderssortbyenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":1999,"kind":4194304,"name":"GetOrdersSortOrderEnum","url":"modules/orders.orderstypes.html#getorderssortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2000,"kind":4194304,"name":"GetOrdersConfirmationStatusEnum","url":"modules/orders.orderstypes.html#getordersconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2001,"kind":4194304,"name":"ABTestSegment","url":"modules/orders.orderstypes.html#abtestsegment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2002,"kind":4194304,"name":"Address","url":"modules/orders.orderstypes.html#address","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2003,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/orders.orderstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2004,"kind":4194304,"name":"CouponItem","url":"modules/orders.orderstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2005,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/orders.orderstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2006,"kind":4194304,"name":"CreateOrderOptionItem","url":"modules/orders.orderstypes.html#createorderoptionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2007,"kind":4194304,"name":"CreateOrderPaymentInstrument","url":"modules/orders.orderstypes.html#createorderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2008,"kind":4194304,"name":"CreateOrderPaymentTransaction","url":"modules/orders.orderstypes.html#createorderpaymenttransaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2009,"kind":4194304,"name":"CreateOrderPriceAdjustment","url":"modules/orders.orderstypes.html#createorderpriceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2010,"kind":4194304,"name":"CreateOrderProductItems","url":"modules/orders.orderstypes.html#createorderproductitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2011,"kind":4194304,"name":"CreateOrderRequest","url":"modules/orders.orderstypes.html#createorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2012,"kind":4194304,"name":"CreateOrderRequestBusinessTypeEnum","url":"modules/orders.orderstypes.html#createorderrequestbusinesstypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2013,"kind":4194304,"name":"CreateOrderRequestChannelTypeEnum","url":"modules/orders.orderstypes.html#createorderrequestchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2014,"kind":4194304,"name":"CreateOrderRequestPaymentStatusEnum","url":"modules/orders.orderstypes.html#createorderrequestpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2015,"kind":4194304,"name":"CreateOrderShipment","url":"modules/orders.orderstypes.html#createordershipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2016,"kind":4194304,"name":"CustomerInfo","url":"modules/orders.orderstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2017,"kind":4194304,"name":"Discount","url":"modules/orders.orderstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2018,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/orders.orderstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2019,"kind":4194304,"name":"ErrorResponse","url":"modules/orders.orderstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2020,"kind":4194304,"name":"GiftCertificateItem","url":"modules/orders.orderstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2021,"kind":4194304,"name":"OptionItem","url":"modules/orders.orderstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2022,"kind":4194304,"name":"Order","url":"modules/orders.orderstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2023,"kind":4194304,"name":"OrderBusinessTypeEnum","url":"modules/orders.orderstypes.html#orderbusinesstypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2024,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/orders.orderstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2025,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/orders.orderstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2026,"kind":4194304,"name":"OrderConfirmationStatus","url":"modules/orders.orderstypes.html#orderconfirmationstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2027,"kind":4194304,"name":"OrderConfirmationStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderconfirmationstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2028,"kind":4194304,"name":"OrderExportStatus","url":"modules/orders.orderstypes.html#orderexportstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2029,"kind":4194304,"name":"OrderExportStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderexportstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2030,"kind":4194304,"name":"OrderExternalStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderexternalstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2031,"kind":4194304,"name":"OrderPaymentStatus","url":"modules/orders.orderstypes.html#orderpaymentstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2032,"kind":4194304,"name":"OrderPaymentStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderpaymentstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2033,"kind":4194304,"name":"OrderShippingStatus","url":"modules/orders.orderstypes.html#ordershippingstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2034,"kind":4194304,"name":"OrderShippingStatusUpdateRequest","url":"modules/orders.orderstypes.html#ordershippingstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2035,"kind":4194304,"name":"OrderStatus","url":"modules/orders.orderstypes.html#orderstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2036,"kind":4194304,"name":"OrderStatusUpdateRequest","url":"modules/orders.orderstypes.html#orderstatusupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2037,"kind":4194304,"name":"OrderStatusUpdateRequestStatusEnum","url":"modules/orders.orderstypes.html#orderstatusupdaterequeststatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2038,"kind":4194304,"name":"OrdersResponse","url":"modules/orders.orderstypes.html#ordersresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2039,"kind":4194304,"name":"PaymentCard","url":"modules/orders.orderstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2040,"kind":4194304,"name":"PaymentInstrument","url":"modules/orders.orderstypes.html#paymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2041,"kind":4194304,"name":"PaymentTransaction","url":"modules/orders.orderstypes.html#paymenttransaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2042,"kind":4194304,"name":"PriceAdjustment","url":"modules/orders.orderstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2043,"kind":4194304,"name":"ProductItem","url":"modules/orders.orderstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2044,"kind":4194304,"name":"ProductListItemReference","url":"modules/orders.orderstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2045,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/orders.orderstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2046,"kind":4194304,"name":"ProductListReference","url":"modules/orders.orderstypes.html#productlistreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2047,"kind":4194304,"name":"ProductListReferenceTypeEnum","url":"modules/orders.orderstypes.html#productlistreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2048,"kind":4194304,"name":"ProductReference","url":"modules/orders.orderstypes.html#productreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2049,"kind":4194304,"name":"Shipment","url":"modules/orders.orderstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2050,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/orders.orderstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2051,"kind":4194304,"name":"ShippingAddressUpdateRequest","url":"modules/orders.orderstypes.html#shippingaddressupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2052,"kind":4194304,"name":"ShippingItem","url":"modules/orders.orderstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2053,"kind":4194304,"name":"ShippingItemTypeEnum","url":"modules/orders.orderstypes.html#shippingitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2054,"kind":4194304,"name":"ShippingMethodReference","url":"modules/orders.orderstypes.html#shippingmethodreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2055,"kind":4194304,"name":"Status","url":"modules/orders.orderstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"orders.OrdersTypes"},{"id":2056,"kind":1,"name":"preferences","url":"modules/preferences.html","classes":"tsd-kind-module"},{"id":2057,"kind":32,"name":"defaultBaseUri","url":"modules/preferences.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"preferences"},{"id":2058,"kind":4194304,"name":"CustomPreference","url":"modules/preferences.html#custompreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2059,"kind":4194304,"name":"CustomPreferenceList","url":"modules/preferences.html#custompreferencelist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2060,"kind":4194304,"name":"ErrorResponse","url":"modules/preferences.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2061,"kind":4194304,"name":"PaginatedResultBase","url":"modules/preferences.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2062,"kind":4194304,"name":"ResultBase","url":"modules/preferences.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"preferences"},{"id":2063,"kind":16777216,"name":"CustomPreference","url":"modules/preferences.html#custompreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2064,"kind":16777216,"name":"CustomPreferenceList","url":"modules/preferences.html#custompreferencelist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2065,"kind":16777216,"name":"ErrorResponse","url":"modules/preferences.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2066,"kind":16777216,"name":"PaginatedResultBase","url":"modules/preferences.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2067,"kind":16777216,"name":"ResultBase","url":"modules/preferences.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2068,"kind":128,"name":"Preferences","url":"classes/preferences.preferences-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"preferences"},{"id":2069,"kind":512,"name":"constructor","url":"classes/preferences.preferences-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"preferences.Preferences"},{"id":2070,"kind":2048,"name":"getGlobalCustomPreferenceList","url":"classes/preferences.preferences-3.html#getglobalcustompreferencelist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"preferences.Preferences"},{"id":2071,"kind":2048,"name":"getSiteCustomPreferenceList","url":"classes/preferences.preferences-3.html#getsitecustompreferencelist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"preferences.Preferences"},{"id":2072,"kind":1024,"name":"clientConfig","url":"classes/preferences.preferences-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"preferences.Preferences"},{"id":2073,"kind":16777216,"name":"Preferences","url":"modules/preferences.html#preferences-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2074,"kind":16777216,"name":"defaultBaseUri","url":"modules/preferences.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2075,"kind":16777216,"name":"Preferences","url":"modules/preferences.html#preferences-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2076,"kind":16777216,"name":"CustomPreference","url":"modules/preferences.html#custompreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2077,"kind":16777216,"name":"CustomPreferenceList","url":"modules/preferences.html#custompreferencelist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2078,"kind":16777216,"name":"ErrorResponse","url":"modules/preferences.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2079,"kind":16777216,"name":"PaginatedResultBase","url":"modules/preferences.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2080,"kind":16777216,"name":"ResultBase","url":"modules/preferences.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"preferences"},{"id":2081,"kind":2,"name":"PreferencesTypes","url":"modules/preferences.preferencestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"preferences"},{"id":2082,"kind":4194304,"name":"CustomPreference","url":"modules/preferences.preferencestypes.html#custompreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2083,"kind":4194304,"name":"CustomPreferenceList","url":"modules/preferences.preferencestypes.html#custompreferencelist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2084,"kind":4194304,"name":"ErrorResponse","url":"modules/preferences.preferencestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2085,"kind":4194304,"name":"PaginatedResultBase","url":"modules/preferences.preferencestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2086,"kind":4194304,"name":"ResultBase","url":"modules/preferences.preferencestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"preferences.PreferencesTypes"},{"id":2087,"kind":1,"name":"products","url":"modules/products.html","classes":"tsd-kind-module"},{"id":2088,"kind":32,"name":"defaultBaseUri","url":"modules/products.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"products"},{"id":2089,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/products.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2090,"kind":4194304,"name":"TermQuery","url":"modules/products.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2091,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/products.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2092,"kind":4194304,"name":"NestedQuery","url":"modules/products.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2093,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/products.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2094,"kind":4194304,"name":"BoolQuery","url":"modules/products.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2095,"kind":4194304,"name":"FilteredQuery","url":"modules/products.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2096,"kind":4194304,"name":"TextQuery","url":"modules/products.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2097,"kind":4194304,"name":"Query","url":"modules/products.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2098,"kind":4194304,"name":"QueryFilter","url":"modules/products.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2099,"kind":4194304,"name":"TermFilter","url":"modules/products.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2100,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/products.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2101,"kind":4194304,"name":"Range2Filter","url":"modules/products.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2102,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/products.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2103,"kind":4194304,"name":"RangeFilterFrom","url":"modules/products.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2104,"kind":4194304,"name":"RangeFilterTo","url":"modules/products.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2105,"kind":4194304,"name":"RangeFilter","url":"modules/products.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2106,"kind":4194304,"name":"Filter","url":"modules/products.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2107,"kind":4194304,"name":"BoolFilter","url":"modules/products.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2108,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/products.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2109,"kind":4194304,"name":"CatalogCategoryId","url":"modules/products.html#catalogcategoryid-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2110,"kind":4194304,"name":"CategorizationAttributeDefinition","url":"modules/products.html#categorizationattributedefinition-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2111,"kind":4194304,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.html#categorizationattributedefinitionattributetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2112,"kind":4194304,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.html#categorizationattributedefinitionvaluetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2113,"kind":4194304,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.html#categorizationattributedefinitionallowedoperatorsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2114,"kind":4194304,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.html#categorizationattributedefinitionsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2115,"kind":4194304,"name":"ErrorResponse","url":"modules/products.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2116,"kind":4194304,"name":"MediaFile","url":"modules/products.html#mediafile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2117,"kind":4194304,"name":"VariationAttributeValue","url":"modules/products.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2118,"kind":4194304,"name":"VariationAttribute","url":"modules/products.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2119,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.html#variationattributevariationattributetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2120,"kind":4194304,"name":"ImageGroup","url":"modules/products.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2121,"kind":4194304,"name":"LocaleCode","url":"modules/products.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2122,"kind":4194304,"name":"MarkupText","url":"modules/products.html#markuptext-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2123,"kind":4194304,"name":"Master","url":"modules/products.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2124,"kind":4194304,"name":"Money","url":"modules/products.html#money-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2125,"kind":4194304,"name":"PaginatedResultBase","url":"modules/products.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2126,"kind":4194304,"name":"Sort","url":"modules/products.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2127,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/products.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2128,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/products.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2129,"kind":4194304,"name":"ProductOptionValue","url":"modules/products.html#productoptionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2130,"kind":4194304,"name":"ProductOption","url":"modules/products.html#productoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2131,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/products.html#productoptionsortingmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2132,"kind":4194304,"name":"Variant","url":"modules/products.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2133,"kind":4194304,"name":"VariationGroup","url":"modules/products.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2134,"kind":4194304,"name":"ProductType","url":"modules/products.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2135,"kind":4194304,"name":"Product","url":"modules/products.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2136,"kind":4194304,"name":"ProductOptions","url":"modules/products.html#productoptions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2137,"kind":4194304,"name":"ProductSearchRequest","url":"modules/products.html#productsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2138,"kind":4194304,"name":"ProductSearchResult","url":"modules/products.html#productsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2139,"kind":4194304,"name":"ResultBase","url":"modules/products.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2140,"kind":4194304,"name":"SearchRequest","url":"modules/products.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2141,"kind":4194304,"name":"UnassignedProductSearchRequest","url":"modules/products.html#unassignedproductsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2142,"kind":4194304,"name":"UnassignedProductSearchResult","url":"modules/products.html#unassignedproductsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2143,"kind":4194304,"name":"VariantSearchRequest","url":"modules/products.html#variantsearchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2144,"kind":4194304,"name":"VariantSearchResult","url":"modules/products.html#variantsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2145,"kind":4194304,"name":"Variants","url":"modules/products.html#variants-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2146,"kind":4194304,"name":"VariationAttributes","url":"modules/products.html#variationattributes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2147,"kind":4194304,"name":"VariationGroups","url":"modules/products.html#variationgroups-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"products"},{"id":2148,"kind":16777216,"name":"BoolFilter","url":"modules/products.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2149,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/products.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2150,"kind":16777216,"name":"BoolQuery","url":"modules/products.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2151,"kind":16777216,"name":"CatalogCategoryId","url":"modules/products.html#catalogcategoryid","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2152,"kind":16777216,"name":"CategorizationAttributeDefinition","url":"modules/products.html#categorizationattributedefinition","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2153,"kind":16777216,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.html#categorizationattributedefinitionattributetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2154,"kind":16777216,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.html#categorizationattributedefinitionvaluetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2155,"kind":16777216,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.html#categorizationattributedefinitionallowedoperatorsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2156,"kind":16777216,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.html#categorizationattributedefinitionsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2157,"kind":16777216,"name":"ErrorResponse","url":"modules/products.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2158,"kind":16777216,"name":"Filter","url":"modules/products.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2159,"kind":16777216,"name":"FilteredQuery","url":"modules/products.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2160,"kind":16777216,"name":"ImageGroup","url":"modules/products.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2161,"kind":16777216,"name":"LocaleCode","url":"modules/products.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2162,"kind":16777216,"name":"MarkupText","url":"modules/products.html#markuptext","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2163,"kind":16777216,"name":"Master","url":"modules/products.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2164,"kind":16777216,"name":"MediaFile","url":"modules/products.html#mediafile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2165,"kind":16777216,"name":"Money","url":"modules/products.html#money","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2166,"kind":16777216,"name":"NestedQuery","url":"modules/products.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2167,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/products.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2168,"kind":16777216,"name":"PaginatedResultBase","url":"modules/products.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2169,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/products.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2170,"kind":16777216,"name":"Product","url":"modules/products.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2171,"kind":16777216,"name":"ProductOption","url":"modules/products.html#productoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2172,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/products.html#productoptionsortingmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2173,"kind":16777216,"name":"ProductOptionValue","url":"modules/products.html#productoptionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2174,"kind":16777216,"name":"ProductOptions","url":"modules/products.html#productoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2175,"kind":16777216,"name":"ProductSearchRequest","url":"modules/products.html#productsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2176,"kind":16777216,"name":"ProductSearchResult","url":"modules/products.html#productsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2177,"kind":16777216,"name":"ProductType","url":"modules/products.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2178,"kind":16777216,"name":"Query","url":"modules/products.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2179,"kind":16777216,"name":"QueryFilter","url":"modules/products.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2180,"kind":16777216,"name":"Range2Filter","url":"modules/products.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2181,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/products.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2182,"kind":16777216,"name":"RangeFilter","url":"modules/products.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2183,"kind":16777216,"name":"RangeFilterFrom","url":"modules/products.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2184,"kind":16777216,"name":"RangeFilterTo","url":"modules/products.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2185,"kind":16777216,"name":"ResultBase","url":"modules/products.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2186,"kind":16777216,"name":"SearchRequest","url":"modules/products.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2187,"kind":16777216,"name":"Sort","url":"modules/products.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2188,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/products.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2189,"kind":16777216,"name":"TermFilter","url":"modules/products.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2190,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/products.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2191,"kind":16777216,"name":"TermQuery","url":"modules/products.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2192,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/products.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2193,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/products.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2194,"kind":16777216,"name":"TextQuery","url":"modules/products.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2195,"kind":16777216,"name":"UnassignedProductSearchRequest","url":"modules/products.html#unassignedproductsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2196,"kind":16777216,"name":"UnassignedProductSearchResult","url":"modules/products.html#unassignedproductsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2197,"kind":16777216,"name":"Variant","url":"modules/products.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2198,"kind":16777216,"name":"VariantSearchRequest","url":"modules/products.html#variantsearchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2199,"kind":16777216,"name":"VariantSearchResult","url":"modules/products.html#variantsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2200,"kind":16777216,"name":"Variants","url":"modules/products.html#variants","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2201,"kind":16777216,"name":"VariationAttribute","url":"modules/products.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2202,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.html#variationattributevariationattributetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2203,"kind":16777216,"name":"VariationAttributeValue","url":"modules/products.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2204,"kind":16777216,"name":"VariationAttributes","url":"modules/products.html#variationattributes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2205,"kind":16777216,"name":"VariationGroup","url":"modules/products.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2206,"kind":16777216,"name":"VariationGroups","url":"modules/products.html#variationgroups","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2207,"kind":128,"name":"Products","url":"classes/products.products-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"products"},{"id":2208,"kind":512,"name":"constructor","url":"classes/products.products-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"products.Products"},{"id":2209,"kind":2048,"name":"assignVariationForMasterProduct","url":"classes/products.products-3.html#assignvariationformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2210,"kind":2048,"name":"assignVariationGroupToMasterProduct","url":"classes/products.products-3.html#assignvariationgrouptomasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2211,"kind":2048,"name":"createProduct","url":"classes/products.products-3.html#createproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2212,"kind":2048,"name":"createProductOption","url":"classes/products.products-3.html#createproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2213,"kind":2048,"name":"createProductOptionValue","url":"classes/products.products-3.html#createproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2214,"kind":2048,"name":"createVariationAttribute","url":"classes/products.products-3.html#createvariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2215,"kind":2048,"name":"createVariationAttributeValue","url":"classes/products.products-3.html#createvariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2216,"kind":2048,"name":"deleteProduct","url":"classes/products.products-3.html#deleteproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2217,"kind":2048,"name":"deleteProductOption","url":"classes/products.products-3.html#deleteproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2218,"kind":2048,"name":"deleteProductOptionValue","url":"classes/products.products-3.html#deleteproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2219,"kind":2048,"name":"deleteVariationAttribute","url":"classes/products.products-3.html#deletevariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2220,"kind":2048,"name":"deleteVariationAttributeValue","url":"classes/products.products-3.html#deletevariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2221,"kind":2048,"name":"getCategorizationAttributeDefinitions","url":"classes/products.products-3.html#getcategorizationattributedefinitions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2222,"kind":2048,"name":"getProduct","url":"classes/products.products-3.html#getproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2223,"kind":2048,"name":"getProductOption","url":"classes/products.products-3.html#getproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2224,"kind":2048,"name":"getProductOptionValue","url":"classes/products.products-3.html#getproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2225,"kind":2048,"name":"getProductOptions","url":"classes/products.products-3.html#getproductoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2226,"kind":2048,"name":"getVariationAttribute","url":"classes/products.products-3.html#getvariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2227,"kind":2048,"name":"getVariationAttributeValue","url":"classes/products.products-3.html#getvariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2228,"kind":2048,"name":"getVariationAttributes","url":"classes/products.products-3.html#getvariationattributes","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2229,"kind":2048,"name":"getVariationForMasterProduct","url":"classes/products.products-3.html#getvariationformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2230,"kind":2048,"name":"getVariationGroupForMasterProduct","url":"classes/products.products-3.html#getvariationgroupformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2231,"kind":2048,"name":"getVariationGroupsForMasterProduct","url":"classes/products.products-3.html#getvariationgroupsformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2232,"kind":2048,"name":"getVariationsForMasterProduct","url":"classes/products.products-3.html#getvariationsformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2233,"kind":2048,"name":"searchProductVariations","url":"classes/products.products-3.html#searchproductvariations","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2234,"kind":2048,"name":"searchProducts","url":"classes/products.products-3.html#searchproducts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2235,"kind":2048,"name":"searchUnassignedProducts","url":"classes/products.products-3.html#searchunassignedproducts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2236,"kind":2048,"name":"unassignVariationFromMasterProduct","url":"classes/products.products-3.html#unassignvariationfrommasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2237,"kind":2048,"name":"unassignVariationGroupFromMasterProduct","url":"classes/products.products-3.html#unassignvariationgroupfrommasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2238,"kind":2048,"name":"updateProduct","url":"classes/products.products-3.html#updateproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2239,"kind":2048,"name":"updateProductOption","url":"classes/products.products-3.html#updateproductoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2240,"kind":2048,"name":"updateProductOptionValue","url":"classes/products.products-3.html#updateproductoptionvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2241,"kind":2048,"name":"updateVariationAttribute","url":"classes/products.products-3.html#updatevariationattribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2242,"kind":2048,"name":"updateVariationAttributeValue","url":"classes/products.products-3.html#updatevariationattributevalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2243,"kind":2048,"name":"updateVariationForMasterProduct","url":"classes/products.products-3.html#updatevariationformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2244,"kind":2048,"name":"updateVariationGroupForMasterProduct","url":"classes/products.products-3.html#updatevariationgroupformasterproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"products.Products"},{"id":2245,"kind":1024,"name":"clientConfig","url":"classes/products.products-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"products.Products"},{"id":2246,"kind":16777216,"name":"Products","url":"modules/products.html#products-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2247,"kind":16777216,"name":"defaultBaseUri","url":"modules/products.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2248,"kind":16777216,"name":"Products","url":"modules/products.html#products-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2249,"kind":16777216,"name":"BoolFilter","url":"modules/products.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2250,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/products.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2251,"kind":16777216,"name":"BoolQuery","url":"modules/products.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2252,"kind":16777216,"name":"CatalogCategoryId","url":"modules/products.html#catalogcategoryid-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2253,"kind":16777216,"name":"CategorizationAttributeDefinition","url":"modules/products.html#categorizationattributedefinition-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2254,"kind":16777216,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.html#categorizationattributedefinitionattributetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2255,"kind":16777216,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.html#categorizationattributedefinitionvaluetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2256,"kind":16777216,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.html#categorizationattributedefinitionallowedoperatorsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2257,"kind":16777216,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.html#categorizationattributedefinitionsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2258,"kind":16777216,"name":"ErrorResponse","url":"modules/products.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2259,"kind":16777216,"name":"Filter","url":"modules/products.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2260,"kind":16777216,"name":"FilteredQuery","url":"modules/products.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2261,"kind":16777216,"name":"ImageGroup","url":"modules/products.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2262,"kind":16777216,"name":"LocaleCode","url":"modules/products.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2263,"kind":16777216,"name":"MarkupText","url":"modules/products.html#markuptext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2264,"kind":16777216,"name":"Master","url":"modules/products.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2265,"kind":16777216,"name":"MediaFile","url":"modules/products.html#mediafile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2266,"kind":16777216,"name":"Money","url":"modules/products.html#money-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2267,"kind":16777216,"name":"NestedQuery","url":"modules/products.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2268,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/products.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2269,"kind":16777216,"name":"PaginatedResultBase","url":"modules/products.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2270,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/products.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2271,"kind":16777216,"name":"Product","url":"modules/products.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2272,"kind":16777216,"name":"ProductOption","url":"modules/products.html#productoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2273,"kind":16777216,"name":"ProductOptionSortingModeEnum","url":"modules/products.html#productoptionsortingmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2274,"kind":16777216,"name":"ProductOptionValue","url":"modules/products.html#productoptionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2275,"kind":16777216,"name":"ProductOptions","url":"modules/products.html#productoptions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2276,"kind":16777216,"name":"ProductSearchRequest","url":"modules/products.html#productsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2277,"kind":16777216,"name":"ProductSearchResult","url":"modules/products.html#productsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2278,"kind":16777216,"name":"ProductType","url":"modules/products.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2279,"kind":16777216,"name":"Query","url":"modules/products.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2280,"kind":16777216,"name":"QueryFilter","url":"modules/products.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2281,"kind":16777216,"name":"Range2Filter","url":"modules/products.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2282,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/products.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2283,"kind":16777216,"name":"RangeFilter","url":"modules/products.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2284,"kind":16777216,"name":"RangeFilterFrom","url":"modules/products.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2285,"kind":16777216,"name":"RangeFilterTo","url":"modules/products.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2286,"kind":16777216,"name":"ResultBase","url":"modules/products.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2287,"kind":16777216,"name":"SearchRequest","url":"modules/products.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2288,"kind":16777216,"name":"Sort","url":"modules/products.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2289,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/products.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2290,"kind":16777216,"name":"TermFilter","url":"modules/products.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2291,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/products.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2292,"kind":16777216,"name":"TermQuery","url":"modules/products.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2293,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/products.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2294,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/products.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2295,"kind":16777216,"name":"TextQuery","url":"modules/products.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2296,"kind":16777216,"name":"UnassignedProductSearchRequest","url":"modules/products.html#unassignedproductsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2297,"kind":16777216,"name":"UnassignedProductSearchResult","url":"modules/products.html#unassignedproductsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2298,"kind":16777216,"name":"Variant","url":"modules/products.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2299,"kind":16777216,"name":"VariantSearchRequest","url":"modules/products.html#variantsearchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2300,"kind":16777216,"name":"VariantSearchResult","url":"modules/products.html#variantsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2301,"kind":16777216,"name":"Variants","url":"modules/products.html#variants-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2302,"kind":16777216,"name":"VariationAttribute","url":"modules/products.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2303,"kind":16777216,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.html#variationattributevariationattributetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2304,"kind":16777216,"name":"VariationAttributeValue","url":"modules/products.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2305,"kind":16777216,"name":"VariationAttributes","url":"modules/products.html#variationattributes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2306,"kind":16777216,"name":"VariationGroup","url":"modules/products.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2307,"kind":16777216,"name":"VariationGroups","url":"modules/products.html#variationgroups-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"products"},{"id":2308,"kind":2,"name":"ProductsTypes","url":"modules/products.productstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"products"},{"id":2309,"kind":4194304,"name":"BoolFilter","url":"modules/products.productstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2310,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/products.productstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2311,"kind":4194304,"name":"BoolQuery","url":"modules/products.productstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2312,"kind":4194304,"name":"CatalogCategoryId","url":"modules/products.productstypes.html#catalogcategoryid","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2313,"kind":4194304,"name":"CategorizationAttributeDefinition","url":"modules/products.productstypes.html#categorizationattributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2314,"kind":4194304,"name":"CategorizationAttributeDefinitionAttributeTypeEnum","url":"modules/products.productstypes.html#categorizationattributedefinitionattributetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2315,"kind":4194304,"name":"CategorizationAttributeDefinitionValueTypeEnum","url":"modules/products.productstypes.html#categorizationattributedefinitionvaluetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2316,"kind":4194304,"name":"CategorizationAttributeDefinitionAllowedOperatorsEnum","url":"modules/products.productstypes.html#categorizationattributedefinitionallowedoperatorsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2317,"kind":4194304,"name":"CategorizationAttributeDefinitionsResult","url":"modules/products.productstypes.html#categorizationattributedefinitionsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2318,"kind":4194304,"name":"ErrorResponse","url":"modules/products.productstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2319,"kind":4194304,"name":"Filter","url":"modules/products.productstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2320,"kind":4194304,"name":"FilteredQuery","url":"modules/products.productstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2321,"kind":4194304,"name":"ImageGroup","url":"modules/products.productstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2322,"kind":4194304,"name":"LocaleCode","url":"modules/products.productstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2323,"kind":4194304,"name":"MarkupText","url":"modules/products.productstypes.html#markuptext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2324,"kind":4194304,"name":"Master","url":"modules/products.productstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2325,"kind":4194304,"name":"MediaFile","url":"modules/products.productstypes.html#mediafile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2326,"kind":4194304,"name":"Money","url":"modules/products.productstypes.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2327,"kind":4194304,"name":"NestedQuery","url":"modules/products.productstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2328,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/products.productstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2329,"kind":4194304,"name":"PaginatedResultBase","url":"modules/products.productstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2330,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/products.productstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2331,"kind":4194304,"name":"Product","url":"modules/products.productstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2332,"kind":4194304,"name":"ProductOption","url":"modules/products.productstypes.html#productoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2333,"kind":4194304,"name":"ProductOptionSortingModeEnum","url":"modules/products.productstypes.html#productoptionsortingmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2334,"kind":4194304,"name":"ProductOptionValue","url":"modules/products.productstypes.html#productoptionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2335,"kind":4194304,"name":"ProductOptions","url":"modules/products.productstypes.html#productoptions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2336,"kind":4194304,"name":"ProductSearchRequest","url":"modules/products.productstypes.html#productsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2337,"kind":4194304,"name":"ProductSearchResult","url":"modules/products.productstypes.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2338,"kind":4194304,"name":"ProductType","url":"modules/products.productstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2339,"kind":4194304,"name":"Query","url":"modules/products.productstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2340,"kind":4194304,"name":"QueryFilter","url":"modules/products.productstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2341,"kind":4194304,"name":"Range2Filter","url":"modules/products.productstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2342,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/products.productstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2343,"kind":4194304,"name":"RangeFilter","url":"modules/products.productstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2344,"kind":4194304,"name":"RangeFilterFrom","url":"modules/products.productstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2345,"kind":4194304,"name":"RangeFilterTo","url":"modules/products.productstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2346,"kind":4194304,"name":"ResultBase","url":"modules/products.productstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2347,"kind":4194304,"name":"SearchRequest","url":"modules/products.productstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2348,"kind":4194304,"name":"Sort","url":"modules/products.productstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2349,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/products.productstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2350,"kind":4194304,"name":"TermFilter","url":"modules/products.productstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2351,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/products.productstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2352,"kind":4194304,"name":"TermQuery","url":"modules/products.productstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2353,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/products.productstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2354,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/products.productstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2355,"kind":4194304,"name":"TextQuery","url":"modules/products.productstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2356,"kind":4194304,"name":"UnassignedProductSearchRequest","url":"modules/products.productstypes.html#unassignedproductsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2357,"kind":4194304,"name":"UnassignedProductSearchResult","url":"modules/products.productstypes.html#unassignedproductsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2358,"kind":4194304,"name":"Variant","url":"modules/products.productstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2359,"kind":4194304,"name":"VariantSearchRequest","url":"modules/products.productstypes.html#variantsearchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2360,"kind":4194304,"name":"VariantSearchResult","url":"modules/products.productstypes.html#variantsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2361,"kind":4194304,"name":"Variants","url":"modules/products.productstypes.html#variants","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2362,"kind":4194304,"name":"VariationAttribute","url":"modules/products.productstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2363,"kind":4194304,"name":"VariationAttributeVariationAttributeTypeEnum","url":"modules/products.productstypes.html#variationattributevariationattributetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2364,"kind":4194304,"name":"VariationAttributeValue","url":"modules/products.productstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2365,"kind":4194304,"name":"VariationAttributes","url":"modules/products.productstypes.html#variationattributes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2366,"kind":4194304,"name":"VariationGroup","url":"modules/products.productstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2367,"kind":4194304,"name":"VariationGroups","url":"modules/products.productstypes.html#variationgroups","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"products.ProductsTypes"},{"id":2368,"kind":1,"name":"promotions","url":"modules/promotions.html","classes":"tsd-kind-module"},{"id":2369,"kind":32,"name":"defaultBaseUri","url":"modules/promotions.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"promotions"},{"id":2370,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/promotions.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2371,"kind":4194304,"name":"TermQuery","url":"modules/promotions.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2372,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/promotions.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2373,"kind":4194304,"name":"NestedQuery","url":"modules/promotions.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2374,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2375,"kind":4194304,"name":"BoolQuery","url":"modules/promotions.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2376,"kind":4194304,"name":"FilteredQuery","url":"modules/promotions.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2377,"kind":4194304,"name":"TextQuery","url":"modules/promotions.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2378,"kind":4194304,"name":"Query","url":"modules/promotions.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2379,"kind":4194304,"name":"QueryFilter","url":"modules/promotions.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2380,"kind":4194304,"name":"TermFilter","url":"modules/promotions.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2381,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/promotions.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2382,"kind":4194304,"name":"Range2Filter","url":"modules/promotions.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2383,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2384,"kind":4194304,"name":"RangeFilterFrom","url":"modules/promotions.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2385,"kind":4194304,"name":"RangeFilterTo","url":"modules/promotions.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2386,"kind":4194304,"name":"RangeFilter","url":"modules/promotions.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2387,"kind":4194304,"name":"Filter","url":"modules/promotions.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2388,"kind":4194304,"name":"BoolFilter","url":"modules/promotions.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2389,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/promotions.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2390,"kind":4194304,"name":"Campaign","url":"modules/promotions.html#campaign-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2391,"kind":4194304,"name":"ErrorResponse","url":"modules/promotions.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2392,"kind":4194304,"name":"PaginatedResultBase","url":"modules/promotions.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2393,"kind":4194304,"name":"Sort","url":"modules/promotions.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2394,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/promotions.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2395,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/promotions.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2396,"kind":4194304,"name":"Tag","url":"modules/promotions.html#tag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2397,"kind":4194304,"name":"TimeOfDay","url":"modules/promotions.html#timeofday-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2398,"kind":4194304,"name":"Recurrence","url":"modules/promotions.html#recurrence-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2399,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.html#recurrencedayofweekenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2400,"kind":4194304,"name":"Schedule","url":"modules/promotions.html#schedule-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2401,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.html#promotionabtestgroupassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2402,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/promotions.html#promotioncampaignassignment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2403,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/promotions.html#promotionassignmentinformation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2404,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.html#promotionassignmentinformationscheduletypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2405,"kind":4194304,"name":"Promotion","url":"modules/promotions.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2406,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/promotions.html#promotionexclusivityenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2407,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/promotions.html#promotionpromotionclassenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2408,"kind":4194304,"name":"PromotionSearchResult","url":"modules/promotions.html#promotionsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2409,"kind":4194304,"name":"ResultBase","url":"modules/promotions.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2410,"kind":4194304,"name":"SearchRequest","url":"modules/promotions.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"promotions"},{"id":2411,"kind":16777216,"name":"BoolFilter","url":"modules/promotions.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2412,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/promotions.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2413,"kind":16777216,"name":"BoolQuery","url":"modules/promotions.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2414,"kind":16777216,"name":"Campaign","url":"modules/promotions.html#campaign","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2415,"kind":16777216,"name":"ErrorResponse","url":"modules/promotions.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2416,"kind":16777216,"name":"Filter","url":"modules/promotions.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2417,"kind":16777216,"name":"FilteredQuery","url":"modules/promotions.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2418,"kind":16777216,"name":"NestedQuery","url":"modules/promotions.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2419,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2420,"kind":16777216,"name":"PaginatedResultBase","url":"modules/promotions.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2421,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/promotions.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2422,"kind":16777216,"name":"Promotion","url":"modules/promotions.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2423,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/promotions.html#promotionexclusivityenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2424,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/promotions.html#promotionpromotionclassenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2425,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.html#promotionabtestgroupassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2426,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/promotions.html#promotionassignmentinformation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2427,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2428,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/promotions.html#promotioncampaignassignment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2429,"kind":16777216,"name":"PromotionSearchResult","url":"modules/promotions.html#promotionsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2430,"kind":16777216,"name":"Query","url":"modules/promotions.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2431,"kind":16777216,"name":"QueryFilter","url":"modules/promotions.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2432,"kind":16777216,"name":"Range2Filter","url":"modules/promotions.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2433,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2434,"kind":16777216,"name":"RangeFilter","url":"modules/promotions.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2435,"kind":16777216,"name":"RangeFilterFrom","url":"modules/promotions.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2436,"kind":16777216,"name":"RangeFilterTo","url":"modules/promotions.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2437,"kind":16777216,"name":"Recurrence","url":"modules/promotions.html#recurrence","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2438,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.html#recurrencedayofweekenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2439,"kind":16777216,"name":"ResultBase","url":"modules/promotions.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2440,"kind":16777216,"name":"Schedule","url":"modules/promotions.html#schedule","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2441,"kind":16777216,"name":"SearchRequest","url":"modules/promotions.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2442,"kind":16777216,"name":"Sort","url":"modules/promotions.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2443,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/promotions.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2444,"kind":16777216,"name":"Tag","url":"modules/promotions.html#tag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2445,"kind":16777216,"name":"TermFilter","url":"modules/promotions.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2446,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/promotions.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2447,"kind":16777216,"name":"TermQuery","url":"modules/promotions.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2448,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/promotions.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2449,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/promotions.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2450,"kind":16777216,"name":"TextQuery","url":"modules/promotions.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2451,"kind":16777216,"name":"TimeOfDay","url":"modules/promotions.html#timeofday","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2452,"kind":128,"name":"Promotions","url":"classes/promotions.promotions-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"promotions"},{"id":2453,"kind":512,"name":"constructor","url":"classes/promotions.promotions-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"promotions.Promotions"},{"id":2454,"kind":2048,"name":"createPromotion","url":"classes/promotions.promotions-3.html#createpromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2455,"kind":2048,"name":"deletePromotion","url":"classes/promotions.promotions-3.html#deletepromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2456,"kind":2048,"name":"getPromotion","url":"classes/promotions.promotions-3.html#getpromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2457,"kind":2048,"name":"promotionsSearch","url":"classes/promotions.promotions-3.html#promotionssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2458,"kind":2048,"name":"updatePromotion","url":"classes/promotions.promotions-3.html#updatepromotion","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"promotions.Promotions"},{"id":2459,"kind":1024,"name":"clientConfig","url":"classes/promotions.promotions-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"promotions.Promotions"},{"id":2460,"kind":16777216,"name":"Promotions","url":"modules/promotions.html#promotions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2461,"kind":16777216,"name":"defaultBaseUri","url":"modules/promotions.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2462,"kind":16777216,"name":"Promotions","url":"modules/promotions.html#promotions-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2463,"kind":16777216,"name":"BoolFilter","url":"modules/promotions.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2464,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/promotions.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2465,"kind":16777216,"name":"BoolQuery","url":"modules/promotions.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2466,"kind":16777216,"name":"Campaign","url":"modules/promotions.html#campaign-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2467,"kind":16777216,"name":"ErrorResponse","url":"modules/promotions.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2468,"kind":16777216,"name":"Filter","url":"modules/promotions.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2469,"kind":16777216,"name":"FilteredQuery","url":"modules/promotions.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2470,"kind":16777216,"name":"NestedQuery","url":"modules/promotions.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2471,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2472,"kind":16777216,"name":"PaginatedResultBase","url":"modules/promotions.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2473,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/promotions.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2474,"kind":16777216,"name":"Promotion","url":"modules/promotions.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2475,"kind":16777216,"name":"PromotionExclusivityEnum","url":"modules/promotions.html#promotionexclusivityenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2476,"kind":16777216,"name":"PromotionPromotionClassEnum","url":"modules/promotions.html#promotionpromotionclassenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2477,"kind":16777216,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.html#promotionabtestgroupassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2478,"kind":16777216,"name":"PromotionAssignmentInformation","url":"modules/promotions.html#promotionassignmentinformation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2479,"kind":16777216,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.html#promotionassignmentinformationscheduletypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2480,"kind":16777216,"name":"PromotionCampaignAssignment","url":"modules/promotions.html#promotioncampaignassignment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2481,"kind":16777216,"name":"PromotionSearchResult","url":"modules/promotions.html#promotionsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2482,"kind":16777216,"name":"Query","url":"modules/promotions.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2483,"kind":16777216,"name":"QueryFilter","url":"modules/promotions.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2484,"kind":16777216,"name":"Range2Filter","url":"modules/promotions.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2485,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2486,"kind":16777216,"name":"RangeFilter","url":"modules/promotions.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2487,"kind":16777216,"name":"RangeFilterFrom","url":"modules/promotions.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2488,"kind":16777216,"name":"RangeFilterTo","url":"modules/promotions.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2489,"kind":16777216,"name":"Recurrence","url":"modules/promotions.html#recurrence-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2490,"kind":16777216,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.html#recurrencedayofweekenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2491,"kind":16777216,"name":"ResultBase","url":"modules/promotions.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2492,"kind":16777216,"name":"Schedule","url":"modules/promotions.html#schedule-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2493,"kind":16777216,"name":"SearchRequest","url":"modules/promotions.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2494,"kind":16777216,"name":"Sort","url":"modules/promotions.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2495,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/promotions.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2496,"kind":16777216,"name":"Tag","url":"modules/promotions.html#tag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2497,"kind":16777216,"name":"TermFilter","url":"modules/promotions.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2498,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/promotions.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2499,"kind":16777216,"name":"TermQuery","url":"modules/promotions.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2500,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/promotions.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2501,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/promotions.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2502,"kind":16777216,"name":"TextQuery","url":"modules/promotions.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2503,"kind":16777216,"name":"TimeOfDay","url":"modules/promotions.html#timeofday-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"promotions"},{"id":2504,"kind":2,"name":"PromotionsTypes","url":"modules/promotions.promotionstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"promotions"},{"id":2505,"kind":4194304,"name":"BoolFilter","url":"modules/promotions.promotionstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2506,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/promotions.promotionstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2507,"kind":4194304,"name":"BoolQuery","url":"modules/promotions.promotionstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2508,"kind":4194304,"name":"Campaign","url":"modules/promotions.promotionstypes.html#campaign","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2509,"kind":4194304,"name":"ErrorResponse","url":"modules/promotions.promotionstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2510,"kind":4194304,"name":"Filter","url":"modules/promotions.promotionstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2511,"kind":4194304,"name":"FilteredQuery","url":"modules/promotions.promotionstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2512,"kind":4194304,"name":"NestedQuery","url":"modules/promotions.promotionstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2513,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/promotions.promotionstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2514,"kind":4194304,"name":"PaginatedResultBase","url":"modules/promotions.promotionstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2515,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/promotions.promotionstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2516,"kind":4194304,"name":"Promotion","url":"modules/promotions.promotionstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2517,"kind":4194304,"name":"PromotionExclusivityEnum","url":"modules/promotions.promotionstypes.html#promotionexclusivityenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2518,"kind":4194304,"name":"PromotionPromotionClassEnum","url":"modules/promotions.promotionstypes.html#promotionpromotionclassenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2519,"kind":4194304,"name":"PromotionAbtestGroupAssignment","url":"modules/promotions.promotionstypes.html#promotionabtestgroupassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2520,"kind":4194304,"name":"PromotionAssignmentInformation","url":"modules/promotions.promotionstypes.html#promotionassignmentinformation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2521,"kind":4194304,"name":"PromotionAssignmentInformationScheduleTypeEnum","url":"modules/promotions.promotionstypes.html#promotionassignmentinformationscheduletypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2522,"kind":4194304,"name":"PromotionCampaignAssignment","url":"modules/promotions.promotionstypes.html#promotioncampaignassignment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2523,"kind":4194304,"name":"PromotionSearchResult","url":"modules/promotions.promotionstypes.html#promotionsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2524,"kind":4194304,"name":"Query","url":"modules/promotions.promotionstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2525,"kind":4194304,"name":"QueryFilter","url":"modules/promotions.promotionstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2526,"kind":4194304,"name":"Range2Filter","url":"modules/promotions.promotionstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2527,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/promotions.promotionstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2528,"kind":4194304,"name":"RangeFilter","url":"modules/promotions.promotionstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2529,"kind":4194304,"name":"RangeFilterFrom","url":"modules/promotions.promotionstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2530,"kind":4194304,"name":"RangeFilterTo","url":"modules/promotions.promotionstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2531,"kind":4194304,"name":"Recurrence","url":"modules/promotions.promotionstypes.html#recurrence","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2532,"kind":4194304,"name":"RecurrenceDayOfWeekEnum","url":"modules/promotions.promotionstypes.html#recurrencedayofweekenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2533,"kind":4194304,"name":"ResultBase","url":"modules/promotions.promotionstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2534,"kind":4194304,"name":"Schedule","url":"modules/promotions.promotionstypes.html#schedule","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2535,"kind":4194304,"name":"SearchRequest","url":"modules/promotions.promotionstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2536,"kind":4194304,"name":"Sort","url":"modules/promotions.promotionstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2537,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/promotions.promotionstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2538,"kind":4194304,"name":"Tag","url":"modules/promotions.promotionstypes.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2539,"kind":4194304,"name":"TermFilter","url":"modules/promotions.promotionstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2540,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/promotions.promotionstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2541,"kind":4194304,"name":"TermQuery","url":"modules/promotions.promotionstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2542,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/promotions.promotionstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2543,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/promotions.promotionstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2544,"kind":4194304,"name":"TextQuery","url":"modules/promotions.promotionstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2545,"kind":4194304,"name":"TimeOfDay","url":"modules/promotions.promotionstypes.html#timeofday","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"promotions.PromotionsTypes"},{"id":2546,"kind":1,"name":"shopperBaskets","url":"modules/shopperbaskets.html","classes":"tsd-kind-module"},{"id":2547,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2548,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2549,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2550,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2551,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2552,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2553,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2554,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2555,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2556,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2557,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2558,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2559,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2560,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2561,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2562,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2563,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2564,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2565,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2566,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2567,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2568,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2569,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2570,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2571,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2572,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2573,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2574,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2575,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2576,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2577,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2578,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2579,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2580,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2581,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2582,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2583,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2584,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2585,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2586,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2587,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2588,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2589,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2590,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2591,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2592,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2593,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2594,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2595,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2596,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2597,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2598,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2599,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2600,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2601,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2602,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2603,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2604,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2605,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2606,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2607,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2608,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2609,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2610,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2611,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2612,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2613,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2614,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2615,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2616,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2617,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2618,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2619,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2620,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2621,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2622,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2623,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2624,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2625,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2626,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2627,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2628,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2629,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2630,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2631,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2632,"kind":128,"name":"ShopperBaskets","url":"classes/shopperbaskets.shopperbaskets-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2633,"kind":512,"name":"constructor","url":"classes/shopperbaskets.shopperbaskets-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperBaskets.ShopperBaskets"},{"id":2634,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addcoupontobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2635,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addgiftcertificateitemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2636,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#additemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2637,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpaymentinstrumenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2638,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpriceadjustmenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2639,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addpricebookstobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2640,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2641,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-3.html#addtaxesforbasketitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2642,"kind":2048,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2643,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#createshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2644,"kind":2048,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#deletebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2645,"kind":2048,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2646,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpaymentmethodsforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2647,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#getpricebooksforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2648,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#getshippingmethodsforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2649,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#gettaxesfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2650,"kind":2048,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#mergebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2651,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removecouponfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2652,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removegiftcertificateitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2653,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2654,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepaymentinstrumentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2655,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removepriceadjustmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2656,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#removeshipmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2657,"kind":2048,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#transferbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2658,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasagentbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2659,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateasstorefrontbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2660,"kind":2048,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2661,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatebillingaddressforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2662,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatecustomerforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2663,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updategiftcertificateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2664,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2665,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateitemsinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2666,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepaymentinstrumentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2667,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updatepriceadjustmentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2668,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2669,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingaddressforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2670,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-3.html#updateshippingmethodforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":2671,"kind":1024,"name":"clientConfig","url":"classes/shopperbaskets.shopperbaskets-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperBaskets.ShopperBaskets"},{"id":2672,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2673,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2674,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2675,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2676,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2677,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbaskets.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2678,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2679,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2680,"kind":16777216,"name":"ShopperBaskets","url":"modules/shopperbaskets.html#shopperbaskets-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2681,"kind":16777216,"name":"Basket","url":"modules/shopperbaskets.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2682,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2683,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2684,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2685,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2686,"kind":16777216,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2687,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2688,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2689,"kind":16777216,"name":"Discount","url":"modules/shopperbaskets.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2690,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2691,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2692,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2693,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2694,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2695,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbaskets.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2696,"kind":16777216,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2697,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2698,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2699,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2700,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2701,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2702,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2703,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2704,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2705,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2706,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2707,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2708,"kind":16777216,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2709,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2710,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2711,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2712,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2713,"kind":16777216,"name":"Shipment","url":"modules/shopperbaskets.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2714,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2715,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2716,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2717,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2718,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2719,"kind":16777216,"name":"Status","url":"modules/shopperbaskets.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2720,"kind":16777216,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2721,"kind":16777216,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2722,"kind":16777216,"name":"Taxes","url":"modules/shopperbaskets.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2723,"kind":2,"name":"ShopperBasketsTypes","url":"modules/shopperbaskets.shopperbasketstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBaskets"},{"id":2724,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2725,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2726,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.shopperbasketstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2727,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2728,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2729,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2730,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.shopperbasketstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2731,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2732,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2733,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.shopperbasketstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2734,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.shopperbasketstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2735,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2736,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2737,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2738,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.shopperbasketstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2739,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.shopperbasketstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2740,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbaskets.shopperbasketstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2741,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.shopperbasketstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2742,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.shopperbasketstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2743,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2744,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.shopperbasketstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2745,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2746,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2747,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2748,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2749,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2750,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2751,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2752,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2753,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.shopperbasketstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2754,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2755,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2756,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2757,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2758,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.shopperbasketstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2759,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbaskets.shopperbasketstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2760,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2761,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2762,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2763,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.shopperbasketstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2764,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.shopperbasketstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2765,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2766,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.shopperbasketstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2767,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.shopperbasketstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBaskets.ShopperBasketsTypes"},{"id":2768,"kind":1,"name":"shopperBasketsv2","url":"modules/shopperbasketsv2.html","classes":"tsd-kind-module"},{"id":2769,"kind":32,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2770,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2771,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2772,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2773,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2774,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2775,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2776,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2777,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2778,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2779,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2780,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2781,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2782,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2783,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2784,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2785,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2786,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2787,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2788,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2789,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2790,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2791,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2792,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2793,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2794,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2795,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2796,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2797,"kind":4194304,"name":"OmsProductData","url":"modules/shopperbasketsv2.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2798,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2799,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2800,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2801,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2802,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2803,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2804,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2805,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2806,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2807,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2808,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2809,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2810,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2811,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2812,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2813,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2814,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2815,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2816,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2817,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2818,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2819,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2820,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2821,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2822,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2823,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2824,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2825,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2826,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2827,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2828,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2829,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2830,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2831,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2832,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2833,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2834,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2835,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2836,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2837,"kind":16777216,"name":"OmsProductData","url":"modules/shopperbasketsv2.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2838,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2839,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2840,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2841,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2842,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2843,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2844,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2845,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2846,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2847,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2848,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2849,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2850,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2851,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2852,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2853,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2854,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2855,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2856,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2857,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2858,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2859,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2860,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2861,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2862,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2863,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2864,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2865,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2866,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2867,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2868,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2869,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2870,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2871,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2872,"kind":128,"name":"ShopperBasketsV2","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2873,"kind":512,"name":"constructor","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2874,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addcoupontobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2875,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addgiftcertificateitemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2876,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#additemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2877,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpaymentinstrumenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2878,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpriceadjustmenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2879,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addpricebookstobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2880,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2881,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#addtaxesforbasketitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2882,"kind":2048,"name":"createBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2883,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#createshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2884,"kind":2048,"name":"deleteBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#deletebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2885,"kind":2048,"name":"getBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2886,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpaymentmethodsforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2887,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getpricebooksforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2888,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#getshippingmethodsforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2889,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#gettaxesfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2890,"kind":2048,"name":"mergeBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#mergebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2891,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removecouponfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2892,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removegiftcertificateitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2893,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2894,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepaymentinstrumentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2895,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removepriceadjustmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2896,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#removeshipmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2897,"kind":2048,"name":"transferBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#transferbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2898,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasagentbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2899,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateasstorefrontbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2900,"kind":2048,"name":"updateBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2901,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatebillingaddressforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2902,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatecustomerforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2903,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updategiftcertificateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2904,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2905,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateitemsinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2906,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepaymentinstrumentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2907,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updatepriceadjustmentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2908,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2909,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingaddressforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2910,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#updateshippingmethodforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2911,"kind":1024,"name":"clientConfig","url":"classes/shopperbasketsv2.shopperbasketsv2-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperBasketsv2.ShopperBasketsV2"},{"id":2912,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2913,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2914,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2915,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2916,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2917,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperbasketsv2.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2918,"kind":16777216,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.html#createbaskettaxmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2919,"kind":16777216,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.html#mergebasketproductitemmergemodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2920,"kind":16777216,"name":"ShopperBasketsV2","url":"modules/shopperbasketsv2.html#shopperbasketsv2-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2921,"kind":16777216,"name":"Basket","url":"modules/shopperbasketsv2.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2922,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2923,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2924,"kind":16777216,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.html#basketpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2925,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2926,"kind":16777216,"name":"CouponItem","url":"modules/shopperbasketsv2.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2927,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2928,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperbasketsv2.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2929,"kind":16777216,"name":"Discount","url":"modules/shopperbasketsv2.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2930,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2931,"kind":16777216,"name":"DiscountRequest","url":"modules/shopperbasketsv2.html#discountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2932,"kind":16777216,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.html#discountrequesttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2933,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperbasketsv2.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2934,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2935,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2936,"kind":16777216,"name":"LocaleCode","url":"modules/shopperbasketsv2.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2937,"kind":16777216,"name":"OmsProductData","url":"modules/shopperbasketsv2.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2938,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2939,"kind":16777216,"name":"OptionItem","url":"modules/shopperbasketsv2.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2940,"kind":16777216,"name":"OrderAddress","url":"modules/shopperbasketsv2.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2941,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2942,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2943,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2944,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2945,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2946,"kind":16777216,"name":"PaymentCard","url":"modules/shopperbasketsv2.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2947,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2948,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperbasketsv2.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2949,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2950,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.html#paymentreferencerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2951,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2952,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.html#paymentreferencerequestgatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2953,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2954,"kind":16777216,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.html#priceadjustmentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2955,"kind":16777216,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.html#priceadjustmentrequestlevelenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2956,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2957,"kind":16777216,"name":"ProductItem","url":"modules/shopperbasketsv2.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2958,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2959,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2960,"kind":16777216,"name":"ProductListLink","url":"modules/shopperbasketsv2.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2961,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2962,"kind":16777216,"name":"Shipment","url":"modules/shopperbasketsv2.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2963,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2964,"kind":16777216,"name":"ShippingItem","url":"modules/shopperbasketsv2.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2965,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperbasketsv2.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2966,"kind":16777216,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.html#shippingmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2967,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2968,"kind":16777216,"name":"Status","url":"modules/shopperbasketsv2.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2969,"kind":16777216,"name":"TaxItem","url":"modules/shopperbasketsv2.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2970,"kind":16777216,"name":"TaxItems","url":"modules/shopperbasketsv2.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2971,"kind":16777216,"name":"Taxes","url":"modules/shopperbasketsv2.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2972,"kind":2,"name":"ShopperBasketsV2Types","url":"modules/shopperbasketsv2.shopperbasketsv2types.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperBasketsv2"},{"id":2973,"kind":4194304,"name":"CreateBasketTaxModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#createbaskettaxmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2974,"kind":4194304,"name":"MergeBasketProductItemMergeModeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#mergebasketproductitemmergemodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2975,"kind":4194304,"name":"Basket","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2976,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2977,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2978,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2979,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2980,"kind":4194304,"name":"CouponItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2981,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2982,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2983,"kind":4194304,"name":"Discount","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2984,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2985,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2986,"kind":4194304,"name":"DiscountRequestTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#discountrequesttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2987,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2988,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2989,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2990,"kind":4194304,"name":"LocaleCode","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2991,"kind":4194304,"name":"OmsProductData","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2992,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2993,"kind":4194304,"name":"OptionItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2994,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2995,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2996,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2997,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2998,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":2999,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3000,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3001,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3002,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3003,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3004,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3005,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3006,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3007,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3008,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3009,"kind":4194304,"name":"PriceAdjustmentRequestLevelEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#priceadjustmentrequestlevelenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3010,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3011,"kind":4194304,"name":"ProductItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3012,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3013,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3014,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3015,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3016,"kind":4194304,"name":"Shipment","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3017,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3018,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3019,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3020,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3021,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3022,"kind":4194304,"name":"Status","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3023,"kind":4194304,"name":"TaxItem","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3024,"kind":4194304,"name":"TaxItems","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3025,"kind":4194304,"name":"Taxes","url":"modules/shopperbasketsv2.shopperbasketsv2types.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperBasketsv2.ShopperBasketsV2Types"},{"id":3026,"kind":1,"name":"shopperConfigurations","url":"modules/shopperconfigurations.html","classes":"tsd-kind-module"},{"id":3027,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3028,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3029,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3030,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3031,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3032,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3033,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3034,"kind":128,"name":"ShopperConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3035,"kind":512,"name":"constructor","url":"classes/shopperconfigurations.shopperconfigurations-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperConfigurations.ShopperConfigurations"},{"id":3036,"kind":2048,"name":"getConfigurations","url":"classes/shopperconfigurations.shopperconfigurations-3.html#getconfigurations","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConfigurations.ShopperConfigurations"},{"id":3037,"kind":1024,"name":"clientConfig","url":"classes/shopperconfigurations.shopperconfigurations-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperConfigurations.ShopperConfigurations"},{"id":3038,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3039,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconfigurations.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3040,"kind":16777216,"name":"ShopperConfigurations","url":"modules/shopperconfigurations.html#shopperconfigurations-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3041,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconfigurations.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3042,"kind":16777216,"name":"ModelConfiguration","url":"modules/shopperconfigurations.html#modelconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3043,"kind":16777216,"name":"SiteConfiguration","url":"modules/shopperconfigurations.html#siteconfiguration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3044,"kind":2,"name":"ShopperConfigurationsTypes","url":"modules/shopperconfigurations.shopperconfigurationstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConfigurations"},{"id":3045,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":3046,"kind":4194304,"name":"ModelConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#modelconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":3047,"kind":4194304,"name":"SiteConfiguration","url":"modules/shopperconfigurations.shopperconfigurationstypes.html#siteconfiguration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConfigurations.ShopperConfigurationsTypes"},{"id":3048,"kind":1,"name":"shopperConsents","url":"modules/shopperconsents.html","classes":"tsd-kind-module"},{"id":3049,"kind":32,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperConsents"},{"id":3050,"kind":4194304,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3051,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3052,"kind":4194304,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3053,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3054,"kind":4194304,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3055,"kind":4194304,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3056,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3057,"kind":4194304,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3058,"kind":4194304,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3059,"kind":4194304,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3060,"kind":4194304,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3061,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3062,"kind":4194304,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3063,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3064,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3065,"kind":16777216,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3066,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3067,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3068,"kind":16777216,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3069,"kind":16777216,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3070,"kind":16777216,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3071,"kind":16777216,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3072,"kind":16777216,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3073,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3074,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3075,"kind":16777216,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3076,"kind":16777216,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3077,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3078,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3079,"kind":16777216,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3080,"kind":128,"name":"ShopperConsents","url":"classes/shopperconsents.shopperconsents-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperConsents"},{"id":3081,"kind":512,"name":"constructor","url":"classes/shopperconsents.shopperconsents-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperConsents.ShopperConsents"},{"id":3082,"kind":2048,"name":"getSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#getsubscriptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":3083,"kind":2048,"name":"updateSubscription","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscription","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":3084,"kind":2048,"name":"updateSubscriptions","url":"classes/shopperconsents.shopperconsents-3.html#updatesubscriptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperConsents.ShopperConsents"},{"id":3085,"kind":1024,"name":"clientConfig","url":"classes/shopperconsents.shopperconsents-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperConsents.ShopperConsents"},{"id":3086,"kind":4194304,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperConsents"},{"id":3087,"kind":16777216,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3088,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3089,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperconsents.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3090,"kind":16777216,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.html#getsubscriptionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3091,"kind":16777216,"name":"ShopperConsents","url":"modules/shopperconsents.html#shopperconsents-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3092,"kind":16777216,"name":"ChannelType","url":"modules/shopperconsents.html#channeltype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3093,"kind":16777216,"name":"ConsentStatus","url":"modules/shopperconsents.html#consentstatus-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3094,"kind":16777216,"name":"ConsentSubscription","url":"modules/shopperconsents.html#consentsubscription-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3095,"kind":16777216,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.html#consentsubscriptionconsenttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3096,"kind":16777216,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.html#consentsubscriptiondefaultstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3097,"kind":16777216,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.html#consentsubscriptionbulkrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3098,"kind":16777216,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.html#consentsubscriptionbulkresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3099,"kind":16777216,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.html#consentsubscriptionerror-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3100,"kind":16777216,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.html#consentsubscriptionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3101,"kind":16777216,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.html#consentsubscriptionresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3102,"kind":16777216,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.html#consentsubscriptionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3103,"kind":16777216,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.html#consentsubscriptionupdateresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3104,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperconsents.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3105,"kind":16777216,"name":"LocaleCode","url":"modules/shopperconsents.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3106,"kind":16777216,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.html#subscriptionstatusentry-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperConsents"},{"id":3107,"kind":2,"name":"ShopperConsentsTypes","url":"modules/shopperconsents.shopperconsentstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperConsents"},{"id":3108,"kind":4194304,"name":"GetSubscriptionsExpandEnum","url":"modules/shopperconsents.shopperconsentstypes.html#getsubscriptionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3109,"kind":4194304,"name":"ChannelType","url":"modules/shopperconsents.shopperconsentstypes.html#channeltype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3110,"kind":4194304,"name":"ConsentStatus","url":"modules/shopperconsents.shopperconsentstypes.html#consentstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3111,"kind":4194304,"name":"ConsentSubscription","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3112,"kind":4194304,"name":"ConsentSubscriptionConsentTypeEnum","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionconsenttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3113,"kind":4194304,"name":"ConsentSubscriptionDefaultStatusEnum","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptiondefaultstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3114,"kind":4194304,"name":"ConsentSubscriptionBulkRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionbulkrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3115,"kind":4194304,"name":"ConsentSubscriptionBulkResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionbulkresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3116,"kind":4194304,"name":"ConsentSubscriptionError","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionerror","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3117,"kind":4194304,"name":"ConsentSubscriptionRequest","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3118,"kind":4194304,"name":"ConsentSubscriptionResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3119,"kind":4194304,"name":"ConsentSubscriptionResult","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3120,"kind":4194304,"name":"ConsentSubscriptionUpdateResponse","url":"modules/shopperconsents.shopperconsentstypes.html#consentsubscriptionupdateresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3121,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperconsents.shopperconsentstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3122,"kind":4194304,"name":"LocaleCode","url":"modules/shopperconsents.shopperconsentstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3123,"kind":4194304,"name":"SubscriptionStatusEntry","url":"modules/shopperconsents.shopperconsentstypes.html#subscriptionstatusentry","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperConsents.ShopperConsentsTypes"},{"id":3124,"kind":1,"name":"shopperContext","url":"modules/shoppercontext.html","classes":"tsd-kind-module"},{"id":3125,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperContext"},{"id":3126,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":3127,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":3128,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContext"},{"id":3129,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3130,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3131,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3132,"kind":128,"name":"ShopperContexts","url":"classes/shoppercontext.shoppercontexts-2.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperContext"},{"id":3133,"kind":512,"name":"constructor","url":"classes/shoppercontext.shoppercontexts-2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperContext.ShopperContexts"},{"id":3134,"kind":2048,"name":"createShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#createshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3135,"kind":2048,"name":"deleteShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#deleteshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3136,"kind":2048,"name":"getShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#getshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3137,"kind":2048,"name":"updateShopperContext","url":"classes/shoppercontext.shoppercontexts-2.html#updateshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContext.ShopperContexts"},{"id":3138,"kind":1024,"name":"clientConfig","url":"classes/shoppercontext.shoppercontexts-2.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperContext.ShopperContexts"},{"id":3139,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3140,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercontext.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3141,"kind":16777216,"name":"ShopperContexts","url":"modules/shoppercontext.html#shoppercontexts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3142,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercontext.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3143,"kind":16777216,"name":"ShopperContext","url":"modules/shoppercontext.html#shoppercontext-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3144,"kind":16777216,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.html#shoppercontextgeolocation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperContext"},{"id":3145,"kind":2,"name":"ShopperContextsTypes","url":"modules/shoppercontext.shoppercontextstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperContext"},{"id":3146,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontext.shoppercontextstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":3147,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":3148,"kind":4194304,"name":"ShopperContextGeoLocation","url":"modules/shoppercontext.shoppercontextstypes.html#shoppercontextgeolocation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperContext.ShopperContextsTypes"},{"id":3149,"kind":1,"name":"shopperCustomers","url":"modules/shoppercustomers.html","classes":"tsd-kind-module"},{"id":3150,"kind":32,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3151,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3152,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3153,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3154,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3155,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3156,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3157,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3158,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3159,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3160,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3161,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3162,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3163,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3164,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3165,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3166,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3167,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3168,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3169,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3170,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3171,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3172,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3173,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3174,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3175,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3176,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3177,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3178,"kind":4194304,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3179,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3180,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3181,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3182,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3183,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3184,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3185,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3186,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3187,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3188,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3189,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3190,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3191,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3192,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3193,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3194,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3195,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3196,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3197,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3198,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3199,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3200,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3201,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3202,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3203,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3204,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3205,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3206,"kind":4194304,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3207,"kind":4194304,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3208,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3209,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3210,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.html#customer-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3211,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3212,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3213,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3214,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3215,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3216,"kind":4194304,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3217,"kind":4194304,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3218,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3219,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3220,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3221,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3222,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3223,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3224,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3225,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3226,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3227,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3228,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3229,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3230,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3231,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3232,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3233,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3234,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3235,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3236,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3237,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3238,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3239,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3240,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3241,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3242,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3243,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3244,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3245,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3246,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3247,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3248,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3249,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3250,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3251,"kind":4194304,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3252,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3253,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3254,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3255,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3256,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3257,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3258,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3259,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3260,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3261,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3262,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3263,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3264,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3265,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3266,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3267,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3268,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3269,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3270,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3271,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3272,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3273,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3274,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3275,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3276,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3277,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3278,"kind":16777216,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3279,"kind":16777216,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3280,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3281,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3282,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3283,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3284,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3285,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3286,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3287,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3288,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3289,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3290,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3291,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3292,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3293,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3294,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3295,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3296,"kind":16777216,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3297,"kind":16777216,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3298,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3299,"kind":16777216,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3300,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3301,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3302,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3303,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3304,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3305,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3306,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3307,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3308,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3309,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3310,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3311,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3312,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3313,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3314,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3315,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3316,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3317,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3318,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3319,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3320,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3321,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3322,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3323,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3324,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3325,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3326,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3327,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3328,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3329,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3330,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3331,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3332,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3333,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3334,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3335,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3336,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3337,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3338,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3339,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3340,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3341,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3342,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3343,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3344,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3345,"kind":16777216,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3346,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3347,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3348,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3349,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3350,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3351,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3352,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3353,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3354,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3355,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3356,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3357,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3358,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3359,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3360,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3361,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3362,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3363,"kind":128,"name":"ShopperCustomers","url":"classes/shoppercustomers.shoppercustomers-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3364,"kind":512,"name":"constructor","url":"classes/shoppercustomers.shoppercustomers-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperCustomers.ShopperCustomers"},{"id":3365,"kind":2048,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3366,"kind":2048,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3367,"kind":2048,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3368,"kind":2048,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#createcustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3369,"kind":2048,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3370,"kind":2048,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3371,"kind":2048,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#deletecustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3372,"kind":2048,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3373,"kind":2048,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3374,"kind":2048,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerbaskets","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3375,"kind":2048,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3376,"kind":2048,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3377,"kind":2048,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3378,"kind":2048,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3379,"kind":2048,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-3.html#getcustomerproductlists","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3380,"kind":2048,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#getexternalprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3381,"kind":2048,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#getproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3382,"kind":2048,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3383,"kind":2048,"name":"getPublicProductListItems","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistitems","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3384,"kind":2048,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-3.html#getpublicproductlistsbysearchterm","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3385,"kind":2048,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-3.html#getresetpasswordtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3386,"kind":2048,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#registercustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3387,"kind":2048,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-3.html#registerexternalprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3388,"kind":2048,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#removecustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3389,"kind":2048,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3390,"kind":2048,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3391,"kind":2048,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3392,"kind":2048,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3393,"kind":2048,"name":"updateCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3394,"kind":2048,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3395,"kind":2048,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-3.html#updatecustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":3396,"kind":1024,"name":"clientConfig","url":"classes/shoppercustomers.shoppercustomers-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperCustomers.ShopperCustomers"},{"id":3397,"kind":4194304,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3398,"kind":4194304,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3399,"kind":4194304,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3400,"kind":16777216,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3401,"kind":16777216,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3402,"kind":16777216,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3403,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3404,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppercustomers.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3405,"kind":16777216,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.html#getcustomerexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3406,"kind":16777216,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.html#getcustomerordersexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3407,"kind":16777216,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.html#getpublicproductlistitemsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3408,"kind":16777216,"name":"ShopperCustomers","url":"modules/shoppercustomers.html#shoppercustomers-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3409,"kind":16777216,"name":"Basket","url":"modules/shoppercustomers.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3410,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3411,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3412,"kind":16777216,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3413,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3414,"kind":16777216,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3415,"kind":16777216,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3416,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3417,"kind":16777216,"name":"Customer","url":"modules/shoppercustomers.html#customer-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3418,"kind":16777216,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.html#customerauthtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3419,"kind":16777216,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3420,"kind":16777216,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3421,"kind":16777216,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3422,"kind":16777216,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3423,"kind":16777216,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3424,"kind":16777216,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3425,"kind":16777216,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3426,"kind":16777216,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3427,"kind":16777216,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3428,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3429,"kind":16777216,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.html#customerpaymentinstrumentupdaterequestpaymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3430,"kind":16777216,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.html#customerpaymentmethodreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3431,"kind":16777216,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.html#customerpaymentmethodreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3432,"kind":16777216,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3433,"kind":16777216,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.html#customerproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3434,"kind":16777216,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3435,"kind":16777216,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.html#customerproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3436,"kind":16777216,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3437,"kind":16777216,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3438,"kind":16777216,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3439,"kind":16777216,"name":"Discount","url":"modules/shoppercustomers.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3440,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3441,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3442,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3443,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3444,"kind":16777216,"name":"Image","url":"modules/shoppercustomers.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3445,"kind":16777216,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3446,"kind":16777216,"name":"Inventory","url":"modules/shoppercustomers.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3447,"kind":16777216,"name":"Master","url":"modules/shoppercustomers.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3448,"kind":16777216,"name":"OmsData","url":"modules/shoppercustomers.html#omsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3449,"kind":16777216,"name":"OmsProductData","url":"modules/shoppercustomers.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3450,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3451,"kind":16777216,"name":"OmsShipment","url":"modules/shoppercustomers.html#omsshipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3452,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shoppercustomers.html#omsshipmentitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3453,"kind":16777216,"name":"Option","url":"modules/shoppercustomers.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3454,"kind":16777216,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3455,"kind":16777216,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3456,"kind":16777216,"name":"Order","url":"modules/shoppercustomers.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3457,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3458,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3459,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3460,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3461,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3462,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shoppercustomers.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3463,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3464,"kind":16777216,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3465,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3466,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3467,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3468,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3469,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppercustomers.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3470,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppercustomers.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3471,"kind":16777216,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3472,"kind":16777216,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3473,"kind":16777216,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3474,"kind":16777216,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3475,"kind":16777216,"name":"PriceRange","url":"modules/shoppercustomers.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3476,"kind":16777216,"name":"Product","url":"modules/shoppercustomers.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3477,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3478,"kind":16777216,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3479,"kind":16777216,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3480,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3481,"kind":16777216,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3482,"kind":16777216,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3483,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3484,"kind":16777216,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3485,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3486,"kind":16777216,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3487,"kind":16777216,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3488,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppercustomers.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3489,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3490,"kind":16777216,"name":"ProductType","url":"modules/shoppercustomers.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3491,"kind":16777216,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3492,"kind":16777216,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.html#publicproductlisttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3493,"kind":16777216,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3494,"kind":16777216,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.html#publicproductlistinfotypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3495,"kind":16777216,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3496,"kind":16777216,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.html#publicproductlistitemtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3497,"kind":16777216,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.html#publicproductlistitemresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3498,"kind":16777216,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3499,"kind":16777216,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3500,"kind":16777216,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3501,"kind":16777216,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3502,"kind":16777216,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3503,"kind":16777216,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3504,"kind":16777216,"name":"ResultBase","url":"modules/shoppercustomers.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3505,"kind":16777216,"name":"Shipment","url":"modules/shoppercustomers.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3506,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3507,"kind":16777216,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3508,"kind":16777216,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3509,"kind":16777216,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3510,"kind":16777216,"name":"Status","url":"modules/shoppercustomers.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3511,"kind":16777216,"name":"Variant","url":"modules/shoppercustomers.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3512,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3513,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3514,"kind":16777216,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3515,"kind":2,"name":"ShopperCustomersTypes","url":"modules/shoppercustomers.shoppercustomerstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperCustomers"},{"id":3516,"kind":4194304,"name":"GetCustomerExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3517,"kind":4194304,"name":"GetCustomerOrdersExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getcustomerordersexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3518,"kind":4194304,"name":"GetPublicProductListItemsExpandEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#getpublicproductlistitemsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3519,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.shoppercustomerstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3520,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3521,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3522,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3523,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3524,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.shoppercustomerstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3525,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3526,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3527,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.shoppercustomerstypes.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3528,"kind":4194304,"name":"CustomerAuthTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerauthtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3529,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3530,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customeraddressinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3531,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerextprofilerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3532,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerexternalprofile","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3533,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3534,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerorderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3535,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3536,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3537,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3538,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentupdaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3539,"kind":4194304,"name":"CustomerPaymentInstrumentUpdateRequestPaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentinstrumentupdaterequestpaymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3540,"kind":4194304,"name":"CustomerPaymentMethodReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentmethodreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3541,"kind":4194304,"name":"CustomerPaymentMethodReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerpaymentmethodreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3542,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3543,"kind":4194304,"name":"CustomerProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3544,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3545,"kind":4194304,"name":"CustomerProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3546,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3547,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3548,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.shoppercustomerstypes.html#customerregistration","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3549,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.shoppercustomerstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3550,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3551,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.shoppercustomerstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3552,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3553,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3554,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.shoppercustomerstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3555,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3556,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.shoppercustomerstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3557,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.shoppercustomerstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3558,"kind":4194304,"name":"OmsData","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3559,"kind":4194304,"name":"OmsProductData","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3560,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3561,"kind":4194304,"name":"OmsShipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsshipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3562,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#omsshipmentitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3563,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.shoppercustomerstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3564,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3565,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3566,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.shoppercustomerstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3567,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3568,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3569,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3570,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3571,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3572,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3573,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3574,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3575,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3576,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3577,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3578,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shoppercustomers.shoppercustomerstypes.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3579,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppercustomers.shoppercustomerstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3580,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3581,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#passwordchangerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3582,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentbankaccountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3583,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.shoppercustomerstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3584,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.shoppercustomerstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3585,"kind":4194304,"name":"PriceRange","url":"modules/shoppercustomers.shoppercustomerstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3586,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.shoppercustomerstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3587,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3588,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3589,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3590,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3591,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistevent","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3592,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3593,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3594,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3595,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3596,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3597,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.shoppercustomerstypes.html#productlistshippingaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3598,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3599,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3600,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.shoppercustomerstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3601,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3602,"kind":4194304,"name":"PublicProductListTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlisttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3603,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3604,"kind":4194304,"name":"PublicProductListInfoTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistinfotypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3605,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3606,"kind":4194304,"name":"PublicProductListItemTypeEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3607,"kind":4194304,"name":"PublicProductListItemResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistitemresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3608,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.shoppercustomerstypes.html#publicproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3609,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3610,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.shoppercustomerstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3611,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3612,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtoken","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3613,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.shoppercustomerstypes.html#resetpasswordtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3614,"kind":4194304,"name":"ResultBase","url":"modules/shoppercustomers.shoppercustomerstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3615,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3616,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shoppercustomers.shoppercustomerstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3617,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3618,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3619,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.shoppercustomerstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3620,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.shoppercustomerstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3621,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.shoppercustomerstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3622,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3623,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3624,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.shoppercustomerstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperCustomers.ShopperCustomersTypes"},{"id":3625,"kind":1,"name":"shopperExperience","url":"modules/shopperexperience.html","classes":"tsd-kind-module"},{"id":3626,"kind":32,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperExperience"},{"id":3627,"kind":4194304,"name":"Region","url":"modules/shopperexperience.html#region-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3628,"kind":4194304,"name":"Component","url":"modules/shopperexperience.html#component-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3629,"kind":4194304,"name":"Content","url":"modules/shopperexperience.html#content-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3630,"kind":4194304,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3631,"kind":4194304,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3632,"kind":4194304,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3633,"kind":4194304,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3634,"kind":4194304,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3635,"kind":4194304,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3636,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3637,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3638,"kind":4194304,"name":"Page","url":"modules/shopperexperience.html#page-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3639,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3640,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3641,"kind":4194304,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":3642,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3643,"kind":16777216,"name":"Content","url":"modules/shopperexperience.html#content","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3644,"kind":16777216,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3645,"kind":16777216,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3646,"kind":16777216,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3647,"kind":16777216,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3648,"kind":16777216,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3649,"kind":16777216,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3650,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3651,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3652,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3653,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3654,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3655,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3656,"kind":16777216,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3657,"kind":128,"name":"ShopperExperience","url":"classes/shopperexperience.shopperexperience-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperExperience"},{"id":3658,"kind":512,"name":"constructor","url":"classes/shopperexperience.shopperexperience-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperExperience.ShopperExperience"},{"id":3659,"kind":2048,"name":"getContent","url":"classes/shopperexperience.shopperexperience-3.html#getcontent","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3660,"kind":2048,"name":"getContentFolder","url":"classes/shopperexperience.shopperexperience-3.html#getcontentfolder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3661,"kind":2048,"name":"getContentFolders","url":"classes/shopperexperience.shopperexperience-3.html#getcontentfolders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3662,"kind":2048,"name":"getMultipleContent","url":"classes/shopperexperience.shopperexperience-3.html#getmultiplecontent","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3663,"kind":2048,"name":"getPage","url":"classes/shopperexperience.shopperexperience-3.html#getpage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3664,"kind":2048,"name":"getPages","url":"classes/shopperexperience.shopperexperience-3.html#getpages","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3665,"kind":2048,"name":"searchContent","url":"classes/shopperexperience.shopperexperience-3.html#searchcontent","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":3666,"kind":1024,"name":"clientConfig","url":"classes/shopperexperience.shopperexperience-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperExperience.ShopperExperience"},{"id":3667,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3668,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperexperience.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3669,"kind":16777216,"name":"ShopperExperience","url":"modules/shopperexperience.html#shopperexperience-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3670,"kind":16777216,"name":"Component","url":"modules/shopperexperience.html#component-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3671,"kind":16777216,"name":"Content","url":"modules/shopperexperience.html#content-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3672,"kind":16777216,"name":"ContentFolder","url":"modules/shopperexperience.html#contentfolder-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3673,"kind":16777216,"name":"ContentFolderResult","url":"modules/shopperexperience.html#contentfolderresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3674,"kind":16777216,"name":"ContentResult","url":"modules/shopperexperience.html#contentresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3675,"kind":16777216,"name":"ContentSearchRefinement","url":"modules/shopperexperience.html#contentsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3676,"kind":16777216,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.html#contentsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3677,"kind":16777216,"name":"ContentSearchResult","url":"modules/shopperexperience.html#contentsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3678,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3679,"kind":16777216,"name":"LocaleCode","url":"modules/shopperexperience.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3680,"kind":16777216,"name":"Page","url":"modules/shopperexperience.html#page-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3681,"kind":16777216,"name":"PageResult","url":"modules/shopperexperience.html#pageresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3682,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperexperience.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3683,"kind":16777216,"name":"Region","url":"modules/shopperexperience.html#region-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3684,"kind":16777216,"name":"ResultBase","url":"modules/shopperexperience.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperExperience"},{"id":3685,"kind":2,"name":"ShopperExperienceTypes","url":"modules/shopperexperience.shopperexperiencetypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperExperience"},{"id":3686,"kind":4194304,"name":"Component","url":"modules/shopperexperience.shopperexperiencetypes.html#component","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3687,"kind":4194304,"name":"Content","url":"modules/shopperexperience.shopperexperiencetypes.html#content","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3688,"kind":4194304,"name":"ContentFolder","url":"modules/shopperexperience.shopperexperiencetypes.html#contentfolder","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3689,"kind":4194304,"name":"ContentFolderResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentfolderresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3690,"kind":4194304,"name":"ContentResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3691,"kind":4194304,"name":"ContentSearchRefinement","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3692,"kind":4194304,"name":"ContentSearchRefinementValue","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3693,"kind":4194304,"name":"ContentSearchResult","url":"modules/shopperexperience.shopperexperiencetypes.html#contentsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3694,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.shopperexperiencetypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3695,"kind":4194304,"name":"LocaleCode","url":"modules/shopperexperience.shopperexperiencetypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3696,"kind":4194304,"name":"Page","url":"modules/shopperexperience.shopperexperiencetypes.html#page","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3697,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.shopperexperiencetypes.html#pageresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3698,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperexperience.shopperexperiencetypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3699,"kind":4194304,"name":"Region","url":"modules/shopperexperience.shopperexperiencetypes.html#region","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3700,"kind":4194304,"name":"ResultBase","url":"modules/shopperexperience.shopperexperiencetypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperExperience.ShopperExperienceTypes"},{"id":3701,"kind":1,"name":"shopperGiftCertificates","url":"modules/shoppergiftcertificates.html","classes":"tsd-kind-module"},{"id":3702,"kind":32,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3703,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3704,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3705,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3706,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3707,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3708,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3709,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3710,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3711,"kind":128,"name":"ShopperGiftCertificates","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3712,"kind":512,"name":"constructor","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3713,"kind":2048,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#getgiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3714,"kind":1024,"name":"clientConfig","url":"classes/shoppergiftcertificates.shoppergiftcertificates-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":3715,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3716,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppergiftcertificates.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3717,"kind":16777216,"name":"ShopperGiftCertificates","url":"modules/shoppergiftcertificates.html#shoppergiftcertificates-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3718,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3719,"kind":16777216,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3720,"kind":16777216,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.html#giftcertificatestatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3721,"kind":16777216,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3722,"kind":2,"name":"ShopperGiftCertificatesTypes","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":3723,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3724,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3725,"kind":4194304,"name":"GiftCertificateStatusEnum","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificatestatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3726,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.shoppergiftcertificatestypes.html#giftcertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperGiftCertificates.ShopperGiftCertificatesTypes"},{"id":3727,"kind":1,"name":"shopperLogin","url":"modules/shopperlogin.html","classes":"tsd-kind-module"},{"id":3728,"kind":32,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperLogin"},{"id":3729,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3730,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3731,"kind":4194304,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3732,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3733,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3734,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3735,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3736,"kind":4194304,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3737,"kind":4194304,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3738,"kind":4194304,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3739,"kind":4194304,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3740,"kind":4194304,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3741,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3742,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3743,"kind":4194304,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3744,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.html#granttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3745,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3746,"kind":4194304,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3747,"kind":4194304,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3748,"kind":4194304,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3749,"kind":4194304,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3750,"kind":4194304,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3751,"kind":4194304,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3752,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3753,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3754,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3755,"kind":16777216,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3756,"kind":16777216,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3757,"kind":16777216,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3758,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3759,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3760,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3761,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3762,"kind":16777216,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3763,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3764,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3765,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3766,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3767,"kind":16777216,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3768,"kind":16777216,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3769,"kind":16777216,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3770,"kind":16777216,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3771,"kind":16777216,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3772,"kind":16777216,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3773,"kind":16777216,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3774,"kind":16777216,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3775,"kind":16777216,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3776,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3777,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3778,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3779,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3780,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3781,"kind":128,"name":"ShopperLogin","url":"classes/shopperlogin.shopperlogin-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperLogin"},{"id":3782,"kind":512,"name":"constructor","url":"classes/shopperlogin.shopperlogin-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperLogin.ShopperLogin"},{"id":3783,"kind":2048,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authenticatecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3784,"kind":2048,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3785,"kind":2048,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-3.html#authorizepasswordlesscustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3786,"kind":2048,"name":"authorizeWebauthnRegistration","url":"classes/shopperlogin.shopperlogin-3.html#authorizewebauthnregistration","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3787,"kind":2048,"name":"finishWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#finishwebauthnauthentication","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3788,"kind":2048,"name":"finishWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#finishwebauthnuserregistration","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3789,"kind":2048,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3790,"kind":2048,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-3.html#getjwksuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3791,"kind":2048,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordlessaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3792,"kind":2048,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-3.html#getpasswordresettoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3793,"kind":2048,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#getsessionbridgeaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3794,"kind":2048,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3795,"kind":2048,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedagentauthorizationtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3796,"kind":2048,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-3.html#gettrustedsystemaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3797,"kind":2048,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-3.html#getuserinfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3798,"kind":2048,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-3.html#getwellknownopenidconfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3799,"kind":2048,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-3.html#introspecttoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3800,"kind":2048,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-3.html#logoutcustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3801,"kind":2048,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-3.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3802,"kind":2048,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-3.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3803,"kind":2048,"name":"startWebauthnAuthentication","url":"classes/shopperlogin.shopperlogin-3.html#startwebauthnauthentication","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3804,"kind":2048,"name":"startWebauthnUserRegistration","url":"classes/shopperlogin.shopperlogin-3.html#startwebauthnuserregistration","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":3805,"kind":1024,"name":"clientConfig","url":"classes/shopperlogin.shopperlogin-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperLogin.ShopperLogin"},{"id":3806,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3807,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3808,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3809,"kind":4194304,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3810,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3811,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3812,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3813,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3814,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3815,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3816,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3817,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3818,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3819,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3820,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3821,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3822,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authenticateCustomerBodyType"},{"id":3823,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3824,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.response_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3825,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3826,"kind":32,"name":"state","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.state","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3827,"kind":32,"name":"scope","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3828,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3829,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.channel_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3830,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authenticatecustomerbodytype-2.__type.code_challenge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authenticateCustomerBodyType.__type"},{"id":3831,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3832,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizePasswordlessCustomerBodyType"},{"id":3833,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.user_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3834,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.mode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3835,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3836,"kind":32,"name":"usid","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.usid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3837,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.channel_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3838,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.callback_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3839,"kind":32,"name":"last_name","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.last_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3840,"kind":32,"name":"email","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3841,"kind":32,"name":"first_name","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.first_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3842,"kind":32,"name":"phone_number","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-2.__type-1.phone_number","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizePasswordlessCustomerBodyType.__type"},{"id":3843,"kind":4194304,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3844,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType"},{"id":3845,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.user_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3846,"kind":32,"name":"mode","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.mode-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3847,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.channel_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3848,"kind":32,"name":"locale","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.locale-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3849,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.client_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3850,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.code_challenge-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3851,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.callback_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3852,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.idp_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3853,"kind":32,"name":"hint","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-2.__type-2.hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.authorizeWebauthnRegistrationBodyType.__type"},{"id":3854,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3855,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getAccessTokenBodyType"},{"id":3856,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3857,"kind":32,"name":"code","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3858,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.usid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3859,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.grant_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3860,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.redirect_uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3861,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.code_verifier","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3862,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.client_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3863,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.channel_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3864,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getaccesstokenbodytype-2.__type-3.dnt","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getAccessTokenBodyType.__type"},{"id":3865,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3866,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordLessAccessTokenBodyType"},{"id":3867,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4.grant_type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3868,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4.hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3869,"kind":32,"name":"pwdless_login_token","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4.pwdless_login_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3870,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4.client_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3871,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4.code_verifier-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3872,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-2.__type-4.login_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordLessAccessTokenBodyType.__type"},{"id":3873,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3874,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getPasswordResetTokenBodyType"},{"id":3875,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.user_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3876,"kind":32,"name":"mode","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.mode-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3877,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.channel_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3878,"kind":32,"name":"locale","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.locale-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3879,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.client_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3880,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.code_challenge-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3881,"kind":32,"name":"callback_uri","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.callback_uri-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3882,"kind":32,"name":"idp_name","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.idp_name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3883,"kind":32,"name":"hint","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-2.__type-5.hint-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getPasswordResetTokenBodyType.__type"},{"id":3884,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3885,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType"},{"id":3886,"kind":32,"name":"code","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.code-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3887,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.client_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3888,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.channel_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3889,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.code_verifier-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3890,"kind":32,"name":"dwsid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.dwsid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3891,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.grant_type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3892,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.login_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3893,"kind":32,"name":"dwsgst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.dwsgst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3894,"kind":32,"name":"dwsrst","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.dwsrst","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3895,"kind":32,"name":"usid","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.usid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3896,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-2.__type-6.dnt-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getSessionBridgeAccessTokenBodyType.__type"},{"id":3897,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3898,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType"},{"id":3899,"kind":32,"name":"agent_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.agent_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3900,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.client_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3901,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.channel_id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3902,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.code_verifier-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3903,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.grant_type-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3904,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.login_id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3905,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.idp_origin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3906,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.usid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3907,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.dnt-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3908,"kind":32,"name":"state","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-2.__type-7.state-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedAgentAccessTokenBodyType.__type"},{"id":3909,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3910,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType"},{"id":3911,"kind":32,"name":"usid","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.usid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3912,"kind":32,"name":"grant_type","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.grant_type-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3913,"kind":32,"name":"hint","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.hint-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3914,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.login_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3915,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.idp_origin-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3916,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.client_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3917,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.channel_id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3918,"kind":32,"name":"email_id","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.email_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3919,"kind":32,"name":"dnt","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-2.__type-8.dnt-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.getTrustedSystemAccessTokenBodyType.__type"},{"id":3920,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3921,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.introspectTokenBodyType"},{"id":3922,"kind":32,"name":"token","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-9.token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":3923,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#introspecttokenbodytype-2.__type-9.token_type_hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.introspectTokenBodyType.__type"},{"id":3924,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3925,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.resetPasswordBodyType"},{"id":3926,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.client_id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3927,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.pwd_action_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3928,"kind":32,"name":"code_verifier","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.code_verifier-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3929,"kind":32,"name":"new_password","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.new_password","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3930,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.channel_id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3931,"kind":32,"name":"hint","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.hint-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3932,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#resetpasswordbodytype-2.__type-10.user_id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.resetPasswordBodyType.__type"},{"id":3933,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3934,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.revokeTokenBodyType"},{"id":3935,"kind":32,"name":"token","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-11.token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":3936,"kind":32,"name":"token_type_hint","url":"modules/shopperlogin.html#revoketokenbodytype-2.__type-11.token_type_hint-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.revokeTokenBodyType.__type"},{"id":3937,"kind":4194304,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3938,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnAuthenticationBodyType"},{"id":3939,"kind":32,"name":"tenant_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-12.tenant_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":3940,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-12.client_id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":3941,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-12.channel_id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":3942,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-2.__type-12.user_id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnAuthenticationBodyType.__type"},{"id":3943,"kind":4194304,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":3944,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.startWebauthnUserRegistrationBodyType"},{"id":3945,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13.client_id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":3946,"kind":32,"name":"pwd_action_token","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13.pwd_action_token-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":3947,"kind":32,"name":"user_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13.user_id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":3948,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13.channel_id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":3949,"kind":32,"name":"display_name","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13.display_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":3950,"kind":32,"name":"nick_name","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-2.__type-13.nick_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.startWebauthnUserRegistrationBodyType.__type"},{"id":3951,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3952,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3953,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3954,"kind":16777216,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3955,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3956,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3957,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3958,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3959,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3960,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3961,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3962,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3963,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3964,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3965,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3966,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3967,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3968,"kind":16777216,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3969,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3970,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3971,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3972,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3973,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3974,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3975,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3976,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3977,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3978,"kind":16777216,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3979,"kind":16777216,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3980,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3981,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperlogin.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3982,"kind":16777216,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.html#authorizecustomerresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3983,"kind":16777216,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.html#authorizecustomerscopeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3984,"kind":16777216,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.html#authorizepasswordlesscustomermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3985,"kind":16777216,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.html#authorizewebauthnregistrationmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3986,"kind":16777216,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getpasswordlessaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3987,"kind":16777216,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.html#getpasswordresettokenmodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3988,"kind":16777216,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#getsessionbridgeaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3989,"kind":16777216,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedagentaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3990,"kind":16777216,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.html#gettrustedagentauthorizationtokenresponsetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3991,"kind":16777216,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokengranttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3992,"kind":16777216,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3993,"kind":16777216,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenidporiginenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3994,"kind":16777216,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#introspecttokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3995,"kind":16777216,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.html#logoutcustomerhintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3996,"kind":16777216,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.html#revoketokentokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3997,"kind":16777216,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.html#authenticatecustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3998,"kind":16777216,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.html#authorizepasswordlesscustomerbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":3999,"kind":16777216,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.html#authorizewebauthnregistrationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4000,"kind":16777216,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.html#getaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4001,"kind":16777216,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.html#getpasswordlessaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4002,"kind":16777216,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.html#getpasswordresettokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4003,"kind":16777216,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.html#getsessionbridgeaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4004,"kind":16777216,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedagentaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4005,"kind":16777216,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.html#gettrustedsystemaccesstokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4006,"kind":16777216,"name":"introspectTokenBodyType","url":"modules/shopperlogin.html#introspecttokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4007,"kind":16777216,"name":"resetPasswordBodyType","url":"modules/shopperlogin.html#resetpasswordbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4008,"kind":16777216,"name":"revokeTokenBodyType","url":"modules/shopperlogin.html#revoketokenbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4009,"kind":16777216,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.html#startwebauthnauthenticationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4010,"kind":16777216,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.html#startwebauthnuserregistrationbodytype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4011,"kind":16777216,"name":"ShopperLogin","url":"modules/shopperlogin.html#shopperlogin-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4012,"kind":16777216,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.html#authenticatefinishrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4013,"kind":16777216,"name":"AuthenticateResult","url":"modules/shopperlogin.html#authenticateresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4014,"kind":16777216,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.html#authenticatorassertionresponsejson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4015,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonauthenticatordatainner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4016,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonclientdatajsoninner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4017,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonsignatureinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4018,"kind":16777216,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.html#authenticatorassertionresponsejsonuserhandleinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4019,"kind":16777216,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.html#authenticatorattestationresponsejson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4020,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonattestationobjectinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4021,"kind":16777216,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.html#authenticatorattestationresponsejsonclientdatajsoninner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4022,"kind":16777216,"name":"GrantType","url":"modules/shopperlogin.html#granttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4023,"kind":16777216,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4024,"kind":16777216,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.html#publickeycredentialdescriptor-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4025,"kind":16777216,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4026,"kind":16777216,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.html#publickeycredentialdescriptortransportsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4027,"kind":16777216,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.html#publickeycredentialjson-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4028,"kind":16777216,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.html#publickeycredentialjsontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4029,"kind":16777216,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.html#publickeycredentialjsonresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4030,"kind":16777216,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.html#publickeycredentialrequestoptions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4031,"kind":16777216,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.html#publickeycredentialrequestoptionsuserverificationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4032,"kind":16777216,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.html#registrationfinishrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4033,"kind":16777216,"name":"ResponseType","url":"modules/shopperlogin.html#responsetype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4034,"kind":16777216,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4035,"kind":16777216,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.html#tokenactionrequesttokentypehintenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4036,"kind":16777216,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4037,"kind":16777216,"name":"TokenType","url":"modules/shopperlogin.html#tokentype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperLogin"},{"id":4038,"kind":2,"name":"ShopperLoginTypes","url":"modules/shopperlogin.shopperlogintypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperLogin"},{"id":4039,"kind":4194304,"name":"authenticateCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authenticatecustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4040,"kind":4194304,"name":"AuthorizeCustomerResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4041,"kind":4194304,"name":"AuthorizeCustomerScopeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizecustomerscopeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4042,"kind":4194304,"name":"AuthorizePasswordlessCustomerModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4043,"kind":4194304,"name":"authorizePasswordlessCustomerBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizepasswordlesscustomerbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4044,"kind":4194304,"name":"AuthorizeWebauthnRegistrationModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4045,"kind":4194304,"name":"authorizeWebauthnRegistrationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#authorizewebauthnregistrationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4046,"kind":4194304,"name":"getAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4047,"kind":4194304,"name":"GetPasswordLessAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4048,"kind":4194304,"name":"getPasswordLessAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordlessaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4049,"kind":4194304,"name":"GetPasswordResetTokenModeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenmodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4050,"kind":4194304,"name":"getPasswordResetTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getpasswordresettokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4051,"kind":4194304,"name":"GetSessionBridgeAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4052,"kind":4194304,"name":"getSessionBridgeAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#getsessionbridgeaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4053,"kind":4194304,"name":"GetTrustedAgentAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4054,"kind":4194304,"name":"getTrustedAgentAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4055,"kind":4194304,"name":"GetTrustedAgentAuthorizationTokenResponseTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedagentauthorizationtokenresponsetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4056,"kind":4194304,"name":"GetTrustedSystemAccessTokenGrantTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokengranttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4057,"kind":4194304,"name":"GetTrustedSystemAccessTokenHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4058,"kind":4194304,"name":"GetTrustedSystemAccessTokenIdpOriginEnum","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenidporiginenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4059,"kind":4194304,"name":"getTrustedSystemAccessTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#gettrustedsystemaccesstokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4060,"kind":4194304,"name":"IntrospectTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4061,"kind":4194304,"name":"introspectTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#introspecttokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4062,"kind":4194304,"name":"LogoutCustomerHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#logoutcustomerhintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4063,"kind":4194304,"name":"resetPasswordBodyType","url":"modules/shopperlogin.shopperlogintypes.html#resetpasswordbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4064,"kind":4194304,"name":"RevokeTokenTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#revoketokentokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4065,"kind":4194304,"name":"revokeTokenBodyType","url":"modules/shopperlogin.shopperlogintypes.html#revoketokenbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4066,"kind":4194304,"name":"startWebauthnAuthenticationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnauthenticationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4067,"kind":4194304,"name":"startWebauthnUserRegistrationBodyType","url":"modules/shopperlogin.shopperlogintypes.html#startwebauthnuserregistrationbodytype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4068,"kind":4194304,"name":"AuthenticateFinishRequest","url":"modules/shopperlogin.shopperlogintypes.html#authenticatefinishrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4069,"kind":4194304,"name":"AuthenticateResult","url":"modules/shopperlogin.shopperlogintypes.html#authenticateresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4070,"kind":4194304,"name":"AuthenticatorAssertionResponseJson","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4071,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonAuthenticatorDataInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonauthenticatordatainner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4072,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonClientDataJSONInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonclientdatajsoninner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4073,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonSignatureInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonsignatureinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4074,"kind":4194304,"name":"AuthenticatorAssertionResponseJsonUserHandleInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorassertionresponsejsonuserhandleinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4075,"kind":4194304,"name":"AuthenticatorAttestationResponseJson","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4076,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonAttestationObjectInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejsonattestationobjectinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4077,"kind":4194304,"name":"AuthenticatorAttestationResponseJsonClientDataJSONInner","url":"modules/shopperlogin.shopperlogintypes.html#authenticatorattestationresponsejsonclientdatajsoninner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4078,"kind":4194304,"name":"GrantType","url":"modules/shopperlogin.shopperlogintypes.html#granttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4079,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.shopperlogintypes.html#oauth2errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4080,"kind":4194304,"name":"PublicKeyCredentialDescriptor","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptor","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4081,"kind":4194304,"name":"PublicKeyCredentialDescriptorTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptortypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4082,"kind":4194304,"name":"PublicKeyCredentialDescriptorTransportsEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialdescriptortransportsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4083,"kind":4194304,"name":"PublicKeyCredentialJson","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjson","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4084,"kind":4194304,"name":"PublicKeyCredentialJsonTypeEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjsontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4085,"kind":4194304,"name":"PublicKeyCredentialJsonResponse","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialjsonresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4086,"kind":4194304,"name":"PublicKeyCredentialRequestOptions","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialrequestoptions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4087,"kind":4194304,"name":"PublicKeyCredentialRequestOptionsUserVerificationEnum","url":"modules/shopperlogin.shopperlogintypes.html#publickeycredentialrequestoptionsuserverificationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4088,"kind":4194304,"name":"RegistrationFinishRequest","url":"modules/shopperlogin.shopperlogintypes.html#registrationfinishrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4089,"kind":4194304,"name":"ResponseType","url":"modules/shopperlogin.shopperlogintypes.html#responsetype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4090,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4091,"kind":4194304,"name":"TokenActionRequestTokenTypeHintEnum","url":"modules/shopperlogin.shopperlogintypes.html#tokenactionrequesttokentypehintenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4092,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.shopperlogintypes.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4093,"kind":4194304,"name":"TokenType","url":"modules/shopperlogin.shopperlogintypes.html#tokentype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperLogin.ShopperLoginTypes"},{"id":4094,"kind":1,"name":"shopperOrders","url":"modules/shopperorders.html","classes":"tsd-kind-module"},{"id":4095,"kind":32,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperOrders"},{"id":4096,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4097,"kind":4194304,"name":"Status","url":"modules/shopperorders.html#status-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4098,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4099,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4100,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4101,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4102,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4103,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4104,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4105,"kind":4194304,"name":"Discount","url":"modules/shopperorders.html#discount-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4106,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4107,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4108,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4109,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4110,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4111,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4112,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.html#shipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4113,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4114,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4115,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4116,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4117,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4118,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4119,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4120,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4121,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4122,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4123,"kind":4194304,"name":"OmsProductData","url":"modules/shopperorders.html#omsproductdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4124,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.html#omsproductdatastatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4125,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.html#productitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4126,"kind":4194304,"name":"Basket","url":"modules/shopperorders.html#basket-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4127,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4128,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4129,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4130,"kind":4194304,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4131,"kind":4194304,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4132,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4133,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shopperorders.html#omsshipmentitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4134,"kind":4194304,"name":"OmsShipment","url":"modules/shopperorders.html#omsshipment-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4135,"kind":4194304,"name":"OmsData","url":"modules/shopperorders.html#omsdata-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4136,"kind":4194304,"name":"Order","url":"modules/shopperorders.html#order-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4137,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4138,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4139,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4140,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4141,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4142,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4143,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4144,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4145,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4146,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4147,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4148,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4149,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4150,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4151,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4152,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4153,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4154,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4155,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.html#taxes-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4156,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4157,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4158,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4159,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4160,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4161,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4162,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4163,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4164,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4165,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4166,"kind":16777216,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4167,"kind":16777216,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4168,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4169,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4170,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4171,"kind":16777216,"name":"OmsData","url":"modules/shopperorders.html#omsdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4172,"kind":16777216,"name":"OmsProductData","url":"modules/shopperorders.html#omsproductdata","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4173,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.html#omsproductdatastatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4174,"kind":16777216,"name":"OmsShipment","url":"modules/shopperorders.html#omsshipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4175,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shopperorders.html#omsshipmentitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4176,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4177,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4178,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4179,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4180,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4181,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4182,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4183,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4184,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4185,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4186,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4187,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4188,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4189,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4190,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4191,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4192,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4193,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4194,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4195,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4196,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4197,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4198,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4199,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4200,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4201,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4202,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4203,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4204,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4205,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4206,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4207,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4208,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4209,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4210,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4211,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4212,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4213,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4214,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4215,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4216,"kind":128,"name":"ShopperOrders","url":"classes/shopperorders.shopperorders-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperOrders"},{"id":4217,"kind":512,"name":"constructor","url":"classes/shopperorders.shopperorders-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperOrders.ShopperOrders"},{"id":4218,"kind":2048,"name":"createOrder","url":"classes/shopperorders.shopperorders-3.html#createorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4219,"kind":2048,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#createpaymentinstrumentfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4220,"kind":2048,"name":"failOrder","url":"classes/shopperorders.shopperorders-3.html#failorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4221,"kind":2048,"name":"getOrder","url":"classes/shopperorders.shopperorders-3.html#getorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4222,"kind":2048,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-3.html#getpaymentmethodsfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4223,"kind":2048,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-3.html#gettaxesfromorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4224,"kind":2048,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-3.html#guestorderlookup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4225,"kind":2048,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-3.html#removepaymentinstrumentfromorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4226,"kind":2048,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-3.html#updatepaymentinstrumentfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":4227,"kind":1024,"name":"clientConfig","url":"classes/shopperorders.shopperorders-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperOrders.ShopperOrders"},{"id":4228,"kind":4194304,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":4229,"kind":16777216,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4230,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4231,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperorders.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4232,"kind":16777216,"name":"GetOrderExpandEnum","url":"modules/shopperorders.html#getorderexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4233,"kind":16777216,"name":"ShopperOrders","url":"modules/shopperorders.html#shopperorders-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4234,"kind":16777216,"name":"Basket","url":"modules/shopperorders.html#basket-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4235,"kind":16777216,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.html#basketchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4236,"kind":16777216,"name":"BasketTaxationEnum","url":"modules/shopperorders.html#baskettaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4237,"kind":16777216,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4238,"kind":16777216,"name":"CouponItem","url":"modules/shopperorders.html#couponitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4239,"kind":16777216,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.html#couponitemstatuscodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4240,"kind":16777216,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4241,"kind":16777216,"name":"Discount","url":"modules/shopperorders.html#discount-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4242,"kind":16777216,"name":"DiscountTypeEnum","url":"modules/shopperorders.html#discounttypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4243,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4244,"kind":16777216,"name":"FailOrderRequest","url":"modules/shopperorders.html#failorderrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4245,"kind":16777216,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.html#failorderrequestreasoncodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4246,"kind":16777216,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4247,"kind":16777216,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4248,"kind":16777216,"name":"LocaleCode","url":"modules/shopperorders.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4249,"kind":16777216,"name":"OmsData","url":"modules/shopperorders.html#omsdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4250,"kind":16777216,"name":"OmsProductData","url":"modules/shopperorders.html#omsproductdata-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4251,"kind":16777216,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.html#omsproductdatastatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4252,"kind":16777216,"name":"OmsShipment","url":"modules/shopperorders.html#omsshipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4253,"kind":16777216,"name":"OmsShipmentItem","url":"modules/shopperorders.html#omsshipmentitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4254,"kind":16777216,"name":"OptionItem","url":"modules/shopperorders.html#optionitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4255,"kind":16777216,"name":"Order","url":"modules/shopperorders.html#order-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4256,"kind":16777216,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.html#orderchanneltypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4257,"kind":16777216,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.html#orderconfirmationstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4258,"kind":16777216,"name":"OrderExportStatusEnum","url":"modules/shopperorders.html#orderexportstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4259,"kind":16777216,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.html#orderpaymentstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4260,"kind":16777216,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.html#ordershippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4261,"kind":16777216,"name":"OrderStatusEnum","url":"modules/shopperorders.html#orderstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4262,"kind":16777216,"name":"OrderTaxationEnum","url":"modules/shopperorders.html#ordertaxationenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4263,"kind":16777216,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4264,"kind":16777216,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4265,"kind":16777216,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4266,"kind":16777216,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4267,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4268,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4269,"kind":16777216,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.html#orderpaymentinstrumentpaymentreferencegatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4270,"kind":16777216,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4271,"kind":16777216,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4272,"kind":16777216,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4273,"kind":16777216,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4274,"kind":16777216,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4275,"kind":16777216,"name":"PaymentReferenceRequest","url":"modules/shopperorders.html#paymentreferencerequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4276,"kind":16777216,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.html#paymentreferencerequestgatewayenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4277,"kind":16777216,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.html#paymentreferencerequestgatewayproperties-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4278,"kind":16777216,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4279,"kind":16777216,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4280,"kind":16777216,"name":"ProductItem","url":"modules/shopperorders.html#productitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4281,"kind":16777216,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4282,"kind":16777216,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.html#productlistitemreferencetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4283,"kind":16777216,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4284,"kind":16777216,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.html#productlistlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4285,"kind":16777216,"name":"Shipment","url":"modules/shopperorders.html#shipment-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4286,"kind":16777216,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.html#shipmentshippingstatusenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4287,"kind":16777216,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4288,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4289,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4290,"kind":16777216,"name":"Status","url":"modules/shopperorders.html#status-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4291,"kind":16777216,"name":"TaxItem","url":"modules/shopperorders.html#taxitem-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4292,"kind":16777216,"name":"TaxItems","url":"modules/shopperorders.html#taxitems-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4293,"kind":16777216,"name":"Taxes","url":"modules/shopperorders.html#taxes-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperOrders"},{"id":4294,"kind":2,"name":"ShopperOrdersTypes","url":"modules/shopperorders.shopperorderstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperOrders"},{"id":4295,"kind":4194304,"name":"GetOrderExpandEnum","url":"modules/shopperorders.shopperorderstypes.html#getorderexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4296,"kind":4194304,"name":"Basket","url":"modules/shopperorders.shopperorderstypes.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4297,"kind":4194304,"name":"BasketChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#basketchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4298,"kind":4194304,"name":"BasketTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#baskettaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4299,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.shopperorderstypes.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4300,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.shopperorderstypes.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4301,"kind":4194304,"name":"CouponItemStatusCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#couponitemstatuscodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4302,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.shopperorderstypes.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4303,"kind":4194304,"name":"Discount","url":"modules/shopperorders.shopperorderstypes.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4304,"kind":4194304,"name":"DiscountTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#discounttypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4305,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.shopperorderstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4306,"kind":4194304,"name":"FailOrderRequest","url":"modules/shopperorders.shopperorderstypes.html#failorderrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4307,"kind":4194304,"name":"FailOrderRequestReasonCodeEnum","url":"modules/shopperorders.shopperorderstypes.html#failorderrequestreasoncodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4308,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.shopperorderstypes.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4309,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.shopperorderstypes.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4310,"kind":4194304,"name":"LocaleCode","url":"modules/shopperorders.shopperorderstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4311,"kind":4194304,"name":"OmsData","url":"modules/shopperorders.shopperorderstypes.html#omsdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4312,"kind":4194304,"name":"OmsProductData","url":"modules/shopperorders.shopperorderstypes.html#omsproductdata","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4313,"kind":4194304,"name":"OmsProductDataStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#omsproductdatastatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4314,"kind":4194304,"name":"OmsShipment","url":"modules/shopperorders.shopperorderstypes.html#omsshipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4315,"kind":4194304,"name":"OmsShipmentItem","url":"modules/shopperorders.shopperorderstypes.html#omsshipmentitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4316,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.shopperorderstypes.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4317,"kind":4194304,"name":"Order","url":"modules/shopperorders.shopperorderstypes.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4318,"kind":4194304,"name":"OrderChannelTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#orderchanneltypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4319,"kind":4194304,"name":"OrderConfirmationStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderconfirmationstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4320,"kind":4194304,"name":"OrderExportStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderexportstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4321,"kind":4194304,"name":"OrderPaymentStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4322,"kind":4194304,"name":"OrderShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#ordershippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4323,"kind":4194304,"name":"OrderStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#orderstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4324,"kind":4194304,"name":"OrderTaxationEnum","url":"modules/shopperorders.shopperorderstypes.html#ordertaxationenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4325,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.shopperorderstypes.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4326,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.shopperorderstypes.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4327,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4328,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4329,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReference","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4330,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayEnum","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreferencegatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4331,"kind":4194304,"name":"OrderPaymentInstrumentPaymentReferenceGatewayProperties","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentpaymentreferencegatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4332,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.shopperorderstypes.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4333,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.shopperorderstypes.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4334,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.shopperorderstypes.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4335,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.shopperorderstypes.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4336,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.shopperorderstypes.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4337,"kind":4194304,"name":"PaymentReferenceRequest","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4338,"kind":4194304,"name":"PaymentReferenceRequestGatewayEnum","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequestgatewayenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4339,"kind":4194304,"name":"PaymentReferenceRequestGatewayProperties","url":"modules/shopperorders.shopperorderstypes.html#paymentreferencerequestgatewayproperties","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4340,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.shopperorderstypes.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4341,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.shopperorderstypes.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4342,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.shopperorderstypes.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4343,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4344,"kind":4194304,"name":"ProductListItemReferenceTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistitemreferencetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4345,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.shopperorderstypes.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4346,"kind":4194304,"name":"ProductListLinkTypeEnum","url":"modules/shopperorders.shopperorderstypes.html#productlistlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4347,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.shopperorderstypes.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4348,"kind":4194304,"name":"ShipmentShippingStatusEnum","url":"modules/shopperorders.shopperorderstypes.html#shipmentshippingstatusenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4349,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.shopperorderstypes.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4350,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.shopperorderstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4351,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.shopperorderstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4352,"kind":4194304,"name":"Status","url":"modules/shopperorders.shopperorderstypes.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4353,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.shopperorderstypes.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4354,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.shopperorderstypes.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4355,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.shopperorderstypes.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperOrders.ShopperOrdersTypes"},{"id":4356,"kind":1,"name":"shopperProducts","url":"modules/shopperproducts.html","classes":"tsd-kind-module"},{"id":4357,"kind":32,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperProducts"},{"id":4358,"kind":4194304,"name":"Image","url":"modules/shopperproducts.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4359,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4360,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4361,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4362,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4363,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4364,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4365,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4366,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4367,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4368,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4369,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4370,"kind":4194304,"name":"Master","url":"modules/shopperproducts.html#master-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4371,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4372,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4373,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4374,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4375,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4376,"kind":4194304,"name":"Option","url":"modules/shopperproducts.html#option-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4377,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4378,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.html#inventory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4379,"kind":4194304,"name":"Product","url":"modules/shopperproducts.html#product-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4380,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4381,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4382,"kind":4194304,"name":"Category","url":"modules/shopperproducts.html#category-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4383,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4384,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4385,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4386,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4387,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4388,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4389,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4390,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4391,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4392,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4393,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4394,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4395,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4396,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4397,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4398,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4399,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4400,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4401,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4402,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4403,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4404,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4405,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4406,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4407,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4408,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4409,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4410,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4411,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4412,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4413,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4414,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4415,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4416,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4417,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4418,"kind":128,"name":"ShopperProducts","url":"classes/shopperproducts.shopperproducts-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperProducts"},{"id":4419,"kind":512,"name":"constructor","url":"classes/shopperproducts.shopperproducts-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperProducts.ShopperProducts"},{"id":4420,"kind":2048,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-3.html#getcategories","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4421,"kind":2048,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-3.html#getcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4422,"kind":2048,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-3.html#getproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4423,"kind":2048,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-3.html#getproducts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":4424,"kind":1024,"name":"clientConfig","url":"classes/shopperproducts.shopperproducts-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperProducts.ShopperProducts"},{"id":4425,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4426,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4427,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4428,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":4429,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4430,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4431,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4432,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4433,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4434,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperproducts.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4435,"kind":16777216,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.html#getcategorieslevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4436,"kind":16777216,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.html#getcategorylevelsenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4437,"kind":16777216,"name":"GetProductExpandEnum","url":"modules/shopperproducts.html#getproductexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4438,"kind":16777216,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.html#getproductsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4439,"kind":16777216,"name":"ShopperProducts","url":"modules/shopperproducts.html#shopperproducts-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4440,"kind":16777216,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4441,"kind":16777216,"name":"Category","url":"modules/shopperproducts.html#category-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4442,"kind":16777216,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4443,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4444,"kind":16777216,"name":"Image","url":"modules/shopperproducts.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4445,"kind":16777216,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4446,"kind":16777216,"name":"Inventory","url":"modules/shopperproducts.html#inventory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4447,"kind":16777216,"name":"LocaleCode","url":"modules/shopperproducts.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4448,"kind":16777216,"name":"Master","url":"modules/shopperproducts.html#master-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4449,"kind":16777216,"name":"Option","url":"modules/shopperproducts.html#option-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4450,"kind":16777216,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4451,"kind":16777216,"name":"PageMetaTag","url":"modules/shopperproducts.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4452,"kind":16777216,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4453,"kind":16777216,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4454,"kind":16777216,"name":"Product","url":"modules/shopperproducts.html#product-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4455,"kind":16777216,"name":"ProductLink","url":"modules/shopperproducts.html#productlink-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4456,"kind":16777216,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.html#productlinktypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4457,"kind":16777216,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4458,"kind":16777216,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4459,"kind":16777216,"name":"ProductResult","url":"modules/shopperproducts.html#productresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4460,"kind":16777216,"name":"ProductType","url":"modules/shopperproducts.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4461,"kind":16777216,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4462,"kind":16777216,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4463,"kind":16777216,"name":"ResultBase","url":"modules/shopperproducts.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4464,"kind":16777216,"name":"ShippingMethod","url":"modules/shopperproducts.html#shippingmethod-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4465,"kind":16777216,"name":"ShippingPromotion","url":"modules/shopperproducts.html#shippingpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4466,"kind":16777216,"name":"Variant","url":"modules/shopperproducts.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4467,"kind":16777216,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4468,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4469,"kind":16777216,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperProducts"},{"id":4470,"kind":2,"name":"ShopperProductsTypes","url":"modules/shopperproducts.shopperproductstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperProducts"},{"id":4471,"kind":4194304,"name":"GetCategoriesLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorieslevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4472,"kind":4194304,"name":"GetCategoryLevelsEnum","url":"modules/shopperproducts.shopperproductstypes.html#getcategorylevelsenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4473,"kind":4194304,"name":"GetProductExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4474,"kind":4194304,"name":"GetProductsExpandEnum","url":"modules/shopperproducts.shopperproductstypes.html#getproductsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4475,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.shopperproductstypes.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4476,"kind":4194304,"name":"Category","url":"modules/shopperproducts.shopperproductstypes.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4477,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.shopperproductstypes.html#categoryresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4478,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.shopperproductstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4479,"kind":4194304,"name":"Image","url":"modules/shopperproducts.shopperproductstypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4480,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.shopperproductstypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4481,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.shopperproductstypes.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4482,"kind":4194304,"name":"LocaleCode","url":"modules/shopperproducts.shopperproductstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4483,"kind":4194304,"name":"Master","url":"modules/shopperproducts.shopperproductstypes.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4484,"kind":4194304,"name":"Option","url":"modules/shopperproducts.shopperproductstypes.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4485,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.shopperproductstypes.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4486,"kind":4194304,"name":"PageMetaTag","url":"modules/shopperproducts.shopperproductstypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4487,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.shopperproductstypes.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4488,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.shopperproductstypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4489,"kind":4194304,"name":"Product","url":"modules/shopperproducts.shopperproductstypes.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4490,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.shopperproductstypes.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4491,"kind":4194304,"name":"ProductLinkTypeEnum","url":"modules/shopperproducts.shopperproductstypes.html#productlinktypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4492,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.shopperproductstypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4493,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.shopperproductstypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4494,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.shopperproductstypes.html#productresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4495,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.shopperproductstypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4496,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.shopperproductstypes.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4497,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.shopperproductstypes.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4498,"kind":4194304,"name":"ResultBase","url":"modules/shopperproducts.shopperproductstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4499,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperproducts.shopperproductstypes.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4500,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperproducts.shopperproductstypes.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4501,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.shopperproductstypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4502,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.shopperproductstypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4503,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.shopperproductstypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4504,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.shopperproductstypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperProducts.ShopperProductsTypes"},{"id":4505,"kind":1,"name":"shopperPromotions","url":"modules/shopperpromotions.html","classes":"tsd-kind-module"},{"id":4506,"kind":32,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4507,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4508,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4509,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4510,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4511,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4512,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4513,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4514,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4515,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4516,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4517,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4518,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4519,"kind":128,"name":"ShopperPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4520,"kind":512,"name":"constructor","url":"classes/shopperpromotions.shopperpromotions-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperPromotions.ShopperPromotions"},{"id":4521,"kind":2048,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":4522,"kind":2048,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-3.html#getpromotionsforcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":4523,"kind":1024,"name":"clientConfig","url":"classes/shopperpromotions.shopperpromotions-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperPromotions.ShopperPromotions"},{"id":4524,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4525,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperpromotions.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4526,"kind":16777216,"name":"ShopperPromotions","url":"modules/shopperpromotions.html#shopperpromotions-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4527,"kind":16777216,"name":"DefaultFallback","url":"modules/shopperpromotions.html#defaultfallback-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4528,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4529,"kind":16777216,"name":"LocaleCode","url":"modules/shopperpromotions.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4530,"kind":16777216,"name":"Promotion","url":"modules/shopperpromotions.html#promotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4531,"kind":16777216,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4532,"kind":16777216,"name":"ResultBase","url":"modules/shopperpromotions.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4533,"kind":2,"name":"ShopperPromotionsTypes","url":"modules/shopperpromotions.shopperpromotionstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperPromotions"},{"id":4534,"kind":4194304,"name":"DefaultFallback","url":"modules/shopperpromotions.shopperpromotionstypes.html#defaultfallback","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4535,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.shopperpromotionstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4536,"kind":4194304,"name":"LocaleCode","url":"modules/shopperpromotions.shopperpromotionstypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4537,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4538,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.shopperpromotionstypes.html#promotionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4539,"kind":4194304,"name":"ResultBase","url":"modules/shopperpromotions.shopperpromotionstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperPromotions.ShopperPromotionsTypes"},{"id":4540,"kind":1,"name":"shopperSearch","url":"modules/shoppersearch.html","classes":"tsd-kind-module"},{"id":4541,"kind":32,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSearch"},{"id":4542,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4543,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4544,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4545,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4546,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4547,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4548,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4549,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4550,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4551,"kind":4194304,"name":"Image","url":"modules/shoppersearch.html#image-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4552,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4553,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4554,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4555,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4556,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4557,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4558,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4559,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4560,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4561,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.html#productref-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4562,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.html#variant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4563,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4564,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.html#producttype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4565,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4566,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4567,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4568,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4569,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4570,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4571,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4572,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4573,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4574,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4575,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4576,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4577,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4578,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4579,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4580,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4581,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4582,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4583,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4584,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4585,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4586,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4587,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4588,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4589,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4590,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4591,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4592,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4593,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4594,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4595,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4596,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4597,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4598,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4599,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4600,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4601,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4602,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4603,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4604,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4605,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4606,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4607,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4608,"kind":128,"name":"ShopperSearch","url":"classes/shoppersearch.shoppersearch-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperSearch"},{"id":4609,"kind":512,"name":"constructor","url":"classes/shoppersearch.shoppersearch-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperSearch.ShopperSearch"},{"id":4610,"kind":2048,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-3.html#getsearchsuggestions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":4611,"kind":2048,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-3.html#productsearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":4612,"kind":1024,"name":"clientConfig","url":"classes/shoppersearch.shoppersearch-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperSearch.ShopperSearch"},{"id":4613,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4614,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":4615,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4616,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4617,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4618,"kind":16777216,"name":"defaultBaseUri","url":"modules/shoppersearch.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4619,"kind":16777216,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.html#getsearchsuggestionsexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4620,"kind":16777216,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.html#productsearchexpandenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4621,"kind":16777216,"name":"ShopperSearch","url":"modules/shoppersearch.html#shoppersearch-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4622,"kind":16777216,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4623,"kind":16777216,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4624,"kind":16777216,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4625,"kind":16777216,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.html#einsteinsuggestedphrases-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4626,"kind":16777216,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4627,"kind":16777216,"name":"Image","url":"modules/shoppersearch.html#image-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4628,"kind":16777216,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4629,"kind":16777216,"name":"LocaleCode","url":"modules/shoppersearch.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4630,"kind":16777216,"name":"PageMetaTag","url":"modules/shoppersearch.html#pagemetatag-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4631,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shoppersearch.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4632,"kind":16777216,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4633,"kind":16777216,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4634,"kind":16777216,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4635,"kind":16777216,"name":"ProductRef","url":"modules/shoppersearch.html#productref-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4636,"kind":16777216,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4637,"kind":16777216,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4638,"kind":16777216,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4639,"kind":16777216,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4640,"kind":16777216,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4641,"kind":16777216,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4642,"kind":16777216,"name":"ProductType","url":"modules/shoppersearch.html#producttype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4643,"kind":16777216,"name":"ResultBase","url":"modules/shoppersearch.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4644,"kind":16777216,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4645,"kind":16777216,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4646,"kind":16777216,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4647,"kind":16777216,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4648,"kind":16777216,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4649,"kind":16777216,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4650,"kind":16777216,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4651,"kind":16777216,"name":"Variant","url":"modules/shoppersearch.html#variant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4652,"kind":16777216,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4653,"kind":16777216,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4654,"kind":16777216,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSearch"},{"id":4655,"kind":2,"name":"ShopperSearchTypes","url":"modules/shoppersearch.shoppersearchtypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSearch"},{"id":4656,"kind":4194304,"name":"GetSearchSuggestionsExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#getsearchsuggestionsexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4657,"kind":4194304,"name":"ProductSearchExpandEnum","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchexpandenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4658,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#brandsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4659,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#categorysuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4660,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#customsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4661,"kind":4194304,"name":"EinsteinSuggestedPhrases","url":"modules/shoppersearch.shoppersearchtypes.html#einsteinsuggestedphrases","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4662,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.shoppersearchtypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4663,"kind":4194304,"name":"Image","url":"modules/shoppersearch.shoppersearchtypes.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4664,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.shoppersearchtypes.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4665,"kind":4194304,"name":"LocaleCode","url":"modules/shoppersearch.shoppersearchtypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4666,"kind":4194304,"name":"PageMetaTag","url":"modules/shoppersearch.shoppersearchtypes.html#pagemetatag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4667,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4668,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.shoppersearchtypes.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4669,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.shoppersearchtypes.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4670,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.shoppersearchtypes.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4671,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.shoppersearchtypes.html#productref","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4672,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4673,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4674,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4675,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4676,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.shoppersearchtypes.html#productsearchsortingoption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4677,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.shoppersearchtypes.html#productsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4678,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.shoppersearchtypes.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4679,"kind":4194304,"name":"ResultBase","url":"modules/shoppersearch.shoppersearchtypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4680,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedcategory","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4681,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedphrase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4682,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4683,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterm","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4684,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.shoppersearchtypes.html#suggestedterms","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4685,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.shoppersearchtypes.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4686,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.shoppersearchtypes.html#suggestionresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4687,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.shoppersearchtypes.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4688,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.shoppersearchtypes.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4689,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.shoppersearchtypes.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4690,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.shoppersearchtypes.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSearch.ShopperSearchTypes"},{"id":4691,"kind":1,"name":"shopperSeo","url":"modules/shopperseo.html","classes":"tsd-kind-module"},{"id":4692,"kind":32,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperSeo"},{"id":4693,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4694,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4695,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":4696,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4697,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4698,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4699,"kind":128,"name":"ShopperSEO","url":"classes/shopperseo.shopperseo-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperSeo"},{"id":4700,"kind":512,"name":"constructor","url":"classes/shopperseo.shopperseo-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperSeo.ShopperSEO"},{"id":4701,"kind":2048,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-3.html#geturlmapping","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSeo.ShopperSEO"},{"id":4702,"kind":1024,"name":"clientConfig","url":"classes/shopperseo.shopperseo-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperSeo.ShopperSEO"},{"id":4703,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4704,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperseo.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4705,"kind":16777216,"name":"ShopperSEO","url":"modules/shopperseo.html#shopperseo-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4706,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4707,"kind":16777216,"name":"LocaleCode","url":"modules/shopperseo.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4708,"kind":16777216,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperSeo"},{"id":4709,"kind":2,"name":"ShopperSEOTypes","url":"modules/shopperseo.shopperseotypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperSeo"},{"id":4710,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.shopperseotypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4711,"kind":4194304,"name":"LocaleCode","url":"modules/shopperseo.shopperseotypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4712,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.shopperseotypes.html#urlmapping","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperSeo.ShopperSEOTypes"},{"id":4713,"kind":1,"name":"shopperStores","url":"modules/shopperstores.html","classes":"tsd-kind-module"},{"id":4714,"kind":32,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"shopperStores"},{"id":4715,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4716,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4717,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4718,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4719,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4720,"kind":4194304,"name":"Store","url":"modules/shopperstores.html#store-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4721,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4722,"kind":4194304,"name":"Stores","url":"modules/shopperstores.html#stores-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":4723,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4724,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4725,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4726,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4727,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4728,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4729,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4730,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4731,"kind":128,"name":"ShopperStores","url":"classes/shopperstores.shopperstores-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"shopperStores"},{"id":4732,"kind":512,"name":"constructor","url":"classes/shopperstores.shopperstores-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"shopperStores.ShopperStores"},{"id":4733,"kind":2048,"name":"getStores","url":"classes/shopperstores.shopperstores-3.html#getstores","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":4734,"kind":2048,"name":"searchStores","url":"classes/shopperstores.shopperstores-3.html#searchstores","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":4735,"kind":1024,"name":"clientConfig","url":"classes/shopperstores.shopperstores-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"shopperStores.ShopperStores"},{"id":4736,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4737,"kind":16777216,"name":"defaultBaseUri","url":"modules/shopperstores.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4738,"kind":16777216,"name":"ShopperStores","url":"modules/shopperstores.html#shopperstores-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4739,"kind":16777216,"name":"DistanceUnit","url":"modules/shopperstores.html#distanceunit-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4740,"kind":16777216,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4741,"kind":16777216,"name":"LocaleCode","url":"modules/shopperstores.html#localecode-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4742,"kind":16777216,"name":"PaginatedResultBase","url":"modules/shopperstores.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4743,"kind":16777216,"name":"ResultBase","url":"modules/shopperstores.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4744,"kind":16777216,"name":"Store","url":"modules/shopperstores.html#store-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4745,"kind":16777216,"name":"StoreResult","url":"modules/shopperstores.html#storeresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4746,"kind":16777216,"name":"Stores","url":"modules/shopperstores.html#stores-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"shopperStores"},{"id":4747,"kind":2,"name":"ShopperStoresTypes","url":"modules/shopperstores.shopperstorestypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"shopperStores"},{"id":4748,"kind":4194304,"name":"DistanceUnit","url":"modules/shopperstores.shopperstorestypes.html#distanceunit","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4749,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.shopperstorestypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4750,"kind":4194304,"name":"LocaleCode","url":"modules/shopperstores.shopperstorestypes.html#localecode","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4751,"kind":4194304,"name":"PaginatedResultBase","url":"modules/shopperstores.shopperstorestypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4752,"kind":4194304,"name":"ResultBase","url":"modules/shopperstores.shopperstorestypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4753,"kind":4194304,"name":"Store","url":"modules/shopperstores.shopperstorestypes.html#store","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4754,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.shopperstorestypes.html#storeresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4755,"kind":4194304,"name":"Stores","url":"modules/shopperstores.shopperstorestypes.html#stores","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"shopperStores.ShopperStoresTypes"},{"id":4756,"kind":1,"name":"slasAdmin","url":"modules/slasadmin.html","classes":"tsd-kind-module"},{"id":4757,"kind":32,"name":"defaultBaseUri","url":"modules/slasadmin.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"slasAdmin"},{"id":4758,"kind":4194304,"name":"Client","url":"modules/slasadmin.html#client-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4759,"kind":4194304,"name":"ClientListResponse","url":"modules/slasadmin.html#clientlistresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4760,"kind":4194304,"name":"ClientRequest","url":"modules/slasadmin.html#clientrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4761,"kind":4194304,"name":"ErrorResponse","url":"modules/slasadmin.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4762,"kind":4194304,"name":"IdentityProvider","url":"modules/slasadmin.html#identityprovider-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4763,"kind":4194304,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.html#identityprovidernameenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4764,"kind":4194304,"name":"IdentityProviderResponse","url":"modules/slasadmin.html#identityproviderresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4765,"kind":4194304,"name":"IdpListResponse","url":"modules/slasadmin.html#idplistresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4766,"kind":4194304,"name":"PasskeyCredentialDto","url":"modules/slasadmin.html#passkeycredentialdto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4767,"kind":4194304,"name":"PasskeyUserDto","url":"modules/slasadmin.html#passkeyuserdto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4768,"kind":4194304,"name":"PasswordTemplateType","url":"modules/slasadmin.html#passwordtemplatetype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4769,"kind":4194304,"name":"PasswordTemplateActionType","url":"modules/slasadmin.html#passwordtemplateactiontype-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4770,"kind":4194304,"name":"PasswordActionTemplate","url":"modules/slasadmin.html#passwordactiontemplate-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4771,"kind":4194304,"name":"Tenant","url":"modules/slasadmin.html#tenant-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4772,"kind":4194304,"name":"TenantTierEnum","url":"modules/slasadmin.html#tenanttierenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4773,"kind":4194304,"name":"TenantDto","url":"modules/slasadmin.html#tenantdto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4774,"kind":16777216,"name":"Client","url":"modules/slasadmin.html#client","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4775,"kind":16777216,"name":"ClientListResponse","url":"modules/slasadmin.html#clientlistresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4776,"kind":16777216,"name":"ClientRequest","url":"modules/slasadmin.html#clientrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4777,"kind":16777216,"name":"ErrorResponse","url":"modules/slasadmin.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4778,"kind":16777216,"name":"IdentityProvider","url":"modules/slasadmin.html#identityprovider","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4779,"kind":16777216,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.html#identityprovidernameenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4780,"kind":16777216,"name":"IdentityProviderResponse","url":"modules/slasadmin.html#identityproviderresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4781,"kind":16777216,"name":"IdpListResponse","url":"modules/slasadmin.html#idplistresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4782,"kind":16777216,"name":"PasskeyCredentialDto","url":"modules/slasadmin.html#passkeycredentialdto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4783,"kind":16777216,"name":"PasskeyUserDto","url":"modules/slasadmin.html#passkeyuserdto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4784,"kind":16777216,"name":"PasswordActionTemplate","url":"modules/slasadmin.html#passwordactiontemplate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4785,"kind":16777216,"name":"PasswordTemplateActionType","url":"modules/slasadmin.html#passwordtemplateactiontype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4786,"kind":16777216,"name":"PasswordTemplateType","url":"modules/slasadmin.html#passwordtemplatetype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4787,"kind":16777216,"name":"Tenant","url":"modules/slasadmin.html#tenant","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4788,"kind":16777216,"name":"TenantTierEnum","url":"modules/slasadmin.html#tenanttierenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4789,"kind":16777216,"name":"TenantDto","url":"modules/slasadmin.html#tenantdto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4790,"kind":128,"name":"SlasAdmin","url":"classes/slasadmin.slasadmin-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"slasAdmin"},{"id":4791,"kind":512,"name":"constructor","url":"classes/slasadmin.slasadmin-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"slasAdmin.SlasAdmin"},{"id":4792,"kind":2048,"name":"deleteClient","url":"classes/slasadmin.slasadmin-3.html#deleteclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4793,"kind":2048,"name":"deleteIdentityProvider","url":"classes/slasadmin.slasadmin-3.html#deleteidentityprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4794,"kind":2048,"name":"deletePasskeyUser","url":"classes/slasadmin.slasadmin-3.html#deletepasskeyuser","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4795,"kind":2048,"name":"deletePasskeyUserCredential","url":"classes/slasadmin.slasadmin-3.html#deletepasskeyusercredential","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4796,"kind":2048,"name":"deletePwdActionTemplate","url":"classes/slasadmin.slasadmin-3.html#deletepwdactiontemplate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4797,"kind":2048,"name":"deleteShopper","url":"classes/slasadmin.slasadmin-3.html#deleteshopper","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4798,"kind":2048,"name":"registerClient","url":"classes/slasadmin.slasadmin-3.html#registerclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4799,"kind":2048,"name":"registerIdentityProvider","url":"classes/slasadmin.slasadmin-3.html#registeridentityprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4800,"kind":2048,"name":"registerPwdActionTemplate","url":"classes/slasadmin.slasadmin-3.html#registerpwdactiontemplate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4801,"kind":2048,"name":"registerTenant","url":"classes/slasadmin.slasadmin-3.html#registertenant","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4802,"kind":2048,"name":"retrieveClient","url":"classes/slasadmin.slasadmin-3.html#retrieveclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4803,"kind":2048,"name":"retrieveClients","url":"classes/slasadmin.slasadmin-3.html#retrieveclients","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4804,"kind":2048,"name":"retrieveIdentityProvider","url":"classes/slasadmin.slasadmin-3.html#retrieveidentityprovider","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4805,"kind":2048,"name":"retrieveIdentityProviders","url":"classes/slasadmin.slasadmin-3.html#retrieveidentityproviders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4806,"kind":2048,"name":"retrievePasskeyCredentialByCredentialId","url":"classes/slasadmin.slasadmin-3.html#retrievepasskeycredentialbycredentialid","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4807,"kind":2048,"name":"retrievePasskeyCredentialsByUserName","url":"classes/slasadmin.slasadmin-3.html#retrievepasskeycredentialsbyusername","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4808,"kind":2048,"name":"retrievePasskeyUserByUserName","url":"classes/slasadmin.slasadmin-3.html#retrievepasskeyuserbyusername","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4809,"kind":2048,"name":"retrievePwdActionTemplate","url":"classes/slasadmin.slasadmin-3.html#retrievepwdactiontemplate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4810,"kind":2048,"name":"retrieveTenant","url":"classes/slasadmin.slasadmin-3.html#retrievetenant","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"slasAdmin.SlasAdmin"},{"id":4811,"kind":1024,"name":"clientConfig","url":"classes/slasadmin.slasadmin-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"slasAdmin.SlasAdmin"},{"id":4812,"kind":4194304,"name":"DeletePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.html#deletepwdactiontemplateactiontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4813,"kind":4194304,"name":"DeletePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.html#deletepwdactiontemplatetemplatetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4814,"kind":4194304,"name":"RetrievePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.html#retrievepwdactiontemplateactiontypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4815,"kind":4194304,"name":"RetrievePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.html#retrievepwdactiontemplatetemplatetypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"slasAdmin"},{"id":4816,"kind":16777216,"name":"DeletePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.html#deletepwdactiontemplateactiontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4817,"kind":16777216,"name":"DeletePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.html#deletepwdactiontemplatetemplatetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4818,"kind":16777216,"name":"RetrievePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.html#retrievepwdactiontemplateactiontypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4819,"kind":16777216,"name":"RetrievePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.html#retrievepwdactiontemplatetemplatetypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4820,"kind":16777216,"name":"SlasAdmin","url":"modules/slasadmin.html#slasadmin-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4821,"kind":16777216,"name":"defaultBaseUri","url":"modules/slasadmin.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4822,"kind":16777216,"name":"DeletePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.html#deletepwdactiontemplateactiontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4823,"kind":16777216,"name":"DeletePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.html#deletepwdactiontemplatetemplatetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4824,"kind":16777216,"name":"RetrievePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.html#retrievepwdactiontemplateactiontypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4825,"kind":16777216,"name":"RetrievePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.html#retrievepwdactiontemplatetemplatetypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4826,"kind":16777216,"name":"SlasAdmin","url":"modules/slasadmin.html#slasadmin-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4827,"kind":16777216,"name":"Client","url":"modules/slasadmin.html#client-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4828,"kind":16777216,"name":"ClientListResponse","url":"modules/slasadmin.html#clientlistresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4829,"kind":16777216,"name":"ClientRequest","url":"modules/slasadmin.html#clientrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4830,"kind":16777216,"name":"ErrorResponse","url":"modules/slasadmin.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4831,"kind":16777216,"name":"IdentityProvider","url":"modules/slasadmin.html#identityprovider-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4832,"kind":16777216,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.html#identityprovidernameenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4833,"kind":16777216,"name":"IdentityProviderResponse","url":"modules/slasadmin.html#identityproviderresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4834,"kind":16777216,"name":"IdpListResponse","url":"modules/slasadmin.html#idplistresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4835,"kind":16777216,"name":"PasskeyCredentialDto","url":"modules/slasadmin.html#passkeycredentialdto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4836,"kind":16777216,"name":"PasskeyUserDto","url":"modules/slasadmin.html#passkeyuserdto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4837,"kind":16777216,"name":"PasswordActionTemplate","url":"modules/slasadmin.html#passwordactiontemplate-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4838,"kind":16777216,"name":"PasswordTemplateActionType","url":"modules/slasadmin.html#passwordtemplateactiontype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4839,"kind":16777216,"name":"PasswordTemplateType","url":"modules/slasadmin.html#passwordtemplatetype-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4840,"kind":16777216,"name":"Tenant","url":"modules/slasadmin.html#tenant-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4841,"kind":16777216,"name":"TenantTierEnum","url":"modules/slasadmin.html#tenanttierenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4842,"kind":16777216,"name":"TenantDto","url":"modules/slasadmin.html#tenantdto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"slasAdmin"},{"id":4843,"kind":2,"name":"SlasAdminTypes","url":"modules/slasadmin.slasadmintypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"slasAdmin"},{"id":4844,"kind":4194304,"name":"DeletePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.slasadmintypes.html#deletepwdactiontemplateactiontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4845,"kind":4194304,"name":"DeletePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.slasadmintypes.html#deletepwdactiontemplatetemplatetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4846,"kind":4194304,"name":"RetrievePwdActionTemplateActionTypeEnum","url":"modules/slasadmin.slasadmintypes.html#retrievepwdactiontemplateactiontypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4847,"kind":4194304,"name":"RetrievePwdActionTemplateTemplateTypeEnum","url":"modules/slasadmin.slasadmintypes.html#retrievepwdactiontemplatetemplatetypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4848,"kind":4194304,"name":"Client","url":"modules/slasadmin.slasadmintypes.html#client","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4849,"kind":4194304,"name":"ClientListResponse","url":"modules/slasadmin.slasadmintypes.html#clientlistresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4850,"kind":4194304,"name":"ClientRequest","url":"modules/slasadmin.slasadmintypes.html#clientrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4851,"kind":4194304,"name":"ErrorResponse","url":"modules/slasadmin.slasadmintypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4852,"kind":4194304,"name":"IdentityProvider","url":"modules/slasadmin.slasadmintypes.html#identityprovider","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4853,"kind":4194304,"name":"IdentityProviderNameEnum","url":"modules/slasadmin.slasadmintypes.html#identityprovidernameenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4854,"kind":4194304,"name":"IdentityProviderResponse","url":"modules/slasadmin.slasadmintypes.html#identityproviderresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4855,"kind":4194304,"name":"IdpListResponse","url":"modules/slasadmin.slasadmintypes.html#idplistresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4856,"kind":4194304,"name":"PasskeyCredentialDto","url":"modules/slasadmin.slasadmintypes.html#passkeycredentialdto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4857,"kind":4194304,"name":"PasskeyUserDto","url":"modules/slasadmin.slasadmintypes.html#passkeyuserdto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4858,"kind":4194304,"name":"PasswordActionTemplate","url":"modules/slasadmin.slasadmintypes.html#passwordactiontemplate","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4859,"kind":4194304,"name":"PasswordTemplateActionType","url":"modules/slasadmin.slasadmintypes.html#passwordtemplateactiontype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4860,"kind":4194304,"name":"PasswordTemplateType","url":"modules/slasadmin.slasadmintypes.html#passwordtemplatetype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4861,"kind":4194304,"name":"Tenant","url":"modules/slasadmin.slasadmintypes.html#tenant","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4862,"kind":4194304,"name":"TenantTierEnum","url":"modules/slasadmin.slasadmintypes.html#tenanttierenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4863,"kind":4194304,"name":"TenantDto","url":"modules/slasadmin.slasadmintypes.html#tenantdto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"slasAdmin.SlasAdminTypes"},{"id":4864,"kind":1,"name":"sourceCodeGroups","url":"modules/sourcecodegroups.html","classes":"tsd-kind-module"},{"id":4865,"kind":32,"name":"defaultBaseUri","url":"modules/sourcecodegroups.html#defaultbaseuri-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4866,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.html#termqueryvaluesinner-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4867,"kind":4194304,"name":"TermQuery","url":"modules/sourcecodegroups.html#termquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4868,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.html#termqueryoperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4869,"kind":4194304,"name":"NestedQuery","url":"modules/sourcecodegroups.html#nestedquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4870,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.html#nestedqueryscoremodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4871,"kind":4194304,"name":"BoolQuery","url":"modules/sourcecodegroups.html#boolquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4872,"kind":4194304,"name":"FilteredQuery","url":"modules/sourcecodegroups.html#filteredquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4873,"kind":4194304,"name":"TextQuery","url":"modules/sourcecodegroups.html#textquery-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4874,"kind":4194304,"name":"Query","url":"modules/sourcecodegroups.html#query-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4875,"kind":4194304,"name":"QueryFilter","url":"modules/sourcecodegroups.html#queryfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4876,"kind":4194304,"name":"TermFilter","url":"modules/sourcecodegroups.html#termfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4877,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.html#termfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4878,"kind":4194304,"name":"Range2Filter","url":"modules/sourcecodegroups.html#range2filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4879,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.html#range2filterfiltermodeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4880,"kind":4194304,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.html#rangefilterfrom-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4881,"kind":4194304,"name":"RangeFilterTo","url":"modules/sourcecodegroups.html#rangefilterto-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4882,"kind":4194304,"name":"RangeFilter","url":"modules/sourcecodegroups.html#rangefilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4883,"kind":4194304,"name":"Filter","url":"modules/sourcecodegroups.html#filter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4884,"kind":4194304,"name":"BoolFilter","url":"modules/sourcecodegroups.html#boolfilter-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4885,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.html#boolfilteroperatorenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4886,"kind":4194304,"name":"ErrorResponse","url":"modules/sourcecodegroups.html#errorresponse-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4887,"kind":4194304,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.html#paginatedresultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4888,"kind":4194304,"name":"Sort","url":"modules/sourcecodegroups.html#sort-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4889,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.html#sortsortorderenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4890,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.html#paginatedsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4891,"kind":4194304,"name":"ResultBase","url":"modules/sourcecodegroups.html#resultbase-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4892,"kind":4194304,"name":"SearchRequest","url":"modules/sourcecodegroups.html#searchrequest-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4893,"kind":4194304,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.html#sourcecoderedirectinfo-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4894,"kind":4194304,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.html#sourcecoderedirectinfolocationtypeenum-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4895,"kind":4194304,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.html#sourcecodespecification-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4896,"kind":4194304,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.html#sourcecodegroup-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4897,"kind":4194304,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.html#sourcecodegroupsearchresult-2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4898,"kind":16777216,"name":"BoolFilter","url":"modules/sourcecodegroups.html#boolfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4899,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.html#boolfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4900,"kind":16777216,"name":"BoolQuery","url":"modules/sourcecodegroups.html#boolquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4901,"kind":16777216,"name":"ErrorResponse","url":"modules/sourcecodegroups.html#errorresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4902,"kind":16777216,"name":"Filter","url":"modules/sourcecodegroups.html#filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4903,"kind":16777216,"name":"FilteredQuery","url":"modules/sourcecodegroups.html#filteredquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4904,"kind":16777216,"name":"NestedQuery","url":"modules/sourcecodegroups.html#nestedquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4905,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.html#nestedqueryscoremodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4906,"kind":16777216,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.html#paginatedresultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4907,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.html#paginatedsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4908,"kind":16777216,"name":"Query","url":"modules/sourcecodegroups.html#query","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4909,"kind":16777216,"name":"QueryFilter","url":"modules/sourcecodegroups.html#queryfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4910,"kind":16777216,"name":"Range2Filter","url":"modules/sourcecodegroups.html#range2filter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4911,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.html#range2filterfiltermodeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4912,"kind":16777216,"name":"RangeFilter","url":"modules/sourcecodegroups.html#rangefilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4913,"kind":16777216,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.html#rangefilterfrom","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4914,"kind":16777216,"name":"RangeFilterTo","url":"modules/sourcecodegroups.html#rangefilterto","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4915,"kind":16777216,"name":"ResultBase","url":"modules/sourcecodegroups.html#resultbase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4916,"kind":16777216,"name":"SearchRequest","url":"modules/sourcecodegroups.html#searchrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4917,"kind":16777216,"name":"Sort","url":"modules/sourcecodegroups.html#sort","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4918,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.html#sortsortorderenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4919,"kind":16777216,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.html#sourcecodegroup","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4920,"kind":16777216,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.html#sourcecodegroupsearchresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4921,"kind":16777216,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.html#sourcecoderedirectinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4922,"kind":16777216,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.html#sourcecoderedirectinfolocationtypeenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4923,"kind":16777216,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.html#sourcecodespecification","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4924,"kind":16777216,"name":"TermFilter","url":"modules/sourcecodegroups.html#termfilter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4925,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.html#termfilteroperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4926,"kind":16777216,"name":"TermQuery","url":"modules/sourcecodegroups.html#termquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4927,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.html#termqueryoperatorenum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4928,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.html#termqueryvaluesinner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4929,"kind":16777216,"name":"TextQuery","url":"modules/sourcecodegroups.html#textquery","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4930,"kind":128,"name":"SourceCodeGroups","url":"classes/sourcecodegroups.sourcecodegroups-3.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4931,"kind":512,"name":"constructor","url":"classes/sourcecodegroups.sourcecodegroups-3.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4932,"kind":2048,"name":"createSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#createsourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4933,"kind":2048,"name":"deleteSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#deletesourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4934,"kind":2048,"name":"getSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#getsourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4935,"kind":2048,"name":"sourceCodeGroupsSearch","url":"classes/sourcecodegroups.sourcecodegroups-3.html#sourcecodegroupssearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4936,"kind":2048,"name":"updateSourceCodeGroup","url":"classes/sourcecodegroups.sourcecodegroups-3.html#updatesourcecodegroup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4937,"kind":1024,"name":"clientConfig","url":"classes/sourcecodegroups.sourcecodegroups-3.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"sourceCodeGroups.SourceCodeGroups"},{"id":4938,"kind":16777216,"name":"SourceCodeGroups","url":"modules/sourcecodegroups.html#sourcecodegroups-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4939,"kind":16777216,"name":"defaultBaseUri","url":"modules/sourcecodegroups.html#defaultbaseuri","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4940,"kind":16777216,"name":"SourceCodeGroups","url":"modules/sourcecodegroups.html#sourcecodegroups-2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4941,"kind":16777216,"name":"BoolFilter","url":"modules/sourcecodegroups.html#boolfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4942,"kind":16777216,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.html#boolfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4943,"kind":16777216,"name":"BoolQuery","url":"modules/sourcecodegroups.html#boolquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4944,"kind":16777216,"name":"ErrorResponse","url":"modules/sourcecodegroups.html#errorresponse-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4945,"kind":16777216,"name":"Filter","url":"modules/sourcecodegroups.html#filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4946,"kind":16777216,"name":"FilteredQuery","url":"modules/sourcecodegroups.html#filteredquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4947,"kind":16777216,"name":"NestedQuery","url":"modules/sourcecodegroups.html#nestedquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4948,"kind":16777216,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.html#nestedqueryscoremodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4949,"kind":16777216,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.html#paginatedresultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4950,"kind":16777216,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.html#paginatedsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4951,"kind":16777216,"name":"Query","url":"modules/sourcecodegroups.html#query-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4952,"kind":16777216,"name":"QueryFilter","url":"modules/sourcecodegroups.html#queryfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4953,"kind":16777216,"name":"Range2Filter","url":"modules/sourcecodegroups.html#range2filter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4954,"kind":16777216,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.html#range2filterfiltermodeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4955,"kind":16777216,"name":"RangeFilter","url":"modules/sourcecodegroups.html#rangefilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4956,"kind":16777216,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.html#rangefilterfrom-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4957,"kind":16777216,"name":"RangeFilterTo","url":"modules/sourcecodegroups.html#rangefilterto-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4958,"kind":16777216,"name":"ResultBase","url":"modules/sourcecodegroups.html#resultbase-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4959,"kind":16777216,"name":"SearchRequest","url":"modules/sourcecodegroups.html#searchrequest-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4960,"kind":16777216,"name":"Sort","url":"modules/sourcecodegroups.html#sort-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4961,"kind":16777216,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.html#sortsortorderenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4962,"kind":16777216,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.html#sourcecodegroup-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4963,"kind":16777216,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.html#sourcecodegroupsearchresult-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4964,"kind":16777216,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.html#sourcecoderedirectinfo-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4965,"kind":16777216,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.html#sourcecoderedirectinfolocationtypeenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4966,"kind":16777216,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.html#sourcecodespecification-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4967,"kind":16777216,"name":"TermFilter","url":"modules/sourcecodegroups.html#termfilter-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4968,"kind":16777216,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.html#termfilteroperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4969,"kind":16777216,"name":"TermQuery","url":"modules/sourcecodegroups.html#termquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4970,"kind":16777216,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.html#termqueryoperatorenum-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4971,"kind":16777216,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.html#termqueryvaluesinner-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4972,"kind":16777216,"name":"TextQuery","url":"modules/sourcecodegroups.html#textquery-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4973,"kind":2,"name":"SourceCodeGroupsTypes","url":"modules/sourcecodegroups.sourcecodegroupstypes.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"sourceCodeGroups"},{"id":4974,"kind":4194304,"name":"BoolFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4975,"kind":4194304,"name":"BoolFilterOperatorEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#boolfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4976,"kind":4194304,"name":"BoolQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4977,"kind":4194304,"name":"ErrorResponse","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4978,"kind":4194304,"name":"Filter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4979,"kind":4194304,"name":"FilteredQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4980,"kind":4194304,"name":"NestedQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4981,"kind":4194304,"name":"NestedQueryScoreModeEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#nestedqueryscoremodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4982,"kind":4194304,"name":"PaginatedResultBase","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#paginatedresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4983,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4984,"kind":4194304,"name":"Query","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4985,"kind":4194304,"name":"QueryFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4986,"kind":4194304,"name":"Range2Filter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4987,"kind":4194304,"name":"Range2FilterFilterModeEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#range2filterfiltermodeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4988,"kind":4194304,"name":"RangeFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4989,"kind":4194304,"name":"RangeFilterFrom","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#rangefilterfrom","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4990,"kind":4194304,"name":"RangeFilterTo","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#rangefilterto","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4991,"kind":4194304,"name":"ResultBase","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#resultbase","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4992,"kind":4194304,"name":"SearchRequest","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4993,"kind":4194304,"name":"Sort","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4994,"kind":4194304,"name":"SortSortOrderEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sortsortorderenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4995,"kind":4194304,"name":"SourceCodeGroup","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecodegroup","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4996,"kind":4194304,"name":"SourceCodeGroupSearchResult","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecodegroupsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4997,"kind":4194304,"name":"SourceCodeRedirectInfo","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecoderedirectinfo","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4998,"kind":4194304,"name":"SourceCodeRedirectInfoLocationTypeEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecoderedirectinfolocationtypeenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":4999,"kind":4194304,"name":"SourceCodeSpecification","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#sourcecodespecification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":5000,"kind":4194304,"name":"TermFilter","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":5001,"kind":4194304,"name":"TermFilterOperatorEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termfilteroperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":5002,"kind":4194304,"name":"TermQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":5003,"kind":4194304,"name":"TermQueryOperatorEnum","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termqueryoperatorenum","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":5004,"kind":4194304,"name":"TermQueryValuesInner","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#termqueryvaluesinner","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"},{"id":5005,"kind":4194304,"name":"TextQuery","url":"modules/sourcecodegroups.sourcecodegroupstypes.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"sourceCodeGroups.SourceCodeGroupsTypes"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,36.472]],["parent/0",[]],["name/1",[1,44.496]],["parent/1",[0,3.638]],["name/2",[2,70.145]],["parent/2",[]],["name/3",[3,81.131]],["parent/3",[2,6.996]],["name/4",[4,81.131]],["parent/4",[2,6.996]],["name/5",[5,61.672]],["parent/5",[]],["name/6",[6,81.131]],["parent/6",[5,6.151]],["name/7",[7,76.023]],["parent/7",[8,7.582]],["name/8",[2,70.145]],["parent/8",[8,7.582]],["name/9",[9,81.131]],["parent/9",[5,6.151]],["name/10",[10,81.131]],["parent/10",[5,6.151]],["name/11",[11,81.131]],["parent/11",[5,6.151]],["name/12",[12,81.131]],["parent/12",[5,6.151]],["name/13",[13,81.131]],["parent/13",[5,6.151]],["name/14",[14,81.131]],["parent/14",[5,6.151]],["name/15",[15,81.131]],["parent/15",[5,6.151]],["name/16",[16,56.564]],["parent/16",[17,8.092]],["name/17",[18,81.131]],["parent/17",[5,6.151]],["name/18",[16,56.564]],["parent/18",[19,8.092]],["name/19",[20,49.213]],["parent/19",[0,3.638]],["name/20",[21,49.213]],["parent/20",[0,3.638]],["name/21",[22,49.213]],["parent/21",[0,3.638]],["name/22",[23,49.213]],["parent/22",[0,3.638]],["name/23",[24,49.213]],["parent/23",[0,3.638]],["name/24",[25,49.213]],["parent/24",[0,3.638]],["name/25",[26,49.213]],["parent/25",[0,3.638]],["name/26",[27,49.213]],["parent/26",[0,3.638]],["name/27",[28,49.213]],["parent/27",[0,3.638]],["name/28",[29,49.213]],["parent/28",[0,3.638]],["name/29",[30,49.213]],["parent/29",[0,3.638]],["name/30",[31,49.213]],["parent/30",[0,3.638]],["name/31",[32,49.213]],["parent/31",[0,3.638]],["name/32",[33,49.213]],["parent/32",[0,3.638]],["name/33",[34,49.213]],["parent/33",[0,3.638]],["name/34",[35,49.213]],["parent/34",[0,3.638]],["name/35",[36,49.213]],["parent/35",[0,3.638]],["name/36",[37,49.213]],["parent/36",[0,3.638]],["name/37",[38,49.213]],["parent/37",[0,3.638]],["name/38",[39,49.213]],["parent/38",[0,3.638]],["name/39",[40,59.929]],["parent/39",[0,3.638]],["name/40",[41,44.844]],["parent/40",[0,3.638]],["name/41",[42,49.213]],["parent/41",[0,3.638]],["name/42",[43,49.213]],["parent/42",[0,3.638]],["name/43",[44,49.213]],["parent/43",[0,3.638]],["name/44",[45,63.785]],["parent/44",[0,3.638]],["name/45",[46,63.785]],["parent/45",[0,3.638]],["name/46",[47,63.785]],["parent/46",[0,3.638]],["name/47",[48,63.785]],["parent/47",[0,3.638]],["name/48",[49,63.785]],["parent/48",[0,3.638]],["name/49",[50,63.785]],["parent/49",[0,3.638]],["name/50",[51,63.785]],["parent/50",[0,3.638]],["name/51",[52,63.785]],["parent/51",[0,3.638]],["name/52",[53,63.785]],["parent/52",[0,3.638]],["name/53",[54,59.929]],["parent/53",[0,3.638]],["name/54",[55,63.785]],["parent/54",[0,3.638]],["name/55",[56,63.785]],["parent/55",[0,3.638]],["name/56",[57,70.145]],["parent/56",[0,3.638]],["name/57",[58,43.519]],["parent/57",[0,3.638]],["name/58",[59,49.213]],["parent/58",[0,3.638]],["name/59",[38,49.213]],["parent/59",[0,3.638]],["name/60",[39,49.213]],["parent/60",[0,3.638]],["name/61",[25,49.213]],["parent/61",[0,3.638]],["name/62",[40,59.929]],["parent/62",[0,3.638]],["name/63",[37,49.213]],["parent/63",[0,3.638]],["name/64",[26,49.213]],["parent/64",[0,3.638]],["name/65",[23,49.213]],["parent/65",[0,3.638]],["name/66",[24,49.213]],["parent/66",[0,3.638]],["name/67",[41,44.844]],["parent/67",[0,3.638]],["name/68",[44,49.213]],["parent/68",[0,3.638]],["name/69",[54,59.929]],["parent/69",[0,3.638]],["name/70",[55,63.785]],["parent/70",[0,3.638]],["name/71",[56,63.785]],["parent/71",[0,3.638]],["name/72",[50,63.785]],["parent/72",[0,3.638]],["name/73",[52,63.785]],["parent/73",[0,3.638]],["name/74",[53,63.785]],["parent/74",[0,3.638]],["name/75",[51,63.785]],["parent/75",[0,3.638]],["name/76",[57,70.145]],["parent/76",[0,3.638]],["name/77",[28,49.213]],["parent/77",[0,3.638]],["name/78",[29,49.213]],["parent/78",[0,3.638]],["name/79",[32,49.213]],["parent/79",[0,3.638]],["name/80",[33,49.213]],["parent/80",[0,3.638]],["name/81",[36,49.213]],["parent/81",[0,3.638]],["name/82",[34,49.213]],["parent/82",[0,3.638]],["name/83",[35,49.213]],["parent/83",[0,3.638]],["name/84",[47,63.785]],["parent/84",[0,3.638]],["name/85",[48,63.785]],["parent/85",[0,3.638]],["name/86",[58,43.519]],["parent/86",[0,3.638]],["name/87",[49,63.785]],["parent/87",[0,3.638]],["name/88",[59,49.213]],["parent/88",[0,3.638]],["name/89",[42,49.213]],["parent/89",[0,3.638]],["name/90",[43,49.213]],["parent/90",[0,3.638]],["name/91",[45,63.785]],["parent/91",[0,3.638]],["name/92",[30,49.213]],["parent/92",[0,3.638]],["name/93",[31,49.213]],["parent/93",[0,3.638]],["name/94",[21,49.213]],["parent/94",[0,3.638]],["name/95",[22,49.213]],["parent/95",[0,3.638]],["name/96",[20,49.213]],["parent/96",[0,3.638]],["name/97",[27,49.213]],["parent/97",[0,3.638]],["name/98",[46,63.785]],["parent/98",[0,3.638]],["name/99",[0,36.472]],["parent/99",[0,3.638]],["name/100",[60,51.342]],["parent/100",[61,7.247]],["name/101",[62,81.131]],["parent/101",[61,7.247]],["name/102",[63,51.009]],["parent/102",[61,7.247]],["name/103",[0,36.472]],["parent/103",[0,3.638]],["name/104",[1,44.496]],["parent/104",[0,3.638]],["name/105",[0,36.472]],["parent/105",[0,3.638]],["name/106",[38,49.213]],["parent/106",[0,3.638]],["name/107",[39,49.213]],["parent/107",[0,3.638]],["name/108",[25,49.213]],["parent/108",[0,3.638]],["name/109",[40,59.929]],["parent/109",[0,3.638]],["name/110",[37,49.213]],["parent/110",[0,3.638]],["name/111",[26,49.213]],["parent/111",[0,3.638]],["name/112",[23,49.213]],["parent/112",[0,3.638]],["name/113",[24,49.213]],["parent/113",[0,3.638]],["name/114",[41,44.844]],["parent/114",[0,3.638]],["name/115",[44,49.213]],["parent/115",[0,3.638]],["name/116",[54,59.929]],["parent/116",[0,3.638]],["name/117",[55,63.785]],["parent/117",[0,3.638]],["name/118",[56,63.785]],["parent/118",[0,3.638]],["name/119",[50,63.785]],["parent/119",[0,3.638]],["name/120",[52,63.785]],["parent/120",[0,3.638]],["name/121",[53,63.785]],["parent/121",[0,3.638]],["name/122",[51,63.785]],["parent/122",[0,3.638]],["name/123",[57,70.145]],["parent/123",[0,3.638]],["name/124",[28,49.213]],["parent/124",[0,3.638]],["name/125",[29,49.213]],["parent/125",[0,3.638]],["name/126",[32,49.213]],["parent/126",[0,3.638]],["name/127",[33,49.213]],["parent/127",[0,3.638]],["name/128",[36,49.213]],["parent/128",[0,3.638]],["name/129",[34,49.213]],["parent/129",[0,3.638]],["name/130",[35,49.213]],["parent/130",[0,3.638]],["name/131",[47,63.785]],["parent/131",[0,3.638]],["name/132",[48,63.785]],["parent/132",[0,3.638]],["name/133",[58,43.519]],["parent/133",[0,3.638]],["name/134",[49,63.785]],["parent/134",[0,3.638]],["name/135",[59,49.213]],["parent/135",[0,3.638]],["name/136",[42,49.213]],["parent/136",[0,3.638]],["name/137",[43,49.213]],["parent/137",[0,3.638]],["name/138",[45,63.785]],["parent/138",[0,3.638]],["name/139",[30,49.213]],["parent/139",[0,3.638]],["name/140",[31,49.213]],["parent/140",[0,3.638]],["name/141",[21,49.213]],["parent/141",[0,3.638]],["name/142",[22,49.213]],["parent/142",[0,3.638]],["name/143",[20,49.213]],["parent/143",[0,3.638]],["name/144",[27,49.213]],["parent/144",[0,3.638]],["name/145",[46,63.785]],["parent/145",[0,3.638]],["name/146",[64,81.131]],["parent/146",[0,3.638]],["name/147",[38,49.213]],["parent/147",[65,4.805]],["name/148",[39,49.213]],["parent/148",[65,4.805]],["name/149",[25,49.213]],["parent/149",[65,4.805]],["name/150",[40,59.929]],["parent/150",[65,4.805]],["name/151",[37,49.213]],["parent/151",[65,4.805]],["name/152",[26,49.213]],["parent/152",[65,4.805]],["name/153",[23,49.213]],["parent/153",[65,4.805]],["name/154",[24,49.213]],["parent/154",[65,4.805]],["name/155",[41,44.844]],["parent/155",[65,4.805]],["name/156",[44,49.213]],["parent/156",[65,4.805]],["name/157",[54,59.929]],["parent/157",[65,4.805]],["name/158",[55,63.785]],["parent/158",[65,4.805]],["name/159",[56,63.785]],["parent/159",[65,4.805]],["name/160",[50,63.785]],["parent/160",[65,4.805]],["name/161",[52,63.785]],["parent/161",[65,4.805]],["name/162",[53,63.785]],["parent/162",[65,4.805]],["name/163",[51,63.785]],["parent/163",[65,4.805]],["name/164",[57,70.145]],["parent/164",[65,4.805]],["name/165",[28,49.213]],["parent/165",[65,4.805]],["name/166",[29,49.213]],["parent/166",[65,4.805]],["name/167",[32,49.213]],["parent/167",[65,4.805]],["name/168",[33,49.213]],["parent/168",[65,4.805]],["name/169",[36,49.213]],["parent/169",[65,4.805]],["name/170",[34,49.213]],["parent/170",[65,4.805]],["name/171",[35,49.213]],["parent/171",[65,4.805]],["name/172",[47,63.785]],["parent/172",[65,4.805]],["name/173",[48,63.785]],["parent/173",[65,4.805]],["name/174",[58,43.519]],["parent/174",[65,4.805]],["name/175",[49,63.785]],["parent/175",[65,4.805]],["name/176",[59,49.213]],["parent/176",[65,4.805]],["name/177",[42,49.213]],["parent/177",[65,4.805]],["name/178",[43,49.213]],["parent/178",[65,4.805]],["name/179",[45,63.785]],["parent/179",[65,4.805]],["name/180",[30,49.213]],["parent/180",[65,4.805]],["name/181",[31,49.213]],["parent/181",[65,4.805]],["name/182",[21,49.213]],["parent/182",[65,4.805]],["name/183",[22,49.213]],["parent/183",[65,4.805]],["name/184",[20,49.213]],["parent/184",[65,4.805]],["name/185",[27,49.213]],["parent/185",[65,4.805]],["name/186",[46,63.785]],["parent/186",[65,4.805]],["name/187",[66,39.387]],["parent/187",[]],["name/188",[1,44.496]],["parent/188",[66,3.928]],["name/189",[20,49.213]],["parent/189",[66,3.928]],["name/190",[21,49.213]],["parent/190",[66,3.928]],["name/191",[22,49.213]],["parent/191",[66,3.928]],["name/192",[23,49.213]],["parent/192",[66,3.928]],["name/193",[24,49.213]],["parent/193",[66,3.928]],["name/194",[25,49.213]],["parent/194",[66,3.928]],["name/195",[26,49.213]],["parent/195",[66,3.928]],["name/196",[27,49.213]],["parent/196",[66,3.928]],["name/197",[28,49.213]],["parent/197",[66,3.928]],["name/198",[29,49.213]],["parent/198",[66,3.928]],["name/199",[30,49.213]],["parent/199",[66,3.928]],["name/200",[31,49.213]],["parent/200",[66,3.928]],["name/201",[32,49.213]],["parent/201",[66,3.928]],["name/202",[33,49.213]],["parent/202",[66,3.928]],["name/203",[34,49.213]],["parent/203",[66,3.928]],["name/204",[35,49.213]],["parent/204",[66,3.928]],["name/205",[36,49.213]],["parent/205",[66,3.928]],["name/206",[37,49.213]],["parent/206",[66,3.928]],["name/207",[38,49.213]],["parent/207",[66,3.928]],["name/208",[39,49.213]],["parent/208",[66,3.928]],["name/209",[40,59.929]],["parent/209",[66,3.928]],["name/210",[42,49.213]],["parent/210",[66,3.928]],["name/211",[43,49.213]],["parent/211",[66,3.928]],["name/212",[67,70.145]],["parent/212",[66,3.928]],["name/213",[68,38.694]],["parent/213",[66,3.928]],["name/214",[41,44.844]],["parent/214",[66,3.928]],["name/215",[44,49.213]],["parent/215",[66,3.928]],["name/216",[58,43.519]],["parent/216",[66,3.928]],["name/217",[59,49.213]],["parent/217",[66,3.928]],["name/218",[38,49.213]],["parent/218",[66,3.928]],["name/219",[39,49.213]],["parent/219",[66,3.928]],["name/220",[25,49.213]],["parent/220",[66,3.928]],["name/221",[40,59.929]],["parent/221",[66,3.928]],["name/222",[67,70.145]],["parent/222",[66,3.928]],["name/223",[68,38.694]],["parent/223",[66,3.928]],["name/224",[37,49.213]],["parent/224",[66,3.928]],["name/225",[26,49.213]],["parent/225",[66,3.928]],["name/226",[23,49.213]],["parent/226",[66,3.928]],["name/227",[24,49.213]],["parent/227",[66,3.928]],["name/228",[41,44.844]],["parent/228",[66,3.928]],["name/229",[44,49.213]],["parent/229",[66,3.928]],["name/230",[28,49.213]],["parent/230",[66,3.928]],["name/231",[29,49.213]],["parent/231",[66,3.928]],["name/232",[32,49.213]],["parent/232",[66,3.928]],["name/233",[33,49.213]],["parent/233",[66,3.928]],["name/234",[36,49.213]],["parent/234",[66,3.928]],["name/235",[34,49.213]],["parent/235",[66,3.928]],["name/236",[35,49.213]],["parent/236",[66,3.928]],["name/237",[58,43.519]],["parent/237",[66,3.928]],["name/238",[59,49.213]],["parent/238",[66,3.928]],["name/239",[42,49.213]],["parent/239",[66,3.928]],["name/240",[43,49.213]],["parent/240",[66,3.928]],["name/241",[30,49.213]],["parent/241",[66,3.928]],["name/242",[31,49.213]],["parent/242",[66,3.928]],["name/243",[21,49.213]],["parent/243",[66,3.928]],["name/244",[22,49.213]],["parent/244",[66,3.928]],["name/245",[20,49.213]],["parent/245",[66,3.928]],["name/246",[27,49.213]],["parent/246",[66,3.928]],["name/247",[66,39.387]],["parent/247",[66,3.928]],["name/248",[60,51.342]],["parent/248",[69,6.487]],["name/249",[70,81.131]],["parent/249",[69,6.487]],["name/250",[71,81.131]],["parent/250",[69,6.487]],["name/251",[72,81.131]],["parent/251",[69,6.487]],["name/252",[73,81.131]],["parent/252",[69,6.487]],["name/253",[74,81.131]],["parent/253",[69,6.487]],["name/254",[63,51.009]],["parent/254",[69,6.487]],["name/255",[66,39.387]],["parent/255",[66,3.928]],["name/256",[1,44.496]],["parent/256",[66,3.928]],["name/257",[66,39.387]],["parent/257",[66,3.928]],["name/258",[38,49.213]],["parent/258",[66,3.928]],["name/259",[39,49.213]],["parent/259",[66,3.928]],["name/260",[25,49.213]],["parent/260",[66,3.928]],["name/261",[40,59.929]],["parent/261",[66,3.928]],["name/262",[67,70.145]],["parent/262",[66,3.928]],["name/263",[68,38.694]],["parent/263",[66,3.928]],["name/264",[37,49.213]],["parent/264",[66,3.928]],["name/265",[26,49.213]],["parent/265",[66,3.928]],["name/266",[23,49.213]],["parent/266",[66,3.928]],["name/267",[24,49.213]],["parent/267",[66,3.928]],["name/268",[41,44.844]],["parent/268",[66,3.928]],["name/269",[44,49.213]],["parent/269",[66,3.928]],["name/270",[28,49.213]],["parent/270",[66,3.928]],["name/271",[29,49.213]],["parent/271",[66,3.928]],["name/272",[32,49.213]],["parent/272",[66,3.928]],["name/273",[33,49.213]],["parent/273",[66,3.928]],["name/274",[36,49.213]],["parent/274",[66,3.928]],["name/275",[34,49.213]],["parent/275",[66,3.928]],["name/276",[35,49.213]],["parent/276",[66,3.928]],["name/277",[58,43.519]],["parent/277",[66,3.928]],["name/278",[59,49.213]],["parent/278",[66,3.928]],["name/279",[42,49.213]],["parent/279",[66,3.928]],["name/280",[43,49.213]],["parent/280",[66,3.928]],["name/281",[30,49.213]],["parent/281",[66,3.928]],["name/282",[31,49.213]],["parent/282",[66,3.928]],["name/283",[21,49.213]],["parent/283",[66,3.928]],["name/284",[22,49.213]],["parent/284",[66,3.928]],["name/285",[20,49.213]],["parent/285",[66,3.928]],["name/286",[27,49.213]],["parent/286",[66,3.928]],["name/287",[75,81.131]],["parent/287",[66,3.928]],["name/288",[38,49.213]],["parent/288",[76,5.121]],["name/289",[39,49.213]],["parent/289",[76,5.121]],["name/290",[25,49.213]],["parent/290",[76,5.121]],["name/291",[40,59.929]],["parent/291",[76,5.121]],["name/292",[67,70.145]],["parent/292",[76,5.121]],["name/293",[68,38.694]],["parent/293",[76,5.121]],["name/294",[37,49.213]],["parent/294",[76,5.121]],["name/295",[26,49.213]],["parent/295",[76,5.121]],["name/296",[23,49.213]],["parent/296",[76,5.121]],["name/297",[24,49.213]],["parent/297",[76,5.121]],["name/298",[41,44.844]],["parent/298",[76,5.121]],["name/299",[44,49.213]],["parent/299",[76,5.121]],["name/300",[28,49.213]],["parent/300",[76,5.121]],["name/301",[29,49.213]],["parent/301",[76,5.121]],["name/302",[32,49.213]],["parent/302",[76,5.121]],["name/303",[33,49.213]],["parent/303",[76,5.121]],["name/304",[36,49.213]],["parent/304",[76,5.121]],["name/305",[34,49.213]],["parent/305",[76,5.121]],["name/306",[35,49.213]],["parent/306",[76,5.121]],["name/307",[58,43.519]],["parent/307",[76,5.121]],["name/308",[59,49.213]],["parent/308",[76,5.121]],["name/309",[42,49.213]],["parent/309",[76,5.121]],["name/310",[43,49.213]],["parent/310",[76,5.121]],["name/311",[30,49.213]],["parent/311",[76,5.121]],["name/312",[31,49.213]],["parent/312",[76,5.121]],["name/313",[21,49.213]],["parent/313",[76,5.121]],["name/314",[22,49.213]],["parent/314",[76,5.121]],["name/315",[20,49.213]],["parent/315",[76,5.121]],["name/316",[27,49.213]],["parent/316",[76,5.121]],["name/317",[77,30.276]],["parent/317",[]],["name/318",[1,44.496]],["parent/318",[77,3.02]],["name/319",[20,49.213]],["parent/319",[77,3.02]],["name/320",[21,49.213]],["parent/320",[77,3.02]],["name/321",[22,49.213]],["parent/321",[77,3.02]],["name/322",[23,49.213]],["parent/322",[77,3.02]],["name/323",[24,49.213]],["parent/323",[77,3.02]],["name/324",[25,49.213]],["parent/324",[77,3.02]],["name/325",[26,49.213]],["parent/325",[77,3.02]],["name/326",[27,49.213]],["parent/326",[77,3.02]],["name/327",[28,49.213]],["parent/327",[77,3.02]],["name/328",[29,49.213]],["parent/328",[77,3.02]],["name/329",[30,49.213]],["parent/329",[77,3.02]],["name/330",[31,49.213]],["parent/330",[77,3.02]],["name/331",[32,49.213]],["parent/331",[77,3.02]],["name/332",[33,49.213]],["parent/332",[77,3.02]],["name/333",[34,49.213]],["parent/333",[77,3.02]],["name/334",[35,49.213]],["parent/334",[77,3.02]],["name/335",[36,49.213]],["parent/335",[77,3.02]],["name/336",[37,49.213]],["parent/336",[77,3.02]],["name/337",[38,49.213]],["parent/337",[77,3.02]],["name/338",[39,49.213]],["parent/338",[77,3.02]],["name/339",[78,70.145]],["parent/339",[77,3.02]],["name/340",[79,70.145]],["parent/340",[77,3.02]],["name/341",[80,70.145]],["parent/341",[77,3.02]],["name/342",[81,70.145]],["parent/342",[77,3.02]],["name/343",[82,63.785]],["parent/343",[77,3.02]],["name/344",[42,49.213]],["parent/344",[77,3.02]],["name/345",[43,49.213]],["parent/345",[77,3.02]],["name/346",[83,70.145]],["parent/346",[77,3.02]],["name/347",[84,70.145]],["parent/347",[77,3.02]],["name/348",[85,70.145]],["parent/348",[77,3.02]],["name/349",[77,30.276]],["parent/349",[77,3.02]],["name/350",[86,70.145]],["parent/350",[77,3.02]],["name/351",[87,70.145]],["parent/351",[77,3.02]],["name/352",[88,70.145]],["parent/352",[77,3.02]],["name/353",[89,70.145]],["parent/353",[77,3.02]],["name/354",[90,63.785]],["parent/354",[77,3.02]],["name/355",[91,63.785]],["parent/355",[77,3.02]],["name/356",[92,70.145]],["parent/356",[77,3.02]],["name/357",[93,57.152]],["parent/357",[77,3.02]],["name/358",[94,63.785]],["parent/358",[77,3.02]],["name/359",[95,59.929]],["parent/359",[77,3.02]],["name/360",[96,63.785]],["parent/360",[77,3.02]],["name/361",[97,63.785]],["parent/361",[77,3.02]],["name/362",[98,63.785]],["parent/362",[77,3.02]],["name/363",[99,54.982]],["parent/363",[77,3.02]],["name/364",[100,54.982]],["parent/364",[77,3.02]],["name/365",[101,63.785]],["parent/365",[77,3.02]],["name/366",[102,54.982]],["parent/366",[77,3.02]],["name/367",[103,54.982]],["parent/367",[77,3.02]],["name/368",[104,54.982]],["parent/368",[77,3.02]],["name/369",[105,54.982]],["parent/369",[77,3.02]],["name/370",[106,63.785]],["parent/370",[77,3.02]],["name/371",[107,57.152]],["parent/371",[77,3.02]],["name/372",[108,70.145]],["parent/372",[77,3.02]],["name/373",[109,70.145]],["parent/373",[77,3.02]],["name/374",[110,70.145]],["parent/374",[77,3.02]],["name/375",[111,70.145]],["parent/375",[77,3.02]],["name/376",[112,70.145]],["parent/376",[77,3.02]],["name/377",[113,70.145]],["parent/377",[77,3.02]],["name/378",[114,70.145]],["parent/378",[77,3.02]],["name/379",[115,70.145]],["parent/379",[77,3.02]],["name/380",[68,38.694]],["parent/380",[77,3.02]],["name/381",[116,70.145]],["parent/381",[77,3.02]],["name/382",[117,70.145]],["parent/382",[77,3.02]],["name/383",[118,70.145]],["parent/383",[77,3.02]],["name/384",[119,70.145]],["parent/384",[77,3.02]],["name/385",[120,70.145]],["parent/385",[77,3.02]],["name/386",[121,70.145]],["parent/386",[77,3.02]],["name/387",[122,70.145]],["parent/387",[77,3.02]],["name/388",[41,44.844]],["parent/388",[77,3.02]],["name/389",[44,49.213]],["parent/389",[77,3.02]],["name/390",[58,43.519]],["parent/390",[77,3.02]],["name/391",[123,70.145]],["parent/391",[77,3.02]],["name/392",[124,70.145]],["parent/392",[77,3.02]],["name/393",[125,70.145]],["parent/393",[77,3.02]],["name/394",[126,70.145]],["parent/394",[77,3.02]],["name/395",[59,49.213]],["parent/395",[77,3.02]],["name/396",[38,49.213]],["parent/396",[77,3.02]],["name/397",[39,49.213]],["parent/397",[77,3.02]],["name/398",[25,49.213]],["parent/398",[77,3.02]],["name/399",[81,70.145]],["parent/399",[77,3.02]],["name/400",[82,63.785]],["parent/400",[77,3.02]],["name/401",[83,70.145]],["parent/401",[77,3.02]],["name/402",[84,70.145]],["parent/402",[77,3.02]],["name/403",[85,70.145]],["parent/403",[77,3.02]],["name/404",[77,30.276]],["parent/404",[77,3.02]],["name/405",[92,70.145]],["parent/405",[77,3.02]],["name/406",[91,63.785]],["parent/406",[77,3.02]],["name/407",[108,70.145]],["parent/407",[77,3.02]],["name/408",[109,70.145]],["parent/408",[77,3.02]],["name/409",[110,70.145]],["parent/409",[77,3.02]],["name/410",[111,70.145]],["parent/410",[77,3.02]],["name/411",[112,70.145]],["parent/411",[77,3.02]],["name/412",[113,70.145]],["parent/412",[77,3.02]],["name/413",[114,70.145]],["parent/413",[77,3.02]],["name/414",[115,70.145]],["parent/414",[77,3.02]],["name/415",[68,38.694]],["parent/415",[77,3.02]],["name/416",[116,70.145]],["parent/416",[77,3.02]],["name/417",[117,70.145]],["parent/417",[77,3.02]],["name/418",[118,70.145]],["parent/418",[77,3.02]],["name/419",[119,70.145]],["parent/419",[77,3.02]],["name/420",[120,70.145]],["parent/420",[77,3.02]],["name/421",[121,70.145]],["parent/421",[77,3.02]],["name/422",[122,70.145]],["parent/422",[77,3.02]],["name/423",[37,49.213]],["parent/423",[77,3.02]],["name/424",[26,49.213]],["parent/424",[77,3.02]],["name/425",[105,54.982]],["parent/425",[77,3.02]],["name/426",[106,63.785]],["parent/426",[77,3.02]],["name/427",[93,57.152]],["parent/427",[77,3.02]],["name/428",[94,63.785]],["parent/428",[77,3.02]],["name/429",[95,59.929]],["parent/429",[77,3.02]],["name/430",[23,49.213]],["parent/430",[77,3.02]],["name/431",[24,49.213]],["parent/431",[77,3.02]],["name/432",[41,44.844]],["parent/432",[77,3.02]],["name/433",[44,49.213]],["parent/433",[77,3.02]],["name/434",[90,63.785]],["parent/434",[77,3.02]],["name/435",[107,57.152]],["parent/435",[77,3.02]],["name/436",[97,63.785]],["parent/436",[77,3.02]],["name/437",[98,63.785]],["parent/437",[77,3.02]],["name/438",[96,63.785]],["parent/438",[77,3.02]],["name/439",[104,54.982]],["parent/439",[77,3.02]],["name/440",[28,49.213]],["parent/440",[77,3.02]],["name/441",[29,49.213]],["parent/441",[77,3.02]],["name/442",[32,49.213]],["parent/442",[77,3.02]],["name/443",[33,49.213]],["parent/443",[77,3.02]],["name/444",[36,49.213]],["parent/444",[77,3.02]],["name/445",[34,49.213]],["parent/445",[77,3.02]],["name/446",[35,49.213]],["parent/446",[77,3.02]],["name/447",[58,43.519]],["parent/447",[77,3.02]],["name/448",[123,70.145]],["parent/448",[77,3.02]],["name/449",[124,70.145]],["parent/449",[77,3.02]],["name/450",[125,70.145]],["parent/450",[77,3.02]],["name/451",[126,70.145]],["parent/451",[77,3.02]],["name/452",[59,49.213]],["parent/452",[77,3.02]],["name/453",[79,70.145]],["parent/453",[77,3.02]],["name/454",[80,70.145]],["parent/454",[77,3.02]],["name/455",[78,70.145]],["parent/455",[77,3.02]],["name/456",[42,49.213]],["parent/456",[77,3.02]],["name/457",[43,49.213]],["parent/457",[77,3.02]],["name/458",[88,70.145]],["parent/458",[77,3.02]],["name/459",[89,70.145]],["parent/459",[77,3.02]],["name/460",[86,70.145]],["parent/460",[77,3.02]],["name/461",[87,70.145]],["parent/461",[77,3.02]],["name/462",[30,49.213]],["parent/462",[77,3.02]],["name/463",[31,49.213]],["parent/463",[77,3.02]],["name/464",[21,49.213]],["parent/464",[77,3.02]],["name/465",[22,49.213]],["parent/465",[77,3.02]],["name/466",[20,49.213]],["parent/466",[77,3.02]],["name/467",[27,49.213]],["parent/467",[77,3.02]],["name/468",[102,54.982]],["parent/468",[77,3.02]],["name/469",[100,54.982]],["parent/469",[77,3.02]],["name/470",[101,63.785]],["parent/470",[77,3.02]],["name/471",[99,54.982]],["parent/471",[77,3.02]],["name/472",[103,54.982]],["parent/472",[77,3.02]],["name/473",[127,72.658]],["parent/473",[77,3.02]],["name/474",[60,51.342]],["parent/474",[128,4.965]],["name/475",[129,81.131]],["parent/475",[128,4.965]],["name/476",[130,81.131]],["parent/476",[128,4.965]],["name/477",[131,81.131]],["parent/477",[128,4.965]],["name/478",[132,81.131]],["parent/478",[128,4.965]],["name/479",[133,81.131]],["parent/479",[128,4.965]],["name/480",[134,81.131]],["parent/480",[128,4.965]],["name/481",[135,81.131]],["parent/481",[128,4.965]],["name/482",[136,81.131]],["parent/482",[128,4.965]],["name/483",[137,81.131]],["parent/483",[128,4.965]],["name/484",[138,81.131]],["parent/484",[128,4.965]],["name/485",[139,81.131]],["parent/485",[128,4.965]],["name/486",[140,81.131]],["parent/486",[128,4.965]],["name/487",[141,81.131]],["parent/487",[128,4.965]],["name/488",[142,81.131]],["parent/488",[128,4.965]],["name/489",[143,81.131]],["parent/489",[128,4.965]],["name/490",[144,81.131]],["parent/490",[128,4.965]],["name/491",[145,81.131]],["parent/491",[128,4.965]],["name/492",[146,81.131]],["parent/492",[128,4.965]],["name/493",[147,81.131]],["parent/493",[128,4.965]],["name/494",[148,81.131]],["parent/494",[128,4.965]],["name/495",[149,81.131]],["parent/495",[128,4.965]],["name/496",[150,81.131]],["parent/496",[128,4.965]],["name/497",[151,81.131]],["parent/497",[128,4.965]],["name/498",[152,81.131]],["parent/498",[128,4.965]],["name/499",[153,81.131]],["parent/499",[128,4.965]],["name/500",[154,81.131]],["parent/500",[128,4.965]],["name/501",[155,81.131]],["parent/501",[128,4.965]],["name/502",[156,81.131]],["parent/502",[128,4.965]],["name/503",[157,81.131]],["parent/503",[128,4.965]],["name/504",[158,81.131]],["parent/504",[128,4.965]],["name/505",[159,81.131]],["parent/505",[128,4.965]],["name/506",[160,81.131]],["parent/506",[128,4.965]],["name/507",[63,51.009]],["parent/507",[128,4.965]],["name/508",[127,72.658]],["parent/508",[77,3.02]],["name/509",[1,44.496]],["parent/509",[77,3.02]],["name/510",[127,72.658]],["parent/510",[77,3.02]],["name/511",[38,49.213]],["parent/511",[77,3.02]],["name/512",[39,49.213]],["parent/512",[77,3.02]],["name/513",[25,49.213]],["parent/513",[77,3.02]],["name/514",[81,70.145]],["parent/514",[77,3.02]],["name/515",[82,63.785]],["parent/515",[77,3.02]],["name/516",[83,70.145]],["parent/516",[77,3.02]],["name/517",[84,70.145]],["parent/517",[77,3.02]],["name/518",[85,70.145]],["parent/518",[77,3.02]],["name/519",[77,30.276]],["parent/519",[77,3.02]],["name/520",[92,70.145]],["parent/520",[77,3.02]],["name/521",[91,63.785]],["parent/521",[77,3.02]],["name/522",[108,70.145]],["parent/522",[77,3.02]],["name/523",[109,70.145]],["parent/523",[77,3.02]],["name/524",[110,70.145]],["parent/524",[77,3.02]],["name/525",[111,70.145]],["parent/525",[77,3.02]],["name/526",[112,70.145]],["parent/526",[77,3.02]],["name/527",[113,70.145]],["parent/527",[77,3.02]],["name/528",[114,70.145]],["parent/528",[77,3.02]],["name/529",[115,70.145]],["parent/529",[77,3.02]],["name/530",[68,38.694]],["parent/530",[77,3.02]],["name/531",[116,70.145]],["parent/531",[77,3.02]],["name/532",[117,70.145]],["parent/532",[77,3.02]],["name/533",[118,70.145]],["parent/533",[77,3.02]],["name/534",[119,70.145]],["parent/534",[77,3.02]],["name/535",[120,70.145]],["parent/535",[77,3.02]],["name/536",[121,70.145]],["parent/536",[77,3.02]],["name/537",[122,70.145]],["parent/537",[77,3.02]],["name/538",[37,49.213]],["parent/538",[77,3.02]],["name/539",[26,49.213]],["parent/539",[77,3.02]],["name/540",[105,54.982]],["parent/540",[77,3.02]],["name/541",[106,63.785]],["parent/541",[77,3.02]],["name/542",[93,57.152]],["parent/542",[77,3.02]],["name/543",[94,63.785]],["parent/543",[77,3.02]],["name/544",[95,59.929]],["parent/544",[77,3.02]],["name/545",[23,49.213]],["parent/545",[77,3.02]],["name/546",[24,49.213]],["parent/546",[77,3.02]],["name/547",[41,44.844]],["parent/547",[77,3.02]],["name/548",[44,49.213]],["parent/548",[77,3.02]],["name/549",[90,63.785]],["parent/549",[77,3.02]],["name/550",[107,57.152]],["parent/550",[77,3.02]],["name/551",[97,63.785]],["parent/551",[77,3.02]],["name/552",[98,63.785]],["parent/552",[77,3.02]],["name/553",[96,63.785]],["parent/553",[77,3.02]],["name/554",[104,54.982]],["parent/554",[77,3.02]],["name/555",[28,49.213]],["parent/555",[77,3.02]],["name/556",[29,49.213]],["parent/556",[77,3.02]],["name/557",[32,49.213]],["parent/557",[77,3.02]],["name/558",[33,49.213]],["parent/558",[77,3.02]],["name/559",[36,49.213]],["parent/559",[77,3.02]],["name/560",[34,49.213]],["parent/560",[77,3.02]],["name/561",[35,49.213]],["parent/561",[77,3.02]],["name/562",[58,43.519]],["parent/562",[77,3.02]],["name/563",[123,70.145]],["parent/563",[77,3.02]],["name/564",[124,70.145]],["parent/564",[77,3.02]],["name/565",[125,70.145]],["parent/565",[77,3.02]],["name/566",[126,70.145]],["parent/566",[77,3.02]],["name/567",[59,49.213]],["parent/567",[77,3.02]],["name/568",[79,70.145]],["parent/568",[77,3.02]],["name/569",[80,70.145]],["parent/569",[77,3.02]],["name/570",[78,70.145]],["parent/570",[77,3.02]],["name/571",[42,49.213]],["parent/571",[77,3.02]],["name/572",[43,49.213]],["parent/572",[77,3.02]],["name/573",[88,70.145]],["parent/573",[77,3.02]],["name/574",[89,70.145]],["parent/574",[77,3.02]],["name/575",[86,70.145]],["parent/575",[77,3.02]],["name/576",[87,70.145]],["parent/576",[77,3.02]],["name/577",[30,49.213]],["parent/577",[77,3.02]],["name/578",[31,49.213]],["parent/578",[77,3.02]],["name/579",[21,49.213]],["parent/579",[77,3.02]],["name/580",[22,49.213]],["parent/580",[77,3.02]],["name/581",[20,49.213]],["parent/581",[77,3.02]],["name/582",[27,49.213]],["parent/582",[77,3.02]],["name/583",[102,54.982]],["parent/583",[77,3.02]],["name/584",[100,54.982]],["parent/584",[77,3.02]],["name/585",[101,63.785]],["parent/585",[77,3.02]],["name/586",[99,54.982]],["parent/586",[77,3.02]],["name/587",[103,54.982]],["parent/587",[77,3.02]],["name/588",[161,81.131]],["parent/588",[77,3.02]],["name/589",[38,49.213]],["parent/589",[162,4.157]],["name/590",[39,49.213]],["parent/590",[162,4.157]],["name/591",[25,49.213]],["parent/591",[162,4.157]],["name/592",[81,70.145]],["parent/592",[162,4.157]],["name/593",[82,63.785]],["parent/593",[162,4.157]],["name/594",[83,70.145]],["parent/594",[162,4.157]],["name/595",[84,70.145]],["parent/595",[162,4.157]],["name/596",[85,70.145]],["parent/596",[162,4.157]],["name/597",[77,30.276]],["parent/597",[162,4.157]],["name/598",[92,70.145]],["parent/598",[162,4.157]],["name/599",[91,63.785]],["parent/599",[162,4.157]],["name/600",[108,70.145]],["parent/600",[162,4.157]],["name/601",[109,70.145]],["parent/601",[162,4.157]],["name/602",[110,70.145]],["parent/602",[162,4.157]],["name/603",[111,70.145]],["parent/603",[162,4.157]],["name/604",[112,70.145]],["parent/604",[162,4.157]],["name/605",[113,70.145]],["parent/605",[162,4.157]],["name/606",[114,70.145]],["parent/606",[162,4.157]],["name/607",[115,70.145]],["parent/607",[162,4.157]],["name/608",[68,38.694]],["parent/608",[162,4.157]],["name/609",[116,70.145]],["parent/609",[162,4.157]],["name/610",[117,70.145]],["parent/610",[162,4.157]],["name/611",[118,70.145]],["parent/611",[162,4.157]],["name/612",[119,70.145]],["parent/612",[162,4.157]],["name/613",[120,70.145]],["parent/613",[162,4.157]],["name/614",[121,70.145]],["parent/614",[162,4.157]],["name/615",[122,70.145]],["parent/615",[162,4.157]],["name/616",[37,49.213]],["parent/616",[162,4.157]],["name/617",[26,49.213]],["parent/617",[162,4.157]],["name/618",[105,54.982]],["parent/618",[162,4.157]],["name/619",[106,63.785]],["parent/619",[162,4.157]],["name/620",[93,57.152]],["parent/620",[162,4.157]],["name/621",[94,63.785]],["parent/621",[162,4.157]],["name/622",[95,59.929]],["parent/622",[162,4.157]],["name/623",[23,49.213]],["parent/623",[162,4.157]],["name/624",[24,49.213]],["parent/624",[162,4.157]],["name/625",[41,44.844]],["parent/625",[162,4.157]],["name/626",[44,49.213]],["parent/626",[162,4.157]],["name/627",[90,63.785]],["parent/627",[162,4.157]],["name/628",[107,57.152]],["parent/628",[162,4.157]],["name/629",[97,63.785]],["parent/629",[162,4.157]],["name/630",[98,63.785]],["parent/630",[162,4.157]],["name/631",[96,63.785]],["parent/631",[162,4.157]],["name/632",[104,54.982]],["parent/632",[162,4.157]],["name/633",[28,49.213]],["parent/633",[162,4.157]],["name/634",[29,49.213]],["parent/634",[162,4.157]],["name/635",[32,49.213]],["parent/635",[162,4.157]],["name/636",[33,49.213]],["parent/636",[162,4.157]],["name/637",[36,49.213]],["parent/637",[162,4.157]],["name/638",[34,49.213]],["parent/638",[162,4.157]],["name/639",[35,49.213]],["parent/639",[162,4.157]],["name/640",[58,43.519]],["parent/640",[162,4.157]],["name/641",[123,70.145]],["parent/641",[162,4.157]],["name/642",[124,70.145]],["parent/642",[162,4.157]],["name/643",[125,70.145]],["parent/643",[162,4.157]],["name/644",[126,70.145]],["parent/644",[162,4.157]],["name/645",[59,49.213]],["parent/645",[162,4.157]],["name/646",[79,70.145]],["parent/646",[162,4.157]],["name/647",[80,70.145]],["parent/647",[162,4.157]],["name/648",[78,70.145]],["parent/648",[162,4.157]],["name/649",[42,49.213]],["parent/649",[162,4.157]],["name/650",[43,49.213]],["parent/650",[162,4.157]],["name/651",[88,70.145]],["parent/651",[162,4.157]],["name/652",[89,70.145]],["parent/652",[162,4.157]],["name/653",[86,70.145]],["parent/653",[162,4.157]],["name/654",[87,70.145]],["parent/654",[162,4.157]],["name/655",[30,49.213]],["parent/655",[162,4.157]],["name/656",[31,49.213]],["parent/656",[162,4.157]],["name/657",[21,49.213]],["parent/657",[162,4.157]],["name/658",[22,49.213]],["parent/658",[162,4.157]],["name/659",[20,49.213]],["parent/659",[162,4.157]],["name/660",[27,49.213]],["parent/660",[162,4.157]],["name/661",[102,54.982]],["parent/661",[162,4.157]],["name/662",[100,54.982]],["parent/662",[162,4.157]],["name/663",[101,63.785]],["parent/663",[162,4.157]],["name/664",[99,54.982]],["parent/664",[162,4.157]],["name/665",[103,54.982]],["parent/665",[162,4.157]],["name/666",[163,25.957]],["parent/666",[]],["name/667",[1,44.496]],["parent/667",[163,2.589]],["name/668",[164,70.145]],["parent/668",[163,2.589]],["name/669",[165,70.145]],["parent/669",[163,2.589]],["name/670",[166,70.145]],["parent/670",[163,2.589]],["name/671",[167,70.145]],["parent/671",[163,2.589]],["name/672",[168,70.145]],["parent/672",[163,2.589]],["name/673",[169,70.145]],["parent/673",[163,2.589]],["name/674",[170,70.145]],["parent/674",[163,2.589]],["name/675",[171,70.145]],["parent/675",[163,2.589]],["name/676",[172,70.145]],["parent/676",[163,2.589]],["name/677",[173,70.145]],["parent/677",[163,2.589]],["name/678",[174,70.145]],["parent/678",[163,2.589]],["name/679",[175,70.145]],["parent/679",[163,2.589]],["name/680",[176,70.145]],["parent/680",[163,2.589]],["name/681",[177,70.145]],["parent/681",[163,2.589]],["name/682",[178,70.145]],["parent/682",[163,2.589]],["name/683",[179,70.145]],["parent/683",[163,2.589]],["name/684",[180,70.145]],["parent/684",[163,2.589]],["name/685",[181,70.145]],["parent/685",[163,2.589]],["name/686",[182,70.145]],["parent/686",[163,2.589]],["name/687",[183,70.145]],["parent/687",[163,2.589]],["name/688",[184,70.145]],["parent/688",[163,2.589]],["name/689",[185,70.145]],["parent/689",[163,2.589]],["name/690",[186,70.145]],["parent/690",[163,2.589]],["name/691",[187,70.145]],["parent/691",[163,2.589]],["name/692",[188,70.145]],["parent/692",[163,2.589]],["name/693",[189,70.145]],["parent/693",[163,2.589]],["name/694",[190,70.145]],["parent/694",[163,2.589]],["name/695",[191,70.145]],["parent/695",[163,2.589]],["name/696",[192,70.145]],["parent/696",[163,2.589]],["name/697",[193,70.145]],["parent/697",[163,2.589]],["name/698",[194,70.145]],["parent/698",[163,2.589]],["name/699",[195,70.145]],["parent/699",[163,2.589]],["name/700",[196,70.145]],["parent/700",[163,2.589]],["name/701",[197,70.145]],["parent/701",[163,2.589]],["name/702",[198,70.145]],["parent/702",[163,2.589]],["name/703",[199,70.145]],["parent/703",[163,2.589]],["name/704",[200,70.145]],["parent/704",[163,2.589]],["name/705",[201,70.145]],["parent/705",[163,2.589]],["name/706",[202,70.145]],["parent/706",[163,2.589]],["name/707",[203,70.145]],["parent/707",[163,2.589]],["name/708",[204,70.145]],["parent/708",[163,2.589]],["name/709",[205,70.145]],["parent/709",[163,2.589]],["name/710",[206,70.145]],["parent/710",[163,2.589]],["name/711",[207,70.145]],["parent/711",[163,2.589]],["name/712",[208,70.145]],["parent/712",[163,2.589]],["name/713",[209,70.145]],["parent/713",[163,2.589]],["name/714",[210,70.145]],["parent/714",[163,2.589]],["name/715",[211,70.145]],["parent/715",[163,2.589]],["name/716",[212,70.145]],["parent/716",[163,2.589]],["name/717",[213,70.145]],["parent/717",[163,2.589]],["name/718",[214,70.145]],["parent/718",[163,2.589]],["name/719",[215,70.145]],["parent/719",[163,2.589]],["name/720",[216,70.145]],["parent/720",[163,2.589]],["name/721",[217,70.145]],["parent/721",[163,2.589]],["name/722",[218,70.145]],["parent/722",[163,2.589]],["name/723",[219,70.145]],["parent/723",[163,2.589]],["name/724",[220,70.145]],["parent/724",[163,2.589]],["name/725",[221,70.145]],["parent/725",[163,2.589]],["name/726",[222,70.145]],["parent/726",[163,2.589]],["name/727",[223,70.145]],["parent/727",[163,2.589]],["name/728",[224,70.145]],["parent/728",[163,2.589]],["name/729",[225,70.145]],["parent/729",[163,2.589]],["name/730",[226,70.145]],["parent/730",[163,2.589]],["name/731",[227,70.145]],["parent/731",[163,2.589]],["name/732",[228,70.145]],["parent/732",[163,2.589]],["name/733",[229,70.145]],["parent/733",[163,2.589]],["name/734",[230,70.145]],["parent/734",[163,2.589]],["name/735",[231,70.145]],["parent/735",[163,2.589]],["name/736",[232,70.145]],["parent/736",[163,2.589]],["name/737",[233,70.145]],["parent/737",[163,2.589]],["name/738",[234,70.145]],["parent/738",[163,2.589]],["name/739",[235,70.145]],["parent/739",[163,2.589]],["name/740",[236,70.145]],["parent/740",[163,2.589]],["name/741",[237,70.145]],["parent/741",[163,2.589]],["name/742",[238,70.145]],["parent/742",[163,2.589]],["name/743",[239,70.145]],["parent/743",[163,2.589]],["name/744",[240,70.145]],["parent/744",[163,2.589]],["name/745",[241,70.145]],["parent/745",[163,2.589]],["name/746",[242,70.145]],["parent/746",[163,2.589]],["name/747",[243,70.145]],["parent/747",[163,2.589]],["name/748",[244,70.145]],["parent/748",[163,2.589]],["name/749",[245,70.145]],["parent/749",[163,2.589]],["name/750",[246,70.145]],["parent/750",[163,2.589]],["name/751",[247,70.145]],["parent/751",[163,2.589]],["name/752",[248,70.145]],["parent/752",[163,2.589]],["name/753",[249,70.145]],["parent/753",[163,2.589]],["name/754",[250,70.145]],["parent/754",[163,2.589]],["name/755",[251,70.145]],["parent/755",[163,2.589]],["name/756",[252,70.145]],["parent/756",[163,2.589]],["name/757",[253,70.145]],["parent/757",[163,2.589]],["name/758",[254,70.145]],["parent/758",[163,2.589]],["name/759",[255,70.145]],["parent/759",[163,2.589]],["name/760",[256,70.145]],["parent/760",[163,2.589]],["name/761",[257,70.145]],["parent/761",[163,2.589]],["name/762",[258,70.145]],["parent/762",[163,2.589]],["name/763",[259,70.145]],["parent/763",[163,2.589]],["name/764",[260,70.145]],["parent/764",[163,2.589]],["name/765",[261,70.145]],["parent/765",[163,2.589]],["name/766",[262,70.145]],["parent/766",[163,2.589]],["name/767",[263,70.145]],["parent/767",[163,2.589]],["name/768",[264,70.145]],["parent/768",[163,2.589]],["name/769",[265,70.145]],["parent/769",[163,2.589]],["name/770",[266,70.145]],["parent/770",[163,2.589]],["name/771",[267,70.145]],["parent/771",[163,2.589]],["name/772",[268,70.145]],["parent/772",[163,2.589]],["name/773",[269,70.145]],["parent/773",[163,2.589]],["name/774",[270,70.145]],["parent/774",[163,2.589]],["name/775",[271,70.145]],["parent/775",[163,2.589]],["name/776",[272,70.145]],["parent/776",[163,2.589]],["name/777",[273,70.145]],["parent/777",[163,2.589]],["name/778",[274,70.145]],["parent/778",[163,2.589]],["name/779",[275,70.145]],["parent/779",[163,2.589]],["name/780",[276,70.145]],["parent/780",[163,2.589]],["name/781",[277,70.145]],["parent/781",[163,2.589]],["name/782",[278,70.145]],["parent/782",[163,2.589]],["name/783",[279,70.145]],["parent/783",[163,2.589]],["name/784",[280,70.145]],["parent/784",[163,2.589]],["name/785",[281,70.145]],["parent/785",[163,2.589]],["name/786",[282,70.145]],["parent/786",[163,2.589]],["name/787",[283,70.145]],["parent/787",[163,2.589]],["name/788",[164,70.145]],["parent/788",[163,2.589]],["name/789",[165,70.145]],["parent/789",[163,2.589]],["name/790",[166,70.145]],["parent/790",[163,2.589]],["name/791",[167,70.145]],["parent/791",[163,2.589]],["name/792",[169,70.145]],["parent/792",[163,2.589]],["name/793",[170,70.145]],["parent/793",[163,2.589]],["name/794",[171,70.145]],["parent/794",[163,2.589]],["name/795",[172,70.145]],["parent/795",[163,2.589]],["name/796",[173,70.145]],["parent/796",[163,2.589]],["name/797",[174,70.145]],["parent/797",[163,2.589]],["name/798",[175,70.145]],["parent/798",[163,2.589]],["name/799",[176,70.145]],["parent/799",[163,2.589]],["name/800",[177,70.145]],["parent/800",[163,2.589]],["name/801",[178,70.145]],["parent/801",[163,2.589]],["name/802",[179,70.145]],["parent/802",[163,2.589]],["name/803",[182,70.145]],["parent/803",[163,2.589]],["name/804",[183,70.145]],["parent/804",[163,2.589]],["name/805",[184,70.145]],["parent/805",[163,2.589]],["name/806",[180,70.145]],["parent/806",[163,2.589]],["name/807",[181,70.145]],["parent/807",[163,2.589]],["name/808",[187,70.145]],["parent/808",[163,2.589]],["name/809",[185,70.145]],["parent/809",[163,2.589]],["name/810",[186,70.145]],["parent/810",[163,2.589]],["name/811",[188,70.145]],["parent/811",[163,2.589]],["name/812",[189,70.145]],["parent/812",[163,2.589]],["name/813",[190,70.145]],["parent/813",[163,2.589]],["name/814",[191,70.145]],["parent/814",[163,2.589]],["name/815",[193,70.145]],["parent/815",[163,2.589]],["name/816",[194,70.145]],["parent/816",[163,2.589]],["name/817",[168,70.145]],["parent/817",[163,2.589]],["name/818",[195,70.145]],["parent/818",[163,2.589]],["name/819",[196,70.145]],["parent/819",[163,2.589]],["name/820",[199,70.145]],["parent/820",[163,2.589]],["name/821",[200,70.145]],["parent/821",[163,2.589]],["name/822",[201,70.145]],["parent/822",[163,2.589]],["name/823",[203,70.145]],["parent/823",[163,2.589]],["name/824",[202,70.145]],["parent/824",[163,2.589]],["name/825",[197,70.145]],["parent/825",[163,2.589]],["name/826",[198,70.145]],["parent/826",[163,2.589]],["name/827",[204,70.145]],["parent/827",[163,2.589]],["name/828",[205,70.145]],["parent/828",[163,2.589]],["name/829",[206,70.145]],["parent/829",[163,2.589]],["name/830",[207,70.145]],["parent/830",[163,2.589]],["name/831",[209,70.145]],["parent/831",[163,2.589]],["name/832",[210,70.145]],["parent/832",[163,2.589]],["name/833",[208,70.145]],["parent/833",[163,2.589]],["name/834",[211,70.145]],["parent/834",[163,2.589]],["name/835",[212,70.145]],["parent/835",[163,2.589]],["name/836",[213,70.145]],["parent/836",[163,2.589]],["name/837",[214,70.145]],["parent/837",[163,2.589]],["name/838",[215,70.145]],["parent/838",[163,2.589]],["name/839",[216,70.145]],["parent/839",[163,2.589]],["name/840",[217,70.145]],["parent/840",[163,2.589]],["name/841",[218,70.145]],["parent/841",[163,2.589]],["name/842",[219,70.145]],["parent/842",[163,2.589]],["name/843",[221,70.145]],["parent/843",[163,2.589]],["name/844",[222,70.145]],["parent/844",[163,2.589]],["name/845",[223,70.145]],["parent/845",[163,2.589]],["name/846",[220,70.145]],["parent/846",[163,2.589]],["name/847",[226,70.145]],["parent/847",[163,2.589]],["name/848",[227,70.145]],["parent/848",[163,2.589]],["name/849",[228,70.145]],["parent/849",[163,2.589]],["name/850",[229,70.145]],["parent/850",[163,2.589]],["name/851",[224,70.145]],["parent/851",[163,2.589]],["name/852",[225,70.145]],["parent/852",[163,2.589]],["name/853",[232,70.145]],["parent/853",[163,2.589]],["name/854",[233,70.145]],["parent/854",[163,2.589]],["name/855",[231,70.145]],["parent/855",[163,2.589]],["name/856",[230,70.145]],["parent/856",[163,2.589]],["name/857",[234,70.145]],["parent/857",[163,2.589]],["name/858",[235,70.145]],["parent/858",[163,2.589]],["name/859",[236,70.145]],["parent/859",[163,2.589]],["name/860",[237,70.145]],["parent/860",[163,2.589]],["name/861",[238,70.145]],["parent/861",[163,2.589]],["name/862",[192,70.145]],["parent/862",[163,2.589]],["name/863",[240,70.145]],["parent/863",[163,2.589]],["name/864",[241,70.145]],["parent/864",[163,2.589]],["name/865",[239,70.145]],["parent/865",[163,2.589]],["name/866",[242,70.145]],["parent/866",[163,2.589]],["name/867",[243,70.145]],["parent/867",[163,2.589]],["name/868",[244,70.145]],["parent/868",[163,2.589]],["name/869",[245,70.145]],["parent/869",[163,2.589]],["name/870",[246,70.145]],["parent/870",[163,2.589]],["name/871",[247,70.145]],["parent/871",[163,2.589]],["name/872",[248,70.145]],["parent/872",[163,2.589]],["name/873",[249,70.145]],["parent/873",[163,2.589]],["name/874",[250,70.145]],["parent/874",[163,2.589]],["name/875",[251,70.145]],["parent/875",[163,2.589]],["name/876",[254,70.145]],["parent/876",[163,2.589]],["name/877",[255,70.145]],["parent/877",[163,2.589]],["name/878",[252,70.145]],["parent/878",[163,2.589]],["name/879",[253,70.145]],["parent/879",[163,2.589]],["name/880",[256,70.145]],["parent/880",[163,2.589]],["name/881",[257,70.145]],["parent/881",[163,2.589]],["name/882",[258,70.145]],["parent/882",[163,2.589]],["name/883",[259,70.145]],["parent/883",[163,2.589]],["name/884",[260,70.145]],["parent/884",[163,2.589]],["name/885",[261,70.145]],["parent/885",[163,2.589]],["name/886",[262,70.145]],["parent/886",[163,2.589]],["name/887",[263,70.145]],["parent/887",[163,2.589]],["name/888",[264,70.145]],["parent/888",[163,2.589]],["name/889",[265,70.145]],["parent/889",[163,2.589]],["name/890",[266,70.145]],["parent/890",[163,2.589]],["name/891",[267,70.145]],["parent/891",[163,2.589]],["name/892",[268,70.145]],["parent/892",[163,2.589]],["name/893",[269,70.145]],["parent/893",[163,2.589]],["name/894",[270,70.145]],["parent/894",[163,2.589]],["name/895",[271,70.145]],["parent/895",[163,2.589]],["name/896",[272,70.145]],["parent/896",[163,2.589]],["name/897",[273,70.145]],["parent/897",[163,2.589]],["name/898",[274,70.145]],["parent/898",[163,2.589]],["name/899",[275,70.145]],["parent/899",[163,2.589]],["name/900",[276,70.145]],["parent/900",[163,2.589]],["name/901",[277,70.145]],["parent/901",[163,2.589]],["name/902",[278,70.145]],["parent/902",[163,2.589]],["name/903",[279,70.145]],["parent/903",[163,2.589]],["name/904",[280,70.145]],["parent/904",[163,2.589]],["name/905",[281,70.145]],["parent/905",[163,2.589]],["name/906",[282,70.145]],["parent/906",[163,2.589]],["name/907",[283,70.145]],["parent/907",[163,2.589]],["name/908",[284,72.658]],["parent/908",[163,2.589]],["name/909",[60,51.342]],["parent/909",[285,4.266]],["name/910",[286,81.131]],["parent/910",[285,4.266]],["name/911",[287,81.131]],["parent/911",[285,4.266]],["name/912",[288,81.131]],["parent/912",[285,4.266]],["name/913",[289,81.131]],["parent/913",[285,4.266]],["name/914",[290,81.131]],["parent/914",[285,4.266]],["name/915",[291,81.131]],["parent/915",[285,4.266]],["name/916",[292,81.131]],["parent/916",[285,4.266]],["name/917",[293,81.131]],["parent/917",[285,4.266]],["name/918",[294,81.131]],["parent/918",[285,4.266]],["name/919",[295,81.131]],["parent/919",[285,4.266]],["name/920",[296,81.131]],["parent/920",[285,4.266]],["name/921",[297,81.131]],["parent/921",[285,4.266]],["name/922",[298,81.131]],["parent/922",[285,4.266]],["name/923",[299,81.131]],["parent/923",[285,4.266]],["name/924",[300,81.131]],["parent/924",[285,4.266]],["name/925",[301,81.131]],["parent/925",[285,4.266]],["name/926",[302,81.131]],["parent/926",[285,4.266]],["name/927",[303,81.131]],["parent/927",[285,4.266]],["name/928",[304,81.131]],["parent/928",[285,4.266]],["name/929",[305,81.131]],["parent/929",[285,4.266]],["name/930",[306,81.131]],["parent/930",[285,4.266]],["name/931",[307,81.131]],["parent/931",[285,4.266]],["name/932",[308,81.131]],["parent/932",[285,4.266]],["name/933",[309,81.131]],["parent/933",[285,4.266]],["name/934",[310,81.131]],["parent/934",[285,4.266]],["name/935",[311,81.131]],["parent/935",[285,4.266]],["name/936",[312,81.131]],["parent/936",[285,4.266]],["name/937",[313,81.131]],["parent/937",[285,4.266]],["name/938",[314,81.131]],["parent/938",[285,4.266]],["name/939",[315,81.131]],["parent/939",[285,4.266]],["name/940",[316,81.131]],["parent/940",[285,4.266]],["name/941",[317,81.131]],["parent/941",[285,4.266]],["name/942",[318,81.131]],["parent/942",[285,4.266]],["name/943",[319,81.131]],["parent/943",[285,4.266]],["name/944",[320,81.131]],["parent/944",[285,4.266]],["name/945",[321,81.131]],["parent/945",[285,4.266]],["name/946",[322,81.131]],["parent/946",[285,4.266]],["name/947",[323,81.131]],["parent/947",[285,4.266]],["name/948",[324,81.131]],["parent/948",[285,4.266]],["name/949",[325,81.131]],["parent/949",[285,4.266]],["name/950",[326,81.131]],["parent/950",[285,4.266]],["name/951",[327,81.131]],["parent/951",[285,4.266]],["name/952",[328,81.131]],["parent/952",[285,4.266]],["name/953",[329,81.131]],["parent/953",[285,4.266]],["name/954",[330,81.131]],["parent/954",[285,4.266]],["name/955",[331,81.131]],["parent/955",[285,4.266]],["name/956",[332,81.131]],["parent/956",[285,4.266]],["name/957",[333,81.131]],["parent/957",[285,4.266]],["name/958",[334,81.131]],["parent/958",[285,4.266]],["name/959",[335,81.131]],["parent/959",[285,4.266]],["name/960",[336,81.131]],["parent/960",[285,4.266]],["name/961",[337,81.131]],["parent/961",[285,4.266]],["name/962",[338,81.131]],["parent/962",[285,4.266]],["name/963",[339,81.131]],["parent/963",[285,4.266]],["name/964",[340,81.131]],["parent/964",[285,4.266]],["name/965",[341,81.131]],["parent/965",[285,4.266]],["name/966",[342,81.131]],["parent/966",[285,4.266]],["name/967",[343,81.131]],["parent/967",[285,4.266]],["name/968",[344,81.131]],["parent/968",[285,4.266]],["name/969",[345,81.131]],["parent/969",[285,4.266]],["name/970",[346,81.131]],["parent/970",[285,4.266]],["name/971",[347,81.131]],["parent/971",[285,4.266]],["name/972",[348,81.131]],["parent/972",[285,4.266]],["name/973",[349,81.131]],["parent/973",[285,4.266]],["name/974",[350,81.131]],["parent/974",[285,4.266]],["name/975",[351,81.131]],["parent/975",[285,4.266]],["name/976",[352,81.131]],["parent/976",[285,4.266]],["name/977",[63,51.009]],["parent/977",[285,4.266]],["name/978",[353,70.145]],["parent/978",[163,2.589]],["name/979",[354,70.145]],["parent/979",[163,2.589]],["name/980",[353,70.145]],["parent/980",[163,2.589]],["name/981",[354,70.145]],["parent/981",[163,2.589]],["name/982",[284,72.658]],["parent/982",[163,2.589]],["name/983",[1,44.496]],["parent/983",[163,2.589]],["name/984",[353,70.145]],["parent/984",[163,2.589]],["name/985",[354,70.145]],["parent/985",[163,2.589]],["name/986",[284,72.658]],["parent/986",[163,2.589]],["name/987",[164,70.145]],["parent/987",[163,2.589]],["name/988",[165,70.145]],["parent/988",[163,2.589]],["name/989",[166,70.145]],["parent/989",[163,2.589]],["name/990",[167,70.145]],["parent/990",[163,2.589]],["name/991",[169,70.145]],["parent/991",[163,2.589]],["name/992",[170,70.145]],["parent/992",[163,2.589]],["name/993",[171,70.145]],["parent/993",[163,2.589]],["name/994",[172,70.145]],["parent/994",[163,2.589]],["name/995",[173,70.145]],["parent/995",[163,2.589]],["name/996",[174,70.145]],["parent/996",[163,2.589]],["name/997",[175,70.145]],["parent/997",[163,2.589]],["name/998",[176,70.145]],["parent/998",[163,2.589]],["name/999",[177,70.145]],["parent/999",[163,2.589]],["name/1000",[178,70.145]],["parent/1000",[163,2.589]],["name/1001",[179,70.145]],["parent/1001",[163,2.589]],["name/1002",[182,70.145]],["parent/1002",[163,2.589]],["name/1003",[183,70.145]],["parent/1003",[163,2.589]],["name/1004",[184,70.145]],["parent/1004",[163,2.589]],["name/1005",[180,70.145]],["parent/1005",[163,2.589]],["name/1006",[181,70.145]],["parent/1006",[163,2.589]],["name/1007",[187,70.145]],["parent/1007",[163,2.589]],["name/1008",[185,70.145]],["parent/1008",[163,2.589]],["name/1009",[186,70.145]],["parent/1009",[163,2.589]],["name/1010",[188,70.145]],["parent/1010",[163,2.589]],["name/1011",[189,70.145]],["parent/1011",[163,2.589]],["name/1012",[190,70.145]],["parent/1012",[163,2.589]],["name/1013",[191,70.145]],["parent/1013",[163,2.589]],["name/1014",[193,70.145]],["parent/1014",[163,2.589]],["name/1015",[194,70.145]],["parent/1015",[163,2.589]],["name/1016",[168,70.145]],["parent/1016",[163,2.589]],["name/1017",[195,70.145]],["parent/1017",[163,2.589]],["name/1018",[196,70.145]],["parent/1018",[163,2.589]],["name/1019",[199,70.145]],["parent/1019",[163,2.589]],["name/1020",[200,70.145]],["parent/1020",[163,2.589]],["name/1021",[201,70.145]],["parent/1021",[163,2.589]],["name/1022",[203,70.145]],["parent/1022",[163,2.589]],["name/1023",[202,70.145]],["parent/1023",[163,2.589]],["name/1024",[197,70.145]],["parent/1024",[163,2.589]],["name/1025",[198,70.145]],["parent/1025",[163,2.589]],["name/1026",[204,70.145]],["parent/1026",[163,2.589]],["name/1027",[205,70.145]],["parent/1027",[163,2.589]],["name/1028",[206,70.145]],["parent/1028",[163,2.589]],["name/1029",[207,70.145]],["parent/1029",[163,2.589]],["name/1030",[209,70.145]],["parent/1030",[163,2.589]],["name/1031",[210,70.145]],["parent/1031",[163,2.589]],["name/1032",[208,70.145]],["parent/1032",[163,2.589]],["name/1033",[211,70.145]],["parent/1033",[163,2.589]],["name/1034",[212,70.145]],["parent/1034",[163,2.589]],["name/1035",[213,70.145]],["parent/1035",[163,2.589]],["name/1036",[214,70.145]],["parent/1036",[163,2.589]],["name/1037",[215,70.145]],["parent/1037",[163,2.589]],["name/1038",[216,70.145]],["parent/1038",[163,2.589]],["name/1039",[217,70.145]],["parent/1039",[163,2.589]],["name/1040",[218,70.145]],["parent/1040",[163,2.589]],["name/1041",[219,70.145]],["parent/1041",[163,2.589]],["name/1042",[221,70.145]],["parent/1042",[163,2.589]],["name/1043",[222,70.145]],["parent/1043",[163,2.589]],["name/1044",[223,70.145]],["parent/1044",[163,2.589]],["name/1045",[220,70.145]],["parent/1045",[163,2.589]],["name/1046",[226,70.145]],["parent/1046",[163,2.589]],["name/1047",[227,70.145]],["parent/1047",[163,2.589]],["name/1048",[228,70.145]],["parent/1048",[163,2.589]],["name/1049",[229,70.145]],["parent/1049",[163,2.589]],["name/1050",[224,70.145]],["parent/1050",[163,2.589]],["name/1051",[225,70.145]],["parent/1051",[163,2.589]],["name/1052",[232,70.145]],["parent/1052",[163,2.589]],["name/1053",[233,70.145]],["parent/1053",[163,2.589]],["name/1054",[231,70.145]],["parent/1054",[163,2.589]],["name/1055",[230,70.145]],["parent/1055",[163,2.589]],["name/1056",[234,70.145]],["parent/1056",[163,2.589]],["name/1057",[235,70.145]],["parent/1057",[163,2.589]],["name/1058",[236,70.145]],["parent/1058",[163,2.589]],["name/1059",[237,70.145]],["parent/1059",[163,2.589]],["name/1060",[238,70.145]],["parent/1060",[163,2.589]],["name/1061",[192,70.145]],["parent/1061",[163,2.589]],["name/1062",[240,70.145]],["parent/1062",[163,2.589]],["name/1063",[241,70.145]],["parent/1063",[163,2.589]],["name/1064",[239,70.145]],["parent/1064",[163,2.589]],["name/1065",[242,70.145]],["parent/1065",[163,2.589]],["name/1066",[243,70.145]],["parent/1066",[163,2.589]],["name/1067",[244,70.145]],["parent/1067",[163,2.589]],["name/1068",[245,70.145]],["parent/1068",[163,2.589]],["name/1069",[246,70.145]],["parent/1069",[163,2.589]],["name/1070",[247,70.145]],["parent/1070",[163,2.589]],["name/1071",[248,70.145]],["parent/1071",[163,2.589]],["name/1072",[249,70.145]],["parent/1072",[163,2.589]],["name/1073",[250,70.145]],["parent/1073",[163,2.589]],["name/1074",[251,70.145]],["parent/1074",[163,2.589]],["name/1075",[254,70.145]],["parent/1075",[163,2.589]],["name/1076",[255,70.145]],["parent/1076",[163,2.589]],["name/1077",[252,70.145]],["parent/1077",[163,2.589]],["name/1078",[253,70.145]],["parent/1078",[163,2.589]],["name/1079",[256,70.145]],["parent/1079",[163,2.589]],["name/1080",[257,70.145]],["parent/1080",[163,2.589]],["name/1081",[258,70.145]],["parent/1081",[163,2.589]],["name/1082",[259,70.145]],["parent/1082",[163,2.589]],["name/1083",[260,70.145]],["parent/1083",[163,2.589]],["name/1084",[261,70.145]],["parent/1084",[163,2.589]],["name/1085",[262,70.145]],["parent/1085",[163,2.589]],["name/1086",[263,70.145]],["parent/1086",[163,2.589]],["name/1087",[264,70.145]],["parent/1087",[163,2.589]],["name/1088",[265,70.145]],["parent/1088",[163,2.589]],["name/1089",[266,70.145]],["parent/1089",[163,2.589]],["name/1090",[267,70.145]],["parent/1090",[163,2.589]],["name/1091",[268,70.145]],["parent/1091",[163,2.589]],["name/1092",[269,70.145]],["parent/1092",[163,2.589]],["name/1093",[270,70.145]],["parent/1093",[163,2.589]],["name/1094",[271,70.145]],["parent/1094",[163,2.589]],["name/1095",[272,70.145]],["parent/1095",[163,2.589]],["name/1096",[273,70.145]],["parent/1096",[163,2.589]],["name/1097",[274,70.145]],["parent/1097",[163,2.589]],["name/1098",[275,70.145]],["parent/1098",[163,2.589]],["name/1099",[276,70.145]],["parent/1099",[163,2.589]],["name/1100",[277,70.145]],["parent/1100",[163,2.589]],["name/1101",[278,70.145]],["parent/1101",[163,2.589]],["name/1102",[279,70.145]],["parent/1102",[163,2.589]],["name/1103",[280,70.145]],["parent/1103",[163,2.589]],["name/1104",[281,70.145]],["parent/1104",[163,2.589]],["name/1105",[282,70.145]],["parent/1105",[163,2.589]],["name/1106",[283,70.145]],["parent/1106",[163,2.589]],["name/1107",[355,81.131]],["parent/1107",[163,2.589]],["name/1108",[353,70.145]],["parent/1108",[356,3.701]],["name/1109",[354,70.145]],["parent/1109",[356,3.701]],["name/1110",[164,70.145]],["parent/1110",[356,3.701]],["name/1111",[165,70.145]],["parent/1111",[356,3.701]],["name/1112",[166,70.145]],["parent/1112",[356,3.701]],["name/1113",[167,70.145]],["parent/1113",[356,3.701]],["name/1114",[169,70.145]],["parent/1114",[356,3.701]],["name/1115",[170,70.145]],["parent/1115",[356,3.701]],["name/1116",[171,70.145]],["parent/1116",[356,3.701]],["name/1117",[172,70.145]],["parent/1117",[356,3.701]],["name/1118",[173,70.145]],["parent/1118",[356,3.701]],["name/1119",[174,70.145]],["parent/1119",[356,3.701]],["name/1120",[175,70.145]],["parent/1120",[356,3.701]],["name/1121",[176,70.145]],["parent/1121",[356,3.701]],["name/1122",[177,70.145]],["parent/1122",[356,3.701]],["name/1123",[178,70.145]],["parent/1123",[356,3.701]],["name/1124",[179,70.145]],["parent/1124",[356,3.701]],["name/1125",[182,70.145]],["parent/1125",[356,3.701]],["name/1126",[183,70.145]],["parent/1126",[356,3.701]],["name/1127",[184,70.145]],["parent/1127",[356,3.701]],["name/1128",[180,70.145]],["parent/1128",[356,3.701]],["name/1129",[181,70.145]],["parent/1129",[356,3.701]],["name/1130",[187,70.145]],["parent/1130",[356,3.701]],["name/1131",[185,70.145]],["parent/1131",[356,3.701]],["name/1132",[186,70.145]],["parent/1132",[356,3.701]],["name/1133",[188,70.145]],["parent/1133",[356,3.701]],["name/1134",[189,70.145]],["parent/1134",[356,3.701]],["name/1135",[190,70.145]],["parent/1135",[356,3.701]],["name/1136",[191,70.145]],["parent/1136",[356,3.701]],["name/1137",[193,70.145]],["parent/1137",[356,3.701]],["name/1138",[194,70.145]],["parent/1138",[356,3.701]],["name/1139",[168,70.145]],["parent/1139",[356,3.701]],["name/1140",[195,70.145]],["parent/1140",[356,3.701]],["name/1141",[196,70.145]],["parent/1141",[356,3.701]],["name/1142",[199,70.145]],["parent/1142",[356,3.701]],["name/1143",[200,70.145]],["parent/1143",[356,3.701]],["name/1144",[201,70.145]],["parent/1144",[356,3.701]],["name/1145",[203,70.145]],["parent/1145",[356,3.701]],["name/1146",[202,70.145]],["parent/1146",[356,3.701]],["name/1147",[197,70.145]],["parent/1147",[356,3.701]],["name/1148",[198,70.145]],["parent/1148",[356,3.701]],["name/1149",[204,70.145]],["parent/1149",[356,3.701]],["name/1150",[205,70.145]],["parent/1150",[356,3.701]],["name/1151",[206,70.145]],["parent/1151",[356,3.701]],["name/1152",[207,70.145]],["parent/1152",[356,3.701]],["name/1153",[209,70.145]],["parent/1153",[356,3.701]],["name/1154",[210,70.145]],["parent/1154",[356,3.701]],["name/1155",[208,70.145]],["parent/1155",[356,3.701]],["name/1156",[211,70.145]],["parent/1156",[356,3.701]],["name/1157",[212,70.145]],["parent/1157",[356,3.701]],["name/1158",[213,70.145]],["parent/1158",[356,3.701]],["name/1159",[214,70.145]],["parent/1159",[356,3.701]],["name/1160",[215,70.145]],["parent/1160",[356,3.701]],["name/1161",[216,70.145]],["parent/1161",[356,3.701]],["name/1162",[217,70.145]],["parent/1162",[356,3.701]],["name/1163",[218,70.145]],["parent/1163",[356,3.701]],["name/1164",[219,70.145]],["parent/1164",[356,3.701]],["name/1165",[221,70.145]],["parent/1165",[356,3.701]],["name/1166",[222,70.145]],["parent/1166",[356,3.701]],["name/1167",[223,70.145]],["parent/1167",[356,3.701]],["name/1168",[220,70.145]],["parent/1168",[356,3.701]],["name/1169",[226,70.145]],["parent/1169",[356,3.701]],["name/1170",[227,70.145]],["parent/1170",[356,3.701]],["name/1171",[228,70.145]],["parent/1171",[356,3.701]],["name/1172",[229,70.145]],["parent/1172",[356,3.701]],["name/1173",[224,70.145]],["parent/1173",[356,3.701]],["name/1174",[225,70.145]],["parent/1174",[356,3.701]],["name/1175",[232,70.145]],["parent/1175",[356,3.701]],["name/1176",[233,70.145]],["parent/1176",[356,3.701]],["name/1177",[231,70.145]],["parent/1177",[356,3.701]],["name/1178",[230,70.145]],["parent/1178",[356,3.701]],["name/1179",[234,70.145]],["parent/1179",[356,3.701]],["name/1180",[235,70.145]],["parent/1180",[356,3.701]],["name/1181",[236,70.145]],["parent/1181",[356,3.701]],["name/1182",[237,70.145]],["parent/1182",[356,3.701]],["name/1183",[238,70.145]],["parent/1183",[356,3.701]],["name/1184",[192,70.145]],["parent/1184",[356,3.701]],["name/1185",[240,70.145]],["parent/1185",[356,3.701]],["name/1186",[241,70.145]],["parent/1186",[356,3.701]],["name/1187",[239,70.145]],["parent/1187",[356,3.701]],["name/1188",[242,70.145]],["parent/1188",[356,3.701]],["name/1189",[243,70.145]],["parent/1189",[356,3.701]],["name/1190",[244,70.145]],["parent/1190",[356,3.701]],["name/1191",[245,70.145]],["parent/1191",[356,3.701]],["name/1192",[246,70.145]],["parent/1192",[356,3.701]],["name/1193",[247,70.145]],["parent/1193",[356,3.701]],["name/1194",[248,70.145]],["parent/1194",[356,3.701]],["name/1195",[249,70.145]],["parent/1195",[356,3.701]],["name/1196",[250,70.145]],["parent/1196",[356,3.701]],["name/1197",[251,70.145]],["parent/1197",[356,3.701]],["name/1198",[254,70.145]],["parent/1198",[356,3.701]],["name/1199",[255,70.145]],["parent/1199",[356,3.701]],["name/1200",[252,70.145]],["parent/1200",[356,3.701]],["name/1201",[253,70.145]],["parent/1201",[356,3.701]],["name/1202",[256,70.145]],["parent/1202",[356,3.701]],["name/1203",[257,70.145]],["parent/1203",[356,3.701]],["name/1204",[258,70.145]],["parent/1204",[356,3.701]],["name/1205",[259,70.145]],["parent/1205",[356,3.701]],["name/1206",[260,70.145]],["parent/1206",[356,3.701]],["name/1207",[261,70.145]],["parent/1207",[356,3.701]],["name/1208",[262,70.145]],["parent/1208",[356,3.701]],["name/1209",[263,70.145]],["parent/1209",[356,3.701]],["name/1210",[264,70.145]],["parent/1210",[356,3.701]],["name/1211",[265,70.145]],["parent/1211",[356,3.701]],["name/1212",[266,70.145]],["parent/1212",[356,3.701]],["name/1213",[267,70.145]],["parent/1213",[356,3.701]],["name/1214",[268,70.145]],["parent/1214",[356,3.701]],["name/1215",[269,70.145]],["parent/1215",[356,3.701]],["name/1216",[270,70.145]],["parent/1216",[356,3.701]],["name/1217",[271,70.145]],["parent/1217",[356,3.701]],["name/1218",[272,70.145]],["parent/1218",[356,3.701]],["name/1219",[273,70.145]],["parent/1219",[356,3.701]],["name/1220",[274,70.145]],["parent/1220",[356,3.701]],["name/1221",[275,70.145]],["parent/1221",[356,3.701]],["name/1222",[276,70.145]],["parent/1222",[356,3.701]],["name/1223",[277,70.145]],["parent/1223",[356,3.701]],["name/1224",[278,70.145]],["parent/1224",[356,3.701]],["name/1225",[279,70.145]],["parent/1225",[356,3.701]],["name/1226",[280,70.145]],["parent/1226",[356,3.701]],["name/1227",[281,70.145]],["parent/1227",[356,3.701]],["name/1228",[282,70.145]],["parent/1228",[356,3.701]],["name/1229",[283,70.145]],["parent/1229",[356,3.701]],["name/1230",[357,53.616]],["parent/1230",[]],["name/1231",[1,44.496]],["parent/1231",[357,5.348]],["name/1232",[358,70.145]],["parent/1232",[357,5.348]],["name/1233",[357,53.616]],["parent/1233",[357,5.348]],["name/1234",[68,38.694]],["parent/1234",[357,5.348]],["name/1235",[358,70.145]],["parent/1235",[357,5.348]],["name/1236",[357,53.616]],["parent/1236",[357,5.348]],["name/1237",[68,38.694]],["parent/1237",[357,5.348]],["name/1238",[357,53.616]],["parent/1238",[357,5.348]],["name/1239",[60,51.342]],["parent/1239",[359,6.796]],["name/1240",[360,81.131]],["parent/1240",[359,6.796]],["name/1241",[361,81.131]],["parent/1241",[359,6.796]],["name/1242",[362,81.131]],["parent/1242",[359,6.796]],["name/1243",[63,51.009]],["parent/1243",[359,6.796]],["name/1244",[357,53.616]],["parent/1244",[357,5.348]],["name/1245",[1,44.496]],["parent/1245",[357,5.348]],["name/1246",[357,53.616]],["parent/1246",[357,5.348]],["name/1247",[358,70.145]],["parent/1247",[357,5.348]],["name/1248",[357,53.616]],["parent/1248",[357,5.348]],["name/1249",[68,38.694]],["parent/1249",[357,5.348]],["name/1250",[363,81.131]],["parent/1250",[357,5.348]],["name/1251",[358,70.145]],["parent/1251",[364,7.247]],["name/1252",[357,53.616]],["parent/1252",[364,7.247]],["name/1253",[68,38.694]],["parent/1253",[364,7.247]],["name/1254",[365,36.705]],["parent/1254",[]],["name/1255",[1,44.496]],["parent/1255",[365,3.661]],["name/1256",[20,49.213]],["parent/1256",[365,3.661]],["name/1257",[21,49.213]],["parent/1257",[365,3.661]],["name/1258",[22,49.213]],["parent/1258",[365,3.661]],["name/1259",[23,49.213]],["parent/1259",[365,3.661]],["name/1260",[24,49.213]],["parent/1260",[365,3.661]],["name/1261",[25,49.213]],["parent/1261",[365,3.661]],["name/1262",[26,49.213]],["parent/1262",[365,3.661]],["name/1263",[27,49.213]],["parent/1263",[365,3.661]],["name/1264",[28,49.213]],["parent/1264",[365,3.661]],["name/1265",[29,49.213]],["parent/1265",[365,3.661]],["name/1266",[30,49.213]],["parent/1266",[365,3.661]],["name/1267",[31,49.213]],["parent/1267",[365,3.661]],["name/1268",[32,49.213]],["parent/1268",[365,3.661]],["name/1269",[33,49.213]],["parent/1269",[365,3.661]],["name/1270",[34,49.213]],["parent/1270",[365,3.661]],["name/1271",[35,49.213]],["parent/1271",[365,3.661]],["name/1272",[36,49.213]],["parent/1272",[365,3.661]],["name/1273",[37,49.213]],["parent/1273",[365,3.661]],["name/1274",[38,49.213]],["parent/1274",[365,3.661]],["name/1275",[39,49.213]],["parent/1275",[365,3.661]],["name/1276",[366,70.145]],["parent/1276",[365,3.661]],["name/1277",[367,70.145]],["parent/1277",[365,3.661]],["name/1278",[368,70.145]],["parent/1278",[365,3.661]],["name/1279",[369,70.145]],["parent/1279",[365,3.661]],["name/1280",[370,70.145]],["parent/1280",[365,3.661]],["name/1281",[371,70.145]],["parent/1281",[365,3.661]],["name/1282",[372,70.145]],["parent/1282",[365,3.661]],["name/1283",[373,70.145]],["parent/1283",[365,3.661]],["name/1284",[374,70.145]],["parent/1284",[365,3.661]],["name/1285",[375,70.145]],["parent/1285",[365,3.661]],["name/1286",[42,49.213]],["parent/1286",[365,3.661]],["name/1287",[43,49.213]],["parent/1287",[365,3.661]],["name/1288",[376,70.145]],["parent/1288",[365,3.661]],["name/1289",[377,70.145]],["parent/1289",[365,3.661]],["name/1290",[68,38.694]],["parent/1290",[365,3.661]],["name/1291",[41,44.844]],["parent/1291",[365,3.661]],["name/1292",[44,49.213]],["parent/1292",[365,3.661]],["name/1293",[58,43.519]],["parent/1293",[365,3.661]],["name/1294",[59,49.213]],["parent/1294",[365,3.661]],["name/1295",[38,49.213]],["parent/1295",[365,3.661]],["name/1296",[39,49.213]],["parent/1296",[365,3.661]],["name/1297",[25,49.213]],["parent/1297",[365,3.661]],["name/1298",[369,70.145]],["parent/1298",[365,3.661]],["name/1299",[370,70.145]],["parent/1299",[365,3.661]],["name/1300",[371,70.145]],["parent/1300",[365,3.661]],["name/1301",[372,70.145]],["parent/1301",[365,3.661]],["name/1302",[373,70.145]],["parent/1302",[365,3.661]],["name/1303",[374,70.145]],["parent/1303",[365,3.661]],["name/1304",[375,70.145]],["parent/1304",[365,3.661]],["name/1305",[376,70.145]],["parent/1305",[365,3.661]],["name/1306",[377,70.145]],["parent/1306",[365,3.661]],["name/1307",[368,70.145]],["parent/1307",[365,3.661]],["name/1308",[68,38.694]],["parent/1308",[365,3.661]],["name/1309",[37,49.213]],["parent/1309",[365,3.661]],["name/1310",[26,49.213]],["parent/1310",[365,3.661]],["name/1311",[23,49.213]],["parent/1311",[365,3.661]],["name/1312",[24,49.213]],["parent/1312",[365,3.661]],["name/1313",[41,44.844]],["parent/1313",[365,3.661]],["name/1314",[44,49.213]],["parent/1314",[365,3.661]],["name/1315",[28,49.213]],["parent/1315",[365,3.661]],["name/1316",[29,49.213]],["parent/1316",[365,3.661]],["name/1317",[32,49.213]],["parent/1317",[365,3.661]],["name/1318",[33,49.213]],["parent/1318",[365,3.661]],["name/1319",[36,49.213]],["parent/1319",[365,3.661]],["name/1320",[34,49.213]],["parent/1320",[365,3.661]],["name/1321",[35,49.213]],["parent/1321",[365,3.661]],["name/1322",[366,70.145]],["parent/1322",[365,3.661]],["name/1323",[367,70.145]],["parent/1323",[365,3.661]],["name/1324",[58,43.519]],["parent/1324",[365,3.661]],["name/1325",[59,49.213]],["parent/1325",[365,3.661]],["name/1326",[42,49.213]],["parent/1326",[365,3.661]],["name/1327",[43,49.213]],["parent/1327",[365,3.661]],["name/1328",[30,49.213]],["parent/1328",[365,3.661]],["name/1329",[31,49.213]],["parent/1329",[365,3.661]],["name/1330",[21,49.213]],["parent/1330",[365,3.661]],["name/1331",[22,49.213]],["parent/1331",[365,3.661]],["name/1332",[20,49.213]],["parent/1332",[365,3.661]],["name/1333",[27,49.213]],["parent/1333",[365,3.661]],["name/1334",[365,36.705]],["parent/1334",[365,3.661]],["name/1335",[60,51.342]],["parent/1335",[378,6.06]],["name/1336",[379,81.131]],["parent/1336",[378,6.06]],["name/1337",[380,81.131]],["parent/1337",[378,6.06]],["name/1338",[381,81.131]],["parent/1338",[378,6.06]],["name/1339",[382,81.131]],["parent/1339",[378,6.06]],["name/1340",[383,81.131]],["parent/1340",[378,6.06]],["name/1341",[384,81.131]],["parent/1341",[378,6.06]],["name/1342",[385,81.131]],["parent/1342",[378,6.06]],["name/1343",[386,81.131]],["parent/1343",[378,6.06]],["name/1344",[387,81.131]],["parent/1344",[378,6.06]],["name/1345",[63,51.009]],["parent/1345",[378,6.06]],["name/1346",[365,36.705]],["parent/1346",[365,3.661]],["name/1347",[1,44.496]],["parent/1347",[365,3.661]],["name/1348",[365,36.705]],["parent/1348",[365,3.661]],["name/1349",[38,49.213]],["parent/1349",[365,3.661]],["name/1350",[39,49.213]],["parent/1350",[365,3.661]],["name/1351",[25,49.213]],["parent/1351",[365,3.661]],["name/1352",[369,70.145]],["parent/1352",[365,3.661]],["name/1353",[370,70.145]],["parent/1353",[365,3.661]],["name/1354",[371,70.145]],["parent/1354",[365,3.661]],["name/1355",[372,70.145]],["parent/1355",[365,3.661]],["name/1356",[373,70.145]],["parent/1356",[365,3.661]],["name/1357",[374,70.145]],["parent/1357",[365,3.661]],["name/1358",[375,70.145]],["parent/1358",[365,3.661]],["name/1359",[376,70.145]],["parent/1359",[365,3.661]],["name/1360",[377,70.145]],["parent/1360",[365,3.661]],["name/1361",[368,70.145]],["parent/1361",[365,3.661]],["name/1362",[68,38.694]],["parent/1362",[365,3.661]],["name/1363",[37,49.213]],["parent/1363",[365,3.661]],["name/1364",[26,49.213]],["parent/1364",[365,3.661]],["name/1365",[23,49.213]],["parent/1365",[365,3.661]],["name/1366",[24,49.213]],["parent/1366",[365,3.661]],["name/1367",[41,44.844]],["parent/1367",[365,3.661]],["name/1368",[44,49.213]],["parent/1368",[365,3.661]],["name/1369",[28,49.213]],["parent/1369",[365,3.661]],["name/1370",[29,49.213]],["parent/1370",[365,3.661]],["name/1371",[32,49.213]],["parent/1371",[365,3.661]],["name/1372",[33,49.213]],["parent/1372",[365,3.661]],["name/1373",[36,49.213]],["parent/1373",[365,3.661]],["name/1374",[34,49.213]],["parent/1374",[365,3.661]],["name/1375",[35,49.213]],["parent/1375",[365,3.661]],["name/1376",[366,70.145]],["parent/1376",[365,3.661]],["name/1377",[367,70.145]],["parent/1377",[365,3.661]],["name/1378",[58,43.519]],["parent/1378",[365,3.661]],["name/1379",[59,49.213]],["parent/1379",[365,3.661]],["name/1380",[42,49.213]],["parent/1380",[365,3.661]],["name/1381",[43,49.213]],["parent/1381",[365,3.661]],["name/1382",[30,49.213]],["parent/1382",[365,3.661]],["name/1383",[31,49.213]],["parent/1383",[365,3.661]],["name/1384",[21,49.213]],["parent/1384",[365,3.661]],["name/1385",[22,49.213]],["parent/1385",[365,3.661]],["name/1386",[20,49.213]],["parent/1386",[365,3.661]],["name/1387",[27,49.213]],["parent/1387",[365,3.661]],["name/1388",[388,81.131]],["parent/1388",[365,3.661]],["name/1389",[38,49.213]],["parent/1389",[389,4.83]],["name/1390",[39,49.213]],["parent/1390",[389,4.83]],["name/1391",[25,49.213]],["parent/1391",[389,4.83]],["name/1392",[369,70.145]],["parent/1392",[389,4.83]],["name/1393",[370,70.145]],["parent/1393",[389,4.83]],["name/1394",[371,70.145]],["parent/1394",[389,4.83]],["name/1395",[372,70.145]],["parent/1395",[389,4.83]],["name/1396",[373,70.145]],["parent/1396",[389,4.83]],["name/1397",[374,70.145]],["parent/1397",[389,4.83]],["name/1398",[375,70.145]],["parent/1398",[389,4.83]],["name/1399",[376,70.145]],["parent/1399",[389,4.83]],["name/1400",[377,70.145]],["parent/1400",[389,4.83]],["name/1401",[368,70.145]],["parent/1401",[389,4.83]],["name/1402",[68,38.694]],["parent/1402",[389,4.83]],["name/1403",[37,49.213]],["parent/1403",[389,4.83]],["name/1404",[26,49.213]],["parent/1404",[389,4.83]],["name/1405",[23,49.213]],["parent/1405",[389,4.83]],["name/1406",[24,49.213]],["parent/1406",[389,4.83]],["name/1407",[41,44.844]],["parent/1407",[389,4.83]],["name/1408",[44,49.213]],["parent/1408",[389,4.83]],["name/1409",[28,49.213]],["parent/1409",[389,4.83]],["name/1410",[29,49.213]],["parent/1410",[389,4.83]],["name/1411",[32,49.213]],["parent/1411",[389,4.83]],["name/1412",[33,49.213]],["parent/1412",[389,4.83]],["name/1413",[36,49.213]],["parent/1413",[389,4.83]],["name/1414",[34,49.213]],["parent/1414",[389,4.83]],["name/1415",[35,49.213]],["parent/1415",[389,4.83]],["name/1416",[366,70.145]],["parent/1416",[389,4.83]],["name/1417",[367,70.145]],["parent/1417",[389,4.83]],["name/1418",[58,43.519]],["parent/1418",[389,4.83]],["name/1419",[59,49.213]],["parent/1419",[389,4.83]],["name/1420",[42,49.213]],["parent/1420",[389,4.83]],["name/1421",[43,49.213]],["parent/1421",[389,4.83]],["name/1422",[30,49.213]],["parent/1422",[389,4.83]],["name/1423",[31,49.213]],["parent/1423",[389,4.83]],["name/1424",[21,49.213]],["parent/1424",[389,4.83]],["name/1425",[22,49.213]],["parent/1425",[389,4.83]],["name/1426",[20,49.213]],["parent/1426",[389,4.83]],["name/1427",[27,49.213]],["parent/1427",[389,4.83]],["name/1428",[390,36.472]],["parent/1428",[]],["name/1429",[1,44.496]],["parent/1429",[390,3.638]],["name/1430",[20,49.213]],["parent/1430",[390,3.638]],["name/1431",[21,49.213]],["parent/1431",[390,3.638]],["name/1432",[22,49.213]],["parent/1432",[390,3.638]],["name/1433",[23,49.213]],["parent/1433",[390,3.638]],["name/1434",[24,49.213]],["parent/1434",[390,3.638]],["name/1435",[25,49.213]],["parent/1435",[390,3.638]],["name/1436",[26,49.213]],["parent/1436",[390,3.638]],["name/1437",[27,49.213]],["parent/1437",[390,3.638]],["name/1438",[28,49.213]],["parent/1438",[390,3.638]],["name/1439",[29,49.213]],["parent/1439",[390,3.638]],["name/1440",[30,49.213]],["parent/1440",[390,3.638]],["name/1441",[31,49.213]],["parent/1441",[390,3.638]],["name/1442",[32,49.213]],["parent/1442",[390,3.638]],["name/1443",[33,49.213]],["parent/1443",[390,3.638]],["name/1444",[34,49.213]],["parent/1444",[390,3.638]],["name/1445",[35,49.213]],["parent/1445",[390,3.638]],["name/1446",[36,49.213]],["parent/1446",[390,3.638]],["name/1447",[37,49.213]],["parent/1447",[390,3.638]],["name/1448",[38,49.213]],["parent/1448",[390,3.638]],["name/1449",[39,49.213]],["parent/1449",[390,3.638]],["name/1450",[391,70.145]],["parent/1450",[390,3.638]],["name/1451",[392,63.785]],["parent/1451",[390,3.638]],["name/1452",[393,63.785]],["parent/1452",[390,3.638]],["name/1453",[394,70.145]],["parent/1453",[390,3.638]],["name/1454",[395,70.145]],["parent/1454",[390,3.638]],["name/1455",[396,70.145]],["parent/1455",[390,3.638]],["name/1456",[397,70.145]],["parent/1456",[390,3.638]],["name/1457",[398,70.145]],["parent/1457",[390,3.638]],["name/1458",[399,70.145]],["parent/1458",[390,3.638]],["name/1459",[400,70.145]],["parent/1459",[390,3.638]],["name/1460",[42,49.213]],["parent/1460",[390,3.638]],["name/1461",[43,49.213]],["parent/1461",[390,3.638]],["name/1462",[401,70.145]],["parent/1462",[390,3.638]],["name/1463",[402,70.145]],["parent/1463",[390,3.638]],["name/1464",[403,70.145]],["parent/1464",[390,3.638]],["name/1465",[68,38.694]],["parent/1465",[390,3.638]],["name/1466",[41,44.844]],["parent/1466",[390,3.638]],["name/1467",[44,49.213]],["parent/1467",[390,3.638]],["name/1468",[58,43.519]],["parent/1468",[390,3.638]],["name/1469",[59,49.213]],["parent/1469",[390,3.638]],["name/1470",[38,49.213]],["parent/1470",[390,3.638]],["name/1471",[39,49.213]],["parent/1471",[390,3.638]],["name/1472",[25,49.213]],["parent/1472",[390,3.638]],["name/1473",[391,70.145]],["parent/1473",[390,3.638]],["name/1474",[393,63.785]],["parent/1474",[390,3.638]],["name/1475",[392,63.785]],["parent/1475",[390,3.638]],["name/1476",[394,70.145]],["parent/1476",[390,3.638]],["name/1477",[396,70.145]],["parent/1477",[390,3.638]],["name/1478",[397,70.145]],["parent/1478",[390,3.638]],["name/1479",[398,70.145]],["parent/1479",[390,3.638]],["name/1480",[399,70.145]],["parent/1480",[390,3.638]],["name/1481",[400,70.145]],["parent/1481",[390,3.638]],["name/1482",[395,70.145]],["parent/1482",[390,3.638]],["name/1483",[401,70.145]],["parent/1483",[390,3.638]],["name/1484",[402,70.145]],["parent/1484",[390,3.638]],["name/1485",[403,70.145]],["parent/1485",[390,3.638]],["name/1486",[68,38.694]],["parent/1486",[390,3.638]],["name/1487",[37,49.213]],["parent/1487",[390,3.638]],["name/1488",[26,49.213]],["parent/1488",[390,3.638]],["name/1489",[23,49.213]],["parent/1489",[390,3.638]],["name/1490",[24,49.213]],["parent/1490",[390,3.638]],["name/1491",[41,44.844]],["parent/1491",[390,3.638]],["name/1492",[44,49.213]],["parent/1492",[390,3.638]],["name/1493",[28,49.213]],["parent/1493",[390,3.638]],["name/1494",[29,49.213]],["parent/1494",[390,3.638]],["name/1495",[32,49.213]],["parent/1495",[390,3.638]],["name/1496",[33,49.213]],["parent/1496",[390,3.638]],["name/1497",[36,49.213]],["parent/1497",[390,3.638]],["name/1498",[34,49.213]],["parent/1498",[390,3.638]],["name/1499",[35,49.213]],["parent/1499",[390,3.638]],["name/1500",[58,43.519]],["parent/1500",[390,3.638]],["name/1501",[59,49.213]],["parent/1501",[390,3.638]],["name/1502",[42,49.213]],["parent/1502",[390,3.638]],["name/1503",[43,49.213]],["parent/1503",[390,3.638]],["name/1504",[30,49.213]],["parent/1504",[390,3.638]],["name/1505",[31,49.213]],["parent/1505",[390,3.638]],["name/1506",[21,49.213]],["parent/1506",[390,3.638]],["name/1507",[22,49.213]],["parent/1507",[390,3.638]],["name/1508",[20,49.213]],["parent/1508",[390,3.638]],["name/1509",[27,49.213]],["parent/1509",[390,3.638]],["name/1510",[390,36.472]],["parent/1510",[390,3.638]],["name/1511",[60,51.342]],["parent/1511",[404,5.642]],["name/1512",[405,81.131]],["parent/1512",[404,5.642]],["name/1513",[406,81.131]],["parent/1513",[404,5.642]],["name/1514",[407,81.131]],["parent/1514",[404,5.642]],["name/1515",[408,81.131]],["parent/1515",[404,5.642]],["name/1516",[409,81.131]],["parent/1516",[404,5.642]],["name/1517",[410,81.131]],["parent/1517",[404,5.642]],["name/1518",[411,81.131]],["parent/1518",[404,5.642]],["name/1519",[412,81.131]],["parent/1519",[404,5.642]],["name/1520",[413,81.131]],["parent/1520",[404,5.642]],["name/1521",[414,81.131]],["parent/1521",[404,5.642]],["name/1522",[415,81.131]],["parent/1522",[404,5.642]],["name/1523",[416,81.131]],["parent/1523",[404,5.642]],["name/1524",[417,81.131]],["parent/1524",[404,5.642]],["name/1525",[418,81.131]],["parent/1525",[404,5.642]],["name/1526",[419,81.131]],["parent/1526",[404,5.642]],["name/1527",[63,51.009]],["parent/1527",[404,5.642]],["name/1528",[390,36.472]],["parent/1528",[390,3.638]],["name/1529",[1,44.496]],["parent/1529",[390,3.638]],["name/1530",[390,36.472]],["parent/1530",[390,3.638]],["name/1531",[38,49.213]],["parent/1531",[390,3.638]],["name/1532",[39,49.213]],["parent/1532",[390,3.638]],["name/1533",[25,49.213]],["parent/1533",[390,3.638]],["name/1534",[391,70.145]],["parent/1534",[390,3.638]],["name/1535",[393,63.785]],["parent/1535",[390,3.638]],["name/1536",[392,63.785]],["parent/1536",[390,3.638]],["name/1537",[394,70.145]],["parent/1537",[390,3.638]],["name/1538",[396,70.145]],["parent/1538",[390,3.638]],["name/1539",[397,70.145]],["parent/1539",[390,3.638]],["name/1540",[398,70.145]],["parent/1540",[390,3.638]],["name/1541",[399,70.145]],["parent/1541",[390,3.638]],["name/1542",[400,70.145]],["parent/1542",[390,3.638]],["name/1543",[395,70.145]],["parent/1543",[390,3.638]],["name/1544",[401,70.145]],["parent/1544",[390,3.638]],["name/1545",[402,70.145]],["parent/1545",[390,3.638]],["name/1546",[403,70.145]],["parent/1546",[390,3.638]],["name/1547",[68,38.694]],["parent/1547",[390,3.638]],["name/1548",[37,49.213]],["parent/1548",[390,3.638]],["name/1549",[26,49.213]],["parent/1549",[390,3.638]],["name/1550",[23,49.213]],["parent/1550",[390,3.638]],["name/1551",[24,49.213]],["parent/1551",[390,3.638]],["name/1552",[41,44.844]],["parent/1552",[390,3.638]],["name/1553",[44,49.213]],["parent/1553",[390,3.638]],["name/1554",[28,49.213]],["parent/1554",[390,3.638]],["name/1555",[29,49.213]],["parent/1555",[390,3.638]],["name/1556",[32,49.213]],["parent/1556",[390,3.638]],["name/1557",[33,49.213]],["parent/1557",[390,3.638]],["name/1558",[36,49.213]],["parent/1558",[390,3.638]],["name/1559",[34,49.213]],["parent/1559",[390,3.638]],["name/1560",[35,49.213]],["parent/1560",[390,3.638]],["name/1561",[58,43.519]],["parent/1561",[390,3.638]],["name/1562",[59,49.213]],["parent/1562",[390,3.638]],["name/1563",[42,49.213]],["parent/1563",[390,3.638]],["name/1564",[43,49.213]],["parent/1564",[390,3.638]],["name/1565",[30,49.213]],["parent/1565",[390,3.638]],["name/1566",[31,49.213]],["parent/1566",[390,3.638]],["name/1567",[21,49.213]],["parent/1567",[390,3.638]],["name/1568",[22,49.213]],["parent/1568",[390,3.638]],["name/1569",[20,49.213]],["parent/1569",[390,3.638]],["name/1570",[27,49.213]],["parent/1570",[390,3.638]],["name/1571",[420,81.131]],["parent/1571",[390,3.638]],["name/1572",[38,49.213]],["parent/1572",[421,4.805]],["name/1573",[39,49.213]],["parent/1573",[421,4.805]],["name/1574",[25,49.213]],["parent/1574",[421,4.805]],["name/1575",[391,70.145]],["parent/1575",[421,4.805]],["name/1576",[393,63.785]],["parent/1576",[421,4.805]],["name/1577",[392,63.785]],["parent/1577",[421,4.805]],["name/1578",[394,70.145]],["parent/1578",[421,4.805]],["name/1579",[396,70.145]],["parent/1579",[421,4.805]],["name/1580",[397,70.145]],["parent/1580",[421,4.805]],["name/1581",[398,70.145]],["parent/1581",[421,4.805]],["name/1582",[399,70.145]],["parent/1582",[421,4.805]],["name/1583",[400,70.145]],["parent/1583",[421,4.805]],["name/1584",[395,70.145]],["parent/1584",[421,4.805]],["name/1585",[401,70.145]],["parent/1585",[421,4.805]],["name/1586",[402,70.145]],["parent/1586",[421,4.805]],["name/1587",[403,70.145]],["parent/1587",[421,4.805]],["name/1588",[68,38.694]],["parent/1588",[421,4.805]],["name/1589",[37,49.213]],["parent/1589",[421,4.805]],["name/1590",[26,49.213]],["parent/1590",[421,4.805]],["name/1591",[23,49.213]],["parent/1591",[421,4.805]],["name/1592",[24,49.213]],["parent/1592",[421,4.805]],["name/1593",[41,44.844]],["parent/1593",[421,4.805]],["name/1594",[44,49.213]],["parent/1594",[421,4.805]],["name/1595",[28,49.213]],["parent/1595",[421,4.805]],["name/1596",[29,49.213]],["parent/1596",[421,4.805]],["name/1597",[32,49.213]],["parent/1597",[421,4.805]],["name/1598",[33,49.213]],["parent/1598",[421,4.805]],["name/1599",[36,49.213]],["parent/1599",[421,4.805]],["name/1600",[34,49.213]],["parent/1600",[421,4.805]],["name/1601",[35,49.213]],["parent/1601",[421,4.805]],["name/1602",[58,43.519]],["parent/1602",[421,4.805]],["name/1603",[59,49.213]],["parent/1603",[421,4.805]],["name/1604",[42,49.213]],["parent/1604",[421,4.805]],["name/1605",[43,49.213]],["parent/1605",[421,4.805]],["name/1606",[30,49.213]],["parent/1606",[421,4.805]],["name/1607",[31,49.213]],["parent/1607",[421,4.805]],["name/1608",[21,49.213]],["parent/1608",[421,4.805]],["name/1609",[22,49.213]],["parent/1609",[421,4.805]],["name/1610",[20,49.213]],["parent/1610",[421,4.805]],["name/1611",[27,49.213]],["parent/1611",[421,4.805]],["name/1612",[422,37.693]],["parent/1612",[]],["name/1613",[1,44.496]],["parent/1613",[422,3.759]],["name/1614",[423,70.145]],["parent/1614",[422,3.759]],["name/1615",[424,70.145]],["parent/1615",[422,3.759]],["name/1616",[95,59.929]],["parent/1616",[422,3.759]],["name/1617",[425,70.145]],["parent/1617",[422,3.759]],["name/1618",[426,70.145]],["parent/1618",[422,3.759]],["name/1619",[20,49.213]],["parent/1619",[422,3.759]],["name/1620",[21,49.213]],["parent/1620",[422,3.759]],["name/1621",[22,49.213]],["parent/1621",[422,3.759]],["name/1622",[23,49.213]],["parent/1622",[422,3.759]],["name/1623",[24,49.213]],["parent/1623",[422,3.759]],["name/1624",[25,49.213]],["parent/1624",[422,3.759]],["name/1625",[26,49.213]],["parent/1625",[422,3.759]],["name/1626",[27,49.213]],["parent/1626",[422,3.759]],["name/1627",[28,49.213]],["parent/1627",[422,3.759]],["name/1628",[29,49.213]],["parent/1628",[422,3.759]],["name/1629",[30,49.213]],["parent/1629",[422,3.759]],["name/1630",[31,49.213]],["parent/1630",[422,3.759]],["name/1631",[32,49.213]],["parent/1631",[422,3.759]],["name/1632",[33,49.213]],["parent/1632",[422,3.759]],["name/1633",[34,49.213]],["parent/1633",[422,3.759]],["name/1634",[35,49.213]],["parent/1634",[422,3.759]],["name/1635",[36,49.213]],["parent/1635",[422,3.759]],["name/1636",[37,49.213]],["parent/1636",[422,3.759]],["name/1637",[38,49.213]],["parent/1637",[422,3.759]],["name/1638",[39,49.213]],["parent/1638",[422,3.759]],["name/1639",[68,38.694]],["parent/1639",[422,3.759]],["name/1640",[427,63.785]],["parent/1640",[422,3.759]],["name/1641",[428,63.785]],["parent/1641",[422,3.759]],["name/1642",[42,49.213]],["parent/1642",[422,3.759]],["name/1643",[43,49.213]],["parent/1643",[422,3.759]],["name/1644",[429,70.145]],["parent/1644",[422,3.759]],["name/1645",[41,44.844]],["parent/1645",[422,3.759]],["name/1646",[44,49.213]],["parent/1646",[422,3.759]],["name/1647",[58,43.519]],["parent/1647",[422,3.759]],["name/1648",[59,49.213]],["parent/1648",[422,3.759]],["name/1649",[425,70.145]],["parent/1649",[422,3.759]],["name/1650",[426,70.145]],["parent/1650",[422,3.759]],["name/1651",[38,49.213]],["parent/1651",[422,3.759]],["name/1652",[39,49.213]],["parent/1652",[422,3.759]],["name/1653",[25,49.213]],["parent/1653",[422,3.759]],["name/1654",[424,70.145]],["parent/1654",[422,3.759]],["name/1655",[68,38.694]],["parent/1655",[422,3.759]],["name/1656",[37,49.213]],["parent/1656",[422,3.759]],["name/1657",[26,49.213]],["parent/1657",[422,3.759]],["name/1658",[427,63.785]],["parent/1658",[422,3.759]],["name/1659",[428,63.785]],["parent/1659",[422,3.759]],["name/1660",[429,70.145]],["parent/1660",[422,3.759]],["name/1661",[95,59.929]],["parent/1661",[422,3.759]],["name/1662",[23,49.213]],["parent/1662",[422,3.759]],["name/1663",[24,49.213]],["parent/1663",[422,3.759]],["name/1664",[423,70.145]],["parent/1664",[422,3.759]],["name/1665",[41,44.844]],["parent/1665",[422,3.759]],["name/1666",[44,49.213]],["parent/1666",[422,3.759]],["name/1667",[28,49.213]],["parent/1667",[422,3.759]],["name/1668",[29,49.213]],["parent/1668",[422,3.759]],["name/1669",[32,49.213]],["parent/1669",[422,3.759]],["name/1670",[33,49.213]],["parent/1670",[422,3.759]],["name/1671",[36,49.213]],["parent/1671",[422,3.759]],["name/1672",[34,49.213]],["parent/1672",[422,3.759]],["name/1673",[35,49.213]],["parent/1673",[422,3.759]],["name/1674",[58,43.519]],["parent/1674",[422,3.759]],["name/1675",[59,49.213]],["parent/1675",[422,3.759]],["name/1676",[42,49.213]],["parent/1676",[422,3.759]],["name/1677",[43,49.213]],["parent/1677",[422,3.759]],["name/1678",[30,49.213]],["parent/1678",[422,3.759]],["name/1679",[31,49.213]],["parent/1679",[422,3.759]],["name/1680",[21,49.213]],["parent/1680",[422,3.759]],["name/1681",[22,49.213]],["parent/1681",[422,3.759]],["name/1682",[20,49.213]],["parent/1682",[422,3.759]],["name/1683",[27,49.213]],["parent/1683",[422,3.759]],["name/1684",[422,37.693]],["parent/1684",[422,3.759]],["name/1685",[60,51.342]],["parent/1685",[430,6.487]],["name/1686",[431,81.131]],["parent/1686",[430,6.487]],["name/1687",[432,81.131]],["parent/1687",[430,6.487]],["name/1688",[433,76.023]],["parent/1688",[430,6.487]],["name/1689",[434,81.131]],["parent/1689",[430,6.487]],["name/1690",[435,81.131]],["parent/1690",[430,6.487]],["name/1691",[63,51.009]],["parent/1691",[430,6.487]],["name/1692",[422,37.693]],["parent/1692",[422,3.759]],["name/1693",[1,44.496]],["parent/1693",[422,3.759]],["name/1694",[422,37.693]],["parent/1694",[422,3.759]],["name/1695",[425,70.145]],["parent/1695",[422,3.759]],["name/1696",[426,70.145]],["parent/1696",[422,3.759]],["name/1697",[38,49.213]],["parent/1697",[422,3.759]],["name/1698",[39,49.213]],["parent/1698",[422,3.759]],["name/1699",[25,49.213]],["parent/1699",[422,3.759]],["name/1700",[424,70.145]],["parent/1700",[422,3.759]],["name/1701",[68,38.694]],["parent/1701",[422,3.759]],["name/1702",[37,49.213]],["parent/1702",[422,3.759]],["name/1703",[26,49.213]],["parent/1703",[422,3.759]],["name/1704",[427,63.785]],["parent/1704",[422,3.759]],["name/1705",[428,63.785]],["parent/1705",[422,3.759]],["name/1706",[429,70.145]],["parent/1706",[422,3.759]],["name/1707",[95,59.929]],["parent/1707",[422,3.759]],["name/1708",[23,49.213]],["parent/1708",[422,3.759]],["name/1709",[24,49.213]],["parent/1709",[422,3.759]],["name/1710",[423,70.145]],["parent/1710",[422,3.759]],["name/1711",[41,44.844]],["parent/1711",[422,3.759]],["name/1712",[44,49.213]],["parent/1712",[422,3.759]],["name/1713",[28,49.213]],["parent/1713",[422,3.759]],["name/1714",[29,49.213]],["parent/1714",[422,3.759]],["name/1715",[32,49.213]],["parent/1715",[422,3.759]],["name/1716",[33,49.213]],["parent/1716",[422,3.759]],["name/1717",[36,49.213]],["parent/1717",[422,3.759]],["name/1718",[34,49.213]],["parent/1718",[422,3.759]],["name/1719",[35,49.213]],["parent/1719",[422,3.759]],["name/1720",[58,43.519]],["parent/1720",[422,3.759]],["name/1721",[59,49.213]],["parent/1721",[422,3.759]],["name/1722",[42,49.213]],["parent/1722",[422,3.759]],["name/1723",[43,49.213]],["parent/1723",[422,3.759]],["name/1724",[30,49.213]],["parent/1724",[422,3.759]],["name/1725",[31,49.213]],["parent/1725",[422,3.759]],["name/1726",[21,49.213]],["parent/1726",[422,3.759]],["name/1727",[22,49.213]],["parent/1727",[422,3.759]],["name/1728",[20,49.213]],["parent/1728",[422,3.759]],["name/1729",[27,49.213]],["parent/1729",[422,3.759]],["name/1730",[436,81.131]],["parent/1730",[422,3.759]],["name/1731",[425,70.145]],["parent/1731",[437,4.936]],["name/1732",[426,70.145]],["parent/1732",[437,4.936]],["name/1733",[38,49.213]],["parent/1733",[437,4.936]],["name/1734",[39,49.213]],["parent/1734",[437,4.936]],["name/1735",[25,49.213]],["parent/1735",[437,4.936]],["name/1736",[424,70.145]],["parent/1736",[437,4.936]],["name/1737",[68,38.694]],["parent/1737",[437,4.936]],["name/1738",[37,49.213]],["parent/1738",[437,4.936]],["name/1739",[26,49.213]],["parent/1739",[437,4.936]],["name/1740",[427,63.785]],["parent/1740",[437,4.936]],["name/1741",[428,63.785]],["parent/1741",[437,4.936]],["name/1742",[429,70.145]],["parent/1742",[437,4.936]],["name/1743",[95,59.929]],["parent/1743",[437,4.936]],["name/1744",[23,49.213]],["parent/1744",[437,4.936]],["name/1745",[24,49.213]],["parent/1745",[437,4.936]],["name/1746",[423,70.145]],["parent/1746",[437,4.936]],["name/1747",[41,44.844]],["parent/1747",[437,4.936]],["name/1748",[44,49.213]],["parent/1748",[437,4.936]],["name/1749",[28,49.213]],["parent/1749",[437,4.936]],["name/1750",[29,49.213]],["parent/1750",[437,4.936]],["name/1751",[32,49.213]],["parent/1751",[437,4.936]],["name/1752",[33,49.213]],["parent/1752",[437,4.936]],["name/1753",[36,49.213]],["parent/1753",[437,4.936]],["name/1754",[34,49.213]],["parent/1754",[437,4.936]],["name/1755",[35,49.213]],["parent/1755",[437,4.936]],["name/1756",[58,43.519]],["parent/1756",[437,4.936]],["name/1757",[59,49.213]],["parent/1757",[437,4.936]],["name/1758",[42,49.213]],["parent/1758",[437,4.936]],["name/1759",[43,49.213]],["parent/1759",[437,4.936]],["name/1760",[30,49.213]],["parent/1760",[437,4.936]],["name/1761",[31,49.213]],["parent/1761",[437,4.936]],["name/1762",[21,49.213]],["parent/1762",[437,4.936]],["name/1763",[22,49.213]],["parent/1763",[437,4.936]],["name/1764",[20,49.213]],["parent/1764",[437,4.936]],["name/1765",[27,49.213]],["parent/1765",[437,4.936]],["name/1766",[438,53.199]],["parent/1766",[]],["name/1767",[439,81.131]],["parent/1767",[438,5.306]],["name/1768",[440,81.131]],["parent/1768",[438,5.306]],["name/1769",[441,81.131]],["parent/1769",[438,5.306]],["name/1770",[16,56.564]],["parent/1770",[442,8.092]],["name/1771",[443,81.131]],["parent/1771",[444,6.796]],["name/1772",[7,76.023]],["parent/1772",[444,6.796]],["name/1773",[445,81.131]],["parent/1773",[444,6.796]],["name/1774",[446,81.131]],["parent/1774",[444,6.796]],["name/1775",[447,81.131]],["parent/1775",[444,6.796]],["name/1776",[448,76.023]],["parent/1776",[438,5.306]],["name/1777",[449,76.023]],["parent/1777",[438,5.306]],["name/1778",[450,81.131]],["parent/1778",[438,5.306]],["name/1779",[451,76.023]],["parent/1779",[452,6.796]],["name/1780",[453,76.023]],["parent/1780",[452,6.796]],["name/1781",[454,76.023]],["parent/1781",[452,6.796]],["name/1782",[455,76.023]],["parent/1782",[452,6.796]],["name/1783",[63,51.009]],["parent/1783",[452,6.796]],["name/1784",[456,81.131]],["parent/1784",[438,5.306]],["name/1785",[457,81.131]],["parent/1785",[438,5.306]],["name/1786",[458,68.138]],["parent/1786",[438,5.306]],["name/1787",[459,81.131]],["parent/1787",[438,5.306]],["name/1788",[460,81.131]],["parent/1788",[438,5.306]],["name/1789",[461,81.131]],["parent/1789",[438,5.306]],["name/1790",[462,81.131]],["parent/1790",[438,5.306]],["name/1791",[463,81.131]],["parent/1791",[438,5.306]],["name/1792",[464,81.131]],["parent/1792",[438,5.306]],["name/1793",[465,81.131]],["parent/1793",[438,5.306]],["name/1794",[466,81.131]],["parent/1794",[438,5.306]],["name/1795",[467,81.131]],["parent/1795",[438,5.306]],["name/1796",[468,81.131]],["parent/1796",[438,5.306]],["name/1797",[469,81.131]],["parent/1797",[438,5.306]],["name/1798",[470,81.131]],["parent/1798",[438,5.306]],["name/1799",[438,53.199]],["parent/1799",[438,5.306]],["name/1800",[448,76.023]],["parent/1800",[471,7.582]],["name/1801",[449,76.023]],["parent/1801",[471,7.582]],["name/1802",[472,33.009]],["parent/1802",[]],["name/1803",[1,44.496]],["parent/1803",[472,3.292]],["name/1804",[473,70.145]],["parent/1804",[472,3.292]],["name/1805",[474,70.145]],["parent/1805",[472,3.292]],["name/1806",[475,70.145]],["parent/1806",[472,3.292]],["name/1807",[476,54.982]],["parent/1807",[472,3.292]],["name/1808",[477,54.982]],["parent/1808",[472,3.292]],["name/1809",[478,54.982]],["parent/1809",[472,3.292]],["name/1810",[479,70.145]],["parent/1810",[472,3.292]],["name/1811",[480,70.145]],["parent/1811",[472,3.292]],["name/1812",[481,54.982]],["parent/1812",[472,3.292]],["name/1813",[482,70.145]],["parent/1813",[472,3.292]],["name/1814",[483,70.145]],["parent/1814",[472,3.292]],["name/1815",[484,70.145]],["parent/1815",[472,3.292]],["name/1816",[485,70.145]],["parent/1816",[472,3.292]],["name/1817",[486,70.145]],["parent/1817",[472,3.292]],["name/1818",[487,70.145]],["parent/1818",[472,3.292]],["name/1819",[488,70.145]],["parent/1819",[472,3.292]],["name/1820",[489,70.145]],["parent/1820",[472,3.292]],["name/1821",[490,54.982]],["parent/1821",[472,3.292]],["name/1822",[491,54.982]],["parent/1822",[472,3.292]],["name/1823",[492,54.982]],["parent/1823",[472,3.292]],["name/1824",[68,38.694]],["parent/1824",[472,3.292]],["name/1825",[493,54.982]],["parent/1825",[472,3.292]],["name/1826",[494,54.982]],["parent/1826",[472,3.292]],["name/1827",[495,54.982]],["parent/1827",[472,3.292]],["name/1828",[496,54.982]],["parent/1828",[472,3.292]],["name/1829",[497,70.145]],["parent/1829",[472,3.292]],["name/1830",[498,70.145]],["parent/1830",[472,3.292]],["name/1831",[499,54.982]],["parent/1831",[472,3.292]],["name/1832",[500,70.145]],["parent/1832",[472,3.292]],["name/1833",[501,70.145]],["parent/1833",[472,3.292]],["name/1834",[502,70.145]],["parent/1834",[472,3.292]],["name/1835",[503,54.982]],["parent/1835",[472,3.292]],["name/1836",[504,54.982]],["parent/1836",[472,3.292]],["name/1837",[505,70.145]],["parent/1837",[472,3.292]],["name/1838",[506,70.145]],["parent/1838",[472,3.292]],["name/1839",[507,70.145]],["parent/1839",[472,3.292]],["name/1840",[508,70.145]],["parent/1840",[472,3.292]],["name/1841",[509,70.145]],["parent/1841",[472,3.292]],["name/1842",[510,70.145]],["parent/1842",[472,3.292]],["name/1843",[511,54.982]],["parent/1843",[472,3.292]],["name/1844",[512,54.982]],["parent/1844",[472,3.292]],["name/1845",[513,54.982]],["parent/1845",[472,3.292]],["name/1846",[514,59.929]],["parent/1846",[472,3.292]],["name/1847",[515,70.145]],["parent/1847",[472,3.292]],["name/1848",[516,59.929]],["parent/1848",[472,3.292]],["name/1849",[517,59.929]],["parent/1849",[472,3.292]],["name/1850",[518,70.145]],["parent/1850",[472,3.292]],["name/1851",[519,70.145]],["parent/1851",[472,3.292]],["name/1852",[520,70.145]],["parent/1852",[472,3.292]],["name/1853",[521,70.145]],["parent/1853",[472,3.292]],["name/1854",[522,70.145]],["parent/1854",[472,3.292]],["name/1855",[523,70.145]],["parent/1855",[472,3.292]],["name/1856",[524,70.145]],["parent/1856",[472,3.292]],["name/1857",[525,70.145]],["parent/1857",[472,3.292]],["name/1858",[526,70.145]],["parent/1858",[472,3.292]],["name/1859",[473,70.145]],["parent/1859",[472,3.292]],["name/1860",[474,70.145]],["parent/1860",[472,3.292]],["name/1861",[476,54.982]],["parent/1861",[472,3.292]],["name/1862",[477,54.982]],["parent/1862",[472,3.292]],["name/1863",[478,54.982]],["parent/1863",[472,3.292]],["name/1864",[480,70.145]],["parent/1864",[472,3.292]],["name/1865",[483,70.145]],["parent/1865",[472,3.292]],["name/1866",[482,70.145]],["parent/1866",[472,3.292]],["name/1867",[479,70.145]],["parent/1867",[472,3.292]],["name/1868",[484,70.145]],["parent/1868",[472,3.292]],["name/1869",[486,70.145]],["parent/1869",[472,3.292]],["name/1870",[487,70.145]],["parent/1870",[472,3.292]],["name/1871",[488,70.145]],["parent/1871",[472,3.292]],["name/1872",[489,70.145]],["parent/1872",[472,3.292]],["name/1873",[485,70.145]],["parent/1873",[472,3.292]],["name/1874",[490,54.982]],["parent/1874",[472,3.292]],["name/1875",[491,54.982]],["parent/1875",[472,3.292]],["name/1876",[492,54.982]],["parent/1876",[472,3.292]],["name/1877",[68,38.694]],["parent/1877",[472,3.292]],["name/1878",[493,54.982]],["parent/1878",[472,3.292]],["name/1879",[495,54.982]],["parent/1879",[472,3.292]],["name/1880",[514,59.929]],["parent/1880",[472,3.292]],["name/1881",[515,70.145]],["parent/1881",[472,3.292]],["name/1882",[516,59.929]],["parent/1882",[472,3.292]],["name/1883",[517,59.929]],["parent/1883",[472,3.292]],["name/1884",[505,70.145]],["parent/1884",[472,3.292]],["name/1885",[518,70.145]],["parent/1885",[472,3.292]],["name/1886",[501,70.145]],["parent/1886",[472,3.292]],["name/1887",[519,70.145]],["parent/1887",[472,3.292]],["name/1888",[520,70.145]],["parent/1888",[472,3.292]],["name/1889",[508,70.145]],["parent/1889",[472,3.292]],["name/1890",[521,70.145]],["parent/1890",[472,3.292]],["name/1891",[506,70.145]],["parent/1891",[472,3.292]],["name/1892",[522,70.145]],["parent/1892",[472,3.292]],["name/1893",[507,70.145]],["parent/1893",[472,3.292]],["name/1894",[523,70.145]],["parent/1894",[472,3.292]],["name/1895",[524,70.145]],["parent/1895",[472,3.292]],["name/1896",[525,70.145]],["parent/1896",[472,3.292]],["name/1897",[499,54.982]],["parent/1897",[472,3.292]],["name/1898",[500,70.145]],["parent/1898",[472,3.292]],["name/1899",[498,70.145]],["parent/1899",[472,3.292]],["name/1900",[494,54.982]],["parent/1900",[472,3.292]],["name/1901",[513,54.982]],["parent/1901",[472,3.292]],["name/1902",[511,54.982]],["parent/1902",[472,3.292]],["name/1903",[512,54.982]],["parent/1903",[472,3.292]],["name/1904",[509,70.145]],["parent/1904",[472,3.292]],["name/1905",[510,70.145]],["parent/1905",[472,3.292]],["name/1906",[475,70.145]],["parent/1906",[472,3.292]],["name/1907",[503,54.982]],["parent/1907",[472,3.292]],["name/1908",[504,54.982]],["parent/1908",[472,3.292]],["name/1909",[526,70.145]],["parent/1909",[472,3.292]],["name/1910",[496,54.982]],["parent/1910",[472,3.292]],["name/1911",[497,70.145]],["parent/1911",[472,3.292]],["name/1912",[502,70.145]],["parent/1912",[472,3.292]],["name/1913",[481,54.982]],["parent/1913",[472,3.292]],["name/1914",[472,33.009]],["parent/1914",[472,3.292]],["name/1915",[60,51.342]],["parent/1915",[527,5.763]],["name/1916",[528,81.131]],["parent/1916",[527,5.763]],["name/1917",[529,76.023]],["parent/1917",[527,5.763]],["name/1918",[530,81.131]],["parent/1918",[527,5.763]],["name/1919",[531,81.131]],["parent/1919",[527,5.763]],["name/1920",[532,81.131]],["parent/1920",[527,5.763]],["name/1921",[533,81.131]],["parent/1921",[527,5.763]],["name/1922",[534,81.131]],["parent/1922",[527,5.763]],["name/1923",[535,81.131]],["parent/1923",[527,5.763]],["name/1924",[536,81.131]],["parent/1924",[527,5.763]],["name/1925",[537,81.131]],["parent/1925",[527,5.763]],["name/1926",[538,81.131]],["parent/1926",[527,5.763]],["name/1927",[539,81.131]],["parent/1927",[527,5.763]],["name/1928",[540,81.131]],["parent/1928",[527,5.763]],["name/1929",[63,51.009]],["parent/1929",[527,5.763]],["name/1930",[541,70.145]],["parent/1930",[472,3.292]],["name/1931",[542,70.145]],["parent/1931",[472,3.292]],["name/1932",[543,70.145]],["parent/1932",[472,3.292]],["name/1933",[541,70.145]],["parent/1933",[472,3.292]],["name/1934",[542,70.145]],["parent/1934",[472,3.292]],["name/1935",[543,70.145]],["parent/1935",[472,3.292]],["name/1936",[472,33.009]],["parent/1936",[472,3.292]],["name/1937",[1,44.496]],["parent/1937",[472,3.292]],["name/1938",[541,70.145]],["parent/1938",[472,3.292]],["name/1939",[542,70.145]],["parent/1939",[472,3.292]],["name/1940",[543,70.145]],["parent/1940",[472,3.292]],["name/1941",[472,33.009]],["parent/1941",[472,3.292]],["name/1942",[473,70.145]],["parent/1942",[472,3.292]],["name/1943",[474,70.145]],["parent/1943",[472,3.292]],["name/1944",[476,54.982]],["parent/1944",[472,3.292]],["name/1945",[477,54.982]],["parent/1945",[472,3.292]],["name/1946",[478,54.982]],["parent/1946",[472,3.292]],["name/1947",[480,70.145]],["parent/1947",[472,3.292]],["name/1948",[483,70.145]],["parent/1948",[472,3.292]],["name/1949",[482,70.145]],["parent/1949",[472,3.292]],["name/1950",[479,70.145]],["parent/1950",[472,3.292]],["name/1951",[484,70.145]],["parent/1951",[472,3.292]],["name/1952",[486,70.145]],["parent/1952",[472,3.292]],["name/1953",[487,70.145]],["parent/1953",[472,3.292]],["name/1954",[488,70.145]],["parent/1954",[472,3.292]],["name/1955",[489,70.145]],["parent/1955",[472,3.292]],["name/1956",[485,70.145]],["parent/1956",[472,3.292]],["name/1957",[490,54.982]],["parent/1957",[472,3.292]],["name/1958",[491,54.982]],["parent/1958",[472,3.292]],["name/1959",[492,54.982]],["parent/1959",[472,3.292]],["name/1960",[68,38.694]],["parent/1960",[472,3.292]],["name/1961",[493,54.982]],["parent/1961",[472,3.292]],["name/1962",[495,54.982]],["parent/1962",[472,3.292]],["name/1963",[514,59.929]],["parent/1963",[472,3.292]],["name/1964",[515,70.145]],["parent/1964",[472,3.292]],["name/1965",[516,59.929]],["parent/1965",[472,3.292]],["name/1966",[517,59.929]],["parent/1966",[472,3.292]],["name/1967",[505,70.145]],["parent/1967",[472,3.292]],["name/1968",[518,70.145]],["parent/1968",[472,3.292]],["name/1969",[501,70.145]],["parent/1969",[472,3.292]],["name/1970",[519,70.145]],["parent/1970",[472,3.292]],["name/1971",[520,70.145]],["parent/1971",[472,3.292]],["name/1972",[508,70.145]],["parent/1972",[472,3.292]],["name/1973",[521,70.145]],["parent/1973",[472,3.292]],["name/1974",[506,70.145]],["parent/1974",[472,3.292]],["name/1975",[522,70.145]],["parent/1975",[472,3.292]],["name/1976",[507,70.145]],["parent/1976",[472,3.292]],["name/1977",[523,70.145]],["parent/1977",[472,3.292]],["name/1978",[524,70.145]],["parent/1978",[472,3.292]],["name/1979",[525,70.145]],["parent/1979",[472,3.292]],["name/1980",[499,54.982]],["parent/1980",[472,3.292]],["name/1981",[500,70.145]],["parent/1981",[472,3.292]],["name/1982",[498,70.145]],["parent/1982",[472,3.292]],["name/1983",[494,54.982]],["parent/1983",[472,3.292]],["name/1984",[513,54.982]],["parent/1984",[472,3.292]],["name/1985",[511,54.982]],["parent/1985",[472,3.292]],["name/1986",[512,54.982]],["parent/1986",[472,3.292]],["name/1987",[509,70.145]],["parent/1987",[472,3.292]],["name/1988",[510,70.145]],["parent/1988",[472,3.292]],["name/1989",[475,70.145]],["parent/1989",[472,3.292]],["name/1990",[503,54.982]],["parent/1990",[472,3.292]],["name/1991",[504,54.982]],["parent/1991",[472,3.292]],["name/1992",[526,70.145]],["parent/1992",[472,3.292]],["name/1993",[496,54.982]],["parent/1993",[472,3.292]],["name/1994",[497,70.145]],["parent/1994",[472,3.292]],["name/1995",[502,70.145]],["parent/1995",[472,3.292]],["name/1996",[481,54.982]],["parent/1996",[472,3.292]],["name/1997",[544,81.131]],["parent/1997",[472,3.292]],["name/1998",[541,70.145]],["parent/1998",[545,4.438]],["name/1999",[542,70.145]],["parent/1999",[545,4.438]],["name/2000",[543,70.145]],["parent/2000",[545,4.438]],["name/2001",[473,70.145]],["parent/2001",[545,4.438]],["name/2002",[474,70.145]],["parent/2002",[545,4.438]],["name/2003",[476,54.982]],["parent/2003",[545,4.438]],["name/2004",[477,54.982]],["parent/2004",[545,4.438]],["name/2005",[478,54.982]],["parent/2005",[545,4.438]],["name/2006",[480,70.145]],["parent/2006",[545,4.438]],["name/2007",[483,70.145]],["parent/2007",[545,4.438]],["name/2008",[482,70.145]],["parent/2008",[545,4.438]],["name/2009",[479,70.145]],["parent/2009",[545,4.438]],["name/2010",[484,70.145]],["parent/2010",[545,4.438]],["name/2011",[486,70.145]],["parent/2011",[545,4.438]],["name/2012",[487,70.145]],["parent/2012",[545,4.438]],["name/2013",[488,70.145]],["parent/2013",[545,4.438]],["name/2014",[489,70.145]],["parent/2014",[545,4.438]],["name/2015",[485,70.145]],["parent/2015",[545,4.438]],["name/2016",[490,54.982]],["parent/2016",[545,4.438]],["name/2017",[491,54.982]],["parent/2017",[545,4.438]],["name/2018",[492,54.982]],["parent/2018",[545,4.438]],["name/2019",[68,38.694]],["parent/2019",[545,4.438]],["name/2020",[493,54.982]],["parent/2020",[545,4.438]],["name/2021",[495,54.982]],["parent/2021",[545,4.438]],["name/2022",[514,59.929]],["parent/2022",[545,4.438]],["name/2023",[515,70.145]],["parent/2023",[545,4.438]],["name/2024",[516,59.929]],["parent/2024",[545,4.438]],["name/2025",[517,59.929]],["parent/2025",[545,4.438]],["name/2026",[505,70.145]],["parent/2026",[545,4.438]],["name/2027",[518,70.145]],["parent/2027",[545,4.438]],["name/2028",[501,70.145]],["parent/2028",[545,4.438]],["name/2029",[519,70.145]],["parent/2029",[545,4.438]],["name/2030",[520,70.145]],["parent/2030",[545,4.438]],["name/2031",[508,70.145]],["parent/2031",[545,4.438]],["name/2032",[521,70.145]],["parent/2032",[545,4.438]],["name/2033",[506,70.145]],["parent/2033",[545,4.438]],["name/2034",[522,70.145]],["parent/2034",[545,4.438]],["name/2035",[507,70.145]],["parent/2035",[545,4.438]],["name/2036",[523,70.145]],["parent/2036",[545,4.438]],["name/2037",[524,70.145]],["parent/2037",[545,4.438]],["name/2038",[525,70.145]],["parent/2038",[545,4.438]],["name/2039",[499,54.982]],["parent/2039",[545,4.438]],["name/2040",[500,70.145]],["parent/2040",[545,4.438]],["name/2041",[498,70.145]],["parent/2041",[545,4.438]],["name/2042",[494,54.982]],["parent/2042",[545,4.438]],["name/2043",[513,54.982]],["parent/2043",[545,4.438]],["name/2044",[511,54.982]],["parent/2044",[545,4.438]],["name/2045",[512,54.982]],["parent/2045",[545,4.438]],["name/2046",[509,70.145]],["parent/2046",[545,4.438]],["name/2047",[510,70.145]],["parent/2047",[545,4.438]],["name/2048",[475,70.145]],["parent/2048",[545,4.438]],["name/2049",[503,54.982]],["parent/2049",[545,4.438]],["name/2050",[504,54.982]],["parent/2050",[545,4.438]],["name/2051",[526,70.145]],["parent/2051",[545,4.438]],["name/2052",[496,54.982]],["parent/2052",[545,4.438]],["name/2053",[497,70.145]],["parent/2053",[545,4.438]],["name/2054",[502,70.145]],["parent/2054",[545,4.438]],["name/2055",[481,54.982]],["parent/2055",[545,4.438]],["name/2056",[546,52.799]],["parent/2056",[]],["name/2057",[1,44.496]],["parent/2057",[546,5.266]],["name/2058",[547,70.145]],["parent/2058",[546,5.266]],["name/2059",[548,70.145]],["parent/2059",[546,5.266]],["name/2060",[68,38.694]],["parent/2060",[546,5.266]],["name/2061",[41,44.844]],["parent/2061",[546,5.266]],["name/2062",[58,43.519]],["parent/2062",[546,5.266]],["name/2063",[547,70.145]],["parent/2063",[546,5.266]],["name/2064",[548,70.145]],["parent/2064",[546,5.266]],["name/2065",[68,38.694]],["parent/2065",[546,5.266]],["name/2066",[41,44.844]],["parent/2066",[546,5.266]],["name/2067",[58,43.519]],["parent/2067",[546,5.266]],["name/2068",[546,52.799]],["parent/2068",[546,5.266]],["name/2069",[60,51.342]],["parent/2069",[549,6.996]],["name/2070",[550,81.131]],["parent/2070",[549,6.996]],["name/2071",[551,81.131]],["parent/2071",[549,6.996]],["name/2072",[63,51.009]],["parent/2072",[549,6.996]],["name/2073",[546,52.799]],["parent/2073",[546,5.266]],["name/2074",[1,44.496]],["parent/2074",[546,5.266]],["name/2075",[546,52.799]],["parent/2075",[546,5.266]],["name/2076",[547,70.145]],["parent/2076",[546,5.266]],["name/2077",[548,70.145]],["parent/2077",[546,5.266]],["name/2078",[68,38.694]],["parent/2078",[546,5.266]],["name/2079",[41,44.844]],["parent/2079",[546,5.266]],["name/2080",[58,43.519]],["parent/2080",[546,5.266]],["name/2081",[552,81.131]],["parent/2081",[546,5.266]],["name/2082",[547,70.145]],["parent/2082",[553,6.796]],["name/2083",[548,70.145]],["parent/2083",[553,6.796]],["name/2084",[68,38.694]],["parent/2084",[553,6.796]],["name/2085",[41,44.844]],["parent/2085",[553,6.796]],["name/2086",[58,43.519]],["parent/2086",[553,6.796]],["name/2087",[554,32.848]],["parent/2087",[]],["name/2088",[1,44.496]],["parent/2088",[554,3.276]],["name/2089",[20,49.213]],["parent/2089",[554,3.276]],["name/2090",[21,49.213]],["parent/2090",[554,3.276]],["name/2091",[22,49.213]],["parent/2091",[554,3.276]],["name/2092",[23,49.213]],["parent/2092",[554,3.276]],["name/2093",[24,49.213]],["parent/2093",[554,3.276]],["name/2094",[25,49.213]],["parent/2094",[554,3.276]],["name/2095",[26,49.213]],["parent/2095",[554,3.276]],["name/2096",[27,49.213]],["parent/2096",[554,3.276]],["name/2097",[28,49.213]],["parent/2097",[554,3.276]],["name/2098",[29,49.213]],["parent/2098",[554,3.276]],["name/2099",[30,49.213]],["parent/2099",[554,3.276]],["name/2100",[31,49.213]],["parent/2100",[554,3.276]],["name/2101",[32,49.213]],["parent/2101",[554,3.276]],["name/2102",[33,49.213]],["parent/2102",[554,3.276]],["name/2103",[34,49.213]],["parent/2103",[554,3.276]],["name/2104",[35,49.213]],["parent/2104",[554,3.276]],["name/2105",[36,49.213]],["parent/2105",[554,3.276]],["name/2106",[37,49.213]],["parent/2106",[554,3.276]],["name/2107",[38,49.213]],["parent/2107",[554,3.276]],["name/2108",[39,49.213]],["parent/2108",[554,3.276]],["name/2109",[82,63.785]],["parent/2109",[554,3.276]],["name/2110",[555,70.145]],["parent/2110",[554,3.276]],["name/2111",[556,70.145]],["parent/2111",[554,3.276]],["name/2112",[557,70.145]],["parent/2112",[554,3.276]],["name/2113",[558,70.145]],["parent/2113",[554,3.276]],["name/2114",[559,70.145]],["parent/2114",[554,3.276]],["name/2115",[68,38.694]],["parent/2115",[554,3.276]],["name/2116",[94,63.785]],["parent/2116",[554,3.276]],["name/2117",[99,54.982]],["parent/2117",[554,3.276]],["name/2118",[100,54.982]],["parent/2118",[554,3.276]],["name/2119",[101,63.785]],["parent/2119",[554,3.276]],["name/2120",[105,54.982]],["parent/2120",[554,3.276]],["name/2121",[560,47.231]],["parent/2121",[554,3.276]],["name/2122",[106,63.785]],["parent/2122",[554,3.276]],["name/2123",[93,57.152]],["parent/2123",[554,3.276]],["name/2124",[95,59.929]],["parent/2124",[554,3.276]],["name/2125",[41,44.844]],["parent/2125",[554,3.276]],["name/2126",[42,49.213]],["parent/2126",[554,3.276]],["name/2127",[43,49.213]],["parent/2127",[554,3.276]],["name/2128",[44,49.213]],["parent/2128",[554,3.276]],["name/2129",[96,63.785]],["parent/2129",[554,3.276]],["name/2130",[97,63.785]],["parent/2130",[554,3.276]],["name/2131",[98,63.785]],["parent/2131",[554,3.276]],["name/2132",[102,54.982]],["parent/2132",[554,3.276]],["name/2133",[103,54.982]],["parent/2133",[554,3.276]],["name/2134",[104,54.982]],["parent/2134",[554,3.276]],["name/2135",[107,57.152]],["parent/2135",[554,3.276]],["name/2136",[561,70.145]],["parent/2136",[554,3.276]],["name/2137",[562,70.145]],["parent/2137",[554,3.276]],["name/2138",[563,63.785]],["parent/2138",[554,3.276]],["name/2139",[58,43.519]],["parent/2139",[554,3.276]],["name/2140",[59,49.213]],["parent/2140",[554,3.276]],["name/2141",[564,70.145]],["parent/2141",[554,3.276]],["name/2142",[565,70.145]],["parent/2142",[554,3.276]],["name/2143",[566,70.145]],["parent/2143",[554,3.276]],["name/2144",[567,70.145]],["parent/2144",[554,3.276]],["name/2145",[568,70.145]],["parent/2145",[554,3.276]],["name/2146",[569,70.145]],["parent/2146",[554,3.276]],["name/2147",[570,70.145]],["parent/2147",[554,3.276]],["name/2148",[38,49.213]],["parent/2148",[554,3.276]],["name/2149",[39,49.213]],["parent/2149",[554,3.276]],["name/2150",[25,49.213]],["parent/2150",[554,3.276]],["name/2151",[82,63.785]],["parent/2151",[554,3.276]],["name/2152",[555,70.145]],["parent/2152",[554,3.276]],["name/2153",[556,70.145]],["parent/2153",[554,3.276]],["name/2154",[557,70.145]],["parent/2154",[554,3.276]],["name/2155",[558,70.145]],["parent/2155",[554,3.276]],["name/2156",[559,70.145]],["parent/2156",[554,3.276]],["name/2157",[68,38.694]],["parent/2157",[554,3.276]],["name/2158",[37,49.213]],["parent/2158",[554,3.276]],["name/2159",[26,49.213]],["parent/2159",[554,3.276]],["name/2160",[105,54.982]],["parent/2160",[554,3.276]],["name/2161",[560,47.231]],["parent/2161",[554,3.276]],["name/2162",[106,63.785]],["parent/2162",[554,3.276]],["name/2163",[93,57.152]],["parent/2163",[554,3.276]],["name/2164",[94,63.785]],["parent/2164",[554,3.276]],["name/2165",[95,59.929]],["parent/2165",[554,3.276]],["name/2166",[23,49.213]],["parent/2166",[554,3.276]],["name/2167",[24,49.213]],["parent/2167",[554,3.276]],["name/2168",[41,44.844]],["parent/2168",[554,3.276]],["name/2169",[44,49.213]],["parent/2169",[554,3.276]],["name/2170",[107,57.152]],["parent/2170",[554,3.276]],["name/2171",[97,63.785]],["parent/2171",[554,3.276]],["name/2172",[98,63.785]],["parent/2172",[554,3.276]],["name/2173",[96,63.785]],["parent/2173",[554,3.276]],["name/2174",[561,70.145]],["parent/2174",[554,3.276]],["name/2175",[562,70.145]],["parent/2175",[554,3.276]],["name/2176",[563,63.785]],["parent/2176",[554,3.276]],["name/2177",[104,54.982]],["parent/2177",[554,3.276]],["name/2178",[28,49.213]],["parent/2178",[554,3.276]],["name/2179",[29,49.213]],["parent/2179",[554,3.276]],["name/2180",[32,49.213]],["parent/2180",[554,3.276]],["name/2181",[33,49.213]],["parent/2181",[554,3.276]],["name/2182",[36,49.213]],["parent/2182",[554,3.276]],["name/2183",[34,49.213]],["parent/2183",[554,3.276]],["name/2184",[35,49.213]],["parent/2184",[554,3.276]],["name/2185",[58,43.519]],["parent/2185",[554,3.276]],["name/2186",[59,49.213]],["parent/2186",[554,3.276]],["name/2187",[42,49.213]],["parent/2187",[554,3.276]],["name/2188",[43,49.213]],["parent/2188",[554,3.276]],["name/2189",[30,49.213]],["parent/2189",[554,3.276]],["name/2190",[31,49.213]],["parent/2190",[554,3.276]],["name/2191",[21,49.213]],["parent/2191",[554,3.276]],["name/2192",[22,49.213]],["parent/2192",[554,3.276]],["name/2193",[20,49.213]],["parent/2193",[554,3.276]],["name/2194",[27,49.213]],["parent/2194",[554,3.276]],["name/2195",[564,70.145]],["parent/2195",[554,3.276]],["name/2196",[565,70.145]],["parent/2196",[554,3.276]],["name/2197",[102,54.982]],["parent/2197",[554,3.276]],["name/2198",[566,70.145]],["parent/2198",[554,3.276]],["name/2199",[567,70.145]],["parent/2199",[554,3.276]],["name/2200",[568,70.145]],["parent/2200",[554,3.276]],["name/2201",[100,54.982]],["parent/2201",[554,3.276]],["name/2202",[101,63.785]],["parent/2202",[554,3.276]],["name/2203",[99,54.982]],["parent/2203",[554,3.276]],["name/2204",[569,70.145]],["parent/2204",[554,3.276]],["name/2205",[103,54.982]],["parent/2205",[554,3.276]],["name/2206",[570,70.145]],["parent/2206",[554,3.276]],["name/2207",[554,32.848]],["parent/2207",[554,3.276]],["name/2208",[60,51.342]],["parent/2208",[571,4.855]],["name/2209",[572,81.131]],["parent/2209",[571,4.855]],["name/2210",[573,81.131]],["parent/2210",[571,4.855]],["name/2211",[574,81.131]],["parent/2211",[571,4.855]],["name/2212",[575,81.131]],["parent/2212",[571,4.855]],["name/2213",[576,81.131]],["parent/2213",[571,4.855]],["name/2214",[577,81.131]],["parent/2214",[571,4.855]],["name/2215",[578,81.131]],["parent/2215",[571,4.855]],["name/2216",[579,81.131]],["parent/2216",[571,4.855]],["name/2217",[580,81.131]],["parent/2217",[571,4.855]],["name/2218",[581,81.131]],["parent/2218",[571,4.855]],["name/2219",[582,81.131]],["parent/2219",[571,4.855]],["name/2220",[583,81.131]],["parent/2220",[571,4.855]],["name/2221",[584,81.131]],["parent/2221",[571,4.855]],["name/2222",[585,76.023]],["parent/2222",[571,4.855]],["name/2223",[586,81.131]],["parent/2223",[571,4.855]],["name/2224",[587,81.131]],["parent/2224",[571,4.855]],["name/2225",[588,81.131]],["parent/2225",[571,4.855]],["name/2226",[589,81.131]],["parent/2226",[571,4.855]],["name/2227",[590,81.131]],["parent/2227",[571,4.855]],["name/2228",[591,81.131]],["parent/2228",[571,4.855]],["name/2229",[592,81.131]],["parent/2229",[571,4.855]],["name/2230",[593,81.131]],["parent/2230",[571,4.855]],["name/2231",[594,81.131]],["parent/2231",[571,4.855]],["name/2232",[595,81.131]],["parent/2232",[571,4.855]],["name/2233",[596,81.131]],["parent/2233",[571,4.855]],["name/2234",[597,81.131]],["parent/2234",[571,4.855]],["name/2235",[598,81.131]],["parent/2235",[571,4.855]],["name/2236",[599,81.131]],["parent/2236",[571,4.855]],["name/2237",[600,81.131]],["parent/2237",[571,4.855]],["name/2238",[601,81.131]],["parent/2238",[571,4.855]],["name/2239",[602,81.131]],["parent/2239",[571,4.855]],["name/2240",[603,81.131]],["parent/2240",[571,4.855]],["name/2241",[604,81.131]],["parent/2241",[571,4.855]],["name/2242",[605,81.131]],["parent/2242",[571,4.855]],["name/2243",[606,81.131]],["parent/2243",[571,4.855]],["name/2244",[607,81.131]],["parent/2244",[571,4.855]],["name/2245",[63,51.009]],["parent/2245",[571,4.855]],["name/2246",[554,32.848]],["parent/2246",[554,3.276]],["name/2247",[1,44.496]],["parent/2247",[554,3.276]],["name/2248",[554,32.848]],["parent/2248",[554,3.276]],["name/2249",[38,49.213]],["parent/2249",[554,3.276]],["name/2250",[39,49.213]],["parent/2250",[554,3.276]],["name/2251",[25,49.213]],["parent/2251",[554,3.276]],["name/2252",[82,63.785]],["parent/2252",[554,3.276]],["name/2253",[555,70.145]],["parent/2253",[554,3.276]],["name/2254",[556,70.145]],["parent/2254",[554,3.276]],["name/2255",[557,70.145]],["parent/2255",[554,3.276]],["name/2256",[558,70.145]],["parent/2256",[554,3.276]],["name/2257",[559,70.145]],["parent/2257",[554,3.276]],["name/2258",[68,38.694]],["parent/2258",[554,3.276]],["name/2259",[37,49.213]],["parent/2259",[554,3.276]],["name/2260",[26,49.213]],["parent/2260",[554,3.276]],["name/2261",[105,54.982]],["parent/2261",[554,3.276]],["name/2262",[560,47.231]],["parent/2262",[554,3.276]],["name/2263",[106,63.785]],["parent/2263",[554,3.276]],["name/2264",[93,57.152]],["parent/2264",[554,3.276]],["name/2265",[94,63.785]],["parent/2265",[554,3.276]],["name/2266",[95,59.929]],["parent/2266",[554,3.276]],["name/2267",[23,49.213]],["parent/2267",[554,3.276]],["name/2268",[24,49.213]],["parent/2268",[554,3.276]],["name/2269",[41,44.844]],["parent/2269",[554,3.276]],["name/2270",[44,49.213]],["parent/2270",[554,3.276]],["name/2271",[107,57.152]],["parent/2271",[554,3.276]],["name/2272",[97,63.785]],["parent/2272",[554,3.276]],["name/2273",[98,63.785]],["parent/2273",[554,3.276]],["name/2274",[96,63.785]],["parent/2274",[554,3.276]],["name/2275",[561,70.145]],["parent/2275",[554,3.276]],["name/2276",[562,70.145]],["parent/2276",[554,3.276]],["name/2277",[563,63.785]],["parent/2277",[554,3.276]],["name/2278",[104,54.982]],["parent/2278",[554,3.276]],["name/2279",[28,49.213]],["parent/2279",[554,3.276]],["name/2280",[29,49.213]],["parent/2280",[554,3.276]],["name/2281",[32,49.213]],["parent/2281",[554,3.276]],["name/2282",[33,49.213]],["parent/2282",[554,3.276]],["name/2283",[36,49.213]],["parent/2283",[554,3.276]],["name/2284",[34,49.213]],["parent/2284",[554,3.276]],["name/2285",[35,49.213]],["parent/2285",[554,3.276]],["name/2286",[58,43.519]],["parent/2286",[554,3.276]],["name/2287",[59,49.213]],["parent/2287",[554,3.276]],["name/2288",[42,49.213]],["parent/2288",[554,3.276]],["name/2289",[43,49.213]],["parent/2289",[554,3.276]],["name/2290",[30,49.213]],["parent/2290",[554,3.276]],["name/2291",[31,49.213]],["parent/2291",[554,3.276]],["name/2292",[21,49.213]],["parent/2292",[554,3.276]],["name/2293",[22,49.213]],["parent/2293",[554,3.276]],["name/2294",[20,49.213]],["parent/2294",[554,3.276]],["name/2295",[27,49.213]],["parent/2295",[554,3.276]],["name/2296",[564,70.145]],["parent/2296",[554,3.276]],["name/2297",[565,70.145]],["parent/2297",[554,3.276]],["name/2298",[102,54.982]],["parent/2298",[554,3.276]],["name/2299",[566,70.145]],["parent/2299",[554,3.276]],["name/2300",[567,70.145]],["parent/2300",[554,3.276]],["name/2301",[568,70.145]],["parent/2301",[554,3.276]],["name/2302",[100,54.982]],["parent/2302",[554,3.276]],["name/2303",[101,63.785]],["parent/2303",[554,3.276]],["name/2304",[99,54.982]],["parent/2304",[554,3.276]],["name/2305",[569,70.145]],["parent/2305",[554,3.276]],["name/2306",[103,54.982]],["parent/2306",[554,3.276]],["name/2307",[570,70.145]],["parent/2307",[554,3.276]],["name/2308",[608,81.131]],["parent/2308",[554,3.276]],["name/2309",[38,49.213]],["parent/2309",[609,4.421]],["name/2310",[39,49.213]],["parent/2310",[609,4.421]],["name/2311",[25,49.213]],["parent/2311",[609,4.421]],["name/2312",[82,63.785]],["parent/2312",[609,4.421]],["name/2313",[555,70.145]],["parent/2313",[609,4.421]],["name/2314",[556,70.145]],["parent/2314",[609,4.421]],["name/2315",[557,70.145]],["parent/2315",[609,4.421]],["name/2316",[558,70.145]],["parent/2316",[609,4.421]],["name/2317",[559,70.145]],["parent/2317",[609,4.421]],["name/2318",[68,38.694]],["parent/2318",[609,4.421]],["name/2319",[37,49.213]],["parent/2319",[609,4.421]],["name/2320",[26,49.213]],["parent/2320",[609,4.421]],["name/2321",[105,54.982]],["parent/2321",[609,4.421]],["name/2322",[560,47.231]],["parent/2322",[609,4.421]],["name/2323",[106,63.785]],["parent/2323",[609,4.421]],["name/2324",[93,57.152]],["parent/2324",[609,4.421]],["name/2325",[94,63.785]],["parent/2325",[609,4.421]],["name/2326",[95,59.929]],["parent/2326",[609,4.421]],["name/2327",[23,49.213]],["parent/2327",[609,4.421]],["name/2328",[24,49.213]],["parent/2328",[609,4.421]],["name/2329",[41,44.844]],["parent/2329",[609,4.421]],["name/2330",[44,49.213]],["parent/2330",[609,4.421]],["name/2331",[107,57.152]],["parent/2331",[609,4.421]],["name/2332",[97,63.785]],["parent/2332",[609,4.421]],["name/2333",[98,63.785]],["parent/2333",[609,4.421]],["name/2334",[96,63.785]],["parent/2334",[609,4.421]],["name/2335",[561,70.145]],["parent/2335",[609,4.421]],["name/2336",[562,70.145]],["parent/2336",[609,4.421]],["name/2337",[563,63.785]],["parent/2337",[609,4.421]],["name/2338",[104,54.982]],["parent/2338",[609,4.421]],["name/2339",[28,49.213]],["parent/2339",[609,4.421]],["name/2340",[29,49.213]],["parent/2340",[609,4.421]],["name/2341",[32,49.213]],["parent/2341",[609,4.421]],["name/2342",[33,49.213]],["parent/2342",[609,4.421]],["name/2343",[36,49.213]],["parent/2343",[609,4.421]],["name/2344",[34,49.213]],["parent/2344",[609,4.421]],["name/2345",[35,49.213]],["parent/2345",[609,4.421]],["name/2346",[58,43.519]],["parent/2346",[609,4.421]],["name/2347",[59,49.213]],["parent/2347",[609,4.421]],["name/2348",[42,49.213]],["parent/2348",[609,4.421]],["name/2349",[43,49.213]],["parent/2349",[609,4.421]],["name/2350",[30,49.213]],["parent/2350",[609,4.421]],["name/2351",[31,49.213]],["parent/2351",[609,4.421]],["name/2352",[21,49.213]],["parent/2352",[609,4.421]],["name/2353",[22,49.213]],["parent/2353",[609,4.421]],["name/2354",[20,49.213]],["parent/2354",[609,4.421]],["name/2355",[27,49.213]],["parent/2355",[609,4.421]],["name/2356",[564,70.145]],["parent/2356",[609,4.421]],["name/2357",[565,70.145]],["parent/2357",[609,4.421]],["name/2358",[102,54.982]],["parent/2358",[609,4.421]],["name/2359",[566,70.145]],["parent/2359",[609,4.421]],["name/2360",[567,70.145]],["parent/2360",[609,4.421]],["name/2361",[568,70.145]],["parent/2361",[609,4.421]],["name/2362",[100,54.982]],["parent/2362",[609,4.421]],["name/2363",[101,63.785]],["parent/2363",[609,4.421]],["name/2364",[99,54.982]],["parent/2364",[609,4.421]],["name/2365",[569,70.145]],["parent/2365",[609,4.421]],["name/2366",[103,54.982]],["parent/2366",[609,4.421]],["name/2367",[570,70.145]],["parent/2367",[609,4.421]],["name/2368",[610,36.245]],["parent/2368",[]],["name/2369",[1,44.496]],["parent/2369",[610,3.615]],["name/2370",[20,49.213]],["parent/2370",[610,3.615]],["name/2371",[21,49.213]],["parent/2371",[610,3.615]],["name/2372",[22,49.213]],["parent/2372",[610,3.615]],["name/2373",[23,49.213]],["parent/2373",[610,3.615]],["name/2374",[24,49.213]],["parent/2374",[610,3.615]],["name/2375",[25,49.213]],["parent/2375",[610,3.615]],["name/2376",[26,49.213]],["parent/2376",[610,3.615]],["name/2377",[27,49.213]],["parent/2377",[610,3.615]],["name/2378",[28,49.213]],["parent/2378",[610,3.615]],["name/2379",[29,49.213]],["parent/2379",[610,3.615]],["name/2380",[30,49.213]],["parent/2380",[610,3.615]],["name/2381",[31,49.213]],["parent/2381",[610,3.615]],["name/2382",[32,49.213]],["parent/2382",[610,3.615]],["name/2383",[33,49.213]],["parent/2383",[610,3.615]],["name/2384",[34,49.213]],["parent/2384",[610,3.615]],["name/2385",[35,49.213]],["parent/2385",[610,3.615]],["name/2386",[36,49.213]],["parent/2386",[610,3.615]],["name/2387",[37,49.213]],["parent/2387",[610,3.615]],["name/2388",[38,49.213]],["parent/2388",[610,3.615]],["name/2389",[39,49.213]],["parent/2389",[610,3.615]],["name/2390",[40,59.929]],["parent/2390",[610,3.615]],["name/2391",[68,38.694]],["parent/2391",[610,3.615]],["name/2392",[41,44.844]],["parent/2392",[610,3.615]],["name/2393",[42,49.213]],["parent/2393",[610,3.615]],["name/2394",[43,49.213]],["parent/2394",[610,3.615]],["name/2395",[44,49.213]],["parent/2395",[610,3.615]],["name/2396",[45,63.785]],["parent/2396",[610,3.615]],["name/2397",[46,63.785]],["parent/2397",[610,3.615]],["name/2398",[47,63.785]],["parent/2398",[610,3.615]],["name/2399",[48,63.785]],["parent/2399",[610,3.615]],["name/2400",[49,63.785]],["parent/2400",[610,3.615]],["name/2401",[50,63.785]],["parent/2401",[610,3.615]],["name/2402",[51,63.785]],["parent/2402",[610,3.615]],["name/2403",[52,63.785]],["parent/2403",[610,3.615]],["name/2404",[53,63.785]],["parent/2404",[610,3.615]],["name/2405",[54,59.929]],["parent/2405",[610,3.615]],["name/2406",[55,63.785]],["parent/2406",[610,3.615]],["name/2407",[56,63.785]],["parent/2407",[610,3.615]],["name/2408",[611,70.145]],["parent/2408",[610,3.615]],["name/2409",[58,43.519]],["parent/2409",[610,3.615]],["name/2410",[59,49.213]],["parent/2410",[610,3.615]],["name/2411",[38,49.213]],["parent/2411",[610,3.615]],["name/2412",[39,49.213]],["parent/2412",[610,3.615]],["name/2413",[25,49.213]],["parent/2413",[610,3.615]],["name/2414",[40,59.929]],["parent/2414",[610,3.615]],["name/2415",[68,38.694]],["parent/2415",[610,3.615]],["name/2416",[37,49.213]],["parent/2416",[610,3.615]],["name/2417",[26,49.213]],["parent/2417",[610,3.615]],["name/2418",[23,49.213]],["parent/2418",[610,3.615]],["name/2419",[24,49.213]],["parent/2419",[610,3.615]],["name/2420",[41,44.844]],["parent/2420",[610,3.615]],["name/2421",[44,49.213]],["parent/2421",[610,3.615]],["name/2422",[54,59.929]],["parent/2422",[610,3.615]],["name/2423",[55,63.785]],["parent/2423",[610,3.615]],["name/2424",[56,63.785]],["parent/2424",[610,3.615]],["name/2425",[50,63.785]],["parent/2425",[610,3.615]],["name/2426",[52,63.785]],["parent/2426",[610,3.615]],["name/2427",[53,63.785]],["parent/2427",[610,3.615]],["name/2428",[51,63.785]],["parent/2428",[610,3.615]],["name/2429",[611,70.145]],["parent/2429",[610,3.615]],["name/2430",[28,49.213]],["parent/2430",[610,3.615]],["name/2431",[29,49.213]],["parent/2431",[610,3.615]],["name/2432",[32,49.213]],["parent/2432",[610,3.615]],["name/2433",[33,49.213]],["parent/2433",[610,3.615]],["name/2434",[36,49.213]],["parent/2434",[610,3.615]],["name/2435",[34,49.213]],["parent/2435",[610,3.615]],["name/2436",[35,49.213]],["parent/2436",[610,3.615]],["name/2437",[47,63.785]],["parent/2437",[610,3.615]],["name/2438",[48,63.785]],["parent/2438",[610,3.615]],["name/2439",[58,43.519]],["parent/2439",[610,3.615]],["name/2440",[49,63.785]],["parent/2440",[610,3.615]],["name/2441",[59,49.213]],["parent/2441",[610,3.615]],["name/2442",[42,49.213]],["parent/2442",[610,3.615]],["name/2443",[43,49.213]],["parent/2443",[610,3.615]],["name/2444",[45,63.785]],["parent/2444",[610,3.615]],["name/2445",[30,49.213]],["parent/2445",[610,3.615]],["name/2446",[31,49.213]],["parent/2446",[610,3.615]],["name/2447",[21,49.213]],["parent/2447",[610,3.615]],["name/2448",[22,49.213]],["parent/2448",[610,3.615]],["name/2449",[20,49.213]],["parent/2449",[610,3.615]],["name/2450",[27,49.213]],["parent/2450",[610,3.615]],["name/2451",[46,63.785]],["parent/2451",[610,3.615]],["name/2452",[610,36.245]],["parent/2452",[610,3.615]],["name/2453",[60,51.342]],["parent/2453",[612,6.487]],["name/2454",[613,81.131]],["parent/2454",[612,6.487]],["name/2455",[614,81.131]],["parent/2455",[612,6.487]],["name/2456",[615,81.131]],["parent/2456",[612,6.487]],["name/2457",[616,81.131]],["parent/2457",[612,6.487]],["name/2458",[617,81.131]],["parent/2458",[612,6.487]],["name/2459",[63,51.009]],["parent/2459",[612,6.487]],["name/2460",[610,36.245]],["parent/2460",[610,3.615]],["name/2461",[1,44.496]],["parent/2461",[610,3.615]],["name/2462",[610,36.245]],["parent/2462",[610,3.615]],["name/2463",[38,49.213]],["parent/2463",[610,3.615]],["name/2464",[39,49.213]],["parent/2464",[610,3.615]],["name/2465",[25,49.213]],["parent/2465",[610,3.615]],["name/2466",[40,59.929]],["parent/2466",[610,3.615]],["name/2467",[68,38.694]],["parent/2467",[610,3.615]],["name/2468",[37,49.213]],["parent/2468",[610,3.615]],["name/2469",[26,49.213]],["parent/2469",[610,3.615]],["name/2470",[23,49.213]],["parent/2470",[610,3.615]],["name/2471",[24,49.213]],["parent/2471",[610,3.615]],["name/2472",[41,44.844]],["parent/2472",[610,3.615]],["name/2473",[44,49.213]],["parent/2473",[610,3.615]],["name/2474",[54,59.929]],["parent/2474",[610,3.615]],["name/2475",[55,63.785]],["parent/2475",[610,3.615]],["name/2476",[56,63.785]],["parent/2476",[610,3.615]],["name/2477",[50,63.785]],["parent/2477",[610,3.615]],["name/2478",[52,63.785]],["parent/2478",[610,3.615]],["name/2479",[53,63.785]],["parent/2479",[610,3.615]],["name/2480",[51,63.785]],["parent/2480",[610,3.615]],["name/2481",[611,70.145]],["parent/2481",[610,3.615]],["name/2482",[28,49.213]],["parent/2482",[610,3.615]],["name/2483",[29,49.213]],["parent/2483",[610,3.615]],["name/2484",[32,49.213]],["parent/2484",[610,3.615]],["name/2485",[33,49.213]],["parent/2485",[610,3.615]],["name/2486",[36,49.213]],["parent/2486",[610,3.615]],["name/2487",[34,49.213]],["parent/2487",[610,3.615]],["name/2488",[35,49.213]],["parent/2488",[610,3.615]],["name/2489",[47,63.785]],["parent/2489",[610,3.615]],["name/2490",[48,63.785]],["parent/2490",[610,3.615]],["name/2491",[58,43.519]],["parent/2491",[610,3.615]],["name/2492",[49,63.785]],["parent/2492",[610,3.615]],["name/2493",[59,49.213]],["parent/2493",[610,3.615]],["name/2494",[42,49.213]],["parent/2494",[610,3.615]],["name/2495",[43,49.213]],["parent/2495",[610,3.615]],["name/2496",[45,63.785]],["parent/2496",[610,3.615]],["name/2497",[30,49.213]],["parent/2497",[610,3.615]],["name/2498",[31,49.213]],["parent/2498",[610,3.615]],["name/2499",[21,49.213]],["parent/2499",[610,3.615]],["name/2500",[22,49.213]],["parent/2500",[610,3.615]],["name/2501",[20,49.213]],["parent/2501",[610,3.615]],["name/2502",[27,49.213]],["parent/2502",[610,3.615]],["name/2503",[46,63.785]],["parent/2503",[610,3.615]],["name/2504",[618,81.131]],["parent/2504",[610,3.615]],["name/2505",[38,49.213]],["parent/2505",[619,4.78]],["name/2506",[39,49.213]],["parent/2506",[619,4.78]],["name/2507",[25,49.213]],["parent/2507",[619,4.78]],["name/2508",[40,59.929]],["parent/2508",[619,4.78]],["name/2509",[68,38.694]],["parent/2509",[619,4.78]],["name/2510",[37,49.213]],["parent/2510",[619,4.78]],["name/2511",[26,49.213]],["parent/2511",[619,4.78]],["name/2512",[23,49.213]],["parent/2512",[619,4.78]],["name/2513",[24,49.213]],["parent/2513",[619,4.78]],["name/2514",[41,44.844]],["parent/2514",[619,4.78]],["name/2515",[44,49.213]],["parent/2515",[619,4.78]],["name/2516",[54,59.929]],["parent/2516",[619,4.78]],["name/2517",[55,63.785]],["parent/2517",[619,4.78]],["name/2518",[56,63.785]],["parent/2518",[619,4.78]],["name/2519",[50,63.785]],["parent/2519",[619,4.78]],["name/2520",[52,63.785]],["parent/2520",[619,4.78]],["name/2521",[53,63.785]],["parent/2521",[619,4.78]],["name/2522",[51,63.785]],["parent/2522",[619,4.78]],["name/2523",[611,70.145]],["parent/2523",[619,4.78]],["name/2524",[28,49.213]],["parent/2524",[619,4.78]],["name/2525",[29,49.213]],["parent/2525",[619,4.78]],["name/2526",[32,49.213]],["parent/2526",[619,4.78]],["name/2527",[33,49.213]],["parent/2527",[619,4.78]],["name/2528",[36,49.213]],["parent/2528",[619,4.78]],["name/2529",[34,49.213]],["parent/2529",[619,4.78]],["name/2530",[35,49.213]],["parent/2530",[619,4.78]],["name/2531",[47,63.785]],["parent/2531",[619,4.78]],["name/2532",[48,63.785]],["parent/2532",[619,4.78]],["name/2533",[58,43.519]],["parent/2533",[619,4.78]],["name/2534",[49,63.785]],["parent/2534",[619,4.78]],["name/2535",[59,49.213]],["parent/2535",[619,4.78]],["name/2536",[42,49.213]],["parent/2536",[619,4.78]],["name/2537",[43,49.213]],["parent/2537",[619,4.78]],["name/2538",[45,63.785]],["parent/2538",[619,4.78]],["name/2539",[30,49.213]],["parent/2539",[619,4.78]],["name/2540",[31,49.213]],["parent/2540",[619,4.78]],["name/2541",[21,49.213]],["parent/2541",[619,4.78]],["name/2542",[22,49.213]],["parent/2542",[619,4.78]],["name/2543",[20,49.213]],["parent/2543",[619,4.78]],["name/2544",[27,49.213]],["parent/2544",[619,4.78]],["name/2545",[46,63.785]],["parent/2545",[619,4.78]],["name/2546",[620,35.593]],["parent/2546",[]],["name/2547",[1,44.496]],["parent/2547",[620,3.55]],["name/2548",[493,54.982]],["parent/2548",[620,3.55]],["name/2549",[481,54.982]],["parent/2549",[620,3.55]],["name/2550",[499,54.982]],["parent/2550",[620,3.55]],["name/2551",[621,57.152]],["parent/2551",[620,3.55]],["name/2552",[622,57.152]],["parent/2552",[620,3.55]],["name/2553",[476,54.982]],["parent/2553",[620,3.55]],["name/2554",[491,54.982]],["parent/2554",[620,3.55]],["name/2555",[492,54.982]],["parent/2555",[620,3.55]],["name/2556",[494,54.982]],["parent/2556",[620,3.55]],["name/2557",[496,54.982]],["parent/2557",[620,3.55]],["name/2558",[623,57.152]],["parent/2558",[620,3.55]],["name/2559",[624,54.982]],["parent/2559",[620,3.55]],["name/2560",[625,54.982]],["parent/2560",[620,3.55]],["name/2561",[503,54.982]],["parent/2561",[620,3.55]],["name/2562",[504,54.982]],["parent/2562",[620,3.55]],["name/2563",[477,54.982]],["parent/2563",[620,3.55]],["name/2564",[478,54.982]],["parent/2564",[620,3.55]],["name/2565",[490,54.982]],["parent/2565",[620,3.55]],["name/2566",[626,57.152]],["parent/2566",[620,3.55]],["name/2567",[627,57.152]],["parent/2567",[620,3.55]],["name/2568",[511,54.982]],["parent/2568",[620,3.55]],["name/2569",[512,54.982]],["parent/2569",[620,3.55]],["name/2570",[495,54.982]],["parent/2570",[620,3.55]],["name/2571",[513,54.982]],["parent/2571",[620,3.55]],["name/2572",[628,57.152]],["parent/2572",[620,3.55]],["name/2573",[629,57.152]],["parent/2573",[620,3.55]],["name/2574",[630,57.152]],["parent/2574",[620,3.55]],["name/2575",[631,59.929]],["parent/2575",[620,3.55]],["name/2576",[632,63.785]],["parent/2576",[620,3.55]],["name/2577",[633,63.785]],["parent/2577",[620,3.55]],["name/2578",[634,63.785]],["parent/2578",[620,3.55]],["name/2579",[68,38.694]],["parent/2579",[620,3.55]],["name/2580",[560,47.231]],["parent/2580",[620,3.55]],["name/2581",[635,59.929]],["parent/2581",[620,3.55]],["name/2582",[636,59.929]],["parent/2582",[620,3.55]],["name/2583",[637,59.929]],["parent/2583",[620,3.55]],["name/2584",[638,63.785]],["parent/2584",[620,3.55]],["name/2585",[639,63.785]],["parent/2585",[620,3.55]],["name/2586",[640,63.785]],["parent/2586",[620,3.55]],["name/2587",[641,59.929]],["parent/2587",[620,3.55]],["name/2588",[642,59.929]],["parent/2588",[620,3.55]],["name/2589",[643,59.929]],["parent/2589",[620,3.55]],["name/2590",[628,57.152]],["parent/2590",[620,3.55]],["name/2591",[629,57.152]],["parent/2591",[620,3.55]],["name/2592",[630,57.152]],["parent/2592",[620,3.55]],["name/2593",[632,63.785]],["parent/2593",[620,3.55]],["name/2594",[476,54.982]],["parent/2594",[620,3.55]],["name/2595",[477,54.982]],["parent/2595",[620,3.55]],["name/2596",[478,54.982]],["parent/2596",[620,3.55]],["name/2597",[490,54.982]],["parent/2597",[620,3.55]],["name/2598",[491,54.982]],["parent/2598",[620,3.55]],["name/2599",[492,54.982]],["parent/2599",[620,3.55]],["name/2600",[633,63.785]],["parent/2600",[620,3.55]],["name/2601",[634,63.785]],["parent/2601",[620,3.55]],["name/2602",[68,38.694]],["parent/2602",[620,3.55]],["name/2603",[493,54.982]],["parent/2603",[620,3.55]],["name/2604",[560,47.231]],["parent/2604",[620,3.55]],["name/2605",[495,54.982]],["parent/2605",[620,3.55]],["name/2606",[623,57.152]],["parent/2606",[620,3.55]],["name/2607",[631,59.929]],["parent/2607",[620,3.55]],["name/2608",[621,57.152]],["parent/2608",[620,3.55]],["name/2609",[499,54.982]],["parent/2609",[620,3.55]],["name/2610",[635,59.929]],["parent/2610",[620,3.55]],["name/2611",[636,59.929]],["parent/2611",[620,3.55]],["name/2612",[637,59.929]],["parent/2612",[620,3.55]],["name/2613",[494,54.982]],["parent/2613",[620,3.55]],["name/2614",[638,63.785]],["parent/2614",[620,3.55]],["name/2615",[639,63.785]],["parent/2615",[620,3.55]],["name/2616",[622,57.152]],["parent/2616",[620,3.55]],["name/2617",[513,54.982]],["parent/2617",[620,3.55]],["name/2618",[511,54.982]],["parent/2618",[620,3.55]],["name/2619",[512,54.982]],["parent/2619",[620,3.55]],["name/2620",[626,57.152]],["parent/2620",[620,3.55]],["name/2621",[627,57.152]],["parent/2621",[620,3.55]],["name/2622",[503,54.982]],["parent/2622",[620,3.55]],["name/2623",[504,54.982]],["parent/2623",[620,3.55]],["name/2624",[496,54.982]],["parent/2624",[620,3.55]],["name/2625",[625,54.982]],["parent/2625",[620,3.55]],["name/2626",[640,63.785]],["parent/2626",[620,3.55]],["name/2627",[624,54.982]],["parent/2627",[620,3.55]],["name/2628",[481,54.982]],["parent/2628",[620,3.55]],["name/2629",[641,59.929]],["parent/2629",[620,3.55]],["name/2630",[642,59.929]],["parent/2630",[620,3.55]],["name/2631",[643,59.929]],["parent/2631",[620,3.55]],["name/2632",[620,35.593]],["parent/2632",[620,3.55]],["name/2633",[60,51.342]],["parent/2633",[644,4.83]],["name/2634",[645,76.023]],["parent/2634",[644,4.83]],["name/2635",[646,76.023]],["parent/2635",[644,4.83]],["name/2636",[647,76.023]],["parent/2636",[644,4.83]],["name/2637",[648,76.023]],["parent/2637",[644,4.83]],["name/2638",[649,76.023]],["parent/2638",[644,4.83]],["name/2639",[650,76.023]],["parent/2639",[644,4.83]],["name/2640",[651,76.023]],["parent/2640",[644,4.83]],["name/2641",[652,76.023]],["parent/2641",[644,4.83]],["name/2642",[653,76.023]],["parent/2642",[644,4.83]],["name/2643",[654,76.023]],["parent/2643",[644,4.83]],["name/2644",[655,76.023]],["parent/2644",[644,4.83]],["name/2645",[656,76.023]],["parent/2645",[644,4.83]],["name/2646",[657,76.023]],["parent/2646",[644,4.83]],["name/2647",[658,76.023]],["parent/2647",[644,4.83]],["name/2648",[659,76.023]],["parent/2648",[644,4.83]],["name/2649",[660,76.023]],["parent/2649",[644,4.83]],["name/2650",[661,76.023]],["parent/2650",[644,4.83]],["name/2651",[662,76.023]],["parent/2651",[644,4.83]],["name/2652",[663,76.023]],["parent/2652",[644,4.83]],["name/2653",[664,76.023]],["parent/2653",[644,4.83]],["name/2654",[665,76.023]],["parent/2654",[644,4.83]],["name/2655",[666,76.023]],["parent/2655",[644,4.83]],["name/2656",[667,76.023]],["parent/2656",[644,4.83]],["name/2657",[668,76.023]],["parent/2657",[644,4.83]],["name/2658",[669,76.023]],["parent/2658",[644,4.83]],["name/2659",[670,76.023]],["parent/2659",[644,4.83]],["name/2660",[671,76.023]],["parent/2660",[644,4.83]],["name/2661",[672,76.023]],["parent/2661",[644,4.83]],["name/2662",[673,76.023]],["parent/2662",[644,4.83]],["name/2663",[674,76.023]],["parent/2663",[644,4.83]],["name/2664",[675,76.023]],["parent/2664",[644,4.83]],["name/2665",[676,76.023]],["parent/2665",[644,4.83]],["name/2666",[677,76.023]],["parent/2666",[644,4.83]],["name/2667",[678,76.023]],["parent/2667",[644,4.83]],["name/2668",[679,76.023]],["parent/2668",[644,4.83]],["name/2669",[680,76.023]],["parent/2669",[644,4.83]],["name/2670",[681,76.023]],["parent/2670",[644,4.83]],["name/2671",[63,51.009]],["parent/2671",[644,4.83]],["name/2672",[682,63.785]],["parent/2672",[620,3.55]],["name/2673",[683,63.785]],["parent/2673",[620,3.55]],["name/2674",[682,63.785]],["parent/2674",[620,3.55]],["name/2675",[683,63.785]],["parent/2675",[620,3.55]],["name/2676",[620,35.593]],["parent/2676",[620,3.55]],["name/2677",[1,44.496]],["parent/2677",[620,3.55]],["name/2678",[682,63.785]],["parent/2678",[620,3.55]],["name/2679",[683,63.785]],["parent/2679",[620,3.55]],["name/2680",[620,35.593]],["parent/2680",[620,3.55]],["name/2681",[628,57.152]],["parent/2681",[620,3.55]],["name/2682",[629,57.152]],["parent/2682",[620,3.55]],["name/2683",[630,57.152]],["parent/2683",[620,3.55]],["name/2684",[632,63.785]],["parent/2684",[620,3.55]],["name/2685",[476,54.982]],["parent/2685",[620,3.55]],["name/2686",[477,54.982]],["parent/2686",[620,3.55]],["name/2687",[478,54.982]],["parent/2687",[620,3.55]],["name/2688",[490,54.982]],["parent/2688",[620,3.55]],["name/2689",[491,54.982]],["parent/2689",[620,3.55]],["name/2690",[492,54.982]],["parent/2690",[620,3.55]],["name/2691",[633,63.785]],["parent/2691",[620,3.55]],["name/2692",[634,63.785]],["parent/2692",[620,3.55]],["name/2693",[68,38.694]],["parent/2693",[620,3.55]],["name/2694",[493,54.982]],["parent/2694",[620,3.55]],["name/2695",[560,47.231]],["parent/2695",[620,3.55]],["name/2696",[495,54.982]],["parent/2696",[620,3.55]],["name/2697",[623,57.152]],["parent/2697",[620,3.55]],["name/2698",[631,59.929]],["parent/2698",[620,3.55]],["name/2699",[621,57.152]],["parent/2699",[620,3.55]],["name/2700",[499,54.982]],["parent/2700",[620,3.55]],["name/2701",[635,59.929]],["parent/2701",[620,3.55]],["name/2702",[636,59.929]],["parent/2702",[620,3.55]],["name/2703",[637,59.929]],["parent/2703",[620,3.55]],["name/2704",[494,54.982]],["parent/2704",[620,3.55]],["name/2705",[638,63.785]],["parent/2705",[620,3.55]],["name/2706",[639,63.785]],["parent/2706",[620,3.55]],["name/2707",[622,57.152]],["parent/2707",[620,3.55]],["name/2708",[513,54.982]],["parent/2708",[620,3.55]],["name/2709",[511,54.982]],["parent/2709",[620,3.55]],["name/2710",[512,54.982]],["parent/2710",[620,3.55]],["name/2711",[626,57.152]],["parent/2711",[620,3.55]],["name/2712",[627,57.152]],["parent/2712",[620,3.55]],["name/2713",[503,54.982]],["parent/2713",[620,3.55]],["name/2714",[504,54.982]],["parent/2714",[620,3.55]],["name/2715",[496,54.982]],["parent/2715",[620,3.55]],["name/2716",[625,54.982]],["parent/2716",[620,3.55]],["name/2717",[640,63.785]],["parent/2717",[620,3.55]],["name/2718",[624,54.982]],["parent/2718",[620,3.55]],["name/2719",[481,54.982]],["parent/2719",[620,3.55]],["name/2720",[641,59.929]],["parent/2720",[620,3.55]],["name/2721",[642,59.929]],["parent/2721",[620,3.55]],["name/2722",[643,59.929]],["parent/2722",[620,3.55]],["name/2723",[684,81.131]],["parent/2723",[620,3.55]],["name/2724",[682,63.785]],["parent/2724",[685,4.711]],["name/2725",[683,63.785]],["parent/2725",[685,4.711]],["name/2726",[628,57.152]],["parent/2726",[685,4.711]],["name/2727",[629,57.152]],["parent/2727",[685,4.711]],["name/2728",[630,57.152]],["parent/2728",[685,4.711]],["name/2729",[632,63.785]],["parent/2729",[685,4.711]],["name/2730",[476,54.982]],["parent/2730",[685,4.711]],["name/2731",[477,54.982]],["parent/2731",[685,4.711]],["name/2732",[478,54.982]],["parent/2732",[685,4.711]],["name/2733",[490,54.982]],["parent/2733",[685,4.711]],["name/2734",[491,54.982]],["parent/2734",[685,4.711]],["name/2735",[492,54.982]],["parent/2735",[685,4.711]],["name/2736",[633,63.785]],["parent/2736",[685,4.711]],["name/2737",[634,63.785]],["parent/2737",[685,4.711]],["name/2738",[68,38.694]],["parent/2738",[685,4.711]],["name/2739",[493,54.982]],["parent/2739",[685,4.711]],["name/2740",[560,47.231]],["parent/2740",[685,4.711]],["name/2741",[495,54.982]],["parent/2741",[685,4.711]],["name/2742",[623,57.152]],["parent/2742",[685,4.711]],["name/2743",[631,59.929]],["parent/2743",[685,4.711]],["name/2744",[621,57.152]],["parent/2744",[685,4.711]],["name/2745",[499,54.982]],["parent/2745",[685,4.711]],["name/2746",[635,59.929]],["parent/2746",[685,4.711]],["name/2747",[636,59.929]],["parent/2747",[685,4.711]],["name/2748",[637,59.929]],["parent/2748",[685,4.711]],["name/2749",[494,54.982]],["parent/2749",[685,4.711]],["name/2750",[638,63.785]],["parent/2750",[685,4.711]],["name/2751",[639,63.785]],["parent/2751",[685,4.711]],["name/2752",[622,57.152]],["parent/2752",[685,4.711]],["name/2753",[513,54.982]],["parent/2753",[685,4.711]],["name/2754",[511,54.982]],["parent/2754",[685,4.711]],["name/2755",[512,54.982]],["parent/2755",[685,4.711]],["name/2756",[626,57.152]],["parent/2756",[685,4.711]],["name/2757",[627,57.152]],["parent/2757",[685,4.711]],["name/2758",[503,54.982]],["parent/2758",[685,4.711]],["name/2759",[504,54.982]],["parent/2759",[685,4.711]],["name/2760",[496,54.982]],["parent/2760",[685,4.711]],["name/2761",[625,54.982]],["parent/2761",[685,4.711]],["name/2762",[640,63.785]],["parent/2762",[685,4.711]],["name/2763",[624,54.982]],["parent/2763",[685,4.711]],["name/2764",[481,54.982]],["parent/2764",[685,4.711]],["name/2765",[641,59.929]],["parent/2765",[685,4.711]],["name/2766",[642,59.929]],["parent/2766",[685,4.711]],["name/2767",[643,59.929]],["parent/2767",[685,4.711]],["name/2768",[686,33.857]],["parent/2768",[]],["name/2769",[1,44.496]],["parent/2769",[686,3.377]],["name/2770",[493,54.982]],["parent/2770",[686,3.377]],["name/2771",[481,54.982]],["parent/2771",[686,3.377]],["name/2772",[687,59.929]],["parent/2772",[686,3.377]],["name/2773",[688,59.929]],["parent/2773",[686,3.377]],["name/2774",[689,59.929]],["parent/2774",[686,3.377]],["name/2775",[499,54.982]],["parent/2775",[686,3.377]],["name/2776",[621,57.152]],["parent/2776",[686,3.377]],["name/2777",[622,57.152]],["parent/2777",[686,3.377]],["name/2778",[476,54.982]],["parent/2778",[686,3.377]],["name/2779",[491,54.982]],["parent/2779",[686,3.377]],["name/2780",[492,54.982]],["parent/2780",[686,3.377]],["name/2781",[494,54.982]],["parent/2781",[686,3.377]],["name/2782",[496,54.982]],["parent/2782",[686,3.377]],["name/2783",[623,57.152]],["parent/2783",[686,3.377]],["name/2784",[624,54.982]],["parent/2784",[686,3.377]],["name/2785",[625,54.982]],["parent/2785",[686,3.377]],["name/2786",[503,54.982]],["parent/2786",[686,3.377]],["name/2787",[504,54.982]],["parent/2787",[686,3.377]],["name/2788",[477,54.982]],["parent/2788",[686,3.377]],["name/2789",[478,54.982]],["parent/2789",[686,3.377]],["name/2790",[490,54.982]],["parent/2790",[686,3.377]],["name/2791",[690,59.929]],["parent/2791",[686,3.377]],["name/2792",[626,57.152]],["parent/2792",[686,3.377]],["name/2793",[627,57.152]],["parent/2793",[686,3.377]],["name/2794",[511,54.982]],["parent/2794",[686,3.377]],["name/2795",[512,54.982]],["parent/2795",[686,3.377]],["name/2796",[495,54.982]],["parent/2796",[686,3.377]],["name/2797",[691,59.929]],["parent/2797",[686,3.377]],["name/2798",[692,59.929]],["parent/2798",[686,3.377]],["name/2799",[513,54.982]],["parent/2799",[686,3.377]],["name/2800",[628,57.152]],["parent/2800",[686,3.377]],["name/2801",[629,57.152]],["parent/2801",[686,3.377]],["name/2802",[630,57.152]],["parent/2802",[686,3.377]],["name/2803",[631,59.929]],["parent/2803",[686,3.377]],["name/2804",[693,63.785]],["parent/2804",[686,3.377]],["name/2805",[694,63.785]],["parent/2805",[686,3.377]],["name/2806",[695,63.785]],["parent/2806",[686,3.377]],["name/2807",[632,63.785]],["parent/2807",[686,3.377]],["name/2808",[633,63.785]],["parent/2808",[686,3.377]],["name/2809",[634,63.785]],["parent/2809",[686,3.377]],["name/2810",[68,38.694]],["parent/2810",[686,3.377]],["name/2811",[560,47.231]],["parent/2811",[686,3.377]],["name/2812",[635,59.929]],["parent/2812",[686,3.377]],["name/2813",[636,59.929]],["parent/2813",[686,3.377]],["name/2814",[637,59.929]],["parent/2814",[686,3.377]],["name/2815",[638,63.785]],["parent/2815",[686,3.377]],["name/2816",[639,63.785]],["parent/2816",[686,3.377]],["name/2817",[640,63.785]],["parent/2817",[686,3.377]],["name/2818",[641,59.929]],["parent/2818",[686,3.377]],["name/2819",[642,59.929]],["parent/2819",[686,3.377]],["name/2820",[643,59.929]],["parent/2820",[686,3.377]],["name/2821",[628,57.152]],["parent/2821",[686,3.377]],["name/2822",[629,57.152]],["parent/2822",[686,3.377]],["name/2823",[630,57.152]],["parent/2823",[686,3.377]],["name/2824",[632,63.785]],["parent/2824",[686,3.377]],["name/2825",[476,54.982]],["parent/2825",[686,3.377]],["name/2826",[477,54.982]],["parent/2826",[686,3.377]],["name/2827",[478,54.982]],["parent/2827",[686,3.377]],["name/2828",[490,54.982]],["parent/2828",[686,3.377]],["name/2829",[491,54.982]],["parent/2829",[686,3.377]],["name/2830",[492,54.982]],["parent/2830",[686,3.377]],["name/2831",[633,63.785]],["parent/2831",[686,3.377]],["name/2832",[634,63.785]],["parent/2832",[686,3.377]],["name/2833",[68,38.694]],["parent/2833",[686,3.377]],["name/2834",[493,54.982]],["parent/2834",[686,3.377]],["name/2835",[690,59.929]],["parent/2835",[686,3.377]],["name/2836",[560,47.231]],["parent/2836",[686,3.377]],["name/2837",[691,59.929]],["parent/2837",[686,3.377]],["name/2838",[692,59.929]],["parent/2838",[686,3.377]],["name/2839",[495,54.982]],["parent/2839",[686,3.377]],["name/2840",[623,57.152]],["parent/2840",[686,3.377]],["name/2841",[631,59.929]],["parent/2841",[686,3.377]],["name/2842",[621,57.152]],["parent/2842",[686,3.377]],["name/2843",[688,59.929]],["parent/2843",[686,3.377]],["name/2844",[689,59.929]],["parent/2844",[686,3.377]],["name/2845",[687,59.929]],["parent/2845",[686,3.377]],["name/2846",[499,54.982]],["parent/2846",[686,3.377]],["name/2847",[635,59.929]],["parent/2847",[686,3.377]],["name/2848",[636,59.929]],["parent/2848",[686,3.377]],["name/2849",[637,59.929]],["parent/2849",[686,3.377]],["name/2850",[694,63.785]],["parent/2850",[686,3.377]],["name/2851",[695,63.785]],["parent/2851",[686,3.377]],["name/2852",[693,63.785]],["parent/2852",[686,3.377]],["name/2853",[494,54.982]],["parent/2853",[686,3.377]],["name/2854",[638,63.785]],["parent/2854",[686,3.377]],["name/2855",[639,63.785]],["parent/2855",[686,3.377]],["name/2856",[622,57.152]],["parent/2856",[686,3.377]],["name/2857",[513,54.982]],["parent/2857",[686,3.377]],["name/2858",[511,54.982]],["parent/2858",[686,3.377]],["name/2859",[512,54.982]],["parent/2859",[686,3.377]],["name/2860",[626,57.152]],["parent/2860",[686,3.377]],["name/2861",[627,57.152]],["parent/2861",[686,3.377]],["name/2862",[503,54.982]],["parent/2862",[686,3.377]],["name/2863",[504,54.982]],["parent/2863",[686,3.377]],["name/2864",[496,54.982]],["parent/2864",[686,3.377]],["name/2865",[625,54.982]],["parent/2865",[686,3.377]],["name/2866",[640,63.785]],["parent/2866",[686,3.377]],["name/2867",[624,54.982]],["parent/2867",[686,3.377]],["name/2868",[481,54.982]],["parent/2868",[686,3.377]],["name/2869",[641,59.929]],["parent/2869",[686,3.377]],["name/2870",[642,59.929]],["parent/2870",[686,3.377]],["name/2871",[643,59.929]],["parent/2871",[686,3.377]],["name/2872",[686,33.857]],["parent/2872",[686,3.377]],["name/2873",[60,51.342]],["parent/2873",[696,4.83]],["name/2874",[645,76.023]],["parent/2874",[696,4.83]],["name/2875",[646,76.023]],["parent/2875",[696,4.83]],["name/2876",[647,76.023]],["parent/2876",[696,4.83]],["name/2877",[648,76.023]],["parent/2877",[696,4.83]],["name/2878",[649,76.023]],["parent/2878",[696,4.83]],["name/2879",[650,76.023]],["parent/2879",[696,4.83]],["name/2880",[651,76.023]],["parent/2880",[696,4.83]],["name/2881",[652,76.023]],["parent/2881",[696,4.83]],["name/2882",[653,76.023]],["parent/2882",[696,4.83]],["name/2883",[654,76.023]],["parent/2883",[696,4.83]],["name/2884",[655,76.023]],["parent/2884",[696,4.83]],["name/2885",[656,76.023]],["parent/2885",[696,4.83]],["name/2886",[657,76.023]],["parent/2886",[696,4.83]],["name/2887",[658,76.023]],["parent/2887",[696,4.83]],["name/2888",[659,76.023]],["parent/2888",[696,4.83]],["name/2889",[660,76.023]],["parent/2889",[696,4.83]],["name/2890",[661,76.023]],["parent/2890",[696,4.83]],["name/2891",[662,76.023]],["parent/2891",[696,4.83]],["name/2892",[663,76.023]],["parent/2892",[696,4.83]],["name/2893",[664,76.023]],["parent/2893",[696,4.83]],["name/2894",[665,76.023]],["parent/2894",[696,4.83]],["name/2895",[666,76.023]],["parent/2895",[696,4.83]],["name/2896",[667,76.023]],["parent/2896",[696,4.83]],["name/2897",[668,76.023]],["parent/2897",[696,4.83]],["name/2898",[669,76.023]],["parent/2898",[696,4.83]],["name/2899",[670,76.023]],["parent/2899",[696,4.83]],["name/2900",[671,76.023]],["parent/2900",[696,4.83]],["name/2901",[672,76.023]],["parent/2901",[696,4.83]],["name/2902",[673,76.023]],["parent/2902",[696,4.83]],["name/2903",[674,76.023]],["parent/2903",[696,4.83]],["name/2904",[675,76.023]],["parent/2904",[696,4.83]],["name/2905",[676,76.023]],["parent/2905",[696,4.83]],["name/2906",[677,76.023]],["parent/2906",[696,4.83]],["name/2907",[678,76.023]],["parent/2907",[696,4.83]],["name/2908",[679,76.023]],["parent/2908",[696,4.83]],["name/2909",[680,76.023]],["parent/2909",[696,4.83]],["name/2910",[681,76.023]],["parent/2910",[696,4.83]],["name/2911",[63,51.009]],["parent/2911",[696,4.83]],["name/2912",[682,63.785]],["parent/2912",[686,3.377]],["name/2913",[683,63.785]],["parent/2913",[686,3.377]],["name/2914",[682,63.785]],["parent/2914",[686,3.377]],["name/2915",[683,63.785]],["parent/2915",[686,3.377]],["name/2916",[686,33.857]],["parent/2916",[686,3.377]],["name/2917",[1,44.496]],["parent/2917",[686,3.377]],["name/2918",[682,63.785]],["parent/2918",[686,3.377]],["name/2919",[683,63.785]],["parent/2919",[686,3.377]],["name/2920",[686,33.857]],["parent/2920",[686,3.377]],["name/2921",[628,57.152]],["parent/2921",[686,3.377]],["name/2922",[629,57.152]],["parent/2922",[686,3.377]],["name/2923",[630,57.152]],["parent/2923",[686,3.377]],["name/2924",[632,63.785]],["parent/2924",[686,3.377]],["name/2925",[476,54.982]],["parent/2925",[686,3.377]],["name/2926",[477,54.982]],["parent/2926",[686,3.377]],["name/2927",[478,54.982]],["parent/2927",[686,3.377]],["name/2928",[490,54.982]],["parent/2928",[686,3.377]],["name/2929",[491,54.982]],["parent/2929",[686,3.377]],["name/2930",[492,54.982]],["parent/2930",[686,3.377]],["name/2931",[633,63.785]],["parent/2931",[686,3.377]],["name/2932",[634,63.785]],["parent/2932",[686,3.377]],["name/2933",[68,38.694]],["parent/2933",[686,3.377]],["name/2934",[493,54.982]],["parent/2934",[686,3.377]],["name/2935",[690,59.929]],["parent/2935",[686,3.377]],["name/2936",[560,47.231]],["parent/2936",[686,3.377]],["name/2937",[691,59.929]],["parent/2937",[686,3.377]],["name/2938",[692,59.929]],["parent/2938",[686,3.377]],["name/2939",[495,54.982]],["parent/2939",[686,3.377]],["name/2940",[623,57.152]],["parent/2940",[686,3.377]],["name/2941",[631,59.929]],["parent/2941",[686,3.377]],["name/2942",[621,57.152]],["parent/2942",[686,3.377]],["name/2943",[688,59.929]],["parent/2943",[686,3.377]],["name/2944",[689,59.929]],["parent/2944",[686,3.377]],["name/2945",[687,59.929]],["parent/2945",[686,3.377]],["name/2946",[499,54.982]],["parent/2946",[686,3.377]],["name/2947",[635,59.929]],["parent/2947",[686,3.377]],["name/2948",[636,59.929]],["parent/2948",[686,3.377]],["name/2949",[637,59.929]],["parent/2949",[686,3.377]],["name/2950",[694,63.785]],["parent/2950",[686,3.377]],["name/2951",[695,63.785]],["parent/2951",[686,3.377]],["name/2952",[693,63.785]],["parent/2952",[686,3.377]],["name/2953",[494,54.982]],["parent/2953",[686,3.377]],["name/2954",[638,63.785]],["parent/2954",[686,3.377]],["name/2955",[639,63.785]],["parent/2955",[686,3.377]],["name/2956",[622,57.152]],["parent/2956",[686,3.377]],["name/2957",[513,54.982]],["parent/2957",[686,3.377]],["name/2958",[511,54.982]],["parent/2958",[686,3.377]],["name/2959",[512,54.982]],["parent/2959",[686,3.377]],["name/2960",[626,57.152]],["parent/2960",[686,3.377]],["name/2961",[627,57.152]],["parent/2961",[686,3.377]],["name/2962",[503,54.982]],["parent/2962",[686,3.377]],["name/2963",[504,54.982]],["parent/2963",[686,3.377]],["name/2964",[496,54.982]],["parent/2964",[686,3.377]],["name/2965",[625,54.982]],["parent/2965",[686,3.377]],["name/2966",[640,63.785]],["parent/2966",[686,3.377]],["name/2967",[624,54.982]],["parent/2967",[686,3.377]],["name/2968",[481,54.982]],["parent/2968",[686,3.377]],["name/2969",[641,59.929]],["parent/2969",[686,3.377]],["name/2970",[642,59.929]],["parent/2970",[686,3.377]],["name/2971",[643,59.929]],["parent/2971",[686,3.377]],["name/2972",[697,81.131]],["parent/2972",[686,3.377]],["name/2973",[682,63.785]],["parent/2973",[698,4.527]],["name/2974",[683,63.785]],["parent/2974",[698,4.527]],["name/2975",[628,57.152]],["parent/2975",[698,4.527]],["name/2976",[629,57.152]],["parent/2976",[698,4.527]],["name/2977",[630,57.152]],["parent/2977",[698,4.527]],["name/2978",[632,63.785]],["parent/2978",[698,4.527]],["name/2979",[476,54.982]],["parent/2979",[698,4.527]],["name/2980",[477,54.982]],["parent/2980",[698,4.527]],["name/2981",[478,54.982]],["parent/2981",[698,4.527]],["name/2982",[490,54.982]],["parent/2982",[698,4.527]],["name/2983",[491,54.982]],["parent/2983",[698,4.527]],["name/2984",[492,54.982]],["parent/2984",[698,4.527]],["name/2985",[633,63.785]],["parent/2985",[698,4.527]],["name/2986",[634,63.785]],["parent/2986",[698,4.527]],["name/2987",[68,38.694]],["parent/2987",[698,4.527]],["name/2988",[493,54.982]],["parent/2988",[698,4.527]],["name/2989",[690,59.929]],["parent/2989",[698,4.527]],["name/2990",[560,47.231]],["parent/2990",[698,4.527]],["name/2991",[691,59.929]],["parent/2991",[698,4.527]],["name/2992",[692,59.929]],["parent/2992",[698,4.527]],["name/2993",[495,54.982]],["parent/2993",[698,4.527]],["name/2994",[623,57.152]],["parent/2994",[698,4.527]],["name/2995",[631,59.929]],["parent/2995",[698,4.527]],["name/2996",[621,57.152]],["parent/2996",[698,4.527]],["name/2997",[688,59.929]],["parent/2997",[698,4.527]],["name/2998",[689,59.929]],["parent/2998",[698,4.527]],["name/2999",[687,59.929]],["parent/2999",[698,4.527]],["name/3000",[499,54.982]],["parent/3000",[698,4.527]],["name/3001",[635,59.929]],["parent/3001",[698,4.527]],["name/3002",[636,59.929]],["parent/3002",[698,4.527]],["name/3003",[637,59.929]],["parent/3003",[698,4.527]],["name/3004",[694,63.785]],["parent/3004",[698,4.527]],["name/3005",[695,63.785]],["parent/3005",[698,4.527]],["name/3006",[693,63.785]],["parent/3006",[698,4.527]],["name/3007",[494,54.982]],["parent/3007",[698,4.527]],["name/3008",[638,63.785]],["parent/3008",[698,4.527]],["name/3009",[639,63.785]],["parent/3009",[698,4.527]],["name/3010",[622,57.152]],["parent/3010",[698,4.527]],["name/3011",[513,54.982]],["parent/3011",[698,4.527]],["name/3012",[511,54.982]],["parent/3012",[698,4.527]],["name/3013",[512,54.982]],["parent/3013",[698,4.527]],["name/3014",[626,57.152]],["parent/3014",[698,4.527]],["name/3015",[627,57.152]],["parent/3015",[698,4.527]],["name/3016",[503,54.982]],["parent/3016",[698,4.527]],["name/3017",[504,54.982]],["parent/3017",[698,4.527]],["name/3018",[496,54.982]],["parent/3018",[698,4.527]],["name/3019",[625,54.982]],["parent/3019",[698,4.527]],["name/3020",[640,63.785]],["parent/3020",[698,4.527]],["name/3021",[624,54.982]],["parent/3021",[698,4.527]],["name/3022",[481,54.982]],["parent/3022",[698,4.527]],["name/3023",[641,59.929]],["parent/3023",[698,4.527]],["name/3024",[642,59.929]],["parent/3024",[698,4.527]],["name/3025",[643,59.929]],["parent/3025",[698,4.527]],["name/3026",[699,55.482]],["parent/3026",[]],["name/3027",[1,44.496]],["parent/3027",[699,5.534]],["name/3028",[68,38.694]],["parent/3028",[699,5.534]],["name/3029",[700,70.145]],["parent/3029",[699,5.534]],["name/3030",[701,70.145]],["parent/3030",[699,5.534]],["name/3031",[68,38.694]],["parent/3031",[699,5.534]],["name/3032",[700,70.145]],["parent/3032",[699,5.534]],["name/3033",[701,70.145]],["parent/3033",[699,5.534]],["name/3034",[699,55.482]],["parent/3034",[699,5.534]],["name/3035",[60,51.342]],["parent/3035",[702,7.247]],["name/3036",[703,81.131]],["parent/3036",[702,7.247]],["name/3037",[63,51.009]],["parent/3037",[702,7.247]],["name/3038",[699,55.482]],["parent/3038",[699,5.534]],["name/3039",[1,44.496]],["parent/3039",[699,5.534]],["name/3040",[699,55.482]],["parent/3040",[699,5.534]],["name/3041",[68,38.694]],["parent/3041",[699,5.534]],["name/3042",[700,70.145]],["parent/3042",[699,5.534]],["name/3043",[701,70.145]],["parent/3043",[699,5.534]],["name/3044",[704,81.131]],["parent/3044",[699,5.534]],["name/3045",[68,38.694]],["parent/3045",[705,7.247]],["name/3046",[700,70.145]],["parent/3046",[705,7.247]],["name/3047",[701,70.145]],["parent/3047",[705,7.247]],["name/3048",[706,44.496]],["parent/3048",[]],["name/3049",[1,44.496]],["parent/3049",[706,4.438]],["name/3050",[707,70.145]],["parent/3050",[706,4.438]],["name/3051",[708,70.145]],["parent/3051",[706,4.438]],["name/3052",[709,70.145]],["parent/3052",[706,4.438]],["name/3053",[710,70.145]],["parent/3053",[706,4.438]],["name/3054",[711,70.145]],["parent/3054",[706,4.438]],["name/3055",[712,70.145]],["parent/3055",[706,4.438]],["name/3056",[713,70.145]],["parent/3056",[706,4.438]],["name/3057",[714,70.145]],["parent/3057",[706,4.438]],["name/3058",[715,70.145]],["parent/3058",[706,4.438]],["name/3059",[716,70.145]],["parent/3059",[706,4.438]],["name/3060",[717,70.145]],["parent/3060",[706,4.438]],["name/3061",[718,70.145]],["parent/3061",[706,4.438]],["name/3062",[719,70.145]],["parent/3062",[706,4.438]],["name/3063",[68,38.694]],["parent/3063",[706,4.438]],["name/3064",[560,47.231]],["parent/3064",[706,4.438]],["name/3065",[707,70.145]],["parent/3065",[706,4.438]],["name/3066",[708,70.145]],["parent/3066",[706,4.438]],["name/3067",[710,70.145]],["parent/3067",[706,4.438]],["name/3068",[711,70.145]],["parent/3068",[706,4.438]],["name/3069",[712,70.145]],["parent/3069",[706,4.438]],["name/3070",[714,70.145]],["parent/3070",[706,4.438]],["name/3071",[717,70.145]],["parent/3071",[706,4.438]],["name/3072",[715,70.145]],["parent/3072",[706,4.438]],["name/3073",[713,70.145]],["parent/3073",[706,4.438]],["name/3074",[718,70.145]],["parent/3074",[706,4.438]],["name/3075",[716,70.145]],["parent/3075",[706,4.438]],["name/3076",[719,70.145]],["parent/3076",[706,4.438]],["name/3077",[68,38.694]],["parent/3077",[706,4.438]],["name/3078",[560,47.231]],["parent/3078",[706,4.438]],["name/3079",[709,70.145]],["parent/3079",[706,4.438]],["name/3080",[706,44.496]],["parent/3080",[706,4.438]],["name/3081",[60,51.342]],["parent/3081",[720,6.796]],["name/3082",[721,81.131]],["parent/3082",[720,6.796]],["name/3083",[722,81.131]],["parent/3083",[720,6.796]],["name/3084",[723,81.131]],["parent/3084",[720,6.796]],["name/3085",[63,51.009]],["parent/3085",[720,6.796]],["name/3086",[724,70.145]],["parent/3086",[706,4.438]],["name/3087",[724,70.145]],["parent/3087",[706,4.438]],["name/3088",[706,44.496]],["parent/3088",[706,4.438]],["name/3089",[1,44.496]],["parent/3089",[706,4.438]],["name/3090",[724,70.145]],["parent/3090",[706,4.438]],["name/3091",[706,44.496]],["parent/3091",[706,4.438]],["name/3092",[707,70.145]],["parent/3092",[706,4.438]],["name/3093",[708,70.145]],["parent/3093",[706,4.438]],["name/3094",[710,70.145]],["parent/3094",[706,4.438]],["name/3095",[711,70.145]],["parent/3095",[706,4.438]],["name/3096",[712,70.145]],["parent/3096",[706,4.438]],["name/3097",[714,70.145]],["parent/3097",[706,4.438]],["name/3098",[717,70.145]],["parent/3098",[706,4.438]],["name/3099",[715,70.145]],["parent/3099",[706,4.438]],["name/3100",[713,70.145]],["parent/3100",[706,4.438]],["name/3101",[718,70.145]],["parent/3101",[706,4.438]],["name/3102",[716,70.145]],["parent/3102",[706,4.438]],["name/3103",[719,70.145]],["parent/3103",[706,4.438]],["name/3104",[68,38.694]],["parent/3104",[706,4.438]],["name/3105",[560,47.231]],["parent/3105",[706,4.438]],["name/3106",[709,70.145]],["parent/3106",[706,4.438]],["name/3107",[725,81.131]],["parent/3107",[706,4.438]],["name/3108",[724,70.145]],["parent/3108",[726,5.7]],["name/3109",[707,70.145]],["parent/3109",[726,5.7]],["name/3110",[708,70.145]],["parent/3110",[726,5.7]],["name/3111",[710,70.145]],["parent/3111",[726,5.7]],["name/3112",[711,70.145]],["parent/3112",[726,5.7]],["name/3113",[712,70.145]],["parent/3113",[726,5.7]],["name/3114",[714,70.145]],["parent/3114",[726,5.7]],["name/3115",[717,70.145]],["parent/3115",[726,5.7]],["name/3116",[715,70.145]],["parent/3116",[726,5.7]],["name/3117",[713,70.145]],["parent/3117",[726,5.7]],["name/3118",[718,70.145]],["parent/3118",[726,5.7]],["name/3119",[716,70.145]],["parent/3119",[726,5.7]],["name/3120",[719,70.145]],["parent/3120",[726,5.7]],["name/3121",[68,38.694]],["parent/3121",[726,5.7]],["name/3122",[560,47.231]],["parent/3122",[726,5.7]],["name/3123",[709,70.145]],["parent/3123",[726,5.7]],["name/3124",[727,54.982]],["parent/3124",[]],["name/3125",[1,44.496]],["parent/3125",[727,5.484]],["name/3126",[68,38.694]],["parent/3126",[727,5.484]],["name/3127",[728,70.145]],["parent/3127",[727,5.484]],["name/3128",[727,54.982]],["parent/3128",[727,5.484]],["name/3129",[68,38.694]],["parent/3129",[727,5.484]],["name/3130",[727,54.982]],["parent/3130",[727,5.484]],["name/3131",[728,70.145]],["parent/3131",[727,5.484]],["name/3132",[729,72.658]],["parent/3132",[727,5.484]],["name/3133",[60,51.342]],["parent/3133",[730,6.629]],["name/3134",[731,81.131]],["parent/3134",[730,6.629]],["name/3135",[732,81.131]],["parent/3135",[730,6.629]],["name/3136",[733,81.131]],["parent/3136",[730,6.629]],["name/3137",[734,81.131]],["parent/3137",[730,6.629]],["name/3138",[63,51.009]],["parent/3138",[730,6.629]],["name/3139",[729,72.658]],["parent/3139",[727,5.484]],["name/3140",[1,44.496]],["parent/3140",[727,5.484]],["name/3141",[729,72.658]],["parent/3141",[727,5.484]],["name/3142",[68,38.694]],["parent/3142",[727,5.484]],["name/3143",[727,54.982]],["parent/3143",[727,5.484]],["name/3144",[728,70.145]],["parent/3144",[727,5.484]],["name/3145",[735,81.131]],["parent/3145",[727,5.484]],["name/3146",[68,38.694]],["parent/3146",[736,7.247]],["name/3147",[727,54.982]],["parent/3147",[736,7.247]],["name/3148",[728,70.145]],["parent/3148",[736,7.247]],["name/3149",[737,26.97]],["parent/3149",[]],["name/3150",[1,44.496]],["parent/3150",[737,2.69]],["name/3151",[493,54.982]],["parent/3151",[737,2.69]],["name/3152",[481,54.982]],["parent/3152",[737,2.69]],["name/3153",[687,59.929]],["parent/3153",[737,2.69]],["name/3154",[688,59.929]],["parent/3154",[737,2.69]],["name/3155",[689,59.929]],["parent/3155",[737,2.69]],["name/3156",[499,54.982]],["parent/3156",[737,2.69]],["name/3157",[621,57.152]],["parent/3157",[737,2.69]],["name/3158",[622,57.152]],["parent/3158",[737,2.69]],["name/3159",[476,54.982]],["parent/3159",[737,2.69]],["name/3160",[491,54.982]],["parent/3160",[737,2.69]],["name/3161",[492,54.982]],["parent/3161",[737,2.69]],["name/3162",[494,54.982]],["parent/3162",[737,2.69]],["name/3163",[496,54.982]],["parent/3163",[737,2.69]],["name/3164",[623,57.152]],["parent/3164",[737,2.69]],["name/3165",[624,54.982]],["parent/3165",[737,2.69]],["name/3166",[625,54.982]],["parent/3166",[737,2.69]],["name/3167",[503,54.982]],["parent/3167",[737,2.69]],["name/3168",[504,54.982]],["parent/3168",[737,2.69]],["name/3169",[477,54.982]],["parent/3169",[737,2.69]],["name/3170",[478,54.982]],["parent/3170",[737,2.69]],["name/3171",[490,54.982]],["parent/3171",[737,2.69]],["name/3172",[690,59.929]],["parent/3172",[737,2.69]],["name/3173",[626,57.152]],["parent/3173",[737,2.69]],["name/3174",[627,57.152]],["parent/3174",[737,2.69]],["name/3175",[511,54.982]],["parent/3175",[737,2.69]],["name/3176",[512,54.982]],["parent/3176",[737,2.69]],["name/3177",[495,54.982]],["parent/3177",[737,2.69]],["name/3178",[691,59.929]],["parent/3178",[737,2.69]],["name/3179",[692,59.929]],["parent/3179",[737,2.69]],["name/3180",[513,54.982]],["parent/3180",[737,2.69]],["name/3181",[628,57.152]],["parent/3181",[737,2.69]],["name/3182",[629,57.152]],["parent/3182",[737,2.69]],["name/3183",[630,57.152]],["parent/3183",[737,2.69]],["name/3184",[738,70.145]],["parent/3184",[737,2.69]],["name/3185",[739,59.929]],["parent/3185",[737,2.69]],["name/3186",[99,54.982]],["parent/3186",[737,2.69]],["name/3187",[100,54.982]],["parent/3187",[737,2.69]],["name/3188",[103,54.982]],["parent/3188",[737,2.69]],["name/3189",[104,54.982]],["parent/3189",[737,2.69]],["name/3190",[740,59.929]],["parent/3190",[737,2.69]],["name/3191",[741,63.785]],["parent/3191",[737,2.69]],["name/3192",[742,63.785]],["parent/3192",[737,2.69]],["name/3193",[743,59.929]],["parent/3193",[737,2.69]],["name/3194",[744,59.929]],["parent/3194",[737,2.69]],["name/3195",[93,57.152]],["parent/3195",[737,2.69]],["name/3196",[102,54.982]],["parent/3196",[737,2.69]],["name/3197",[745,59.929]],["parent/3197",[737,2.69]],["name/3198",[746,63.785]],["parent/3198",[737,2.69]],["name/3199",[747,63.785]],["parent/3199",[737,2.69]],["name/3200",[748,63.785]],["parent/3200",[737,2.69]],["name/3201",[749,63.785]],["parent/3201",[737,2.69]],["name/3202",[105,54.982]],["parent/3202",[737,2.69]],["name/3203",[750,63.785]],["parent/3203",[737,2.69]],["name/3204",[107,57.152]],["parent/3204",[737,2.69]],["name/3205",[751,63.785]],["parent/3205",[737,2.69]],["name/3206",[752,70.145]],["parent/3206",[737,2.69]],["name/3207",[753,70.145]],["parent/3207",[737,2.69]],["name/3208",[754,70.145]],["parent/3208",[737,2.69]],["name/3209",[392,63.785]],["parent/3209",[737,2.69]],["name/3210",[393,63.785]],["parent/3210",[737,2.69]],["name/3211",[755,70.145]],["parent/3211",[737,2.69]],["name/3212",[756,70.145]],["parent/3212",[737,2.69]],["name/3213",[757,70.145]],["parent/3213",[737,2.69]],["name/3214",[758,70.145]],["parent/3214",[737,2.69]],["name/3215",[759,63.785]],["parent/3215",[737,2.69]],["name/3216",[760,63.785]],["parent/3216",[737,2.69]],["name/3217",[761,63.785]],["parent/3217",[737,2.69]],["name/3218",[514,59.929]],["parent/3218",[737,2.69]],["name/3219",[516,59.929]],["parent/3219",[737,2.69]],["name/3220",[762,63.785]],["parent/3220",[737,2.69]],["name/3221",[763,63.785]],["parent/3221",[737,2.69]],["name/3222",[764,63.785]],["parent/3222",[737,2.69]],["name/3223",[765,63.785]],["parent/3223",[737,2.69]],["name/3224",[766,63.785]],["parent/3224",[737,2.69]],["name/3225",[517,59.929]],["parent/3225",[737,2.69]],["name/3226",[767,70.145]],["parent/3226",[737,2.69]],["name/3227",[768,70.145]],["parent/3227",[737,2.69]],["name/3228",[769,70.145]],["parent/3228",[737,2.69]],["name/3229",[770,70.145]],["parent/3229",[737,2.69]],["name/3230",[771,70.145]],["parent/3230",[737,2.69]],["name/3231",[772,70.145]],["parent/3231",[737,2.69]],["name/3232",[773,70.145]],["parent/3232",[737,2.69]],["name/3233",[774,70.145]],["parent/3233",[737,2.69]],["name/3234",[775,70.145]],["parent/3234",[737,2.69]],["name/3235",[776,70.145]],["parent/3235",[737,2.69]],["name/3236",[777,70.145]],["parent/3236",[737,2.69]],["name/3237",[778,70.145]],["parent/3237",[737,2.69]],["name/3238",[779,70.145]],["parent/3238",[737,2.69]],["name/3239",[780,70.145]],["parent/3239",[737,2.69]],["name/3240",[781,70.145]],["parent/3240",[737,2.69]],["name/3241",[68,38.694]],["parent/3241",[737,2.69]],["name/3242",[41,44.844]],["parent/3242",[737,2.69]],["name/3243",[782,70.145]],["parent/3243",[737,2.69]],["name/3244",[783,70.145]],["parent/3244",[737,2.69]],["name/3245",[784,70.145]],["parent/3245",[737,2.69]],["name/3246",[785,70.145]],["parent/3246",[737,2.69]],["name/3247",[786,70.145]],["parent/3247",[737,2.69]],["name/3248",[787,70.145]],["parent/3248",[737,2.69]],["name/3249",[788,70.145]],["parent/3249",[737,2.69]],["name/3250",[789,70.145]],["parent/3250",[737,2.69]],["name/3251",[790,70.145]],["parent/3251",[737,2.69]],["name/3252",[791,70.145]],["parent/3252",[737,2.69]],["name/3253",[792,70.145]],["parent/3253",[737,2.69]],["name/3254",[793,70.145]],["parent/3254",[737,2.69]],["name/3255",[794,70.145]],["parent/3255",[737,2.69]],["name/3256",[58,43.519]],["parent/3256",[737,2.69]],["name/3257",[628,57.152]],["parent/3257",[737,2.69]],["name/3258",[629,57.152]],["parent/3258",[737,2.69]],["name/3259",[630,57.152]],["parent/3259",[737,2.69]],["name/3260",[738,70.145]],["parent/3260",[737,2.69]],["name/3261",[476,54.982]],["parent/3261",[737,2.69]],["name/3262",[751,63.785]],["parent/3262",[737,2.69]],["name/3263",[477,54.982]],["parent/3263",[737,2.69]],["name/3264",[478,54.982]],["parent/3264",[737,2.69]],["name/3265",[393,63.785]],["parent/3265",[737,2.69]],["name/3266",[755,70.145]],["parent/3266",[737,2.69]],["name/3267",[392,63.785]],["parent/3267",[737,2.69]],["name/3268",[756,70.145]],["parent/3268",[737,2.69]],["name/3269",[757,70.145]],["parent/3269",[737,2.69]],["name/3270",[758,70.145]],["parent/3270",[737,2.69]],["name/3271",[490,54.982]],["parent/3271",[737,2.69]],["name/3272",[767,70.145]],["parent/3272",[737,2.69]],["name/3273",[768,70.145]],["parent/3273",[737,2.69]],["name/3274",[754,70.145]],["parent/3274",[737,2.69]],["name/3275",[770,70.145]],["parent/3275",[737,2.69]],["name/3276",[772,70.145]],["parent/3276",[737,2.69]],["name/3277",[771,70.145]],["parent/3277",[737,2.69]],["name/3278",[752,70.145]],["parent/3278",[737,2.69]],["name/3279",[753,70.145]],["parent/3279",[737,2.69]],["name/3280",[778,70.145]],["parent/3280",[737,2.69]],["name/3281",[779,70.145]],["parent/3281",[737,2.69]],["name/3282",[774,70.145]],["parent/3282",[737,2.69]],["name/3283",[775,70.145]],["parent/3283",[737,2.69]],["name/3284",[776,70.145]],["parent/3284",[737,2.69]],["name/3285",[780,70.145]],["parent/3285",[737,2.69]],["name/3286",[781,70.145]],["parent/3286",[737,2.69]],["name/3287",[491,54.982]],["parent/3287",[737,2.69]],["name/3288",[492,54.982]],["parent/3288",[737,2.69]],["name/3289",[68,38.694]],["parent/3289",[737,2.69]],["name/3290",[493,54.982]],["parent/3290",[737,2.69]],["name/3291",[690,59.929]],["parent/3291",[737,2.69]],["name/3292",[739,59.929]],["parent/3292",[737,2.69]],["name/3293",[105,54.982]],["parent/3293",[737,2.69]],["name/3294",[750,63.785]],["parent/3294",[737,2.69]],["name/3295",[93,57.152]],["parent/3295",[737,2.69]],["name/3296",[761,63.785]],["parent/3296",[737,2.69]],["name/3297",[691,59.929]],["parent/3297",[737,2.69]],["name/3298",[692,59.929]],["parent/3298",[737,2.69]],["name/3299",[760,63.785]],["parent/3299",[737,2.69]],["name/3300",[759,63.785]],["parent/3300",[737,2.69]],["name/3301",[749,63.785]],["parent/3301",[737,2.69]],["name/3302",[495,54.982]],["parent/3302",[737,2.69]],["name/3303",[748,63.785]],["parent/3303",[737,2.69]],["name/3304",[514,59.929]],["parent/3304",[737,2.69]],["name/3305",[516,59.929]],["parent/3305",[737,2.69]],["name/3306",[762,63.785]],["parent/3306",[737,2.69]],["name/3307",[763,63.785]],["parent/3307",[737,2.69]],["name/3308",[764,63.785]],["parent/3308",[737,2.69]],["name/3309",[765,63.785]],["parent/3309",[737,2.69]],["name/3310",[766,63.785]],["parent/3310",[737,2.69]],["name/3311",[517,59.929]],["parent/3311",[737,2.69]],["name/3312",[623,57.152]],["parent/3312",[737,2.69]],["name/3313",[621,57.152]],["parent/3313",[737,2.69]],["name/3314",[688,59.929]],["parent/3314",[737,2.69]],["name/3315",[689,59.929]],["parent/3315",[737,2.69]],["name/3316",[687,59.929]],["parent/3316",[737,2.69]],["name/3317",[745,59.929]],["parent/3317",[737,2.69]],["name/3318",[41,44.844]],["parent/3318",[737,2.69]],["name/3319",[782,70.145]],["parent/3319",[737,2.69]],["name/3320",[769,70.145]],["parent/3320",[737,2.69]],["name/3321",[499,54.982]],["parent/3321",[737,2.69]],["name/3322",[494,54.982]],["parent/3322",[737,2.69]],["name/3323",[743,59.929]],["parent/3323",[737,2.69]],["name/3324",[107,57.152]],["parent/3324",[737,2.69]],["name/3325",[622,57.152]],["parent/3325",[737,2.69]],["name/3326",[513,54.982]],["parent/3326",[737,2.69]],["name/3327",[746,63.785]],["parent/3327",[737,2.69]],["name/3328",[747,63.785]],["parent/3328",[737,2.69]],["name/3329",[773,70.145]],["parent/3329",[737,2.69]],["name/3330",[511,54.982]],["parent/3330",[737,2.69]],["name/3331",[512,54.982]],["parent/3331",[737,2.69]],["name/3332",[626,57.152]],["parent/3332",[737,2.69]],["name/3333",[627,57.152]],["parent/3333",[737,2.69]],["name/3334",[783,70.145]],["parent/3334",[737,2.69]],["name/3335",[777,70.145]],["parent/3335",[737,2.69]],["name/3336",[740,59.929]],["parent/3336",[737,2.69]],["name/3337",[744,59.929]],["parent/3337",[737,2.69]],["name/3338",[104,54.982]],["parent/3338",[737,2.69]],["name/3339",[786,70.145]],["parent/3339",[737,2.69]],["name/3340",[787,70.145]],["parent/3340",[737,2.69]],["name/3341",[788,70.145]],["parent/3341",[737,2.69]],["name/3342",[789,70.145]],["parent/3342",[737,2.69]],["name/3343",[784,70.145]],["parent/3343",[737,2.69]],["name/3344",[785,70.145]],["parent/3344",[737,2.69]],["name/3345",[790,70.145]],["parent/3345",[737,2.69]],["name/3346",[791,70.145]],["parent/3346",[737,2.69]],["name/3347",[742,63.785]],["parent/3347",[737,2.69]],["name/3348",[741,63.785]],["parent/3348",[737,2.69]],["name/3349",[792,70.145]],["parent/3349",[737,2.69]],["name/3350",[793,70.145]],["parent/3350",[737,2.69]],["name/3351",[794,70.145]],["parent/3351",[737,2.69]],["name/3352",[58,43.519]],["parent/3352",[737,2.69]],["name/3353",[503,54.982]],["parent/3353",[737,2.69]],["name/3354",[504,54.982]],["parent/3354",[737,2.69]],["name/3355",[496,54.982]],["parent/3355",[737,2.69]],["name/3356",[625,54.982]],["parent/3356",[737,2.69]],["name/3357",[624,54.982]],["parent/3357",[737,2.69]],["name/3358",[481,54.982]],["parent/3358",[737,2.69]],["name/3359",[102,54.982]],["parent/3359",[737,2.69]],["name/3360",[100,54.982]],["parent/3360",[737,2.69]],["name/3361",[99,54.982]],["parent/3361",[737,2.69]],["name/3362",[103,54.982]],["parent/3362",[737,2.69]],["name/3363",[737,26.97]],["parent/3363",[737,2.69]],["name/3364",[60,51.342]],["parent/3364",[795,4.994]],["name/3365",[796,81.131]],["parent/3365",[795,4.994]],["name/3366",[797,81.131]],["parent/3366",[795,4.994]],["name/3367",[798,81.131]],["parent/3367",[795,4.994]],["name/3368",[799,81.131]],["parent/3368",[795,4.994]],["name/3369",[800,81.131]],["parent/3369",[795,4.994]],["name/3370",[801,81.131]],["parent/3370",[795,4.994]],["name/3371",[802,81.131]],["parent/3371",[795,4.994]],["name/3372",[803,81.131]],["parent/3372",[795,4.994]],["name/3373",[804,81.131]],["parent/3373",[795,4.994]],["name/3374",[805,81.131]],["parent/3374",[795,4.994]],["name/3375",[806,81.131]],["parent/3375",[795,4.994]],["name/3376",[807,81.131]],["parent/3376",[795,4.994]],["name/3377",[808,81.131]],["parent/3377",[795,4.994]],["name/3378",[809,81.131]],["parent/3378",[795,4.994]],["name/3379",[810,81.131]],["parent/3379",[795,4.994]],["name/3380",[811,81.131]],["parent/3380",[795,4.994]],["name/3381",[812,81.131]],["parent/3381",[795,4.994]],["name/3382",[813,81.131]],["parent/3382",[795,4.994]],["name/3383",[814,81.131]],["parent/3383",[795,4.994]],["name/3384",[815,81.131]],["parent/3384",[795,4.994]],["name/3385",[816,81.131]],["parent/3385",[795,4.994]],["name/3386",[817,81.131]],["parent/3386",[795,4.994]],["name/3387",[818,81.131]],["parent/3387",[795,4.994]],["name/3388",[819,81.131]],["parent/3388",[795,4.994]],["name/3389",[820,76.023]],["parent/3389",[795,4.994]],["name/3390",[821,81.131]],["parent/3390",[795,4.994]],["name/3391",[822,81.131]],["parent/3391",[795,4.994]],["name/3392",[823,81.131]],["parent/3392",[795,4.994]],["name/3393",[824,81.131]],["parent/3393",[795,4.994]],["name/3394",[825,81.131]],["parent/3394",[795,4.994]],["name/3395",[826,81.131]],["parent/3395",[795,4.994]],["name/3396",[63,51.009]],["parent/3396",[795,4.994]],["name/3397",[827,70.145]],["parent/3397",[737,2.69]],["name/3398",[828,70.145]],["parent/3398",[737,2.69]],["name/3399",[829,70.145]],["parent/3399",[737,2.69]],["name/3400",[827,70.145]],["parent/3400",[737,2.69]],["name/3401",[828,70.145]],["parent/3401",[737,2.69]],["name/3402",[829,70.145]],["parent/3402",[737,2.69]],["name/3403",[737,26.97]],["parent/3403",[737,2.69]],["name/3404",[1,44.496]],["parent/3404",[737,2.69]],["name/3405",[827,70.145]],["parent/3405",[737,2.69]],["name/3406",[828,70.145]],["parent/3406",[737,2.69]],["name/3407",[829,70.145]],["parent/3407",[737,2.69]],["name/3408",[737,26.97]],["parent/3408",[737,2.69]],["name/3409",[628,57.152]],["parent/3409",[737,2.69]],["name/3410",[629,57.152]],["parent/3410",[737,2.69]],["name/3411",[630,57.152]],["parent/3411",[737,2.69]],["name/3412",[738,70.145]],["parent/3412",[737,2.69]],["name/3413",[476,54.982]],["parent/3413",[737,2.69]],["name/3414",[751,63.785]],["parent/3414",[737,2.69]],["name/3415",[477,54.982]],["parent/3415",[737,2.69]],["name/3416",[478,54.982]],["parent/3416",[737,2.69]],["name/3417",[393,63.785]],["parent/3417",[737,2.69]],["name/3418",[755,70.145]],["parent/3418",[737,2.69]],["name/3419",[392,63.785]],["parent/3419",[737,2.69]],["name/3420",[756,70.145]],["parent/3420",[737,2.69]],["name/3421",[757,70.145]],["parent/3421",[737,2.69]],["name/3422",[758,70.145]],["parent/3422",[737,2.69]],["name/3423",[490,54.982]],["parent/3423",[737,2.69]],["name/3424",[767,70.145]],["parent/3424",[737,2.69]],["name/3425",[768,70.145]],["parent/3425",[737,2.69]],["name/3426",[754,70.145]],["parent/3426",[737,2.69]],["name/3427",[770,70.145]],["parent/3427",[737,2.69]],["name/3428",[772,70.145]],["parent/3428",[737,2.69]],["name/3429",[771,70.145]],["parent/3429",[737,2.69]],["name/3430",[752,70.145]],["parent/3430",[737,2.69]],["name/3431",[753,70.145]],["parent/3431",[737,2.69]],["name/3432",[778,70.145]],["parent/3432",[737,2.69]],["name/3433",[779,70.145]],["parent/3433",[737,2.69]],["name/3434",[774,70.145]],["parent/3434",[737,2.69]],["name/3435",[775,70.145]],["parent/3435",[737,2.69]],["name/3436",[776,70.145]],["parent/3436",[737,2.69]],["name/3437",[780,70.145]],["parent/3437",[737,2.69]],["name/3438",[781,70.145]],["parent/3438",[737,2.69]],["name/3439",[491,54.982]],["parent/3439",[737,2.69]],["name/3440",[492,54.982]],["parent/3440",[737,2.69]],["name/3441",[68,38.694]],["parent/3441",[737,2.69]],["name/3442",[493,54.982]],["parent/3442",[737,2.69]],["name/3443",[690,59.929]],["parent/3443",[737,2.69]],["name/3444",[739,59.929]],["parent/3444",[737,2.69]],["name/3445",[105,54.982]],["parent/3445",[737,2.69]],["name/3446",[750,63.785]],["parent/3446",[737,2.69]],["name/3447",[93,57.152]],["parent/3447",[737,2.69]],["name/3448",[761,63.785]],["parent/3448",[737,2.69]],["name/3449",[691,59.929]],["parent/3449",[737,2.69]],["name/3450",[692,59.929]],["parent/3450",[737,2.69]],["name/3451",[760,63.785]],["parent/3451",[737,2.69]],["name/3452",[759,63.785]],["parent/3452",[737,2.69]],["name/3453",[749,63.785]],["parent/3453",[737,2.69]],["name/3454",[495,54.982]],["parent/3454",[737,2.69]],["name/3455",[748,63.785]],["parent/3455",[737,2.69]],["name/3456",[514,59.929]],["parent/3456",[737,2.69]],["name/3457",[516,59.929]],["parent/3457",[737,2.69]],["name/3458",[762,63.785]],["parent/3458",[737,2.69]],["name/3459",[763,63.785]],["parent/3459",[737,2.69]],["name/3460",[764,63.785]],["parent/3460",[737,2.69]],["name/3461",[765,63.785]],["parent/3461",[737,2.69]],["name/3462",[766,63.785]],["parent/3462",[737,2.69]],["name/3463",[517,59.929]],["parent/3463",[737,2.69]],["name/3464",[623,57.152]],["parent/3464",[737,2.69]],["name/3465",[621,57.152]],["parent/3465",[737,2.69]],["name/3466",[688,59.929]],["parent/3466",[737,2.69]],["name/3467",[689,59.929]],["parent/3467",[737,2.69]],["name/3468",[687,59.929]],["parent/3468",[737,2.69]],["name/3469",[745,59.929]],["parent/3469",[737,2.69]],["name/3470",[41,44.844]],["parent/3470",[737,2.69]],["name/3471",[782,70.145]],["parent/3471",[737,2.69]],["name/3472",[769,70.145]],["parent/3472",[737,2.69]],["name/3473",[499,54.982]],["parent/3473",[737,2.69]],["name/3474",[494,54.982]],["parent/3474",[737,2.69]],["name/3475",[743,59.929]],["parent/3475",[737,2.69]],["name/3476",[107,57.152]],["parent/3476",[737,2.69]],["name/3477",[622,57.152]],["parent/3477",[737,2.69]],["name/3478",[513,54.982]],["parent/3478",[737,2.69]],["name/3479",[746,63.785]],["parent/3479",[737,2.69]],["name/3480",[747,63.785]],["parent/3480",[737,2.69]],["name/3481",[773,70.145]],["parent/3481",[737,2.69]],["name/3482",[511,54.982]],["parent/3482",[737,2.69]],["name/3483",[512,54.982]],["parent/3483",[737,2.69]],["name/3484",[626,57.152]],["parent/3484",[737,2.69]],["name/3485",[627,57.152]],["parent/3485",[737,2.69]],["name/3486",[783,70.145]],["parent/3486",[737,2.69]],["name/3487",[777,70.145]],["parent/3487",[737,2.69]],["name/3488",[740,59.929]],["parent/3488",[737,2.69]],["name/3489",[744,59.929]],["parent/3489",[737,2.69]],["name/3490",[104,54.982]],["parent/3490",[737,2.69]],["name/3491",[786,70.145]],["parent/3491",[737,2.69]],["name/3492",[787,70.145]],["parent/3492",[737,2.69]],["name/3493",[788,70.145]],["parent/3493",[737,2.69]],["name/3494",[789,70.145]],["parent/3494",[737,2.69]],["name/3495",[784,70.145]],["parent/3495",[737,2.69]],["name/3496",[785,70.145]],["parent/3496",[737,2.69]],["name/3497",[790,70.145]],["parent/3497",[737,2.69]],["name/3498",[791,70.145]],["parent/3498",[737,2.69]],["name/3499",[742,63.785]],["parent/3499",[737,2.69]],["name/3500",[741,63.785]],["parent/3500",[737,2.69]],["name/3501",[792,70.145]],["parent/3501",[737,2.69]],["name/3502",[793,70.145]],["parent/3502",[737,2.69]],["name/3503",[794,70.145]],["parent/3503",[737,2.69]],["name/3504",[58,43.519]],["parent/3504",[737,2.69]],["name/3505",[503,54.982]],["parent/3505",[737,2.69]],["name/3506",[504,54.982]],["parent/3506",[737,2.69]],["name/3507",[496,54.982]],["parent/3507",[737,2.69]],["name/3508",[625,54.982]],["parent/3508",[737,2.69]],["name/3509",[624,54.982]],["parent/3509",[737,2.69]],["name/3510",[481,54.982]],["parent/3510",[737,2.69]],["name/3511",[102,54.982]],["parent/3511",[737,2.69]],["name/3512",[100,54.982]],["parent/3512",[737,2.69]],["name/3513",[99,54.982]],["parent/3513",[737,2.69]],["name/3514",[103,54.982]],["parent/3514",[737,2.69]],["name/3515",[830,81.131]],["parent/3515",[737,2.69]],["name/3516",[827,70.145]],["parent/3516",[831,3.813]],["name/3517",[828,70.145]],["parent/3517",[831,3.813]],["name/3518",[829,70.145]],["parent/3518",[831,3.813]],["name/3519",[628,57.152]],["parent/3519",[831,3.813]],["name/3520",[629,57.152]],["parent/3520",[831,3.813]],["name/3521",[630,57.152]],["parent/3521",[831,3.813]],["name/3522",[738,70.145]],["parent/3522",[831,3.813]],["name/3523",[476,54.982]],["parent/3523",[831,3.813]],["name/3524",[751,63.785]],["parent/3524",[831,3.813]],["name/3525",[477,54.982]],["parent/3525",[831,3.813]],["name/3526",[478,54.982]],["parent/3526",[831,3.813]],["name/3527",[393,63.785]],["parent/3527",[831,3.813]],["name/3528",[755,70.145]],["parent/3528",[831,3.813]],["name/3529",[392,63.785]],["parent/3529",[831,3.813]],["name/3530",[756,70.145]],["parent/3530",[831,3.813]],["name/3531",[757,70.145]],["parent/3531",[831,3.813]],["name/3532",[758,70.145]],["parent/3532",[831,3.813]],["name/3533",[490,54.982]],["parent/3533",[831,3.813]],["name/3534",[767,70.145]],["parent/3534",[831,3.813]],["name/3535",[768,70.145]],["parent/3535",[831,3.813]],["name/3536",[754,70.145]],["parent/3536",[831,3.813]],["name/3537",[770,70.145]],["parent/3537",[831,3.813]],["name/3538",[772,70.145]],["parent/3538",[831,3.813]],["name/3539",[771,70.145]],["parent/3539",[831,3.813]],["name/3540",[752,70.145]],["parent/3540",[831,3.813]],["name/3541",[753,70.145]],["parent/3541",[831,3.813]],["name/3542",[778,70.145]],["parent/3542",[831,3.813]],["name/3543",[779,70.145]],["parent/3543",[831,3.813]],["name/3544",[774,70.145]],["parent/3544",[831,3.813]],["name/3545",[775,70.145]],["parent/3545",[831,3.813]],["name/3546",[776,70.145]],["parent/3546",[831,3.813]],["name/3547",[780,70.145]],["parent/3547",[831,3.813]],["name/3548",[781,70.145]],["parent/3548",[831,3.813]],["name/3549",[491,54.982]],["parent/3549",[831,3.813]],["name/3550",[492,54.982]],["parent/3550",[831,3.813]],["name/3551",[68,38.694]],["parent/3551",[831,3.813]],["name/3552",[493,54.982]],["parent/3552",[831,3.813]],["name/3553",[690,59.929]],["parent/3553",[831,3.813]],["name/3554",[739,59.929]],["parent/3554",[831,3.813]],["name/3555",[105,54.982]],["parent/3555",[831,3.813]],["name/3556",[750,63.785]],["parent/3556",[831,3.813]],["name/3557",[93,57.152]],["parent/3557",[831,3.813]],["name/3558",[761,63.785]],["parent/3558",[831,3.813]],["name/3559",[691,59.929]],["parent/3559",[831,3.813]],["name/3560",[692,59.929]],["parent/3560",[831,3.813]],["name/3561",[760,63.785]],["parent/3561",[831,3.813]],["name/3562",[759,63.785]],["parent/3562",[831,3.813]],["name/3563",[749,63.785]],["parent/3563",[831,3.813]],["name/3564",[495,54.982]],["parent/3564",[831,3.813]],["name/3565",[748,63.785]],["parent/3565",[831,3.813]],["name/3566",[514,59.929]],["parent/3566",[831,3.813]],["name/3567",[516,59.929]],["parent/3567",[831,3.813]],["name/3568",[762,63.785]],["parent/3568",[831,3.813]],["name/3569",[763,63.785]],["parent/3569",[831,3.813]],["name/3570",[764,63.785]],["parent/3570",[831,3.813]],["name/3571",[765,63.785]],["parent/3571",[831,3.813]],["name/3572",[766,63.785]],["parent/3572",[831,3.813]],["name/3573",[517,59.929]],["parent/3573",[831,3.813]],["name/3574",[623,57.152]],["parent/3574",[831,3.813]],["name/3575",[621,57.152]],["parent/3575",[831,3.813]],["name/3576",[688,59.929]],["parent/3576",[831,3.813]],["name/3577",[689,59.929]],["parent/3577",[831,3.813]],["name/3578",[687,59.929]],["parent/3578",[831,3.813]],["name/3579",[745,59.929]],["parent/3579",[831,3.813]],["name/3580",[41,44.844]],["parent/3580",[831,3.813]],["name/3581",[782,70.145]],["parent/3581",[831,3.813]],["name/3582",[769,70.145]],["parent/3582",[831,3.813]],["name/3583",[499,54.982]],["parent/3583",[831,3.813]],["name/3584",[494,54.982]],["parent/3584",[831,3.813]],["name/3585",[743,59.929]],["parent/3585",[831,3.813]],["name/3586",[107,57.152]],["parent/3586",[831,3.813]],["name/3587",[622,57.152]],["parent/3587",[831,3.813]],["name/3588",[513,54.982]],["parent/3588",[831,3.813]],["name/3589",[746,63.785]],["parent/3589",[831,3.813]],["name/3590",[747,63.785]],["parent/3590",[831,3.813]],["name/3591",[773,70.145]],["parent/3591",[831,3.813]],["name/3592",[511,54.982]],["parent/3592",[831,3.813]],["name/3593",[512,54.982]],["parent/3593",[831,3.813]],["name/3594",[626,57.152]],["parent/3594",[831,3.813]],["name/3595",[627,57.152]],["parent/3595",[831,3.813]],["name/3596",[783,70.145]],["parent/3596",[831,3.813]],["name/3597",[777,70.145]],["parent/3597",[831,3.813]],["name/3598",[740,59.929]],["parent/3598",[831,3.813]],["name/3599",[744,59.929]],["parent/3599",[831,3.813]],["name/3600",[104,54.982]],["parent/3600",[831,3.813]],["name/3601",[786,70.145]],["parent/3601",[831,3.813]],["name/3602",[787,70.145]],["parent/3602",[831,3.813]],["name/3603",[788,70.145]],["parent/3603",[831,3.813]],["name/3604",[789,70.145]],["parent/3604",[831,3.813]],["name/3605",[784,70.145]],["parent/3605",[831,3.813]],["name/3606",[785,70.145]],["parent/3606",[831,3.813]],["name/3607",[790,70.145]],["parent/3607",[831,3.813]],["name/3608",[791,70.145]],["parent/3608",[831,3.813]],["name/3609",[742,63.785]],["parent/3609",[831,3.813]],["name/3610",[741,63.785]],["parent/3610",[831,3.813]],["name/3611",[792,70.145]],["parent/3611",[831,3.813]],["name/3612",[793,70.145]],["parent/3612",[831,3.813]],["name/3613",[794,70.145]],["parent/3613",[831,3.813]],["name/3614",[58,43.519]],["parent/3614",[831,3.813]],["name/3615",[503,54.982]],["parent/3615",[831,3.813]],["name/3616",[504,54.982]],["parent/3616",[831,3.813]],["name/3617",[496,54.982]],["parent/3617",[831,3.813]],["name/3618",[625,54.982]],["parent/3618",[831,3.813]],["name/3619",[624,54.982]],["parent/3619",[831,3.813]],["name/3620",[481,54.982]],["parent/3620",[831,3.813]],["name/3621",[102,54.982]],["parent/3621",[831,3.813]],["name/3622",[100,54.982]],["parent/3622",[831,3.813]],["name/3623",[99,54.982]],["parent/3623",[831,3.813]],["name/3624",[103,54.982]],["parent/3624",[831,3.813]],["name/3625",[832,45.022]],["parent/3625",[]],["name/3626",[1,44.496]],["parent/3626",[832,4.49]],["name/3627",[833,70.145]],["parent/3627",[832,4.49]],["name/3628",[834,70.145]],["parent/3628",[832,4.49]],["name/3629",[835,70.145]],["parent/3629",[832,4.49]],["name/3630",[836,70.145]],["parent/3630",[832,4.49]],["name/3631",[837,70.145]],["parent/3631",[832,4.49]],["name/3632",[838,70.145]],["parent/3632",[832,4.49]],["name/3633",[839,70.145]],["parent/3633",[832,4.49]],["name/3634",[840,70.145]],["parent/3634",[832,4.49]],["name/3635",[841,70.145]],["parent/3635",[832,4.49]],["name/3636",[68,38.694]],["parent/3636",[832,4.49]],["name/3637",[560,47.231]],["parent/3637",[832,4.49]],["name/3638",[842,70.145]],["parent/3638",[832,4.49]],["name/3639",[843,70.145]],["parent/3639",[832,4.49]],["name/3640",[41,44.844]],["parent/3640",[832,4.49]],["name/3641",[58,43.519]],["parent/3641",[832,4.49]],["name/3642",[834,70.145]],["parent/3642",[832,4.49]],["name/3643",[835,70.145]],["parent/3643",[832,4.49]],["name/3644",[836,70.145]],["parent/3644",[832,4.49]],["name/3645",[837,70.145]],["parent/3645",[832,4.49]],["name/3646",[838,70.145]],["parent/3646",[832,4.49]],["name/3647",[840,70.145]],["parent/3647",[832,4.49]],["name/3648",[839,70.145]],["parent/3648",[832,4.49]],["name/3649",[841,70.145]],["parent/3649",[832,4.49]],["name/3650",[68,38.694]],["parent/3650",[832,4.49]],["name/3651",[560,47.231]],["parent/3651",[832,4.49]],["name/3652",[842,70.145]],["parent/3652",[832,4.49]],["name/3653",[843,70.145]],["parent/3653",[832,4.49]],["name/3654",[41,44.844]],["parent/3654",[832,4.49]],["name/3655",[833,70.145]],["parent/3655",[832,4.49]],["name/3656",[58,43.519]],["parent/3656",[832,4.49]],["name/3657",[832,45.022]],["parent/3657",[832,4.49]],["name/3658",[60,51.342]],["parent/3658",[844,6.251]],["name/3659",[845,81.131]],["parent/3659",[844,6.251]],["name/3660",[846,81.131]],["parent/3660",[844,6.251]],["name/3661",[847,81.131]],["parent/3661",[844,6.251]],["name/3662",[848,81.131]],["parent/3662",[844,6.251]],["name/3663",[849,81.131]],["parent/3663",[844,6.251]],["name/3664",[850,81.131]],["parent/3664",[844,6.251]],["name/3665",[851,81.131]],["parent/3665",[844,6.251]],["name/3666",[63,51.009]],["parent/3666",[844,6.251]],["name/3667",[832,45.022]],["parent/3667",[832,4.49]],["name/3668",[1,44.496]],["parent/3668",[832,4.49]],["name/3669",[832,45.022]],["parent/3669",[832,4.49]],["name/3670",[834,70.145]],["parent/3670",[832,4.49]],["name/3671",[835,70.145]],["parent/3671",[832,4.49]],["name/3672",[836,70.145]],["parent/3672",[832,4.49]],["name/3673",[837,70.145]],["parent/3673",[832,4.49]],["name/3674",[838,70.145]],["parent/3674",[832,4.49]],["name/3675",[840,70.145]],["parent/3675",[832,4.49]],["name/3676",[839,70.145]],["parent/3676",[832,4.49]],["name/3677",[841,70.145]],["parent/3677",[832,4.49]],["name/3678",[68,38.694]],["parent/3678",[832,4.49]],["name/3679",[560,47.231]],["parent/3679",[832,4.49]],["name/3680",[842,70.145]],["parent/3680",[832,4.49]],["name/3681",[843,70.145]],["parent/3681",[832,4.49]],["name/3682",[41,44.844]],["parent/3682",[832,4.49]],["name/3683",[833,70.145]],["parent/3683",[832,4.49]],["name/3684",[58,43.519]],["parent/3684",[832,4.49]],["name/3685",[852,81.131]],["parent/3685",[832,4.49]],["name/3686",[834,70.145]],["parent/3686",[853,5.763]],["name/3687",[835,70.145]],["parent/3687",[853,5.763]],["name/3688",[836,70.145]],["parent/3688",[853,5.763]],["name/3689",[837,70.145]],["parent/3689",[853,5.763]],["name/3690",[838,70.145]],["parent/3690",[853,5.763]],["name/3691",[840,70.145]],["parent/3691",[853,5.763]],["name/3692",[839,70.145]],["parent/3692",[853,5.763]],["name/3693",[841,70.145]],["parent/3693",[853,5.763]],["name/3694",[68,38.694]],["parent/3694",[853,5.763]],["name/3695",[560,47.231]],["parent/3695",[853,5.763]],["name/3696",[842,70.145]],["parent/3696",[853,5.763]],["name/3697",[843,70.145]],["parent/3697",[853,5.763]],["name/3698",[41,44.844]],["parent/3698",[853,5.763]],["name/3699",[833,70.145]],["parent/3699",[853,5.763]],["name/3700",[58,43.519]],["parent/3700",[853,5.763]],["name/3701",[854,54.051]],["parent/3701",[]],["name/3702",[1,44.496]],["parent/3702",[854,5.391]],["name/3703",[68,38.694]],["parent/3703",[854,5.391]],["name/3704",[427,63.785]],["parent/3704",[854,5.391]],["name/3705",[428,63.785]],["parent/3705",[854,5.391]],["name/3706",[855,70.145]],["parent/3706",[854,5.391]],["name/3707",[68,38.694]],["parent/3707",[854,5.391]],["name/3708",[427,63.785]],["parent/3708",[854,5.391]],["name/3709",[428,63.785]],["parent/3709",[854,5.391]],["name/3710",[855,70.145]],["parent/3710",[854,5.391]],["name/3711",[854,54.051]],["parent/3711",[854,5.391]],["name/3712",[60,51.342]],["parent/3712",[856,7.247]],["name/3713",[433,76.023]],["parent/3713",[856,7.247]],["name/3714",[63,51.009]],["parent/3714",[856,7.247]],["name/3715",[854,54.051]],["parent/3715",[854,5.391]],["name/3716",[1,44.496]],["parent/3716",[854,5.391]],["name/3717",[854,54.051]],["parent/3717",[854,5.391]],["name/3718",[68,38.694]],["parent/3718",[854,5.391]],["name/3719",[427,63.785]],["parent/3719",[854,5.391]],["name/3720",[428,63.785]],["parent/3720",[854,5.391]],["name/3721",[855,70.145]],["parent/3721",[854,5.391]],["name/3722",[857,81.131]],["parent/3722",[854,5.391]],["name/3723",[68,38.694]],["parent/3723",[858,6.996]],["name/3724",[427,63.785]],["parent/3724",[858,6.996]],["name/3725",[428,63.785]],["parent/3725",[858,6.996]],["name/3726",[855,70.145]],["parent/3726",[858,6.996]],["name/3727",[859,33.51]],["parent/3727",[]],["name/3728",[1,44.496]],["parent/3728",[859,3.342]],["name/3729",[860,70.145]],["parent/3729",[859,3.342]],["name/3730",[861,70.145]],["parent/3730",[859,3.342]],["name/3731",[862,70.145]],["parent/3731",[859,3.342]],["name/3732",[863,70.145]],["parent/3732",[859,3.342]],["name/3733",[864,70.145]],["parent/3733",[859,3.342]],["name/3734",[865,70.145]],["parent/3734",[859,3.342]],["name/3735",[866,70.145]],["parent/3735",[859,3.342]],["name/3736",[867,70.145]],["parent/3736",[859,3.342]],["name/3737",[868,70.145]],["parent/3737",[859,3.342]],["name/3738",[869,70.145]],["parent/3738",[859,3.342]],["name/3739",[870,70.145]],["parent/3739",[859,3.342]],["name/3740",[871,70.145]],["parent/3740",[859,3.342]],["name/3741",[872,70.145]],["parent/3741",[859,3.342]],["name/3742",[458,68.138]],["parent/3742",[859,3.342]],["name/3743",[873,70.145]],["parent/3743",[859,3.342]],["name/3744",[874,70.145]],["parent/3744",[859,3.342]],["name/3745",[875,70.145]],["parent/3745",[859,3.342]],["name/3746",[876,70.145]],["parent/3746",[859,3.342]],["name/3747",[877,70.145]],["parent/3747",[859,3.342]],["name/3748",[878,70.145]],["parent/3748",[859,3.342]],["name/3749",[879,70.145]],["parent/3749",[859,3.342]],["name/3750",[880,70.145]],["parent/3750",[859,3.342]],["name/3751",[881,70.145]],["parent/3751",[859,3.342]],["name/3752",[882,70.145]],["parent/3752",[859,3.342]],["name/3753",[883,70.145]],["parent/3753",[859,3.342]],["name/3754",[884,70.145]],["parent/3754",[859,3.342]],["name/3755",[871,70.145]],["parent/3755",[859,3.342]],["name/3756",[873,70.145]],["parent/3756",[859,3.342]],["name/3757",[867,70.145]],["parent/3757",[859,3.342]],["name/3758",[865,70.145]],["parent/3758",[859,3.342]],["name/3759",[866,70.145]],["parent/3759",[859,3.342]],["name/3760",[863,70.145]],["parent/3760",[859,3.342]],["name/3761",[864,70.145]],["parent/3761",[859,3.342]],["name/3762",[862,70.145]],["parent/3762",[859,3.342]],["name/3763",[861,70.145]],["parent/3763",[859,3.342]],["name/3764",[860,70.145]],["parent/3764",[859,3.342]],["name/3765",[874,70.145]],["parent/3765",[859,3.342]],["name/3766",[875,70.145]],["parent/3766",[859,3.342]],["name/3767",[876,70.145]],["parent/3767",[859,3.342]],["name/3768",[877,70.145]],["parent/3768",[859,3.342]],["name/3769",[878,70.145]],["parent/3769",[859,3.342]],["name/3770",[869,70.145]],["parent/3770",[859,3.342]],["name/3771",[870,70.145]],["parent/3771",[859,3.342]],["name/3772",[868,70.145]],["parent/3772",[859,3.342]],["name/3773",[879,70.145]],["parent/3773",[859,3.342]],["name/3774",[880,70.145]],["parent/3774",[859,3.342]],["name/3775",[881,70.145]],["parent/3775",[859,3.342]],["name/3776",[882,70.145]],["parent/3776",[859,3.342]],["name/3777",[883,70.145]],["parent/3777",[859,3.342]],["name/3778",[884,70.145]],["parent/3778",[859,3.342]],["name/3779",[458,68.138]],["parent/3779",[859,3.342]],["name/3780",[872,70.145]],["parent/3780",[859,3.342]],["name/3781",[859,33.51]],["parent/3781",[859,3.342]],["name/3782",[60,51.342]],["parent/3782",[885,5.306]],["name/3783",[451,76.023]],["parent/3783",[885,5.306]],["name/3784",[453,76.023]],["parent/3784",[885,5.306]],["name/3785",[886,81.131]],["parent/3785",[885,5.306]],["name/3786",[887,81.131]],["parent/3786",[885,5.306]],["name/3787",[888,81.131]],["parent/3787",[885,5.306]],["name/3788",[889,81.131]],["parent/3788",[885,5.306]],["name/3789",[454,76.023]],["parent/3789",[885,5.306]],["name/3790",[890,81.131]],["parent/3790",[885,5.306]],["name/3791",[891,81.131]],["parent/3791",[885,5.306]],["name/3792",[892,81.131]],["parent/3792",[885,5.306]],["name/3793",[893,81.131]],["parent/3793",[885,5.306]],["name/3794",[894,81.131]],["parent/3794",[885,5.306]],["name/3795",[895,81.131]],["parent/3795",[885,5.306]],["name/3796",[896,81.131]],["parent/3796",[885,5.306]],["name/3797",[897,81.131]],["parent/3797",[885,5.306]],["name/3798",[898,81.131]],["parent/3798",[885,5.306]],["name/3799",[899,81.131]],["parent/3799",[885,5.306]],["name/3800",[455,76.023]],["parent/3800",[885,5.306]],["name/3801",[820,76.023]],["parent/3801",[885,5.306]],["name/3802",[900,81.131]],["parent/3802",[885,5.306]],["name/3803",[901,81.131]],["parent/3803",[885,5.306]],["name/3804",[902,81.131]],["parent/3804",[885,5.306]],["name/3805",[63,51.009]],["parent/3805",[885,5.306]],["name/3806",[903,70.145]],["parent/3806",[859,3.342]],["name/3807",[904,70.145]],["parent/3807",[859,3.342]],["name/3808",[905,70.145]],["parent/3808",[859,3.342]],["name/3809",[906,70.145]],["parent/3809",[859,3.342]],["name/3810",[907,70.145]],["parent/3810",[859,3.342]],["name/3811",[908,70.145]],["parent/3811",[859,3.342]],["name/3812",[909,70.145]],["parent/3812",[859,3.342]],["name/3813",[910,70.145]],["parent/3813",[859,3.342]],["name/3814",[911,70.145]],["parent/3814",[859,3.342]],["name/3815",[912,70.145]],["parent/3815",[859,3.342]],["name/3816",[913,70.145]],["parent/3816",[859,3.342]],["name/3817",[914,70.145]],["parent/3817",[859,3.342]],["name/3818",[915,70.145]],["parent/3818",[859,3.342]],["name/3819",[916,70.145]],["parent/3819",[859,3.342]],["name/3820",[917,70.145]],["parent/3820",[859,3.342]],["name/3821",[918,70.145]],["parent/3821",[859,3.342]],["name/3822",[16,56.564]],["parent/3822",[919,8.092]],["name/3823",[920,60.762]],["parent/3823",[921,6.362]],["name/3824",[922,81.131]],["parent/3824",[921,6.362]],["name/3825",[923,76.023]],["parent/3825",[921,6.362]],["name/3826",[924,76.023]],["parent/3826",[921,6.362]],["name/3827",[925,81.131]],["parent/3827",[921,6.362]],["name/3828",[926,66.468]],["parent/3828",[921,6.362]],["name/3829",[927,60.762]],["parent/3829",[921,6.362]],["name/3830",[928,72.658]],["parent/3830",[921,6.362]],["name/3831",[929,70.145]],["parent/3831",[859,3.342]],["name/3832",[16,56.564]],["parent/3832",[930,8.092]],["name/3833",[931,66.468]],["parent/3833",[932,6.151]],["name/3834",[933,72.658]],["parent/3834",[932,6.151]],["name/3835",[934,72.658]],["parent/3835",[932,6.151]],["name/3836",[926,66.468]],["parent/3836",[932,6.151]],["name/3837",[927,60.762]],["parent/3837",[932,6.151]],["name/3838",[935,72.658]],["parent/3838",[932,6.151]],["name/3839",[936,81.131]],["parent/3839",[932,6.151]],["name/3840",[937,81.131]],["parent/3840",[932,6.151]],["name/3841",[938,81.131]],["parent/3841",[932,6.151]],["name/3842",[939,81.131]],["parent/3842",[932,6.151]],["name/3843",[940,70.145]],["parent/3843",[859,3.342]],["name/3844",[16,56.564]],["parent/3844",[941,8.092]],["name/3845",[931,66.468]],["parent/3845",[942,6.251]],["name/3846",[933,72.658]],["parent/3846",[942,6.251]],["name/3847",[927,60.762]],["parent/3847",[942,6.251]],["name/3848",[934,72.658]],["parent/3848",[942,6.251]],["name/3849",[920,60.762]],["parent/3849",[942,6.251]],["name/3850",[928,72.658]],["parent/3850",[942,6.251]],["name/3851",[935,72.658]],["parent/3851",[942,6.251]],["name/3852",[943,76.023]],["parent/3852",[942,6.251]],["name/3853",[944,68.138]],["parent/3853",[942,6.251]],["name/3854",[945,70.145]],["parent/3854",[859,3.342]],["name/3855",[16,56.564]],["parent/3855",[946,8.092]],["name/3856",[947,81.131]],["parent/3856",[948,6.251]],["name/3857",[949,76.023]],["parent/3857",[948,6.251]],["name/3858",[926,66.468]],["parent/3858",[948,6.251]],["name/3859",[950,68.138]],["parent/3859",[948,6.251]],["name/3860",[923,76.023]],["parent/3860",[948,6.251]],["name/3861",[951,68.138]],["parent/3861",[948,6.251]],["name/3862",[920,60.762]],["parent/3862",[948,6.251]],["name/3863",[927,60.762]],["parent/3863",[948,6.251]],["name/3864",[952,70.145]],["parent/3864",[948,6.251]],["name/3865",[953,70.145]],["parent/3865",[859,3.342]],["name/3866",[16,56.564]],["parent/3866",[954,8.092]],["name/3867",[950,68.138]],["parent/3867",[955,6.629]],["name/3868",[944,68.138]],["parent/3868",[955,6.629]],["name/3869",[956,81.131]],["parent/3869",[955,6.629]],["name/3870",[920,60.762]],["parent/3870",[955,6.629]],["name/3871",[951,68.138]],["parent/3871",[955,6.629]],["name/3872",[957,70.145]],["parent/3872",[955,6.629]],["name/3873",[958,70.145]],["parent/3873",[859,3.342]],["name/3874",[16,56.564]],["parent/3874",[959,8.092]],["name/3875",[931,66.468]],["parent/3875",[960,6.251]],["name/3876",[933,72.658]],["parent/3876",[960,6.251]],["name/3877",[927,60.762]],["parent/3877",[960,6.251]],["name/3878",[934,72.658]],["parent/3878",[960,6.251]],["name/3879",[920,60.762]],["parent/3879",[960,6.251]],["name/3880",[928,72.658]],["parent/3880",[960,6.251]],["name/3881",[935,72.658]],["parent/3881",[960,6.251]],["name/3882",[943,76.023]],["parent/3882",[960,6.251]],["name/3883",[944,68.138]],["parent/3883",[960,6.251]],["name/3884",[961,70.145]],["parent/3884",[859,3.342]],["name/3885",[16,56.564]],["parent/3885",[962,8.092]],["name/3886",[949,76.023]],["parent/3886",[963,6.06]],["name/3887",[920,60.762]],["parent/3887",[963,6.06]],["name/3888",[927,60.762]],["parent/3888",[963,6.06]],["name/3889",[951,68.138]],["parent/3889",[963,6.06]],["name/3890",[964,81.131]],["parent/3890",[963,6.06]],["name/3891",[950,68.138]],["parent/3891",[963,6.06]],["name/3892",[957,70.145]],["parent/3892",[963,6.06]],["name/3893",[965,81.131]],["parent/3893",[963,6.06]],["name/3894",[966,81.131]],["parent/3894",[963,6.06]],["name/3895",[926,66.468]],["parent/3895",[963,6.06]],["name/3896",[952,70.145]],["parent/3896",[963,6.06]],["name/3897",[967,70.145]],["parent/3897",[859,3.342]],["name/3898",[16,56.564]],["parent/3898",[968,8.092]],["name/3899",[969,81.131]],["parent/3899",[970,6.151]],["name/3900",[920,60.762]],["parent/3900",[970,6.151]],["name/3901",[927,60.762]],["parent/3901",[970,6.151]],["name/3902",[951,68.138]],["parent/3902",[970,6.151]],["name/3903",[950,68.138]],["parent/3903",[970,6.151]],["name/3904",[957,70.145]],["parent/3904",[970,6.151]],["name/3905",[971,76.023]],["parent/3905",[970,6.151]],["name/3906",[926,66.468]],["parent/3906",[970,6.151]],["name/3907",[952,70.145]],["parent/3907",[970,6.151]],["name/3908",[924,76.023]],["parent/3908",[970,6.151]],["name/3909",[972,70.145]],["parent/3909",[859,3.342]],["name/3910",[16,56.564]],["parent/3910",[973,8.092]],["name/3911",[926,66.468]],["parent/3911",[974,6.251]],["name/3912",[950,68.138]],["parent/3912",[974,6.251]],["name/3913",[944,68.138]],["parent/3913",[974,6.251]],["name/3914",[957,70.145]],["parent/3914",[974,6.251]],["name/3915",[971,76.023]],["parent/3915",[974,6.251]],["name/3916",[920,60.762]],["parent/3916",[974,6.251]],["name/3917",[927,60.762]],["parent/3917",[974,6.251]],["name/3918",[975,81.131]],["parent/3918",[974,6.251]],["name/3919",[952,70.145]],["parent/3919",[974,6.251]],["name/3920",[976,70.145]],["parent/3920",[859,3.342]],["name/3921",[16,56.564]],["parent/3921",[977,8.092]],["name/3922",[978,76.023]],["parent/3922",[979,7.582]],["name/3923",[980,76.023]],["parent/3923",[979,7.582]],["name/3924",[981,70.145]],["parent/3924",[859,3.342]],["name/3925",[16,56.564]],["parent/3925",[982,8.092]],["name/3926",[920,60.762]],["parent/3926",[983,6.487]],["name/3927",[984,76.023]],["parent/3927",[983,6.487]],["name/3928",[951,68.138]],["parent/3928",[983,6.487]],["name/3929",[985,81.131]],["parent/3929",[983,6.487]],["name/3930",[927,60.762]],["parent/3930",[983,6.487]],["name/3931",[944,68.138]],["parent/3931",[983,6.487]],["name/3932",[931,66.468]],["parent/3932",[983,6.487]],["name/3933",[986,70.145]],["parent/3933",[859,3.342]],["name/3934",[16,56.564]],["parent/3934",[987,8.092]],["name/3935",[978,76.023]],["parent/3935",[988,7.582]],["name/3936",[980,76.023]],["parent/3936",[988,7.582]],["name/3937",[989,70.145]],["parent/3937",[859,3.342]],["name/3938",[16,56.564]],["parent/3938",[990,8.092]],["name/3939",[991,81.131]],["parent/3939",[992,6.996]],["name/3940",[920,60.762]],["parent/3940",[992,6.996]],["name/3941",[927,60.762]],["parent/3941",[992,6.996]],["name/3942",[931,66.468]],["parent/3942",[992,6.996]],["name/3943",[993,70.145]],["parent/3943",[859,3.342]],["name/3944",[16,56.564]],["parent/3944",[994,8.092]],["name/3945",[920,60.762]],["parent/3945",[995,6.629]],["name/3946",[984,76.023]],["parent/3946",[995,6.629]],["name/3947",[931,66.468]],["parent/3947",[995,6.629]],["name/3948",[927,60.762]],["parent/3948",[995,6.629]],["name/3949",[996,81.131]],["parent/3949",[995,6.629]],["name/3950",[997,81.131]],["parent/3950",[995,6.629]],["name/3951",[903,70.145]],["parent/3951",[859,3.342]],["name/3952",[904,70.145]],["parent/3952",[859,3.342]],["name/3953",[905,70.145]],["parent/3953",[859,3.342]],["name/3954",[906,70.145]],["parent/3954",[859,3.342]],["name/3955",[907,70.145]],["parent/3955",[859,3.342]],["name/3956",[908,70.145]],["parent/3956",[859,3.342]],["name/3957",[909,70.145]],["parent/3957",[859,3.342]],["name/3958",[910,70.145]],["parent/3958",[859,3.342]],["name/3959",[911,70.145]],["parent/3959",[859,3.342]],["name/3960",[912,70.145]],["parent/3960",[859,3.342]],["name/3961",[913,70.145]],["parent/3961",[859,3.342]],["name/3962",[914,70.145]],["parent/3962",[859,3.342]],["name/3963",[915,70.145]],["parent/3963",[859,3.342]],["name/3964",[916,70.145]],["parent/3964",[859,3.342]],["name/3965",[917,70.145]],["parent/3965",[859,3.342]],["name/3966",[918,70.145]],["parent/3966",[859,3.342]],["name/3967",[929,70.145]],["parent/3967",[859,3.342]],["name/3968",[940,70.145]],["parent/3968",[859,3.342]],["name/3969",[945,70.145]],["parent/3969",[859,3.342]],["name/3970",[953,70.145]],["parent/3970",[859,3.342]],["name/3971",[958,70.145]],["parent/3971",[859,3.342]],["name/3972",[961,70.145]],["parent/3972",[859,3.342]],["name/3973",[967,70.145]],["parent/3973",[859,3.342]],["name/3974",[972,70.145]],["parent/3974",[859,3.342]],["name/3975",[976,70.145]],["parent/3975",[859,3.342]],["name/3976",[981,70.145]],["parent/3976",[859,3.342]],["name/3977",[986,70.145]],["parent/3977",[859,3.342]],["name/3978",[989,70.145]],["parent/3978",[859,3.342]],["name/3979",[993,70.145]],["parent/3979",[859,3.342]],["name/3980",[859,33.51]],["parent/3980",[859,3.342]],["name/3981",[1,44.496]],["parent/3981",[859,3.342]],["name/3982",[903,70.145]],["parent/3982",[859,3.342]],["name/3983",[904,70.145]],["parent/3983",[859,3.342]],["name/3984",[905,70.145]],["parent/3984",[859,3.342]],["name/3985",[906,70.145]],["parent/3985",[859,3.342]],["name/3986",[907,70.145]],["parent/3986",[859,3.342]],["name/3987",[908,70.145]],["parent/3987",[859,3.342]],["name/3988",[909,70.145]],["parent/3988",[859,3.342]],["name/3989",[910,70.145]],["parent/3989",[859,3.342]],["name/3990",[911,70.145]],["parent/3990",[859,3.342]],["name/3991",[912,70.145]],["parent/3991",[859,3.342]],["name/3992",[913,70.145]],["parent/3992",[859,3.342]],["name/3993",[914,70.145]],["parent/3993",[859,3.342]],["name/3994",[915,70.145]],["parent/3994",[859,3.342]],["name/3995",[916,70.145]],["parent/3995",[859,3.342]],["name/3996",[917,70.145]],["parent/3996",[859,3.342]],["name/3997",[918,70.145]],["parent/3997",[859,3.342]],["name/3998",[929,70.145]],["parent/3998",[859,3.342]],["name/3999",[940,70.145]],["parent/3999",[859,3.342]],["name/4000",[945,70.145]],["parent/4000",[859,3.342]],["name/4001",[953,70.145]],["parent/4001",[859,3.342]],["name/4002",[958,70.145]],["parent/4002",[859,3.342]],["name/4003",[961,70.145]],["parent/4003",[859,3.342]],["name/4004",[967,70.145]],["parent/4004",[859,3.342]],["name/4005",[972,70.145]],["parent/4005",[859,3.342]],["name/4006",[976,70.145]],["parent/4006",[859,3.342]],["name/4007",[981,70.145]],["parent/4007",[859,3.342]],["name/4008",[986,70.145]],["parent/4008",[859,3.342]],["name/4009",[989,70.145]],["parent/4009",[859,3.342]],["name/4010",[993,70.145]],["parent/4010",[859,3.342]],["name/4011",[859,33.51]],["parent/4011",[859,3.342]],["name/4012",[871,70.145]],["parent/4012",[859,3.342]],["name/4013",[873,70.145]],["parent/4013",[859,3.342]],["name/4014",[867,70.145]],["parent/4014",[859,3.342]],["name/4015",[865,70.145]],["parent/4015",[859,3.342]],["name/4016",[866,70.145]],["parent/4016",[859,3.342]],["name/4017",[863,70.145]],["parent/4017",[859,3.342]],["name/4018",[864,70.145]],["parent/4018",[859,3.342]],["name/4019",[862,70.145]],["parent/4019",[859,3.342]],["name/4020",[861,70.145]],["parent/4020",[859,3.342]],["name/4021",[860,70.145]],["parent/4021",[859,3.342]],["name/4022",[874,70.145]],["parent/4022",[859,3.342]],["name/4023",[875,70.145]],["parent/4023",[859,3.342]],["name/4024",[876,70.145]],["parent/4024",[859,3.342]],["name/4025",[877,70.145]],["parent/4025",[859,3.342]],["name/4026",[878,70.145]],["parent/4026",[859,3.342]],["name/4027",[869,70.145]],["parent/4027",[859,3.342]],["name/4028",[870,70.145]],["parent/4028",[859,3.342]],["name/4029",[868,70.145]],["parent/4029",[859,3.342]],["name/4030",[879,70.145]],["parent/4030",[859,3.342]],["name/4031",[880,70.145]],["parent/4031",[859,3.342]],["name/4032",[881,70.145]],["parent/4032",[859,3.342]],["name/4033",[882,70.145]],["parent/4033",[859,3.342]],["name/4034",[883,70.145]],["parent/4034",[859,3.342]],["name/4035",[884,70.145]],["parent/4035",[859,3.342]],["name/4036",[458,68.138]],["parent/4036",[859,3.342]],["name/4037",[872,70.145]],["parent/4037",[859,3.342]],["name/4038",[998,81.131]],["parent/4038",[859,3.342]],["name/4039",[918,70.145]],["parent/4039",[999,4.49]],["name/4040",[903,70.145]],["parent/4040",[999,4.49]],["name/4041",[904,70.145]],["parent/4041",[999,4.49]],["name/4042",[905,70.145]],["parent/4042",[999,4.49]],["name/4043",[929,70.145]],["parent/4043",[999,4.49]],["name/4044",[906,70.145]],["parent/4044",[999,4.49]],["name/4045",[940,70.145]],["parent/4045",[999,4.49]],["name/4046",[945,70.145]],["parent/4046",[999,4.49]],["name/4047",[907,70.145]],["parent/4047",[999,4.49]],["name/4048",[953,70.145]],["parent/4048",[999,4.49]],["name/4049",[908,70.145]],["parent/4049",[999,4.49]],["name/4050",[958,70.145]],["parent/4050",[999,4.49]],["name/4051",[909,70.145]],["parent/4051",[999,4.49]],["name/4052",[961,70.145]],["parent/4052",[999,4.49]],["name/4053",[910,70.145]],["parent/4053",[999,4.49]],["name/4054",[967,70.145]],["parent/4054",[999,4.49]],["name/4055",[911,70.145]],["parent/4055",[999,4.49]],["name/4056",[912,70.145]],["parent/4056",[999,4.49]],["name/4057",[913,70.145]],["parent/4057",[999,4.49]],["name/4058",[914,70.145]],["parent/4058",[999,4.49]],["name/4059",[972,70.145]],["parent/4059",[999,4.49]],["name/4060",[915,70.145]],["parent/4060",[999,4.49]],["name/4061",[976,70.145]],["parent/4061",[999,4.49]],["name/4062",[916,70.145]],["parent/4062",[999,4.49]],["name/4063",[981,70.145]],["parent/4063",[999,4.49]],["name/4064",[917,70.145]],["parent/4064",[999,4.49]],["name/4065",[986,70.145]],["parent/4065",[999,4.49]],["name/4066",[989,70.145]],["parent/4066",[999,4.49]],["name/4067",[993,70.145]],["parent/4067",[999,4.49]],["name/4068",[871,70.145]],["parent/4068",[999,4.49]],["name/4069",[873,70.145]],["parent/4069",[999,4.49]],["name/4070",[867,70.145]],["parent/4070",[999,4.49]],["name/4071",[865,70.145]],["parent/4071",[999,4.49]],["name/4072",[866,70.145]],["parent/4072",[999,4.49]],["name/4073",[863,70.145]],["parent/4073",[999,4.49]],["name/4074",[864,70.145]],["parent/4074",[999,4.49]],["name/4075",[862,70.145]],["parent/4075",[999,4.49]],["name/4076",[861,70.145]],["parent/4076",[999,4.49]],["name/4077",[860,70.145]],["parent/4077",[999,4.49]],["name/4078",[874,70.145]],["parent/4078",[999,4.49]],["name/4079",[875,70.145]],["parent/4079",[999,4.49]],["name/4080",[876,70.145]],["parent/4080",[999,4.49]],["name/4081",[877,70.145]],["parent/4081",[999,4.49]],["name/4082",[878,70.145]],["parent/4082",[999,4.49]],["name/4083",[869,70.145]],["parent/4083",[999,4.49]],["name/4084",[870,70.145]],["parent/4084",[999,4.49]],["name/4085",[868,70.145]],["parent/4085",[999,4.49]],["name/4086",[879,70.145]],["parent/4086",[999,4.49]],["name/4087",[880,70.145]],["parent/4087",[999,4.49]],["name/4088",[881,70.145]],["parent/4088",[999,4.49]],["name/4089",[882,70.145]],["parent/4089",[999,4.49]],["name/4090",[883,70.145]],["parent/4090",[999,4.49]],["name/4091",[884,70.145]],["parent/4091",[999,4.49]],["name/4092",[458,68.138]],["parent/4092",[999,4.49]],["name/4093",[872,70.145]],["parent/4093",[999,4.49]],["name/4094",[1000,32.533]],["parent/4094",[]],["name/4095",[1,44.496]],["parent/4095",[1000,3.245]],["name/4096",[493,54.982]],["parent/4096",[1000,3.245]],["name/4097",[481,54.982]],["parent/4097",[1000,3.245]],["name/4098",[687,59.929]],["parent/4098",[1000,3.245]],["name/4099",[688,59.929]],["parent/4099",[1000,3.245]],["name/4100",[689,59.929]],["parent/4100",[1000,3.245]],["name/4101",[499,54.982]],["parent/4101",[1000,3.245]],["name/4102",[621,57.152]],["parent/4102",[1000,3.245]],["name/4103",[622,57.152]],["parent/4103",[1000,3.245]],["name/4104",[476,54.982]],["parent/4104",[1000,3.245]],["name/4105",[491,54.982]],["parent/4105",[1000,3.245]],["name/4106",[492,54.982]],["parent/4106",[1000,3.245]],["name/4107",[494,54.982]],["parent/4107",[1000,3.245]],["name/4108",[496,54.982]],["parent/4108",[1000,3.245]],["name/4109",[623,57.152]],["parent/4109",[1000,3.245]],["name/4110",[624,54.982]],["parent/4110",[1000,3.245]],["name/4111",[625,54.982]],["parent/4111",[1000,3.245]],["name/4112",[503,54.982]],["parent/4112",[1000,3.245]],["name/4113",[504,54.982]],["parent/4113",[1000,3.245]],["name/4114",[477,54.982]],["parent/4114",[1000,3.245]],["name/4115",[478,54.982]],["parent/4115",[1000,3.245]],["name/4116",[490,54.982]],["parent/4116",[1000,3.245]],["name/4117",[690,59.929]],["parent/4117",[1000,3.245]],["name/4118",[626,57.152]],["parent/4118",[1000,3.245]],["name/4119",[627,57.152]],["parent/4119",[1000,3.245]],["name/4120",[511,54.982]],["parent/4120",[1000,3.245]],["name/4121",[512,54.982]],["parent/4121",[1000,3.245]],["name/4122",[495,54.982]],["parent/4122",[1000,3.245]],["name/4123",[691,59.929]],["parent/4123",[1000,3.245]],["name/4124",[692,59.929]],["parent/4124",[1000,3.245]],["name/4125",[513,54.982]],["parent/4125",[1000,3.245]],["name/4126",[628,57.152]],["parent/4126",[1000,3.245]],["name/4127",[629,57.152]],["parent/4127",[1000,3.245]],["name/4128",[630,57.152]],["parent/4128",[1000,3.245]],["name/4129",[68,38.694]],["parent/4129",[1000,3.245]],["name/4130",[1001,70.145]],["parent/4130",[1000,3.245]],["name/4131",[1002,70.145]],["parent/4131",[1000,3.245]],["name/4132",[560,47.231]],["parent/4132",[1000,3.245]],["name/4133",[759,63.785]],["parent/4133",[1000,3.245]],["name/4134",[760,63.785]],["parent/4134",[1000,3.245]],["name/4135",[761,63.785]],["parent/4135",[1000,3.245]],["name/4136",[514,59.929]],["parent/4136",[1000,3.245]],["name/4137",[516,59.929]],["parent/4137",[1000,3.245]],["name/4138",[762,63.785]],["parent/4138",[1000,3.245]],["name/4139",[763,63.785]],["parent/4139",[1000,3.245]],["name/4140",[764,63.785]],["parent/4140",[1000,3.245]],["name/4141",[765,63.785]],["parent/4141",[1000,3.245]],["name/4142",[766,63.785]],["parent/4142",[1000,3.245]],["name/4143",[517,59.929]],["parent/4143",[1000,3.245]],["name/4144",[1003,70.145]],["parent/4144",[1000,3.245]],["name/4145",[631,59.929]],["parent/4145",[1000,3.245]],["name/4146",[693,63.785]],["parent/4146",[1000,3.245]],["name/4147",[694,63.785]],["parent/4147",[1000,3.245]],["name/4148",[695,63.785]],["parent/4148",[1000,3.245]],["name/4149",[1004,70.145]],["parent/4149",[1000,3.245]],["name/4150",[635,59.929]],["parent/4150",[1000,3.245]],["name/4151",[636,59.929]],["parent/4151",[1000,3.245]],["name/4152",[637,59.929]],["parent/4152",[1000,3.245]],["name/4153",[641,59.929]],["parent/4153",[1000,3.245]],["name/4154",[642,59.929]],["parent/4154",[1000,3.245]],["name/4155",[643,59.929]],["parent/4155",[1000,3.245]],["name/4156",[628,57.152]],["parent/4156",[1000,3.245]],["name/4157",[629,57.152]],["parent/4157",[1000,3.245]],["name/4158",[630,57.152]],["parent/4158",[1000,3.245]],["name/4159",[476,54.982]],["parent/4159",[1000,3.245]],["name/4160",[477,54.982]],["parent/4160",[1000,3.245]],["name/4161",[478,54.982]],["parent/4161",[1000,3.245]],["name/4162",[490,54.982]],["parent/4162",[1000,3.245]],["name/4163",[491,54.982]],["parent/4163",[1000,3.245]],["name/4164",[492,54.982]],["parent/4164",[1000,3.245]],["name/4165",[68,38.694]],["parent/4165",[1000,3.245]],["name/4166",[1001,70.145]],["parent/4166",[1000,3.245]],["name/4167",[1002,70.145]],["parent/4167",[1000,3.245]],["name/4168",[493,54.982]],["parent/4168",[1000,3.245]],["name/4169",[690,59.929]],["parent/4169",[1000,3.245]],["name/4170",[560,47.231]],["parent/4170",[1000,3.245]],["name/4171",[761,63.785]],["parent/4171",[1000,3.245]],["name/4172",[691,59.929]],["parent/4172",[1000,3.245]],["name/4173",[692,59.929]],["parent/4173",[1000,3.245]],["name/4174",[760,63.785]],["parent/4174",[1000,3.245]],["name/4175",[759,63.785]],["parent/4175",[1000,3.245]],["name/4176",[495,54.982]],["parent/4176",[1000,3.245]],["name/4177",[514,59.929]],["parent/4177",[1000,3.245]],["name/4178",[516,59.929]],["parent/4178",[1000,3.245]],["name/4179",[762,63.785]],["parent/4179",[1000,3.245]],["name/4180",[763,63.785]],["parent/4180",[1000,3.245]],["name/4181",[764,63.785]],["parent/4181",[1000,3.245]],["name/4182",[765,63.785]],["parent/4182",[1000,3.245]],["name/4183",[766,63.785]],["parent/4183",[1000,3.245]],["name/4184",[517,59.929]],["parent/4184",[1000,3.245]],["name/4185",[623,57.152]],["parent/4185",[1000,3.245]],["name/4186",[1003,70.145]],["parent/4186",[1000,3.245]],["name/4187",[631,59.929]],["parent/4187",[1000,3.245]],["name/4188",[621,57.152]],["parent/4188",[1000,3.245]],["name/4189",[688,59.929]],["parent/4189",[1000,3.245]],["name/4190",[689,59.929]],["parent/4190",[1000,3.245]],["name/4191",[687,59.929]],["parent/4191",[1000,3.245]],["name/4192",[1004,70.145]],["parent/4192",[1000,3.245]],["name/4193",[499,54.982]],["parent/4193",[1000,3.245]],["name/4194",[635,59.929]],["parent/4194",[1000,3.245]],["name/4195",[636,59.929]],["parent/4195",[1000,3.245]],["name/4196",[637,59.929]],["parent/4196",[1000,3.245]],["name/4197",[694,63.785]],["parent/4197",[1000,3.245]],["name/4198",[695,63.785]],["parent/4198",[1000,3.245]],["name/4199",[693,63.785]],["parent/4199",[1000,3.245]],["name/4200",[494,54.982]],["parent/4200",[1000,3.245]],["name/4201",[622,57.152]],["parent/4201",[1000,3.245]],["name/4202",[513,54.982]],["parent/4202",[1000,3.245]],["name/4203",[511,54.982]],["parent/4203",[1000,3.245]],["name/4204",[512,54.982]],["parent/4204",[1000,3.245]],["name/4205",[626,57.152]],["parent/4205",[1000,3.245]],["name/4206",[627,57.152]],["parent/4206",[1000,3.245]],["name/4207",[503,54.982]],["parent/4207",[1000,3.245]],["name/4208",[504,54.982]],["parent/4208",[1000,3.245]],["name/4209",[496,54.982]],["parent/4209",[1000,3.245]],["name/4210",[625,54.982]],["parent/4210",[1000,3.245]],["name/4211",[624,54.982]],["parent/4211",[1000,3.245]],["name/4212",[481,54.982]],["parent/4212",[1000,3.245]],["name/4213",[641,59.929]],["parent/4213",[1000,3.245]],["name/4214",[642,59.929]],["parent/4214",[1000,3.245]],["name/4215",[643,59.929]],["parent/4215",[1000,3.245]],["name/4216",[1000,32.533]],["parent/4216",[1000,3.245]],["name/4217",[60,51.342]],["parent/4217",[1005,6.06]],["name/4218",[1006,81.131]],["parent/4218",[1005,6.06]],["name/4219",[1007,81.131]],["parent/4219",[1005,6.06]],["name/4220",[1008,81.131]],["parent/4220",[1005,6.06]],["name/4221",[529,76.023]],["parent/4221",[1005,6.06]],["name/4222",[1009,81.131]],["parent/4222",[1005,6.06]],["name/4223",[1010,81.131]],["parent/4223",[1005,6.06]],["name/4224",[1011,81.131]],["parent/4224",[1005,6.06]],["name/4225",[1012,81.131]],["parent/4225",[1005,6.06]],["name/4226",[1013,81.131]],["parent/4226",[1005,6.06]],["name/4227",[63,51.009]],["parent/4227",[1005,6.06]],["name/4228",[1014,70.145]],["parent/4228",[1000,3.245]],["name/4229",[1014,70.145]],["parent/4229",[1000,3.245]],["name/4230",[1000,32.533]],["parent/4230",[1000,3.245]],["name/4231",[1,44.496]],["parent/4231",[1000,3.245]],["name/4232",[1014,70.145]],["parent/4232",[1000,3.245]],["name/4233",[1000,32.533]],["parent/4233",[1000,3.245]],["name/4234",[628,57.152]],["parent/4234",[1000,3.245]],["name/4235",[629,57.152]],["parent/4235",[1000,3.245]],["name/4236",[630,57.152]],["parent/4236",[1000,3.245]],["name/4237",[476,54.982]],["parent/4237",[1000,3.245]],["name/4238",[477,54.982]],["parent/4238",[1000,3.245]],["name/4239",[478,54.982]],["parent/4239",[1000,3.245]],["name/4240",[490,54.982]],["parent/4240",[1000,3.245]],["name/4241",[491,54.982]],["parent/4241",[1000,3.245]],["name/4242",[492,54.982]],["parent/4242",[1000,3.245]],["name/4243",[68,38.694]],["parent/4243",[1000,3.245]],["name/4244",[1001,70.145]],["parent/4244",[1000,3.245]],["name/4245",[1002,70.145]],["parent/4245",[1000,3.245]],["name/4246",[493,54.982]],["parent/4246",[1000,3.245]],["name/4247",[690,59.929]],["parent/4247",[1000,3.245]],["name/4248",[560,47.231]],["parent/4248",[1000,3.245]],["name/4249",[761,63.785]],["parent/4249",[1000,3.245]],["name/4250",[691,59.929]],["parent/4250",[1000,3.245]],["name/4251",[692,59.929]],["parent/4251",[1000,3.245]],["name/4252",[760,63.785]],["parent/4252",[1000,3.245]],["name/4253",[759,63.785]],["parent/4253",[1000,3.245]],["name/4254",[495,54.982]],["parent/4254",[1000,3.245]],["name/4255",[514,59.929]],["parent/4255",[1000,3.245]],["name/4256",[516,59.929]],["parent/4256",[1000,3.245]],["name/4257",[762,63.785]],["parent/4257",[1000,3.245]],["name/4258",[763,63.785]],["parent/4258",[1000,3.245]],["name/4259",[764,63.785]],["parent/4259",[1000,3.245]],["name/4260",[765,63.785]],["parent/4260",[1000,3.245]],["name/4261",[766,63.785]],["parent/4261",[1000,3.245]],["name/4262",[517,59.929]],["parent/4262",[1000,3.245]],["name/4263",[623,57.152]],["parent/4263",[1000,3.245]],["name/4264",[1003,70.145]],["parent/4264",[1000,3.245]],["name/4265",[631,59.929]],["parent/4265",[1000,3.245]],["name/4266",[621,57.152]],["parent/4266",[1000,3.245]],["name/4267",[688,59.929]],["parent/4267",[1000,3.245]],["name/4268",[689,59.929]],["parent/4268",[1000,3.245]],["name/4269",[687,59.929]],["parent/4269",[1000,3.245]],["name/4270",[1004,70.145]],["parent/4270",[1000,3.245]],["name/4271",[499,54.982]],["parent/4271",[1000,3.245]],["name/4272",[635,59.929]],["parent/4272",[1000,3.245]],["name/4273",[636,59.929]],["parent/4273",[1000,3.245]],["name/4274",[637,59.929]],["parent/4274",[1000,3.245]],["name/4275",[694,63.785]],["parent/4275",[1000,3.245]],["name/4276",[695,63.785]],["parent/4276",[1000,3.245]],["name/4277",[693,63.785]],["parent/4277",[1000,3.245]],["name/4278",[494,54.982]],["parent/4278",[1000,3.245]],["name/4279",[622,57.152]],["parent/4279",[1000,3.245]],["name/4280",[513,54.982]],["parent/4280",[1000,3.245]],["name/4281",[511,54.982]],["parent/4281",[1000,3.245]],["name/4282",[512,54.982]],["parent/4282",[1000,3.245]],["name/4283",[626,57.152]],["parent/4283",[1000,3.245]],["name/4284",[627,57.152]],["parent/4284",[1000,3.245]],["name/4285",[503,54.982]],["parent/4285",[1000,3.245]],["name/4286",[504,54.982]],["parent/4286",[1000,3.245]],["name/4287",[496,54.982]],["parent/4287",[1000,3.245]],["name/4288",[625,54.982]],["parent/4288",[1000,3.245]],["name/4289",[624,54.982]],["parent/4289",[1000,3.245]],["name/4290",[481,54.982]],["parent/4290",[1000,3.245]],["name/4291",[641,59.929]],["parent/4291",[1000,3.245]],["name/4292",[642,59.929]],["parent/4292",[1000,3.245]],["name/4293",[643,59.929]],["parent/4293",[1000,3.245]],["name/4294",[1015,81.131]],["parent/4294",[1000,3.245]],["name/4295",[1014,70.145]],["parent/4295",[1016,4.388]],["name/4296",[628,57.152]],["parent/4296",[1016,4.388]],["name/4297",[629,57.152]],["parent/4297",[1016,4.388]],["name/4298",[630,57.152]],["parent/4298",[1016,4.388]],["name/4299",[476,54.982]],["parent/4299",[1016,4.388]],["name/4300",[477,54.982]],["parent/4300",[1016,4.388]],["name/4301",[478,54.982]],["parent/4301",[1016,4.388]],["name/4302",[490,54.982]],["parent/4302",[1016,4.388]],["name/4303",[491,54.982]],["parent/4303",[1016,4.388]],["name/4304",[492,54.982]],["parent/4304",[1016,4.388]],["name/4305",[68,38.694]],["parent/4305",[1016,4.388]],["name/4306",[1001,70.145]],["parent/4306",[1016,4.388]],["name/4307",[1002,70.145]],["parent/4307",[1016,4.388]],["name/4308",[493,54.982]],["parent/4308",[1016,4.388]],["name/4309",[690,59.929]],["parent/4309",[1016,4.388]],["name/4310",[560,47.231]],["parent/4310",[1016,4.388]],["name/4311",[761,63.785]],["parent/4311",[1016,4.388]],["name/4312",[691,59.929]],["parent/4312",[1016,4.388]],["name/4313",[692,59.929]],["parent/4313",[1016,4.388]],["name/4314",[760,63.785]],["parent/4314",[1016,4.388]],["name/4315",[759,63.785]],["parent/4315",[1016,4.388]],["name/4316",[495,54.982]],["parent/4316",[1016,4.388]],["name/4317",[514,59.929]],["parent/4317",[1016,4.388]],["name/4318",[516,59.929]],["parent/4318",[1016,4.388]],["name/4319",[762,63.785]],["parent/4319",[1016,4.388]],["name/4320",[763,63.785]],["parent/4320",[1016,4.388]],["name/4321",[764,63.785]],["parent/4321",[1016,4.388]],["name/4322",[765,63.785]],["parent/4322",[1016,4.388]],["name/4323",[766,63.785]],["parent/4323",[1016,4.388]],["name/4324",[517,59.929]],["parent/4324",[1016,4.388]],["name/4325",[623,57.152]],["parent/4325",[1016,4.388]],["name/4326",[1003,70.145]],["parent/4326",[1016,4.388]],["name/4327",[631,59.929]],["parent/4327",[1016,4.388]],["name/4328",[621,57.152]],["parent/4328",[1016,4.388]],["name/4329",[688,59.929]],["parent/4329",[1016,4.388]],["name/4330",[689,59.929]],["parent/4330",[1016,4.388]],["name/4331",[687,59.929]],["parent/4331",[1016,4.388]],["name/4332",[1004,70.145]],["parent/4332",[1016,4.388]],["name/4333",[499,54.982]],["parent/4333",[1016,4.388]],["name/4334",[635,59.929]],["parent/4334",[1016,4.388]],["name/4335",[636,59.929]],["parent/4335",[1016,4.388]],["name/4336",[637,59.929]],["parent/4336",[1016,4.388]],["name/4337",[694,63.785]],["parent/4337",[1016,4.388]],["name/4338",[695,63.785]],["parent/4338",[1016,4.388]],["name/4339",[693,63.785]],["parent/4339",[1016,4.388]],["name/4340",[494,54.982]],["parent/4340",[1016,4.388]],["name/4341",[622,57.152]],["parent/4341",[1016,4.388]],["name/4342",[513,54.982]],["parent/4342",[1016,4.388]],["name/4343",[511,54.982]],["parent/4343",[1016,4.388]],["name/4344",[512,54.982]],["parent/4344",[1016,4.388]],["name/4345",[626,57.152]],["parent/4345",[1016,4.388]],["name/4346",[627,57.152]],["parent/4346",[1016,4.388]],["name/4347",[503,54.982]],["parent/4347",[1016,4.388]],["name/4348",[504,54.982]],["parent/4348",[1016,4.388]],["name/4349",[496,54.982]],["parent/4349",[1016,4.388]],["name/4350",[625,54.982]],["parent/4350",[1016,4.388]],["name/4351",[624,54.982]],["parent/4351",[1016,4.388]],["name/4352",[481,54.982]],["parent/4352",[1016,4.388]],["name/4353",[641,59.929]],["parent/4353",[1016,4.388]],["name/4354",[642,59.929]],["parent/4354",[1016,4.388]],["name/4355",[643,59.929]],["parent/4355",[1016,4.388]],["name/4356",[1017,37.956]],["parent/4356",[]],["name/4357",[1,44.496]],["parent/4357",[1017,3.786]],["name/4358",[739,59.929]],["parent/4358",[1017,3.786]],["name/4359",[99,54.982]],["parent/4359",[1017,3.786]],["name/4360",[100,54.982]],["parent/4360",[1017,3.786]],["name/4361",[624,54.982]],["parent/4361",[1017,3.786]],["name/4362",[625,54.982]],["parent/4362",[1017,3.786]],["name/4363",[103,54.982]],["parent/4363",[1017,3.786]],["name/4364",[104,54.982]],["parent/4364",[1017,3.786]],["name/4365",[740,59.929]],["parent/4365",[1017,3.786]],["name/4366",[741,63.785]],["parent/4366",[1017,3.786]],["name/4367",[742,63.785]],["parent/4367",[1017,3.786]],["name/4368",[743,59.929]],["parent/4368",[1017,3.786]],["name/4369",[744,59.929]],["parent/4369",[1017,3.786]],["name/4370",[93,57.152]],["parent/4370",[1017,3.786]],["name/4371",[102,54.982]],["parent/4371",[1017,3.786]],["name/4372",[745,59.929]],["parent/4372",[1017,3.786]],["name/4373",[746,63.785]],["parent/4373",[1017,3.786]],["name/4374",[747,63.785]],["parent/4374",[1017,3.786]],["name/4375",[748,63.785]],["parent/4375",[1017,3.786]],["name/4376",[749,63.785]],["parent/4376",[1017,3.786]],["name/4377",[105,54.982]],["parent/4377",[1017,3.786]],["name/4378",[750,63.785]],["parent/4378",[1017,3.786]],["name/4379",[107,57.152]],["parent/4379",[1017,3.786]],["name/4380",[751,63.785]],["parent/4380",[1017,3.786]],["name/4381",[90,63.785]],["parent/4381",[1017,3.786]],["name/4382",[91,63.785]],["parent/4382",[1017,3.786]],["name/4383",[1018,70.145]],["parent/4383",[1017,3.786]],["name/4384",[68,38.694]],["parent/4384",[1017,3.786]],["name/4385",[560,47.231]],["parent/4385",[1017,3.786]],["name/4386",[1019,70.145]],["parent/4386",[1017,3.786]],["name/4387",[58,43.519]],["parent/4387",[1017,3.786]],["name/4388",[751,63.785]],["parent/4388",[1017,3.786]],["name/4389",[91,63.785]],["parent/4389",[1017,3.786]],["name/4390",[1018,70.145]],["parent/4390",[1017,3.786]],["name/4391",[68,38.694]],["parent/4391",[1017,3.786]],["name/4392",[739,59.929]],["parent/4392",[1017,3.786]],["name/4393",[105,54.982]],["parent/4393",[1017,3.786]],["name/4394",[750,63.785]],["parent/4394",[1017,3.786]],["name/4395",[560,47.231]],["parent/4395",[1017,3.786]],["name/4396",[93,57.152]],["parent/4396",[1017,3.786]],["name/4397",[749,63.785]],["parent/4397",[1017,3.786]],["name/4398",[748,63.785]],["parent/4398",[1017,3.786]],["name/4399",[745,59.929]],["parent/4399",[1017,3.786]],["name/4400",[90,63.785]],["parent/4400",[1017,3.786]],["name/4401",[743,59.929]],["parent/4401",[1017,3.786]],["name/4402",[107,57.152]],["parent/4402",[1017,3.786]],["name/4403",[746,63.785]],["parent/4403",[1017,3.786]],["name/4404",[747,63.785]],["parent/4404",[1017,3.786]],["name/4405",[740,59.929]],["parent/4405",[1017,3.786]],["name/4406",[744,59.929]],["parent/4406",[1017,3.786]],["name/4407",[1019,70.145]],["parent/4407",[1017,3.786]],["name/4408",[104,54.982]],["parent/4408",[1017,3.786]],["name/4409",[742,63.785]],["parent/4409",[1017,3.786]],["name/4410",[741,63.785]],["parent/4410",[1017,3.786]],["name/4411",[58,43.519]],["parent/4411",[1017,3.786]],["name/4412",[625,54.982]],["parent/4412",[1017,3.786]],["name/4413",[624,54.982]],["parent/4413",[1017,3.786]],["name/4414",[102,54.982]],["parent/4414",[1017,3.786]],["name/4415",[100,54.982]],["parent/4415",[1017,3.786]],["name/4416",[99,54.982]],["parent/4416",[1017,3.786]],["name/4417",[103,54.982]],["parent/4417",[1017,3.786]],["name/4418",[1017,37.956]],["parent/4418",[1017,3.786]],["name/4419",[60,51.342]],["parent/4419",[1020,6.629]],["name/4420",[1021,81.131]],["parent/4420",[1020,6.629]],["name/4421",[1022,81.131]],["parent/4421",[1020,6.629]],["name/4422",[585,76.023]],["parent/4422",[1020,6.629]],["name/4423",[1023,81.131]],["parent/4423",[1020,6.629]],["name/4424",[63,51.009]],["parent/4424",[1020,6.629]],["name/4425",[1024,70.145]],["parent/4425",[1017,3.786]],["name/4426",[1025,70.145]],["parent/4426",[1017,3.786]],["name/4427",[1026,70.145]],["parent/4427",[1017,3.786]],["name/4428",[1027,70.145]],["parent/4428",[1017,3.786]],["name/4429",[1024,70.145]],["parent/4429",[1017,3.786]],["name/4430",[1025,70.145]],["parent/4430",[1017,3.786]],["name/4431",[1026,70.145]],["parent/4431",[1017,3.786]],["name/4432",[1027,70.145]],["parent/4432",[1017,3.786]],["name/4433",[1017,37.956]],["parent/4433",[1017,3.786]],["name/4434",[1,44.496]],["parent/4434",[1017,3.786]],["name/4435",[1024,70.145]],["parent/4435",[1017,3.786]],["name/4436",[1025,70.145]],["parent/4436",[1017,3.786]],["name/4437",[1026,70.145]],["parent/4437",[1017,3.786]],["name/4438",[1027,70.145]],["parent/4438",[1017,3.786]],["name/4439",[1017,37.956]],["parent/4439",[1017,3.786]],["name/4440",[751,63.785]],["parent/4440",[1017,3.786]],["name/4441",[91,63.785]],["parent/4441",[1017,3.786]],["name/4442",[1018,70.145]],["parent/4442",[1017,3.786]],["name/4443",[68,38.694]],["parent/4443",[1017,3.786]],["name/4444",[739,59.929]],["parent/4444",[1017,3.786]],["name/4445",[105,54.982]],["parent/4445",[1017,3.786]],["name/4446",[750,63.785]],["parent/4446",[1017,3.786]],["name/4447",[560,47.231]],["parent/4447",[1017,3.786]],["name/4448",[93,57.152]],["parent/4448",[1017,3.786]],["name/4449",[749,63.785]],["parent/4449",[1017,3.786]],["name/4450",[748,63.785]],["parent/4450",[1017,3.786]],["name/4451",[745,59.929]],["parent/4451",[1017,3.786]],["name/4452",[90,63.785]],["parent/4452",[1017,3.786]],["name/4453",[743,59.929]],["parent/4453",[1017,3.786]],["name/4454",[107,57.152]],["parent/4454",[1017,3.786]],["name/4455",[746,63.785]],["parent/4455",[1017,3.786]],["name/4456",[747,63.785]],["parent/4456",[1017,3.786]],["name/4457",[740,59.929]],["parent/4457",[1017,3.786]],["name/4458",[744,59.929]],["parent/4458",[1017,3.786]],["name/4459",[1019,70.145]],["parent/4459",[1017,3.786]],["name/4460",[104,54.982]],["parent/4460",[1017,3.786]],["name/4461",[742,63.785]],["parent/4461",[1017,3.786]],["name/4462",[741,63.785]],["parent/4462",[1017,3.786]],["name/4463",[58,43.519]],["parent/4463",[1017,3.786]],["name/4464",[625,54.982]],["parent/4464",[1017,3.786]],["name/4465",[624,54.982]],["parent/4465",[1017,3.786]],["name/4466",[102,54.982]],["parent/4466",[1017,3.786]],["name/4467",[100,54.982]],["parent/4467",[1017,3.786]],["name/4468",[99,54.982]],["parent/4468",[1017,3.786]],["name/4469",[103,54.982]],["parent/4469",[1017,3.786]],["name/4470",[1028,81.131]],["parent/4470",[1017,3.786]],["name/4471",[1024,70.145]],["parent/4471",[1029,4.965]],["name/4472",[1025,70.145]],["parent/4472",[1029,4.965]],["name/4473",[1026,70.145]],["parent/4473",[1029,4.965]],["name/4474",[1027,70.145]],["parent/4474",[1029,4.965]],["name/4475",[751,63.785]],["parent/4475",[1029,4.965]],["name/4476",[91,63.785]],["parent/4476",[1029,4.965]],["name/4477",[1018,70.145]],["parent/4477",[1029,4.965]],["name/4478",[68,38.694]],["parent/4478",[1029,4.965]],["name/4479",[739,59.929]],["parent/4479",[1029,4.965]],["name/4480",[105,54.982]],["parent/4480",[1029,4.965]],["name/4481",[750,63.785]],["parent/4481",[1029,4.965]],["name/4482",[560,47.231]],["parent/4482",[1029,4.965]],["name/4483",[93,57.152]],["parent/4483",[1029,4.965]],["name/4484",[749,63.785]],["parent/4484",[1029,4.965]],["name/4485",[748,63.785]],["parent/4485",[1029,4.965]],["name/4486",[745,59.929]],["parent/4486",[1029,4.965]],["name/4487",[90,63.785]],["parent/4487",[1029,4.965]],["name/4488",[743,59.929]],["parent/4488",[1029,4.965]],["name/4489",[107,57.152]],["parent/4489",[1029,4.965]],["name/4490",[746,63.785]],["parent/4490",[1029,4.965]],["name/4491",[747,63.785]],["parent/4491",[1029,4.965]],["name/4492",[740,59.929]],["parent/4492",[1029,4.965]],["name/4493",[744,59.929]],["parent/4493",[1029,4.965]],["name/4494",[1019,70.145]],["parent/4494",[1029,4.965]],["name/4495",[104,54.982]],["parent/4495",[1029,4.965]],["name/4496",[742,63.785]],["parent/4496",[1029,4.965]],["name/4497",[741,63.785]],["parent/4497",[1029,4.965]],["name/4498",[58,43.519]],["parent/4498",[1029,4.965]],["name/4499",[625,54.982]],["parent/4499",[1029,4.965]],["name/4500",[624,54.982]],["parent/4500",[1029,4.965]],["name/4501",[102,54.982]],["parent/4501",[1029,4.965]],["name/4502",[100,54.982]],["parent/4502",[1029,4.965]],["name/4503",[99,54.982]],["parent/4503",[1029,4.965]],["name/4504",[103,54.982]],["parent/4504",[1029,4.965]],["name/4505",[1030,51.687]],["parent/4505",[]],["name/4506",[1,44.496]],["parent/4506",[1030,5.155]],["name/4507",[1031,70.145]],["parent/4507",[1030,5.155]],["name/4508",[68,38.694]],["parent/4508",[1030,5.155]],["name/4509",[560,47.231]],["parent/4509",[1030,5.155]],["name/4510",[54,59.929]],["parent/4510",[1030,5.155]],["name/4511",[1032,70.145]],["parent/4511",[1030,5.155]],["name/4512",[58,43.519]],["parent/4512",[1030,5.155]],["name/4513",[1031,70.145]],["parent/4513",[1030,5.155]],["name/4514",[68,38.694]],["parent/4514",[1030,5.155]],["name/4515",[560,47.231]],["parent/4515",[1030,5.155]],["name/4516",[54,59.929]],["parent/4516",[1030,5.155]],["name/4517",[1032,70.145]],["parent/4517",[1030,5.155]],["name/4518",[58,43.519]],["parent/4518",[1030,5.155]],["name/4519",[1030,51.687]],["parent/4519",[1030,5.155]],["name/4520",[60,51.342]],["parent/4520",[1033,6.996]],["name/4521",[1034,81.131]],["parent/4521",[1033,6.996]],["name/4522",[1035,81.131]],["parent/4522",[1033,6.996]],["name/4523",[63,51.009]],["parent/4523",[1033,6.996]],["name/4524",[1030,51.687]],["parent/4524",[1030,5.155]],["name/4525",[1,44.496]],["parent/4525",[1030,5.155]],["name/4526",[1030,51.687]],["parent/4526",[1030,5.155]],["name/4527",[1031,70.145]],["parent/4527",[1030,5.155]],["name/4528",[68,38.694]],["parent/4528",[1030,5.155]],["name/4529",[560,47.231]],["parent/4529",[1030,5.155]],["name/4530",[54,59.929]],["parent/4530",[1030,5.155]],["name/4531",[1032,70.145]],["parent/4531",[1030,5.155]],["name/4532",[58,43.519]],["parent/4532",[1030,5.155]],["name/4533",[1036,81.131]],["parent/4533",[1030,5.155]],["name/4534",[1031,70.145]],["parent/4534",[1037,6.629]],["name/4535",[68,38.694]],["parent/4535",[1037,6.629]],["name/4536",[560,47.231]],["parent/4536",[1037,6.629]],["name/4537",[54,59.929]],["parent/4537",[1037,6.629]],["name/4538",[1032,70.145]],["parent/4538",[1037,6.629]],["name/4539",[58,43.519]],["parent/4539",[1037,6.629]],["name/4540",[1038,37.693]],["parent/4540",[]],["name/4541",[1,44.496]],["parent/4541",[1038,3.759]],["name/4542",[1039,70.145]],["parent/4542",[1038,3.759]],["name/4543",[1040,70.145]],["parent/4543",[1038,3.759]],["name/4544",[1041,70.145]],["parent/4544",[1038,3.759]],["name/4545",[1042,70.145]],["parent/4545",[1038,3.759]],["name/4546",[1043,70.145]],["parent/4546",[1038,3.759]],["name/4547",[1044,70.145]],["parent/4547",[1038,3.759]],["name/4548",[1045,70.145]],["parent/4548",[1038,3.759]],["name/4549",[1046,70.145]],["parent/4549",[1038,3.759]],["name/4550",[68,38.694]],["parent/4550",[1038,3.759]],["name/4551",[739,59.929]],["parent/4551",[1038,3.759]],["name/4552",[99,54.982]],["parent/4552",[1038,3.759]],["name/4553",[100,54.982]],["parent/4553",[1038,3.759]],["name/4554",[105,54.982]],["parent/4554",[1038,3.759]],["name/4555",[560,47.231]],["parent/4555",[1038,3.759]],["name/4556",[745,59.929]],["parent/4556",[1038,3.759]],["name/4557",[41,44.844]],["parent/4557",[1038,3.759]],["name/4558",[743,59.929]],["parent/4558",[1038,3.759]],["name/4559",[740,59.929]],["parent/4559",[1038,3.759]],["name/4560",[744,59.929]],["parent/4560",[1038,3.759]],["name/4561",[1047,70.145]],["parent/4561",[1038,3.759]],["name/4562",[102,54.982]],["parent/4562",[1038,3.759]],["name/4563",[103,54.982]],["parent/4563",[1038,3.759]],["name/4564",[104,54.982]],["parent/4564",[1038,3.759]],["name/4565",[1048,70.145]],["parent/4565",[1038,3.759]],["name/4566",[1049,70.145]],["parent/4566",[1038,3.759]],["name/4567",[1050,70.145]],["parent/4567",[1038,3.759]],["name/4568",[1051,70.145]],["parent/4568",[1038,3.759]],["name/4569",[1052,70.145]],["parent/4569",[1038,3.759]],["name/4570",[563,63.785]],["parent/4570",[1038,3.759]],["name/4571",[1053,70.145]],["parent/4571",[1038,3.759]],["name/4572",[1054,70.145]],["parent/4572",[1038,3.759]],["name/4573",[58,43.519]],["parent/4573",[1038,3.759]],["name/4574",[1055,70.145]],["parent/4574",[1038,3.759]],["name/4575",[1042,70.145]],["parent/4575",[1038,3.759]],["name/4576",[1044,70.145]],["parent/4576",[1038,3.759]],["name/4577",[1045,70.145]],["parent/4577",[1038,3.759]],["name/4578",[1046,70.145]],["parent/4578",[1038,3.759]],["name/4579",[68,38.694]],["parent/4579",[1038,3.759]],["name/4580",[739,59.929]],["parent/4580",[1038,3.759]],["name/4581",[105,54.982]],["parent/4581",[1038,3.759]],["name/4582",[560,47.231]],["parent/4582",[1038,3.759]],["name/4583",[745,59.929]],["parent/4583",[1038,3.759]],["name/4584",[41,44.844]],["parent/4584",[1038,3.759]],["name/4585",[743,59.929]],["parent/4585",[1038,3.759]],["name/4586",[740,59.929]],["parent/4586",[1038,3.759]],["name/4587",[744,59.929]],["parent/4587",[1038,3.759]],["name/4588",[1047,70.145]],["parent/4588",[1038,3.759]],["name/4589",[1048,70.145]],["parent/4589",[1038,3.759]],["name/4590",[1050,70.145]],["parent/4590",[1038,3.759]],["name/4591",[1049,70.145]],["parent/4591",[1038,3.759]],["name/4592",[563,63.785]],["parent/4592",[1038,3.759]],["name/4593",[1052,70.145]],["parent/4593",[1038,3.759]],["name/4594",[1054,70.145]],["parent/4594",[1038,3.759]],["name/4595",[104,54.982]],["parent/4595",[1038,3.759]],["name/4596",[58,43.519]],["parent/4596",[1038,3.759]],["name/4597",[1043,70.145]],["parent/4597",[1038,3.759]],["name/4598",[1041,70.145]],["parent/4598",[1038,3.759]],["name/4599",[1053,70.145]],["parent/4599",[1038,3.759]],["name/4600",[1039,70.145]],["parent/4600",[1038,3.759]],["name/4601",[1040,70.145]],["parent/4601",[1038,3.759]],["name/4602",[1051,70.145]],["parent/4602",[1038,3.759]],["name/4603",[1055,70.145]],["parent/4603",[1038,3.759]],["name/4604",[102,54.982]],["parent/4604",[1038,3.759]],["name/4605",[100,54.982]],["parent/4605",[1038,3.759]],["name/4606",[99,54.982]],["parent/4606",[1038,3.759]],["name/4607",[103,54.982]],["parent/4607",[1038,3.759]],["name/4608",[1038,37.693]],["parent/4608",[1038,3.759]],["name/4609",[60,51.342]],["parent/4609",[1056,6.996]],["name/4610",[1057,81.131]],["parent/4610",[1056,6.996]],["name/4611",[1058,81.131]],["parent/4611",[1056,6.996]],["name/4612",[63,51.009]],["parent/4612",[1056,6.996]],["name/4613",[1059,70.145]],["parent/4613",[1038,3.759]],["name/4614",[1060,70.145]],["parent/4614",[1038,3.759]],["name/4615",[1059,70.145]],["parent/4615",[1038,3.759]],["name/4616",[1060,70.145]],["parent/4616",[1038,3.759]],["name/4617",[1038,37.693]],["parent/4617",[1038,3.759]],["name/4618",[1,44.496]],["parent/4618",[1038,3.759]],["name/4619",[1059,70.145]],["parent/4619",[1038,3.759]],["name/4620",[1060,70.145]],["parent/4620",[1038,3.759]],["name/4621",[1038,37.693]],["parent/4621",[1038,3.759]],["name/4622",[1042,70.145]],["parent/4622",[1038,3.759]],["name/4623",[1044,70.145]],["parent/4623",[1038,3.759]],["name/4624",[1045,70.145]],["parent/4624",[1038,3.759]],["name/4625",[1046,70.145]],["parent/4625",[1038,3.759]],["name/4626",[68,38.694]],["parent/4626",[1038,3.759]],["name/4627",[739,59.929]],["parent/4627",[1038,3.759]],["name/4628",[105,54.982]],["parent/4628",[1038,3.759]],["name/4629",[560,47.231]],["parent/4629",[1038,3.759]],["name/4630",[745,59.929]],["parent/4630",[1038,3.759]],["name/4631",[41,44.844]],["parent/4631",[1038,3.759]],["name/4632",[743,59.929]],["parent/4632",[1038,3.759]],["name/4633",[740,59.929]],["parent/4633",[1038,3.759]],["name/4634",[744,59.929]],["parent/4634",[1038,3.759]],["name/4635",[1047,70.145]],["parent/4635",[1038,3.759]],["name/4636",[1048,70.145]],["parent/4636",[1038,3.759]],["name/4637",[1050,70.145]],["parent/4637",[1038,3.759]],["name/4638",[1049,70.145]],["parent/4638",[1038,3.759]],["name/4639",[563,63.785]],["parent/4639",[1038,3.759]],["name/4640",[1052,70.145]],["parent/4640",[1038,3.759]],["name/4641",[1054,70.145]],["parent/4641",[1038,3.759]],["name/4642",[104,54.982]],["parent/4642",[1038,3.759]],["name/4643",[58,43.519]],["parent/4643",[1038,3.759]],["name/4644",[1043,70.145]],["parent/4644",[1038,3.759]],["name/4645",[1041,70.145]],["parent/4645",[1038,3.759]],["name/4646",[1053,70.145]],["parent/4646",[1038,3.759]],["name/4647",[1039,70.145]],["parent/4647",[1038,3.759]],["name/4648",[1040,70.145]],["parent/4648",[1038,3.759]],["name/4649",[1051,70.145]],["parent/4649",[1038,3.759]],["name/4650",[1055,70.145]],["parent/4650",[1038,3.759]],["name/4651",[102,54.982]],["parent/4651",[1038,3.759]],["name/4652",[100,54.982]],["parent/4652",[1038,3.759]],["name/4653",[99,54.982]],["parent/4653",[1038,3.759]],["name/4654",[103,54.982]],["parent/4654",[1038,3.759]],["name/4655",[1061,81.131]],["parent/4655",[1038,3.759]],["name/4656",[1059,70.145]],["parent/4656",[1062,4.936]],["name/4657",[1060,70.145]],["parent/4657",[1062,4.936]],["name/4658",[1042,70.145]],["parent/4658",[1062,4.936]],["name/4659",[1044,70.145]],["parent/4659",[1062,4.936]],["name/4660",[1045,70.145]],["parent/4660",[1062,4.936]],["name/4661",[1046,70.145]],["parent/4661",[1062,4.936]],["name/4662",[68,38.694]],["parent/4662",[1062,4.936]],["name/4663",[739,59.929]],["parent/4663",[1062,4.936]],["name/4664",[105,54.982]],["parent/4664",[1062,4.936]],["name/4665",[560,47.231]],["parent/4665",[1062,4.936]],["name/4666",[745,59.929]],["parent/4666",[1062,4.936]],["name/4667",[41,44.844]],["parent/4667",[1062,4.936]],["name/4668",[743,59.929]],["parent/4668",[1062,4.936]],["name/4669",[740,59.929]],["parent/4669",[1062,4.936]],["name/4670",[744,59.929]],["parent/4670",[1062,4.936]],["name/4671",[1047,70.145]],["parent/4671",[1062,4.936]],["name/4672",[1048,70.145]],["parent/4672",[1062,4.936]],["name/4673",[1050,70.145]],["parent/4673",[1062,4.936]],["name/4674",[1049,70.145]],["parent/4674",[1062,4.936]],["name/4675",[563,63.785]],["parent/4675",[1062,4.936]],["name/4676",[1052,70.145]],["parent/4676",[1062,4.936]],["name/4677",[1054,70.145]],["parent/4677",[1062,4.936]],["name/4678",[104,54.982]],["parent/4678",[1062,4.936]],["name/4679",[58,43.519]],["parent/4679",[1062,4.936]],["name/4680",[1043,70.145]],["parent/4680",[1062,4.936]],["name/4681",[1041,70.145]],["parent/4681",[1062,4.936]],["name/4682",[1053,70.145]],["parent/4682",[1062,4.936]],["name/4683",[1039,70.145]],["parent/4683",[1062,4.936]],["name/4684",[1040,70.145]],["parent/4684",[1062,4.936]],["name/4685",[1051,70.145]],["parent/4685",[1062,4.936]],["name/4686",[1055,70.145]],["parent/4686",[1062,4.936]],["name/4687",[102,54.982]],["parent/4687",[1062,4.936]],["name/4688",[100,54.982]],["parent/4688",[1062,4.936]],["name/4689",[99,54.982]],["parent/4689",[1062,4.936]],["name/4690",[103,54.982]],["parent/4690",[1062,4.936]],["name/4691",[1063,55.482]],["parent/4691",[]],["name/4692",[1,44.496]],["parent/4692",[1063,5.534]],["name/4693",[68,38.694]],["parent/4693",[1063,5.534]],["name/4694",[560,47.231]],["parent/4694",[1063,5.534]],["name/4695",[1064,70.145]],["parent/4695",[1063,5.534]],["name/4696",[68,38.694]],["parent/4696",[1063,5.534]],["name/4697",[560,47.231]],["parent/4697",[1063,5.534]],["name/4698",[1064,70.145]],["parent/4698",[1063,5.534]],["name/4699",[1063,55.482]],["parent/4699",[1063,5.534]],["name/4700",[60,51.342]],["parent/4700",[1065,7.247]],["name/4701",[1066,81.131]],["parent/4701",[1065,7.247]],["name/4702",[63,51.009]],["parent/4702",[1065,7.247]],["name/4703",[1063,55.482]],["parent/4703",[1063,5.534]],["name/4704",[1,44.496]],["parent/4704",[1063,5.534]],["name/4705",[1063,55.482]],["parent/4705",[1063,5.534]],["name/4706",[68,38.694]],["parent/4706",[1063,5.534]],["name/4707",[560,47.231]],["parent/4707",[1063,5.534]],["name/4708",[1064,70.145]],["parent/4708",[1063,5.534]],["name/4709",[1067,81.131]],["parent/4709",[1063,5.534]],["name/4710",[68,38.694]],["parent/4710",[1068,7.247]],["name/4711",[560,47.231]],["parent/4711",[1068,7.247]],["name/4712",[1064,70.145]],["parent/4712",[1068,7.247]],["name/4713",[1069,49.776]],["parent/4713",[]],["name/4714",[1,44.496]],["parent/4714",[1069,4.965]],["name/4715",[1070,70.145]],["parent/4715",[1069,4.965]],["name/4716",[68,38.694]],["parent/4716",[1069,4.965]],["name/4717",[560,47.231]],["parent/4717",[1069,4.965]],["name/4718",[41,44.844]],["parent/4718",[1069,4.965]],["name/4719",[58,43.519]],["parent/4719",[1069,4.965]],["name/4720",[1071,70.145]],["parent/4720",[1069,4.965]],["name/4721",[1072,70.145]],["parent/4721",[1069,4.965]],["name/4722",[1073,70.145]],["parent/4722",[1069,4.965]],["name/4723",[1070,70.145]],["parent/4723",[1069,4.965]],["name/4724",[68,38.694]],["parent/4724",[1069,4.965]],["name/4725",[560,47.231]],["parent/4725",[1069,4.965]],["name/4726",[41,44.844]],["parent/4726",[1069,4.965]],["name/4727",[58,43.519]],["parent/4727",[1069,4.965]],["name/4728",[1071,70.145]],["parent/4728",[1069,4.965]],["name/4729",[1072,70.145]],["parent/4729",[1069,4.965]],["name/4730",[1073,70.145]],["parent/4730",[1069,4.965]],["name/4731",[1069,49.776]],["parent/4731",[1069,4.965]],["name/4732",[60,51.342]],["parent/4732",[1074,6.996]],["name/4733",[1075,81.131]],["parent/4733",[1074,6.996]],["name/4734",[1076,81.131]],["parent/4734",[1074,6.996]],["name/4735",[63,51.009]],["parent/4735",[1074,6.996]],["name/4736",[1069,49.776]],["parent/4736",[1069,4.965]],["name/4737",[1,44.496]],["parent/4737",[1069,4.965]],["name/4738",[1069,49.776]],["parent/4738",[1069,4.965]],["name/4739",[1070,70.145]],["parent/4739",[1069,4.965]],["name/4740",[68,38.694]],["parent/4740",[1069,4.965]],["name/4741",[560,47.231]],["parent/4741",[1069,4.965]],["name/4742",[41,44.844]],["parent/4742",[1069,4.965]],["name/4743",[58,43.519]],["parent/4743",[1069,4.965]],["name/4744",[1071,70.145]],["parent/4744",[1069,4.965]],["name/4745",[1072,70.145]],["parent/4745",[1069,4.965]],["name/4746",[1073,70.145]],["parent/4746",[1069,4.965]],["name/4747",[1077,81.131]],["parent/4747",[1069,4.965]],["name/4748",[1070,70.145]],["parent/4748",[1078,6.362]],["name/4749",[68,38.694]],["parent/4749",[1078,6.362]],["name/4750",[560,47.231]],["parent/4750",[1078,6.362]],["name/4751",[41,44.844]],["parent/4751",[1078,6.362]],["name/4752",[58,43.519]],["parent/4752",[1078,6.362]],["name/4753",[1071,70.145]],["parent/4753",[1078,6.362]],["name/4754",[1072,70.145]],["parent/4754",[1078,6.362]],["name/4755",[1073,70.145]],["parent/4755",[1078,6.362]],["name/4756",[1079,42.63]],["parent/4756",[]],["name/4757",[1,44.496]],["parent/4757",[1079,4.252]],["name/4758",[1080,70.145]],["parent/4758",[1079,4.252]],["name/4759",[1081,70.145]],["parent/4759",[1079,4.252]],["name/4760",[1082,70.145]],["parent/4760",[1079,4.252]],["name/4761",[68,38.694]],["parent/4761",[1079,4.252]],["name/4762",[1083,70.145]],["parent/4762",[1079,4.252]],["name/4763",[1084,70.145]],["parent/4763",[1079,4.252]],["name/4764",[1085,70.145]],["parent/4764",[1079,4.252]],["name/4765",[1086,70.145]],["parent/4765",[1079,4.252]],["name/4766",[1087,70.145]],["parent/4766",[1079,4.252]],["name/4767",[1088,70.145]],["parent/4767",[1079,4.252]],["name/4768",[1089,70.145]],["parent/4768",[1079,4.252]],["name/4769",[1090,70.145]],["parent/4769",[1079,4.252]],["name/4770",[1091,70.145]],["parent/4770",[1079,4.252]],["name/4771",[1092,70.145]],["parent/4771",[1079,4.252]],["name/4772",[1093,70.145]],["parent/4772",[1079,4.252]],["name/4773",[1094,70.145]],["parent/4773",[1079,4.252]],["name/4774",[1080,70.145]],["parent/4774",[1079,4.252]],["name/4775",[1081,70.145]],["parent/4775",[1079,4.252]],["name/4776",[1082,70.145]],["parent/4776",[1079,4.252]],["name/4777",[68,38.694]],["parent/4777",[1079,4.252]],["name/4778",[1083,70.145]],["parent/4778",[1079,4.252]],["name/4779",[1084,70.145]],["parent/4779",[1079,4.252]],["name/4780",[1085,70.145]],["parent/4780",[1079,4.252]],["name/4781",[1086,70.145]],["parent/4781",[1079,4.252]],["name/4782",[1087,70.145]],["parent/4782",[1079,4.252]],["name/4783",[1088,70.145]],["parent/4783",[1079,4.252]],["name/4784",[1091,70.145]],["parent/4784",[1079,4.252]],["name/4785",[1090,70.145]],["parent/4785",[1079,4.252]],["name/4786",[1089,70.145]],["parent/4786",[1079,4.252]],["name/4787",[1092,70.145]],["parent/4787",[1079,4.252]],["name/4788",[1093,70.145]],["parent/4788",[1079,4.252]],["name/4789",[1094,70.145]],["parent/4789",[1079,4.252]],["name/4790",[1079,42.63]],["parent/4790",[1079,4.252]],["name/4791",[60,51.342]],["parent/4791",[1095,5.436]],["name/4792",[1096,81.131]],["parent/4792",[1095,5.436]],["name/4793",[1097,81.131]],["parent/4793",[1095,5.436]],["name/4794",[1098,81.131]],["parent/4794",[1095,5.436]],["name/4795",[1099,81.131]],["parent/4795",[1095,5.436]],["name/4796",[1100,81.131]],["parent/4796",[1095,5.436]],["name/4797",[1101,81.131]],["parent/4797",[1095,5.436]],["name/4798",[1102,81.131]],["parent/4798",[1095,5.436]],["name/4799",[1103,81.131]],["parent/4799",[1095,5.436]],["name/4800",[1104,81.131]],["parent/4800",[1095,5.436]],["name/4801",[1105,81.131]],["parent/4801",[1095,5.436]],["name/4802",[1106,81.131]],["parent/4802",[1095,5.436]],["name/4803",[1107,81.131]],["parent/4803",[1095,5.436]],["name/4804",[1108,81.131]],["parent/4804",[1095,5.436]],["name/4805",[1109,81.131]],["parent/4805",[1095,5.436]],["name/4806",[1110,81.131]],["parent/4806",[1095,5.436]],["name/4807",[1111,81.131]],["parent/4807",[1095,5.436]],["name/4808",[1112,81.131]],["parent/4808",[1095,5.436]],["name/4809",[1113,81.131]],["parent/4809",[1095,5.436]],["name/4810",[1114,81.131]],["parent/4810",[1095,5.436]],["name/4811",[63,51.009]],["parent/4811",[1095,5.436]],["name/4812",[1115,70.145]],["parent/4812",[1079,4.252]],["name/4813",[1116,70.145]],["parent/4813",[1079,4.252]],["name/4814",[1117,70.145]],["parent/4814",[1079,4.252]],["name/4815",[1118,70.145]],["parent/4815",[1079,4.252]],["name/4816",[1115,70.145]],["parent/4816",[1079,4.252]],["name/4817",[1116,70.145]],["parent/4817",[1079,4.252]],["name/4818",[1117,70.145]],["parent/4818",[1079,4.252]],["name/4819",[1118,70.145]],["parent/4819",[1079,4.252]],["name/4820",[1079,42.63]],["parent/4820",[1079,4.252]],["name/4821",[1,44.496]],["parent/4821",[1079,4.252]],["name/4822",[1115,70.145]],["parent/4822",[1079,4.252]],["name/4823",[1116,70.145]],["parent/4823",[1079,4.252]],["name/4824",[1117,70.145]],["parent/4824",[1079,4.252]],["name/4825",[1118,70.145]],["parent/4825",[1079,4.252]],["name/4826",[1079,42.63]],["parent/4826",[1079,4.252]],["name/4827",[1080,70.145]],["parent/4827",[1079,4.252]],["name/4828",[1081,70.145]],["parent/4828",[1079,4.252]],["name/4829",[1082,70.145]],["parent/4829",[1079,4.252]],["name/4830",[68,38.694]],["parent/4830",[1079,4.252]],["name/4831",[1083,70.145]],["parent/4831",[1079,4.252]],["name/4832",[1084,70.145]],["parent/4832",[1079,4.252]],["name/4833",[1085,70.145]],["parent/4833",[1079,4.252]],["name/4834",[1086,70.145]],["parent/4834",[1079,4.252]],["name/4835",[1087,70.145]],["parent/4835",[1079,4.252]],["name/4836",[1088,70.145]],["parent/4836",[1079,4.252]],["name/4837",[1091,70.145]],["parent/4837",[1079,4.252]],["name/4838",[1090,70.145]],["parent/4838",[1079,4.252]],["name/4839",[1089,70.145]],["parent/4839",[1079,4.252]],["name/4840",[1092,70.145]],["parent/4840",[1079,4.252]],["name/4841",[1093,70.145]],["parent/4841",[1079,4.252]],["name/4842",[1094,70.145]],["parent/4842",[1079,4.252]],["name/4843",[1119,81.131]],["parent/4843",[1079,4.252]],["name/4844",[1115,70.145]],["parent/4844",[1120,5.484]],["name/4845",[1116,70.145]],["parent/4845",[1120,5.484]],["name/4846",[1117,70.145]],["parent/4846",[1120,5.484]],["name/4847",[1118,70.145]],["parent/4847",[1120,5.484]],["name/4848",[1080,70.145]],["parent/4848",[1120,5.484]],["name/4849",[1081,70.145]],["parent/4849",[1120,5.484]],["name/4850",[1082,70.145]],["parent/4850",[1120,5.484]],["name/4851",[68,38.694]],["parent/4851",[1120,5.484]],["name/4852",[1083,70.145]],["parent/4852",[1120,5.484]],["name/4853",[1084,70.145]],["parent/4853",[1120,5.484]],["name/4854",[1085,70.145]],["parent/4854",[1120,5.484]],["name/4855",[1086,70.145]],["parent/4855",[1120,5.484]],["name/4856",[1087,70.145]],["parent/4856",[1120,5.484]],["name/4857",[1088,70.145]],["parent/4857",[1120,5.484]],["name/4858",[1091,70.145]],["parent/4858",[1120,5.484]],["name/4859",[1090,70.145]],["parent/4859",[1120,5.484]],["name/4860",[1089,70.145]],["parent/4860",[1120,5.484]],["name/4861",[1092,70.145]],["parent/4861",[1120,5.484]],["name/4862",[1093,70.145]],["parent/4862",[1120,5.484]],["name/4863",[1094,70.145]],["parent/4863",[1120,5.484]],["name/4864",[1121,38.504]],["parent/4864",[]],["name/4865",[1,44.496]],["parent/4865",[1121,3.84]],["name/4866",[20,49.213]],["parent/4866",[1121,3.84]],["name/4867",[21,49.213]],["parent/4867",[1121,3.84]],["name/4868",[22,49.213]],["parent/4868",[1121,3.84]],["name/4869",[23,49.213]],["parent/4869",[1121,3.84]],["name/4870",[24,49.213]],["parent/4870",[1121,3.84]],["name/4871",[25,49.213]],["parent/4871",[1121,3.84]],["name/4872",[26,49.213]],["parent/4872",[1121,3.84]],["name/4873",[27,49.213]],["parent/4873",[1121,3.84]],["name/4874",[28,49.213]],["parent/4874",[1121,3.84]],["name/4875",[29,49.213]],["parent/4875",[1121,3.84]],["name/4876",[30,49.213]],["parent/4876",[1121,3.84]],["name/4877",[31,49.213]],["parent/4877",[1121,3.84]],["name/4878",[32,49.213]],["parent/4878",[1121,3.84]],["name/4879",[33,49.213]],["parent/4879",[1121,3.84]],["name/4880",[34,49.213]],["parent/4880",[1121,3.84]],["name/4881",[35,49.213]],["parent/4881",[1121,3.84]],["name/4882",[36,49.213]],["parent/4882",[1121,3.84]],["name/4883",[37,49.213]],["parent/4883",[1121,3.84]],["name/4884",[38,49.213]],["parent/4884",[1121,3.84]],["name/4885",[39,49.213]],["parent/4885",[1121,3.84]],["name/4886",[68,38.694]],["parent/4886",[1121,3.84]],["name/4887",[41,44.844]],["parent/4887",[1121,3.84]],["name/4888",[42,49.213]],["parent/4888",[1121,3.84]],["name/4889",[43,49.213]],["parent/4889",[1121,3.84]],["name/4890",[44,49.213]],["parent/4890",[1121,3.84]],["name/4891",[58,43.519]],["parent/4891",[1121,3.84]],["name/4892",[59,49.213]],["parent/4892",[1121,3.84]],["name/4893",[1122,70.145]],["parent/4893",[1121,3.84]],["name/4894",[1123,70.145]],["parent/4894",[1121,3.84]],["name/4895",[1124,70.145]],["parent/4895",[1121,3.84]],["name/4896",[1125,70.145]],["parent/4896",[1121,3.84]],["name/4897",[1126,70.145]],["parent/4897",[1121,3.84]],["name/4898",[38,49.213]],["parent/4898",[1121,3.84]],["name/4899",[39,49.213]],["parent/4899",[1121,3.84]],["name/4900",[25,49.213]],["parent/4900",[1121,3.84]],["name/4901",[68,38.694]],["parent/4901",[1121,3.84]],["name/4902",[37,49.213]],["parent/4902",[1121,3.84]],["name/4903",[26,49.213]],["parent/4903",[1121,3.84]],["name/4904",[23,49.213]],["parent/4904",[1121,3.84]],["name/4905",[24,49.213]],["parent/4905",[1121,3.84]],["name/4906",[41,44.844]],["parent/4906",[1121,3.84]],["name/4907",[44,49.213]],["parent/4907",[1121,3.84]],["name/4908",[28,49.213]],["parent/4908",[1121,3.84]],["name/4909",[29,49.213]],["parent/4909",[1121,3.84]],["name/4910",[32,49.213]],["parent/4910",[1121,3.84]],["name/4911",[33,49.213]],["parent/4911",[1121,3.84]],["name/4912",[36,49.213]],["parent/4912",[1121,3.84]],["name/4913",[34,49.213]],["parent/4913",[1121,3.84]],["name/4914",[35,49.213]],["parent/4914",[1121,3.84]],["name/4915",[58,43.519]],["parent/4915",[1121,3.84]],["name/4916",[59,49.213]],["parent/4916",[1121,3.84]],["name/4917",[42,49.213]],["parent/4917",[1121,3.84]],["name/4918",[43,49.213]],["parent/4918",[1121,3.84]],["name/4919",[1125,70.145]],["parent/4919",[1121,3.84]],["name/4920",[1126,70.145]],["parent/4920",[1121,3.84]],["name/4921",[1122,70.145]],["parent/4921",[1121,3.84]],["name/4922",[1123,70.145]],["parent/4922",[1121,3.84]],["name/4923",[1124,70.145]],["parent/4923",[1121,3.84]],["name/4924",[30,49.213]],["parent/4924",[1121,3.84]],["name/4925",[31,49.213]],["parent/4925",[1121,3.84]],["name/4926",[21,49.213]],["parent/4926",[1121,3.84]],["name/4927",[22,49.213]],["parent/4927",[1121,3.84]],["name/4928",[20,49.213]],["parent/4928",[1121,3.84]],["name/4929",[27,49.213]],["parent/4929",[1121,3.84]],["name/4930",[1121,38.504]],["parent/4930",[1121,3.84]],["name/4931",[60,51.342]],["parent/4931",[1127,6.487]],["name/4932",[1128,81.131]],["parent/4932",[1127,6.487]],["name/4933",[1129,81.131]],["parent/4933",[1127,6.487]],["name/4934",[1130,81.131]],["parent/4934",[1127,6.487]],["name/4935",[1131,81.131]],["parent/4935",[1127,6.487]],["name/4936",[1132,81.131]],["parent/4936",[1127,6.487]],["name/4937",[63,51.009]],["parent/4937",[1127,6.487]],["name/4938",[1121,38.504]],["parent/4938",[1121,3.84]],["name/4939",[1,44.496]],["parent/4939",[1121,3.84]],["name/4940",[1121,38.504]],["parent/4940",[1121,3.84]],["name/4941",[38,49.213]],["parent/4941",[1121,3.84]],["name/4942",[39,49.213]],["parent/4942",[1121,3.84]],["name/4943",[25,49.213]],["parent/4943",[1121,3.84]],["name/4944",[68,38.694]],["parent/4944",[1121,3.84]],["name/4945",[37,49.213]],["parent/4945",[1121,3.84]],["name/4946",[26,49.213]],["parent/4946",[1121,3.84]],["name/4947",[23,49.213]],["parent/4947",[1121,3.84]],["name/4948",[24,49.213]],["parent/4948",[1121,3.84]],["name/4949",[41,44.844]],["parent/4949",[1121,3.84]],["name/4950",[44,49.213]],["parent/4950",[1121,3.84]],["name/4951",[28,49.213]],["parent/4951",[1121,3.84]],["name/4952",[29,49.213]],["parent/4952",[1121,3.84]],["name/4953",[32,49.213]],["parent/4953",[1121,3.84]],["name/4954",[33,49.213]],["parent/4954",[1121,3.84]],["name/4955",[36,49.213]],["parent/4955",[1121,3.84]],["name/4956",[34,49.213]],["parent/4956",[1121,3.84]],["name/4957",[35,49.213]],["parent/4957",[1121,3.84]],["name/4958",[58,43.519]],["parent/4958",[1121,3.84]],["name/4959",[59,49.213]],["parent/4959",[1121,3.84]],["name/4960",[42,49.213]],["parent/4960",[1121,3.84]],["name/4961",[43,49.213]],["parent/4961",[1121,3.84]],["name/4962",[1125,70.145]],["parent/4962",[1121,3.84]],["name/4963",[1126,70.145]],["parent/4963",[1121,3.84]],["name/4964",[1122,70.145]],["parent/4964",[1121,3.84]],["name/4965",[1123,70.145]],["parent/4965",[1121,3.84]],["name/4966",[1124,70.145]],["parent/4966",[1121,3.84]],["name/4967",[30,49.213]],["parent/4967",[1121,3.84]],["name/4968",[31,49.213]],["parent/4968",[1121,3.84]],["name/4969",[21,49.213]],["parent/4969",[1121,3.84]],["name/4970",[22,49.213]],["parent/4970",[1121,3.84]],["name/4971",[20,49.213]],["parent/4971",[1121,3.84]],["name/4972",[27,49.213]],["parent/4972",[1121,3.84]],["name/4973",[1133,81.131]],["parent/4973",[1121,3.84]],["name/4974",[38,49.213]],["parent/4974",[1134,5.024]],["name/4975",[39,49.213]],["parent/4975",[1134,5.024]],["name/4976",[25,49.213]],["parent/4976",[1134,5.024]],["name/4977",[68,38.694]],["parent/4977",[1134,5.024]],["name/4978",[37,49.213]],["parent/4978",[1134,5.024]],["name/4979",[26,49.213]],["parent/4979",[1134,5.024]],["name/4980",[23,49.213]],["parent/4980",[1134,5.024]],["name/4981",[24,49.213]],["parent/4981",[1134,5.024]],["name/4982",[41,44.844]],["parent/4982",[1134,5.024]],["name/4983",[44,49.213]],["parent/4983",[1134,5.024]],["name/4984",[28,49.213]],["parent/4984",[1134,5.024]],["name/4985",[29,49.213]],["parent/4985",[1134,5.024]],["name/4986",[32,49.213]],["parent/4986",[1134,5.024]],["name/4987",[33,49.213]],["parent/4987",[1134,5.024]],["name/4988",[36,49.213]],["parent/4988",[1134,5.024]],["name/4989",[34,49.213]],["parent/4989",[1134,5.024]],["name/4990",[35,49.213]],["parent/4990",[1134,5.024]],["name/4991",[58,43.519]],["parent/4991",[1134,5.024]],["name/4992",[59,49.213]],["parent/4992",[1134,5.024]],["name/4993",[42,49.213]],["parent/4993",[1134,5.024]],["name/4994",[43,49.213]],["parent/4994",[1134,5.024]],["name/4995",[1125,70.145]],["parent/4995",[1134,5.024]],["name/4996",[1126,70.145]],["parent/4996",[1134,5.024]],["name/4997",[1122,70.145]],["parent/4997",[1134,5.024]],["name/4998",[1123,70.145]],["parent/4998",[1134,5.024]],["name/4999",[1124,70.145]],["parent/4999",[1134,5.024]],["name/5000",[30,49.213]],["parent/5000",[1134,5.024]],["name/5001",[31,49.213]],["parent/5001",[1134,5.024]],["name/5002",[21,49.213]],["parent/5002",[1134,5.024]],["name/5003",[22,49.213]],["parent/5003",[1134,5.024]],["name/5004",[20,49.213]],["parent/5004",[1134,5.024]],["name/5005",[27,49.213]],["parent/5005",[1134,5.024]]],"invertedIndex":[["__type",{"_index":16,"name":{"16":{},"18":{},"1770":{},"3822":{},"3832":{},"3844":{},"3855":{},"3866":{},"3874":{},"3885":{},"3898":{},"3910":{},"3921":{},"3925":{},"3934":{},"3938":{},"3944":{}},"parent":{}}],["abtestsegment",{"_index":473,"name":{"1804":{},"1859":{},"1942":{},"2001":{}},"parent":{}}],["accounttransaction",{"_index":425,"name":{"1617":{},"1649":{},"1695":{},"1731":{}},"parent":{}}],["accounttransactiontypecodeenum",{"_index":426,"name":{"1618":{},"1650":{},"1696":{},"1732":{}},"parent":{}}],["addcertificateforzone",{"_index":286,"name":{"910":{}},"parent":{}}],["addcoupontobasket",{"_index":645,"name":{"2634":{},"2874":{}},"parent":{}}],["addgiftcertificateitemtobasket",{"_index":646,"name":{"2635":{},"2875":{}},"parent":{}}],["additemtobasket",{"_index":647,"name":{"2636":{},"2876":{}},"parent":{}}],["addpaymentinstrumenttobasket",{"_index":648,"name":{"2637":{},"2877":{}},"parent":{}}],["addpriceadjustmenttobasket",{"_index":649,"name":{"2638":{},"2878":{}},"parent":{}}],["addpricebookstobasket",{"_index":650,"name":{"2639":{},"2879":{}},"parent":{}}],["addproductstoexclusionlist",{"_index":129,"name":{"475":{}},"parent":{}}],["address",{"_index":474,"name":{"1805":{},"1860":{},"1943":{},"2002":{}},"parent":{}}],["addtaxesforbasket",{"_index":651,"name":{"2640":{},"2880":{}},"parent":{}}],["addtaxesforbasketitem",{"_index":652,"name":{"2641":{},"2881":{}},"parent":{}}],["agent_id",{"_index":969,"name":{"3899":{}},"parent":{}}],["apiname",{"_index":446,"name":{"1774":{}},"parent":{}}],["apistandardserrorresponse",{"_index":164,"name":{"668":{},"788":{},"987":{},"1110":{}},"parent":{}}],["apiversion",{"_index":447,"name":{"1775":{}},"parent":{}}],["assigncustomergroupmembers",{"_index":405,"name":{"1512":{}},"parent":{}}],["assignments",{"_index":0,"name":{"0":{},"99":{},"103":{},"105":{}},"parent":{"1":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{}}}],["assignments.assignments",{"_index":61,"name":{},"parent":{"100":{},"101":{},"102":{}}}],["assignments.assignmentstypes",{"_index":65,"name":{},"parent":{"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{}}}],["assignmentssearch",{"_index":62,"name":{"101":{}},"parent":{}}],["assignmentstypes",{"_index":64,"name":{"146":{}},"parent":{}}],["assignproducttocategory",{"_index":130,"name":{"476":{}},"parent":{}}],["assignvariationformasterproduct",{"_index":572,"name":{"2209":{}},"parent":{}}],["assignvariationgrouptomasterproduct",{"_index":573,"name":{"2210":{}},"parent":{}}],["authenticatecustomer",{"_index":451,"name":{"1779":{},"3783":{}},"parent":{}}],["authenticatecustomerbodytype",{"_index":918,"name":{"3821":{},"3966":{},"3997":{},"4039":{}},"parent":{}}],["authenticatefinishrequest",{"_index":871,"name":{"3740":{},"3755":{},"4012":{},"4068":{}},"parent":{}}],["authenticateresult",{"_index":873,"name":{"3743":{},"3756":{},"4013":{},"4069":{}},"parent":{}}],["authenticatorassertionresponsejson",{"_index":867,"name":{"3736":{},"3757":{},"4014":{},"4070":{}},"parent":{}}],["authenticatorassertionresponsejsonauthenticatordatainner",{"_index":865,"name":{"3734":{},"3758":{},"4015":{},"4071":{}},"parent":{}}],["authenticatorassertionresponsejsonclientdatajsoninner",{"_index":866,"name":{"3735":{},"3759":{},"4016":{},"4072":{}},"parent":{}}],["authenticatorassertionresponsejsonsignatureinner",{"_index":863,"name":{"3732":{},"3760":{},"4017":{},"4073":{}},"parent":{}}],["authenticatorassertionresponsejsonuserhandleinner",{"_index":864,"name":{"3733":{},"3761":{},"4018":{},"4074":{}},"parent":{}}],["authenticatorattestationresponsejson",{"_index":862,"name":{"3731":{},"3762":{},"4019":{},"4075":{}},"parent":{}}],["authenticatorattestationresponsejsonattestationobjectinner",{"_index":861,"name":{"3730":{},"3763":{},"4020":{},"4076":{}},"parent":{}}],["authenticatorattestationresponsejsonclientdatajsoninner",{"_index":860,"name":{"3729":{},"3764":{},"4021":{},"4077":{}},"parent":{}}],["authorize",{"_index":463,"name":{"1791":{}},"parent":{}}],["authorizecustomer",{"_index":453,"name":{"1780":{},"3784":{}},"parent":{}}],["authorizecustomerresponsetypeenum",{"_index":903,"name":{"3806":{},"3951":{},"3982":{},"4040":{}},"parent":{}}],["authorizecustomerscopeenum",{"_index":904,"name":{"3807":{},"3952":{},"3983":{},"4041":{}},"parent":{}}],["authorizepasswordlesscustomer",{"_index":886,"name":{"3785":{}},"parent":{}}],["authorizepasswordlesscustomerbodytype",{"_index":929,"name":{"3831":{},"3967":{},"3998":{},"4043":{}},"parent":{}}],["authorizepasswordlesscustomermodeenum",{"_index":905,"name":{"3808":{},"3953":{},"3984":{},"4042":{}},"parent":{}}],["authorizewebauthnregistration",{"_index":887,"name":{"3786":{}},"parent":{}}],["authorizewebauthnregistrationbodytype",{"_index":940,"name":{"3843":{},"3968":{},"3999":{},"4045":{}},"parent":{}}],["authorizewebauthnregistrationmodeenum",{"_index":906,"name":{"3809":{},"3954":{},"3985":{},"4044":{}},"parent":{}}],["baseuriparameters",{"_index":6,"name":{"6":{}},"parent":{}}],["basket",{"_index":628,"name":{"2572":{},"2590":{},"2681":{},"2726":{},"2800":{},"2821":{},"2921":{},"2975":{},"3181":{},"3257":{},"3409":{},"3519":{},"4126":{},"4156":{},"4234":{},"4296":{}},"parent":{}}],["basketchanneltypeenum",{"_index":629,"name":{"2573":{},"2591":{},"2682":{},"2727":{},"2801":{},"2822":{},"2922":{},"2976":{},"3182":{},"3258":{},"3410":{},"3520":{},"4127":{},"4157":{},"4235":{},"4297":{}},"parent":{}}],["basketpaymentinstrumentrequest",{"_index":632,"name":{"2576":{},"2593":{},"2684":{},"2729":{},"2807":{},"2824":{},"2924":{},"2978":{}},"parent":{}}],["basketsresult",{"_index":738,"name":{"3184":{},"3260":{},"3412":{},"3522":{}},"parent":{}}],["baskettaxationenum",{"_index":630,"name":{"2574":{},"2592":{},"2683":{},"2728":{},"2802":{},"2823":{},"2923":{},"2977":{},"3183":{},"3259":{},"3411":{},"3521":{},"4128":{},"4158":{},"4236":{},"4298":{}},"parent":{}}],["bonusdiscountlineitem",{"_index":476,"name":{"1807":{},"1861":{},"1944":{},"2003":{},"2553":{},"2594":{},"2685":{},"2730":{},"2778":{},"2825":{},"2925":{},"2979":{},"3159":{},"3261":{},"3413":{},"3523":{},"4104":{},"4159":{},"4237":{},"4299":{}},"parent":{}}],["boolfilter",{"_index":38,"name":{"37":{},"59":{},"106":{},"147":{},"207":{},"218":{},"258":{},"288":{},"337":{},"396":{},"511":{},"589":{},"1274":{},"1295":{},"1349":{},"1389":{},"1448":{},"1470":{},"1531":{},"1572":{},"1637":{},"1651":{},"1697":{},"1733":{},"2107":{},"2148":{},"2249":{},"2309":{},"2388":{},"2411":{},"2463":{},"2505":{},"4884":{},"4898":{},"4941":{},"4974":{}},"parent":{}}],["boolfilteroperatorenum",{"_index":39,"name":{"38":{},"60":{},"107":{},"148":{},"208":{},"219":{},"259":{},"289":{},"338":{},"397":{},"512":{},"590":{},"1275":{},"1296":{},"1350":{},"1390":{},"1449":{},"1471":{},"1532":{},"1573":{},"1638":{},"1652":{},"1698":{},"1734":{},"2108":{},"2149":{},"2250":{},"2310":{},"2389":{},"2412":{},"2464":{},"2506":{},"4885":{},"4899":{},"4942":{},"4975":{}},"parent":{}}],["boolquery",{"_index":25,"name":{"24":{},"61":{},"108":{},"149":{},"194":{},"220":{},"260":{},"290":{},"324":{},"398":{},"513":{},"591":{},"1261":{},"1297":{},"1351":{},"1391":{},"1435":{},"1472":{},"1533":{},"1574":{},"1624":{},"1653":{},"1699":{},"1735":{},"2094":{},"2150":{},"2251":{},"2311":{},"2375":{},"2413":{},"2465":{},"2507":{},"4871":{},"4900":{},"4943":{},"4976":{}},"parent":{}}],["brandsuggestions",{"_index":1042,"name":{"4545":{},"4575":{},"4622":{},"4658":{}},"parent":{}}],["bundledproduct",{"_index":751,"name":{"3205":{},"3262":{},"3414":{},"3524":{},"4380":{},"4388":{},"4440":{},"4475":{}},"parent":{}}],["cachepurge",{"_index":287,"name":{"911":{}},"parent":{}}],["cachepurgerequest",{"_index":165,"name":{"669":{},"789":{},"988":{},"1111":{}},"parent":{}}],["cachepurgeresponse",{"_index":166,"name":{"670":{},"790":{},"989":{},"1112":{}},"parent":{}}],["cachepurgeresponseenvelope",{"_index":167,"name":{"671":{},"791":{},"990":{},"1113":{}},"parent":{}}],["callback_uri",{"_index":935,"name":{"3838":{},"3851":{},"3881":{}},"parent":{}}],["callcustomendpoint",{"_index":448,"name":{"1776":{},"1800":{}},"parent":{}}],["campaign",{"_index":40,"name":{"39":{},"62":{},"109":{},"150":{},"209":{},"221":{},"261":{},"291":{},"2390":{},"2414":{},"2466":{},"2508":{}},"parent":{}}],["campaigns",{"_index":66,"name":{"187":{},"247":{},"255":{},"257":{}},"parent":{"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{}}}],["campaigns.campaigns",{"_index":69,"name":{},"parent":{"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{}}}],["campaigns.campaignstypes",{"_index":76,"name":{},"parent":{"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{}}}],["campaignsearchresult",{"_index":67,"name":{"212":{},"222":{},"262":{},"292":{}},"parent":{}}],["campaignssearch",{"_index":70,"name":{"249":{}},"parent":{}}],["campaignstypes",{"_index":75,"name":{"287":{}},"parent":{}}],["catalog",{"_index":81,"name":{"342":{},"399":{},"514":{},"592":{}},"parent":{}}],["catalogcategoryid",{"_index":82,"name":{"343":{},"400":{},"515":{},"593":{},"2109":{},"2151":{},"2252":{},"2312":{}},"parent":{}}],["catalogcategorysearchrequest",{"_index":83,"name":{"346":{},"401":{},"516":{},"594":{}},"parent":{}}],["catalogs",{"_index":77,"name":{"317":{},"349":{},"404":{},"519":{},"597":{}},"parent":{"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{}}}],["catalogs.catalogsv1",{"_index":128,"name":{},"parent":{"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{}}}],["catalogs.catalogsv1types",{"_index":162,"name":{},"parent":{"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{}}}],["catalogsearchrequest",{"_index":84,"name":{"347":{},"402":{},"517":{},"595":{}},"parent":{}}],["catalogsearchresult",{"_index":85,"name":{"348":{},"403":{},"518":{},"596":{}},"parent":{}}],["catalogsv1",{"_index":127,"name":{"473":{},"508":{},"510":{}},"parent":{}}],["catalogsv1types",{"_index":161,"name":{"588":{}},"parent":{}}],["categories",{"_index":92,"name":{"356":{},"405":{},"520":{},"598":{}},"parent":{}}],["categorizationattributedefinition",{"_index":555,"name":{"2110":{},"2152":{},"2253":{},"2313":{}},"parent":{}}],["categorizationattributedefinitionallowedoperatorsenum",{"_index":558,"name":{"2113":{},"2155":{},"2256":{},"2316":{}},"parent":{}}],["categorizationattributedefinitionattributetypeenum",{"_index":556,"name":{"2111":{},"2153":{},"2254":{},"2314":{}},"parent":{}}],["categorizationattributedefinitionsresult",{"_index":559,"name":{"2114":{},"2156":{},"2257":{},"2317":{}},"parent":{}}],["categorizationattributedefinitionvaluetypeenum",{"_index":557,"name":{"2112":{},"2154":{},"2255":{},"2315":{}},"parent":{}}],["category",{"_index":91,"name":{"355":{},"406":{},"521":{},"599":{},"4382":{},"4389":{},"4441":{},"4476":{}},"parent":{}}],["categoryproductassignment",{"_index":108,"name":{"372":{},"407":{},"522":{},"600":{}},"parent":{}}],["categoryproductassignmentsearchrequest",{"_index":109,"name":{"373":{},"408":{},"523":{},"601":{}},"parent":{}}],["categoryproductassignmentsearchresult",{"_index":110,"name":{"374":{},"409":{},"524":{},"602":{}},"parent":{}}],["categoryresult",{"_index":1018,"name":{"4383":{},"4390":{},"4442":{},"4477":{}},"parent":{}}],["categorysearchrequest",{"_index":111,"name":{"375":{},"410":{},"525":{},"603":{}},"parent":{}}],["categorysearchresult",{"_index":112,"name":{"376":{},"411":{},"526":{},"604":{}},"parent":{}}],["categorysuggestions",{"_index":1044,"name":{"4547":{},"4576":{},"4623":{},"4659":{}},"parent":{}}],["cdnapiprocessapis",{"_index":163,"name":{"666":{}},"parent":{"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"978":{},"979":{},"980":{},"981":{},"982":{},"983":{},"984":{},"985":{},"986":{},"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{},"998":{},"999":{},"1000":{},"1001":{},"1002":{},"1003":{},"1004":{},"1005":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{}}}],["cdnapiprocessapis.cdnzones",{"_index":285,"name":{},"parent":{"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{},"970":{},"971":{},"972":{},"973":{},"974":{},"975":{},"976":{},"977":{}}}],["cdnapiprocessapis.cdnzonestypes",{"_index":356,"name":{},"parent":{"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{},"1179":{},"1180":{},"1181":{},"1182":{},"1183":{},"1184":{},"1185":{},"1186":{},"1187":{},"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{},"1229":{}}}],["cdnzones",{"_index":284,"name":{"908":{},"982":{},"986":{}},"parent":{}}],["cdnzonestypes",{"_index":355,"name":{"1107":{}},"parent":{}}],["certificate",{"_index":169,"name":{"673":{},"792":{},"991":{},"1114":{}},"parent":{}}],["certificatecertificateauthorityenum",{"_index":172,"name":{"676":{},"795":{},"994":{},"1117":{}},"parent":{}}],["certificatecertificatetypeenum",{"_index":171,"name":{"675":{},"794":{},"993":{},"1116":{}},"parent":{}}],["certificatecertificatevalidationenum",{"_index":173,"name":{"677":{},"796":{},"995":{},"1118":{}},"parent":{}}],["certificatecertificateverificationstatusenum",{"_index":174,"name":{"678":{},"797":{},"996":{},"1119":{}},"parent":{}}],["certificatecustomhostnamestatusenum",{"_index":176,"name":{"680":{},"799":{},"998":{},"1121":{}},"parent":{}}],["certificateenvelope",{"_index":177,"name":{"681":{},"800":{},"999":{},"1122":{}},"parent":{}}],["certificaterequest",{"_index":178,"name":{"682":{},"801":{},"1000":{},"1123":{}},"parent":{}}],["certificatesenvelope",{"_index":179,"name":{"683":{},"802":{},"1001":{},"1124":{}},"parent":{}}],["certificatestatusenum",{"_index":170,"name":{"674":{},"793":{},"992":{},"1115":{}},"parent":{}}],["certificatewildcardcertificateverificationstatusenum",{"_index":175,"name":{"679":{},"798":{},"997":{},"1120":{}},"parent":{}}],["channel_id",{"_index":927,"name":{"3829":{},"3837":{},"3847":{},"3863":{},"3877":{},"3888":{},"3901":{},"3917":{},"3930":{},"3941":{},"3948":{}},"parent":{}}],["channeltype",{"_index":707,"name":{"3050":{},"3065":{},"3092":{},"3109":{}},"parent":{}}],["ciphersuitesenvelope",{"_index":182,"name":{"686":{},"803":{},"1002":{},"1125":{}},"parent":{}}],["ciphersuitesrequest",{"_index":183,"name":{"687":{},"804":{},"1003":{},"1126":{}},"parent":{}}],["ciphersuitesrequestciphersuitetypeenum",{"_index":184,"name":{"688":{},"805":{},"1004":{},"1127":{}},"parent":{}}],["ciphersuitesresponse",{"_index":180,"name":{"684":{},"806":{},"1005":{},"1128":{}},"parent":{}}],["ciphersuitesresponseciphersuitetypeenum",{"_index":181,"name":{"685":{},"807":{},"1006":{},"1129":{}},"parent":{}}],["client",{"_index":1080,"name":{"4758":{},"4774":{},"4827":{},"4848":{}},"parent":{}}],["client_id",{"_index":920,"name":{"3823":{},"3849":{},"3862":{},"3870":{},"3879":{},"3887":{},"3900":{},"3916":{},"3926":{},"3940":{},"3945":{}},"parent":{}}],["clientconfig",{"_index":63,"name":{"102":{},"254":{},"507":{},"977":{},"1243":{},"1345":{},"1527":{},"1691":{},"1783":{},"1929":{},"2072":{},"2245":{},"2459":{},"2671":{},"2911":{},"3037":{},"3085":{},"3138":{},"3396":{},"3666":{},"3714":{},"3805":{},"4227":{},"4424":{},"4523":{},"4612":{},"4702":{},"4735":{},"4811":{},"4937":{}},"parent":{}}],["clientlistresponse",{"_index":1081,"name":{"4759":{},"4775":{},"4828":{},"4849":{}},"parent":{}}],["clientrequest",{"_index":1082,"name":{"4760":{},"4776":{},"4829":{},"4850":{}},"parent":{}}],["code",{"_index":949,"name":{"3857":{},"3886":{}},"parent":{}}],["code_challenge",{"_index":928,"name":{"3830":{},"3850":{},"3880":{}},"parent":{}}],["code_verifier",{"_index":951,"name":{"3861":{},"3871":{},"3889":{},"3902":{},"3928":{}},"parent":{}}],["component",{"_index":834,"name":{"3628":{},"3642":{},"3670":{},"3686":{}},"parent":{}}],["compositeparameters",{"_index":12,"name":{"12":{}},"parent":{}}],["condition",{"_index":113,"name":{"377":{},"412":{},"527":{},"605":{}},"parent":{}}],["conditionoperatorenum",{"_index":114,"name":{"378":{},"413":{},"528":{},"606":{}},"parent":{}}],["conditionsresult",{"_index":115,"name":{"379":{},"414":{},"529":{},"607":{}},"parent":{}}],["consentstatus",{"_index":708,"name":{"3051":{},"3066":{},"3093":{},"3110":{}},"parent":{}}],["consentsubscription",{"_index":710,"name":{"3053":{},"3067":{},"3094":{},"3111":{}},"parent":{}}],["consentsubscriptionbulkrequest",{"_index":714,"name":{"3057":{},"3070":{},"3097":{},"3114":{}},"parent":{}}],["consentsubscriptionbulkresponse",{"_index":717,"name":{"3060":{},"3071":{},"3098":{},"3115":{}},"parent":{}}],["consentsubscriptionconsenttypeenum",{"_index":711,"name":{"3054":{},"3068":{},"3095":{},"3112":{}},"parent":{}}],["consentsubscriptiondefaultstatusenum",{"_index":712,"name":{"3055":{},"3069":{},"3096":{},"3113":{}},"parent":{}}],["consentsubscriptionerror",{"_index":715,"name":{"3058":{},"3072":{},"3099":{},"3116":{}},"parent":{}}],["consentsubscriptionrequest",{"_index":713,"name":{"3056":{},"3073":{},"3100":{},"3117":{}},"parent":{}}],["consentsubscriptionresponse",{"_index":718,"name":{"3061":{},"3074":{},"3101":{},"3118":{}},"parent":{}}],["consentsubscriptionresult",{"_index":716,"name":{"3059":{},"3075":{},"3102":{},"3119":{}},"parent":{}}],["consentsubscriptionupdateresponse",{"_index":719,"name":{"3062":{},"3076":{},"3103":{},"3120":{}},"parent":{}}],["constructor",{"_index":60,"name":{"100":{},"248":{},"474":{},"909":{},"1239":{},"1335":{},"1511":{},"1685":{},"1915":{},"2069":{},"2208":{},"2453":{},"2633":{},"2873":{},"3035":{},"3081":{},"3133":{},"3364":{},"3658":{},"3712":{},"3782":{},"4217":{},"4419":{},"4520":{},"4609":{},"4700":{},"4732":{},"4791":{},"4931":{}},"parent":{}}],["content",{"_index":835,"name":{"3629":{},"3643":{},"3671":{},"3687":{}},"parent":{}}],["contentfolder",{"_index":836,"name":{"3630":{},"3644":{},"3672":{},"3688":{}},"parent":{}}],["contentfolderresult",{"_index":837,"name":{"3631":{},"3645":{},"3673":{},"3689":{}},"parent":{}}],["contentresult",{"_index":838,"name":{"3632":{},"3646":{},"3674":{},"3690":{}},"parent":{}}],["contentsearchrefinement",{"_index":840,"name":{"3634":{},"3647":{},"3675":{},"3691":{}},"parent":{}}],["contentsearchrefinementvalue",{"_index":839,"name":{"3633":{},"3648":{},"3676":{},"3692":{}},"parent":{}}],["contentsearchresult",{"_index":841,"name":{"3635":{},"3649":{},"3677":{},"3693":{}},"parent":{}}],["contenttypeheaderexists",{"_index":440,"name":{"1768":{}},"parent":{}}],["corsclientpreferences",{"_index":358,"name":{"1232":{},"1235":{},"1247":{},"1251":{}},"parent":{}}],["corspreferences",{"_index":357,"name":{"1230":{},"1233":{},"1236":{},"1238":{},"1244":{},"1246":{},"1248":{},"1252":{}},"parent":{"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{}}}],["corspreferences.corspreferences",{"_index":359,"name":{},"parent":{"1239":{},"1240":{},"1241":{},"1242":{},"1243":{}}}],["corspreferences.corspreferencestypes",{"_index":364,"name":{},"parent":{"1251":{},"1252":{},"1253":{}}}],["corspreferencestypes",{"_index":363,"name":{"1250":{}},"parent":{}}],["coupon",{"_index":369,"name":{"1279":{},"1298":{},"1352":{},"1392":{}},"parent":{}}],["couponcode",{"_index":371,"name":{"1281":{},"1300":{},"1354":{},"1394":{}},"parent":{}}],["couponcoderedemptionrequest",{"_index":372,"name":{"1282":{},"1301":{},"1355":{},"1395":{}},"parent":{}}],["couponcodes",{"_index":373,"name":{"1283":{},"1302":{},"1356":{},"1396":{}},"parent":{}}],["couponitem",{"_index":477,"name":{"1808":{},"1862":{},"1945":{},"2004":{},"2563":{},"2595":{},"2686":{},"2731":{},"2788":{},"2826":{},"2926":{},"2980":{},"3169":{},"3263":{},"3415":{},"3525":{},"4114":{},"4160":{},"4238":{},"4300":{}},"parent":{}}],["couponitemstatuscodeenum",{"_index":478,"name":{"1809":{},"1863":{},"1946":{},"2005":{},"2564":{},"2596":{},"2687":{},"2732":{},"2789":{},"2827":{},"2927":{},"2981":{},"3170":{},"3264":{},"3416":{},"3526":{},"4115":{},"4161":{},"4239":{},"4301":{}},"parent":{}}],["couponmulticodesrequest",{"_index":374,"name":{"1284":{},"1303":{},"1357":{},"1397":{}},"parent":{}}],["couponredemption",{"_index":375,"name":{"1285":{},"1304":{},"1358":{},"1398":{}},"parent":{}}],["couponredemptionsearchresult",{"_index":376,"name":{"1288":{},"1305":{},"1359":{},"1399":{}},"parent":{}}],["couponredemptionssearch",{"_index":379,"name":{"1336":{}},"parent":{}}],["coupons",{"_index":365,"name":{"1254":{},"1334":{},"1346":{},"1348":{}},"parent":{"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{}}}],["coupons.coupons",{"_index":378,"name":{},"parent":{"1335":{},"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{}}}],["coupons.couponstypes",{"_index":389,"name":{},"parent":{"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{}}}],["couponsearchresult",{"_index":377,"name":{"1289":{},"1306":{},"1360":{},"1400":{}},"parent":{}}],["couponssearch",{"_index":380,"name":{"1337":{}},"parent":{}}],["couponstypes",{"_index":388,"name":{"1388":{}},"parent":{}}],["couponsystemcodeconfig",{"_index":368,"name":{"1278":{},"1307":{},"1361":{},"1401":{}},"parent":{}}],["coupontypeenum",{"_index":370,"name":{"1280":{},"1299":{},"1353":{},"1393":{}},"parent":{}}],["createaddressforcustomerincustomerlist",{"_index":406,"name":{"1513":{}},"parent":{}}],["createbasket",{"_index":653,"name":{"2642":{},"2882":{}},"parent":{}}],["createbaskettaxmodeenum",{"_index":682,"name":{"2672":{},"2674":{},"2678":{},"2724":{},"2912":{},"2914":{},"2918":{},"2973":{}},"parent":{}}],["createcampaign",{"_index":71,"name":{"250":{}},"parent":{}}],["createcategoryincatalog",{"_index":131,"name":{"477":{}},"parent":{}}],["createcategoryrules",{"_index":132,"name":{"478":{}},"parent":{}}],["createcodeuploadcertificate",{"_index":288,"name":{"912":{}},"parent":{}}],["createcodeverifier",{"_index":461,"name":{"1789":{}},"parent":{}}],["createcoupon",{"_index":381,"name":{"1338":{}},"parent":{}}],["createcustomeraddress",{"_index":796,"name":{"3365":{}},"parent":{}}],["createcustomerincustomerlist",{"_index":407,"name":{"1514":{}},"parent":{}}],["createcustomerlist",{"_index":408,"name":{"1515":{}},"parent":{}}],["createcustomerpaymentinstrument",{"_index":797,"name":{"3366":{}},"parent":{}}],["createcustomerproductlist",{"_index":798,"name":{"3367":{}},"parent":{}}],["createcustomerproductlistitem",{"_index":799,"name":{"3368":{}},"parent":{}}],["createcustomrule",{"_index":289,"name":{"913":{}},"parent":{}}],["creategiftcertificate",{"_index":431,"name":{"1686":{}},"parent":{}}],["createlogpushjob",{"_index":290,"name":{"914":{}},"parent":{}}],["createlogpushownership",{"_index":291,"name":{"915":{}},"parent":{}}],["createmrtrules",{"_index":292,"name":{"916":{}},"parent":{}}],["createorder",{"_index":1006,"name":{"4218":{}},"parent":{}}],["createorderoptionitem",{"_index":480,"name":{"1811":{},"1864":{},"1947":{},"2006":{}},"parent":{}}],["createorderpaymentinstrument",{"_index":483,"name":{"1814":{},"1865":{},"1948":{},"2007":{}},"parent":{}}],["createorderpaymenttransaction",{"_index":482,"name":{"1813":{},"1866":{},"1949":{},"2008":{}},"parent":{}}],["createorderpriceadjustment",{"_index":479,"name":{"1810":{},"1867":{},"1950":{},"2009":{}},"parent":{}}],["createorderproductitems",{"_index":484,"name":{"1815":{},"1868":{},"1951":{},"2010":{}},"parent":{}}],["createorderrequest",{"_index":486,"name":{"1817":{},"1869":{},"1952":{},"2011":{}},"parent":{}}],["createorderrequestbusinesstypeenum",{"_index":487,"name":{"1818":{},"1870":{},"1953":{},"2012":{}},"parent":{}}],["createorderrequestchanneltypeenum",{"_index":488,"name":{"1819":{},"1871":{},"1954":{},"2013":{}},"parent":{}}],["createorderrequestpaymentstatusenum",{"_index":489,"name":{"1820":{},"1872":{},"1955":{},"2014":{}},"parent":{}}],["createorders",{"_index":528,"name":{"1916":{}},"parent":{}}],["createordershipment",{"_index":485,"name":{"1816":{},"1873":{},"1956":{},"2015":{}},"parent":{}}],["createorupdatecategoryrulecondition",{"_index":133,"name":{"479":{}},"parent":{}}],["createpageshieldpolicy",{"_index":293,"name":{"917":{}},"parent":{}}],["createpaymentinstrumentfororder",{"_index":1007,"name":{"4219":{}},"parent":{}}],["createproduct",{"_index":574,"name":{"2211":{}},"parent":{}}],["createproductoption",{"_index":575,"name":{"2212":{}},"parent":{}}],["createproductoptionvalue",{"_index":576,"name":{"2213":{}},"parent":{}}],["createpromotion",{"_index":613,"name":{"2454":{}},"parent":{}}],["createratelimitingrule",{"_index":294,"name":{"918":{}},"parent":{}}],["createshipmentforbasket",{"_index":654,"name":{"2643":{},"2883":{}},"parent":{}}],["createshoppercontext",{"_index":731,"name":{"3134":{}},"parent":{}}],["createsourcecodegroup",{"_index":1128,"name":{"4932":{}},"parent":{}}],["createstorefrontzone",{"_index":295,"name":{"919":{}},"parent":{}}],["createupdaterule",{"_index":134,"name":{"480":{}},"parent":{}}],["createvariationattribute",{"_index":577,"name":{"2214":{}},"parent":{}}],["createvariationattributevalue",{"_index":578,"name":{"2215":{}},"parent":{}}],["credentials",{"_index":391,"name":{"1450":{},"1473":{},"1534":{},"1575":{}},"parent":{}}],["currencycode",{"_index":424,"name":{"1615":{},"1654":{},"1700":{},"1736":{}},"parent":{}}],["custom_api_default_base_uri",{"_index":439,"name":{"1767":{}},"parent":{}}],["customapiparameters",{"_index":441,"name":{"1769":{}},"parent":{}}],["customer",{"_index":393,"name":{"1452":{},"1474":{},"1535":{},"1576":{},"3210":{},"3265":{},"3417":{},"3527":{}},"parent":{}}],["customeraddress",{"_index":392,"name":{"1451":{},"1475":{},"1536":{},"1577":{},"3209":{},"3267":{},"3419":{},"3529":{}},"parent":{}}],["customeraddressinfo",{"_index":756,"name":{"3212":{},"3268":{},"3420":{},"3530":{}},"parent":{}}],["customeraddressresult",{"_index":394,"name":{"1453":{},"1476":{},"1537":{},"1578":{}},"parent":{}}],["customerauthtypeenum",{"_index":755,"name":{"3211":{},"3266":{},"3418":{},"3528":{}},"parent":{}}],["customerexternalprofile",{"_index":758,"name":{"3214":{},"3270":{},"3422":{},"3532":{}},"parent":{}}],["customerextprofilerequest",{"_index":757,"name":{"3213":{},"3269":{},"3421":{},"3531":{}},"parent":{}}],["customergroup",{"_index":396,"name":{"1455":{},"1477":{},"1538":{},"1579":{}},"parent":{}}],["customergroupmember",{"_index":398,"name":{"1457":{},"1479":{},"1540":{},"1581":{}},"parent":{}}],["customergroupmemberresult",{"_index":399,"name":{"1458":{},"1480":{},"1541":{},"1582":{}},"parent":{}}],["customergroupresult",{"_index":400,"name":{"1459":{},"1481":{},"1542":{},"1583":{}},"parent":{}}],["customergrouprule",{"_index":395,"name":{"1454":{},"1482":{},"1543":{},"1584":{}},"parent":{}}],["customergroupsearchresult",{"_index":401,"name":{"1462":{},"1483":{},"1544":{},"1585":{}},"parent":{}}],["customergrouptypeenum",{"_index":397,"name":{"1456":{},"1478":{},"1539":{},"1580":{}},"parent":{}}],["customerinfo",{"_index":490,"name":{"1821":{},"1874":{},"1957":{},"2016":{},"2565":{},"2597":{},"2688":{},"2733":{},"2790":{},"2828":{},"2928":{},"2982":{},"3171":{},"3271":{},"3423":{},"3533":{},"4116":{},"4162":{},"4240":{},"4302":{}},"parent":{}}],["customerorderresult",{"_index":767,"name":{"3226":{},"3272":{},"3424":{},"3534":{}},"parent":{}}],["customerpaymentcardrequest",{"_index":768,"name":{"3227":{},"3273":{},"3425":{},"3535":{}},"parent":{}}],["customerpaymentinstrument",{"_index":754,"name":{"3208":{},"3274":{},"3426":{},"3536":{}},"parent":{}}],["customerpaymentinstrumentrequest",{"_index":770,"name":{"3229":{},"3275":{},"3427":{},"3537":{}},"parent":{}}],["customerpaymentinstrumentupdaterequest",{"_index":772,"name":{"3231":{},"3276":{},"3428":{},"3538":{}},"parent":{}}],["customerpaymentinstrumentupdaterequestpaymentcard",{"_index":771,"name":{"3230":{},"3277":{},"3429":{},"3539":{}},"parent":{}}],["customerpaymentmethodreference",{"_index":752,"name":{"3206":{},"3278":{},"3430":{},"3540":{}},"parent":{}}],["customerpaymentmethodreferencetypeenum",{"_index":753,"name":{"3207":{},"3279":{},"3431":{},"3541":{}},"parent":{}}],["customerproductlist",{"_index":778,"name":{"3237":{},"3280":{},"3432":{},"3542":{}},"parent":{}}],["customerproductlistitem",{"_index":774,"name":{"3233":{},"3282":{},"3434":{},"3544":{}},"parent":{}}],["customerproductlistitemtypeenum",{"_index":775,"name":{"3234":{},"3283":{},"3435":{},"3545":{}},"parent":{}}],["customerproductlistregistrant",{"_index":776,"name":{"3235":{},"3284":{},"3436":{},"3546":{}},"parent":{}}],["customerproductlistresult",{"_index":780,"name":{"3239":{},"3285":{},"3437":{},"3547":{}},"parent":{}}],["customerproductlisttypeenum",{"_index":779,"name":{"3238":{},"3281":{},"3433":{},"3543":{}},"parent":{}}],["customerregistration",{"_index":781,"name":{"3240":{},"3286":{},"3438":{},"3548":{}},"parent":{}}],["customers",{"_index":390,"name":{"1428":{},"1510":{},"1528":{},"1530":{}},"parent":{"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1528":{},"1529":{},"1530":{},"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{}}}],["customers.customers",{"_index":404,"name":{},"parent":{"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{}}}],["customers.customerstypes",{"_index":421,"name":{},"parent":{"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{}}}],["customersearchhit",{"_index":402,"name":{"1463":{},"1484":{},"1545":{},"1586":{}},"parent":{}}],["customersearchresult",{"_index":403,"name":{"1464":{},"1485":{},"1546":{},"1587":{}},"parent":{}}],["customerstypes",{"_index":420,"name":{"1571":{}},"parent":{}}],["customhostnamevalidationenvelope",{"_index":187,"name":{"691":{},"808":{},"1007":{},"1130":{}},"parent":{}}],["customhostnamevalidationresponse",{"_index":185,"name":{"689":{},"809":{},"1008":{},"1131":{}},"parent":{}}],["customhostnamevalidationresponsecustomhostnamestatusenum",{"_index":186,"name":{"690":{},"810":{},"1009":{},"1132":{}},"parent":{}}],["custompreference",{"_index":547,"name":{"2058":{},"2063":{},"2076":{},"2082":{}},"parent":{}}],["custompreferencelist",{"_index":548,"name":{"2059":{},"2064":{},"2077":{},"2083":{}},"parent":{}}],["customqueryparameters",{"_index":15,"name":{"15":{}},"parent":{}}],["customrequestbody",{"_index":18,"name":{"17":{}},"parent":{}}],["customrule",{"_index":188,"name":{"692":{},"811":{},"1010":{},"1133":{}},"parent":{}}],["customruleenvelope",{"_index":189,"name":{"693":{},"812":{},"1011":{},"1134":{}},"parent":{}}],["customrulesenvelope",{"_index":190,"name":{"694":{},"813":{},"1012":{},"1135":{}},"parent":{}}],["customrulespatchorderrequest",{"_index":191,"name":{"695":{},"814":{},"1013":{},"1136":{}},"parent":{}}],["customrulespatchrequest",{"_index":193,"name":{"697":{},"815":{},"1014":{},"1137":{}},"parent":{}}],["customrulespostrequest",{"_index":194,"name":{"698":{},"816":{},"1015":{},"1138":{}},"parent":{}}],["customsuggestions",{"_index":1045,"name":{"4548":{},"4577":{},"4624":{},"4660":{}},"parent":{}}],["dcvdelegationrecord",{"_index":168,"name":{"672":{},"817":{},"1016":{},"1139":{}},"parent":{}}],["defaultbaseuri",{"_index":1,"name":{"1":{},"104":{},"188":{},"256":{},"318":{},"509":{},"667":{},"983":{},"1231":{},"1245":{},"1255":{},"1347":{},"1429":{},"1529":{},"1613":{},"1693":{},"1803":{},"1937":{},"2057":{},"2074":{},"2088":{},"2247":{},"2369":{},"2461":{},"2547":{},"2677":{},"2769":{},"2917":{},"3027":{},"3039":{},"3049":{},"3089":{},"3125":{},"3140":{},"3150":{},"3404":{},"3626":{},"3668":{},"3702":{},"3716":{},"3728":{},"3981":{},"4095":{},"4231":{},"4357":{},"4434":{},"4506":{},"4525":{},"4541":{},"4618":{},"4692":{},"4704":{},"4714":{},"4737":{},"4757":{},"4821":{},"4865":{},"4939":{}},"parent":{}}],["defaultfallback",{"_index":1031,"name":{"4507":{},"4513":{},"4527":{},"4534":{}},"parent":{}}],["deletebasket",{"_index":655,"name":{"2644":{},"2884":{}},"parent":{}}],["deletecampaign",{"_index":72,"name":{"251":{}},"parent":{}}],["deletecategoryfromcatalog",{"_index":135,"name":{"481":{}},"parent":{}}],["deletecategoryrulecondition",{"_index":136,"name":{"482":{}},"parent":{}}],["deletecategoryruleconditions",{"_index":137,"name":{"483":{}},"parent":{}}],["deletecategoryrules",{"_index":138,"name":{"484":{}},"parent":{}}],["deletecertificate",{"_index":296,"name":{"920":{}},"parent":{}}],["deleteclient",{"_index":1096,"name":{"4792":{}},"parent":{}}],["deletecodeuploadcertificate",{"_index":297,"name":{"921":{}},"parent":{}}],["deletecorspreferences",{"_index":360,"name":{"1240":{}},"parent":{}}],["deletecoupon",{"_index":382,"name":{"1339":{}},"parent":{}}],["deletecustomerfromcustomerlist",{"_index":409,"name":{"1516":{}},"parent":{}}],["deletecustomerpaymentinstrument",{"_index":800,"name":{"3369":{}},"parent":{}}],["deletecustomerproductlist",{"_index":801,"name":{"3370":{}},"parent":{}}],["deletecustomerproductlistitem",{"_index":802,"name":{"3371":{}},"parent":{}}],["deletecustomrule",{"_index":298,"name":{"922":{}},"parent":{}}],["deletegiftcertificate",{"_index":432,"name":{"1687":{}},"parent":{}}],["deleteidentityprovider",{"_index":1097,"name":{"4793":{}},"parent":{}}],["deletelogpushjob",{"_index":299,"name":{"923":{}},"parent":{}}],["deletemrtrule",{"_index":300,"name":{"924":{}},"parent":{}}],["deletemrtruleset",{"_index":301,"name":{"925":{}},"parent":{}}],["deleteoriginheadermodification",{"_index":302,"name":{"926":{}},"parent":{}}],["deletepageshieldnotification",{"_index":303,"name":{"927":{}},"parent":{}}],["deletepageshieldpolicy",{"_index":304,"name":{"928":{}},"parent":{}}],["deletepasskeyuser",{"_index":1098,"name":{"4794":{}},"parent":{}}],["deletepasskeyusercredential",{"_index":1099,"name":{"4795":{}},"parent":{}}],["deleteproduct",{"_index":579,"name":{"2216":{}},"parent":{}}],["deleteproductoption",{"_index":580,"name":{"2217":{}},"parent":{}}],["deleteproductoptionvalue",{"_index":581,"name":{"2218":{}},"parent":{}}],["deletepromotion",{"_index":614,"name":{"2455":{}},"parent":{}}],["deletepwdactiontemplate",{"_index":1100,"name":{"4796":{}},"parent":{}}],["deletepwdactiontemplateactiontypeenum",{"_index":1115,"name":{"4812":{},"4816":{},"4822":{},"4844":{}},"parent":{}}],["deletepwdactiontemplatetemplatetypeenum",{"_index":1116,"name":{"4813":{},"4817":{},"4823":{},"4845":{}},"parent":{}}],["deleteratelimitingrule",{"_index":305,"name":{"929":{}},"parent":{}}],["deleterule",{"_index":139,"name":{"485":{}},"parent":{}}],["deleteshopper",{"_index":1101,"name":{"4797":{}},"parent":{}}],["deleteshoppercontext",{"_index":732,"name":{"3135":{}},"parent":{}}],["deletesourcecodegroup",{"_index":1129,"name":{"4933":{}},"parent":{}}],["deletevariationattribute",{"_index":582,"name":{"2219":{}},"parent":{}}],["deletevariationattributevalue",{"_index":583,"name":{"2220":{}},"parent":{}}],["discount",{"_index":491,"name":{"1822":{},"1875":{},"1958":{},"2017":{},"2554":{},"2598":{},"2689":{},"2734":{},"2779":{},"2829":{},"2929":{},"2983":{},"3160":{},"3287":{},"3439":{},"3549":{},"4105":{},"4163":{},"4241":{},"4303":{}},"parent":{}}],["discountrequest",{"_index":633,"name":{"2577":{},"2600":{},"2691":{},"2736":{},"2808":{},"2831":{},"2931":{},"2985":{}},"parent":{}}],["discountrequesttypeenum",{"_index":634,"name":{"2578":{},"2601":{},"2692":{},"2737":{},"2809":{},"2832":{},"2932":{},"2986":{}},"parent":{}}],["discounttypeenum",{"_index":492,"name":{"1823":{},"1876":{},"1959":{},"2018":{},"2555":{},"2599":{},"2690":{},"2735":{},"2780":{},"2830":{},"2930":{},"2984":{},"3161":{},"3288":{},"3440":{},"3550":{},"4106":{},"4164":{},"4242":{},"4304":{}},"parent":{}}],["display_name",{"_index":996,"name":{"3949":{}},"parent":{}}],["distanceunit",{"_index":1070,"name":{"4715":{},"4723":{},"4739":{},"4748":{}},"parent":{}}],["dnt",{"_index":952,"name":{"3864":{},"3896":{},"3907":{},"3919":{}},"parent":{}}],["dwsgst",{"_index":965,"name":{"3893":{}},"parent":{}}],["dwsid",{"_index":964,"name":{"3890":{}},"parent":{}}],["dwsrst",{"_index":966,"name":{"3894":{}},"parent":{}}],["einsteinsuggestedphrases",{"_index":1046,"name":{"4549":{},"4578":{},"4625":{},"4661":{}},"parent":{}}],["email",{"_index":937,"name":{"3840":{}},"parent":{}}],["email_id",{"_index":975,"name":{"3918":{}},"parent":{}}],["encodescapispecialcharacters",{"_index":449,"name":{"1777":{},"1801":{}},"parent":{}}],["endpointpath",{"_index":445,"name":{"1773":{}},"parent":{}}],["errorresponse",{"_index":68,"name":{"213":{},"223":{},"263":{},"293":{},"380":{},"415":{},"530":{},"608":{},"1234":{},"1237":{},"1249":{},"1253":{},"1290":{},"1308":{},"1362":{},"1402":{},"1465":{},"1486":{},"1547":{},"1588":{},"1639":{},"1655":{},"1701":{},"1737":{},"1824":{},"1877":{},"1960":{},"2019":{},"2060":{},"2065":{},"2078":{},"2084":{},"2115":{},"2157":{},"2258":{},"2318":{},"2391":{},"2415":{},"2467":{},"2509":{},"2579":{},"2602":{},"2693":{},"2738":{},"2810":{},"2833":{},"2933":{},"2987":{},"3028":{},"3031":{},"3041":{},"3045":{},"3063":{},"3077":{},"3104":{},"3121":{},"3126":{},"3129":{},"3142":{},"3146":{},"3241":{},"3289":{},"3441":{},"3551":{},"3636":{},"3650":{},"3678":{},"3694":{},"3703":{},"3707":{},"3718":{},"3723":{},"4129":{},"4165":{},"4243":{},"4305":{},"4384":{},"4391":{},"4443":{},"4478":{},"4508":{},"4514":{},"4528":{},"4535":{},"4550":{},"4579":{},"4626":{},"4662":{},"4693":{},"4696":{},"4706":{},"4710":{},"4716":{},"4724":{},"4740":{},"4749":{},"4761":{},"4777":{},"4830":{},"4851":{},"4886":{},"4901":{},"4944":{},"4977":{}},"parent":{}}],["excludedproduct",{"_index":116,"name":{"381":{},"416":{},"531":{},"609":{}},"parent":{}}],["excludedproductrequest",{"_index":117,"name":{"382":{},"417":{},"532":{},"610":{}},"parent":{}}],["excludedproductsresult",{"_index":118,"name":{"383":{},"418":{},"533":{},"611":{}},"parent":{}}],["executionjobstatusresult",{"_index":119,"name":{"384":{},"419":{},"534":{},"612":{}},"parent":{}}],["executionjobstatusresultjobstatusenum",{"_index":121,"name":{"386":{},"421":{},"536":{},"614":{}},"parent":{}}],["executionjobstatusresulttypeenum",{"_index":120,"name":{"385":{},"420":{},"535":{},"613":{}},"parent":{}}],["executionrequest",{"_index":122,"name":{"387":{},"422":{},"537":{},"615":{}},"parent":{}}],["failorder",{"_index":1008,"name":{"4220":{}},"parent":{}}],["failorderrequest",{"_index":1001,"name":{"4130":{},"4166":{},"4244":{},"4306":{}},"parent":{}}],["failorderrequestreasoncodeenum",{"_index":1002,"name":{"4131":{},"4167":{},"4245":{},"4307":{}},"parent":{}}],["filter",{"_index":37,"name":{"36":{},"63":{},"110":{},"151":{},"206":{},"224":{},"264":{},"294":{},"336":{},"423":{},"538":{},"616":{},"1273":{},"1309":{},"1363":{},"1403":{},"1447":{},"1487":{},"1548":{},"1589":{},"1636":{},"1656":{},"1702":{},"1738":{},"2106":{},"2158":{},"2259":{},"2319":{},"2387":{},"2416":{},"2468":{},"2510":{},"4883":{},"4902":{},"4945":{},"4978":{}},"parent":{}}],["filteredquery",{"_index":26,"name":{"25":{},"64":{},"111":{},"152":{},"195":{},"225":{},"265":{},"295":{},"325":{},"424":{},"539":{},"617":{},"1262":{},"1310":{},"1364":{},"1404":{},"1436":{},"1488":{},"1549":{},"1590":{},"1625":{},"1657":{},"1703":{},"1739":{},"2095":{},"2159":{},"2260":{},"2320":{},"2376":{},"2417":{},"2469":{},"2511":{},"4872":{},"4903":{},"4946":{},"4979":{}},"parent":{}}],["finishwebauthnauthentication",{"_index":888,"name":{"3787":{}},"parent":{}}],["finishwebauthnuserregistration",{"_index":889,"name":{"3788":{}},"parent":{}}],["first_name",{"_index":938,"name":{"3841":{}},"parent":{}}],["generatecodechallenge",{"_index":462,"name":{"1790":{}},"parent":{}}],["getaccesstoken",{"_index":454,"name":{"1781":{},"3789":{}},"parent":{}}],["getaccesstokenbodytype",{"_index":945,"name":{"3854":{},"3969":{},"4000":{},"4046":{}},"parent":{}}],["getaddressesforcustomerfromcustomerlist",{"_index":411,"name":{"1518":{}},"parent":{}}],["getaddressforcustomerfromcustomerlist",{"_index":410,"name":{"1517":{}},"parent":{}}],["getassignedproductfromcategory",{"_index":140,"name":{"486":{}},"parent":{}}],["getbasket",{"_index":656,"name":{"2645":{},"2885":{}},"parent":{}}],["getcampaign",{"_index":73,"name":{"252":{}},"parent":{}}],["getcatalog",{"_index":141,"name":{"487":{}},"parent":{}}],["getcatalogs",{"_index":142,"name":{"488":{}},"parent":{}}],["getcategories",{"_index":1021,"name":{"4420":{}},"parent":{}}],["getcategoriesfromcatalog",{"_index":143,"name":{"489":{}},"parent":{}}],["getcategorieslevelsenum",{"_index":1024,"name":{"4425":{},"4429":{},"4435":{},"4471":{}},"parent":{}}],["getcategorizationattributedefinitions",{"_index":584,"name":{"2221":{}},"parent":{}}],["getcategorizationstatus",{"_index":144,"name":{"490":{}},"parent":{}}],["getcategory",{"_index":1022,"name":{"4421":{}},"parent":{}}],["getcategoryfromcatalog",{"_index":145,"name":{"491":{}},"parent":{}}],["getcategorylevelsenum",{"_index":1025,"name":{"4426":{},"4430":{},"4436":{},"4472":{}},"parent":{}}],["getcategoryrulecondition",{"_index":146,"name":{"492":{}},"parent":{}}],["getcategoryruleconditions",{"_index":147,"name":{"493":{}},"parent":{}}],["getcategoryrules",{"_index":148,"name":{"494":{}},"parent":{}}],["getcertificates",{"_index":306,"name":{"930":{}},"parent":{}}],["getciphersuites",{"_index":307,"name":{"931":{}},"parent":{}}],["getcodeandusidfromurl",{"_index":460,"name":{"1788":{}},"parent":{}}],["getcodeuploadcertificate",{"_index":308,"name":{"932":{}},"parent":{}}],["getcodeuploadcertificates",{"_index":309,"name":{"933":{}},"parent":{}}],["getconfigurations",{"_index":703,"name":{"3036":{}},"parent":{}}],["getcontent",{"_index":845,"name":{"3659":{}},"parent":{}}],["getcontentfolder",{"_index":846,"name":{"3660":{}},"parent":{}}],["getcontentfolders",{"_index":847,"name":{"3661":{}},"parent":{}}],["getcorspreferences",{"_index":361,"name":{"1241":{}},"parent":{}}],["getcoupon",{"_index":383,"name":{"1340":{}},"parent":{}}],["getcouponcodes",{"_index":384,"name":{"1341":{}},"parent":{}}],["getcustomer",{"_index":803,"name":{"3372":{}},"parent":{}}],["getcustomeraddress",{"_index":804,"name":{"3373":{}},"parent":{}}],["getcustomerbaskets",{"_index":805,"name":{"3374":{}},"parent":{}}],["getcustomerexpandenum",{"_index":827,"name":{"3397":{},"3400":{},"3405":{},"3516":{}},"parent":{}}],["getcustomerfromcustomerlist",{"_index":412,"name":{"1519":{}},"parent":{}}],["getcustomergroups",{"_index":413,"name":{"1520":{}},"parent":{}}],["getcustomerorders",{"_index":806,"name":{"3375":{}},"parent":{}}],["getcustomerordersexpandenum",{"_index":828,"name":{"3398":{},"3401":{},"3406":{},"3517":{}},"parent":{}}],["getcustomerpaymentinstrument",{"_index":807,"name":{"3376":{}},"parent":{}}],["getcustomerproductlist",{"_index":808,"name":{"3377":{}},"parent":{}}],["getcustomerproductlistitem",{"_index":809,"name":{"3378":{}},"parent":{}}],["getcustomerproductlists",{"_index":810,"name":{"3379":{}},"parent":{}}],["getcustomrule",{"_index":310,"name":{"934":{}},"parent":{}}],["getcustomrules",{"_index":311,"name":{"935":{}},"parent":{}}],["getexclusionlist",{"_index":149,"name":{"495":{}},"parent":{}}],["getexternalprofile",{"_index":811,"name":{"3380":{}},"parent":{}}],["getgiftcertificate",{"_index":433,"name":{"1688":{},"3713":{}},"parent":{}}],["getglobalcustompreferencelist",{"_index":550,"name":{"2070":{}},"parent":{}}],["getjwksuri",{"_index":890,"name":{"3790":{}},"parent":{}}],["getlogpushjob",{"_index":312,"name":{"936":{}},"parent":{}}],["getmrtrules",{"_index":313,"name":{"937":{}},"parent":{}}],["getmultiplecontent",{"_index":848,"name":{"3662":{}},"parent":{}}],["getorder",{"_index":529,"name":{"1917":{},"4221":{}},"parent":{}}],["getorderexpandenum",{"_index":1014,"name":{"4228":{},"4229":{},"4232":{},"4295":{}},"parent":{}}],["getorders",{"_index":530,"name":{"1918":{}},"parent":{}}],["getordersconfirmationstatusenum",{"_index":543,"name":{"1932":{},"1935":{},"1940":{},"2000":{}},"parent":{}}],["getorderssortbyenum",{"_index":541,"name":{"1930":{},"1933":{},"1938":{},"1998":{}},"parent":{}}],["getorderssortorderenum",{"_index":542,"name":{"1931":{},"1934":{},"1939":{},"1999":{}},"parent":{}}],["getoriginheadermodification",{"_index":314,"name":{"938":{}},"parent":{}}],["getowaspwafpackage",{"_index":315,"name":{"939":{}},"parent":{}}],["getpage",{"_index":849,"name":{"3663":{}},"parent":{}}],["getpages",{"_index":850,"name":{"3664":{}},"parent":{}}],["getpageshieldnotification",{"_index":316,"name":{"940":{}},"parent":{}}],["getpageshieldpolicies",{"_index":317,"name":{"941":{}},"parent":{}}],["getpageshieldpolicy",{"_index":318,"name":{"942":{}},"parent":{}}],["getpageshieldscript",{"_index":319,"name":{"943":{}},"parent":{}}],["getpageshieldscripts",{"_index":320,"name":{"944":{}},"parent":{}}],["getpageshieldscriptsdirectionenum",{"_index":353,"name":{"978":{},"980":{},"984":{},"1108":{}},"parent":{}}],["getpageshieldscriptsorderbyenum",{"_index":354,"name":{"979":{},"981":{},"985":{},"1109":{}},"parent":{}}],["getpasswordlessaccesstoken",{"_index":891,"name":{"3791":{}},"parent":{}}],["getpasswordlessaccesstokenbodytype",{"_index":953,"name":{"3865":{},"3970":{},"4001":{},"4048":{}},"parent":{}}],["getpasswordlessaccesstokengranttypeenum",{"_index":907,"name":{"3810":{},"3955":{},"3986":{},"4047":{}},"parent":{}}],["getpasswordresettoken",{"_index":892,"name":{"3792":{}},"parent":{}}],["getpasswordresettokenbodytype",{"_index":958,"name":{"3873":{},"3971":{},"4002":{},"4050":{}},"parent":{}}],["getpasswordresettokenmodeenum",{"_index":908,"name":{"3811":{},"3956":{},"3987":{},"4049":{}},"parent":{}}],["getpaymentmethodsforbasket",{"_index":657,"name":{"2646":{},"2886":{}},"parent":{}}],["getpaymentmethodsfororder",{"_index":1009,"name":{"4222":{}},"parent":{}}],["getpricebooksforbasket",{"_index":658,"name":{"2647":{},"2887":{}},"parent":{}}],["getproduct",{"_index":585,"name":{"2222":{},"4422":{}},"parent":{}}],["getproductexpandenum",{"_index":1026,"name":{"4427":{},"4431":{},"4437":{},"4473":{}},"parent":{}}],["getproductlistitem",{"_index":812,"name":{"3381":{}},"parent":{}}],["getproductoption",{"_index":586,"name":{"2223":{}},"parent":{}}],["getproductoptions",{"_index":588,"name":{"2225":{}},"parent":{}}],["getproductoptionvalue",{"_index":587,"name":{"2224":{}},"parent":{}}],["getproducts",{"_index":1023,"name":{"4423":{}},"parent":{}}],["getproductsexpandenum",{"_index":1027,"name":{"4428":{},"4432":{},"4438":{},"4474":{}},"parent":{}}],["getpromotion",{"_index":615,"name":{"2456":{}},"parent":{}}],["getpromotions",{"_index":1034,"name":{"4521":{}},"parent":{}}],["getpromotionsforcampaign",{"_index":1035,"name":{"4522":{}},"parent":{}}],["getpublicproductlist",{"_index":813,"name":{"3382":{}},"parent":{}}],["getpublicproductlistitems",{"_index":814,"name":{"3383":{}},"parent":{}}],["getpublicproductlistitemsexpandenum",{"_index":829,"name":{"3399":{},"3402":{},"3407":{},"3518":{}},"parent":{}}],["getpublicproductlistsbysearchterm",{"_index":815,"name":{"3384":{}},"parent":{}}],["getratelimitingrule",{"_index":321,"name":{"945":{}},"parent":{}}],["getratelimitingrules",{"_index":322,"name":{"946":{}},"parent":{}}],["getresetpasswordtoken",{"_index":816,"name":{"3385":{}},"parent":{}}],["getrulebyid",{"_index":150,"name":{"496":{}},"parent":{}}],["getsearchsuggestions",{"_index":1057,"name":{"4610":{}},"parent":{}}],["getsearchsuggestionsexpandenum",{"_index":1059,"name":{"4613":{},"4615":{},"4619":{},"4656":{}},"parent":{}}],["getsecuritysettings",{"_index":323,"name":{"947":{}},"parent":{}}],["getsessionbridgeaccesstoken",{"_index":893,"name":{"3793":{}},"parent":{}}],["getsessionbridgeaccesstokenbodytype",{"_index":961,"name":{"3884":{},"3972":{},"4003":{},"4052":{}},"parent":{}}],["getsessionbridgeaccesstokengranttypeenum",{"_index":909,"name":{"3812":{},"3957":{},"3988":{},"4051":{}},"parent":{}}],["getshippingmethodsforshipment",{"_index":659,"name":{"2648":{},"2888":{}},"parent":{}}],["getshoppercontext",{"_index":733,"name":{"3136":{}},"parent":{}}],["getsitecustompreferencelist",{"_index":551,"name":{"2071":{}},"parent":{}}],["getsourcecodegroup",{"_index":1130,"name":{"4934":{}},"parent":{}}],["getspeedsettings",{"_index":324,"name":{"948":{}},"parent":{}}],["getstores",{"_index":1075,"name":{"4733":{}},"parent":{}}],["getsubscriptions",{"_index":721,"name":{"3082":{}},"parent":{}}],["getsubscriptionsexpandenum",{"_index":724,"name":{"3086":{},"3087":{},"3090":{},"3108":{}},"parent":{}}],["gettaxesfrombasket",{"_index":660,"name":{"2649":{},"2889":{}},"parent":{}}],["gettaxesfromorder",{"_index":1010,"name":{"4223":{}},"parent":{}}],["gettrustedagentaccesstoken",{"_index":894,"name":{"3794":{}},"parent":{}}],["gettrustedagentaccesstokenbodytype",{"_index":967,"name":{"3897":{},"3973":{},"4004":{},"4054":{}},"parent":{}}],["gettrustedagentaccesstokengranttypeenum",{"_index":910,"name":{"3813":{},"3958":{},"3989":{},"4053":{}},"parent":{}}],["gettrustedagentauthorizationtoken",{"_index":895,"name":{"3795":{}},"parent":{}}],["gettrustedagentauthorizationtokenresponsetypeenum",{"_index":911,"name":{"3814":{},"3959":{},"3990":{},"4055":{}},"parent":{}}],["gettrustedsystemaccesstoken",{"_index":896,"name":{"3796":{}},"parent":{}}],["gettrustedsystemaccesstokenbodytype",{"_index":972,"name":{"3909":{},"3974":{},"4005":{},"4059":{}},"parent":{}}],["gettrustedsystemaccesstokengranttypeenum",{"_index":912,"name":{"3815":{},"3960":{},"3991":{},"4056":{}},"parent":{}}],["gettrustedsystemaccesstokenhintenum",{"_index":913,"name":{"3816":{},"3961":{},"3992":{},"4057":{}},"parent":{}}],["gettrustedsystemaccesstokenidporiginenum",{"_index":914,"name":{"3817":{},"3962":{},"3993":{},"4058":{}},"parent":{}}],["geturlmapping",{"_index":1066,"name":{"4701":{}},"parent":{}}],["getuserinfo",{"_index":897,"name":{"3797":{}},"parent":{}}],["getvariationattribute",{"_index":589,"name":{"2226":{}},"parent":{}}],["getvariationattributes",{"_index":591,"name":{"2228":{}},"parent":{}}],["getvariationattributevalue",{"_index":590,"name":{"2227":{}},"parent":{}}],["getvariationformasterproduct",{"_index":592,"name":{"2229":{}},"parent":{}}],["getvariationgroupformasterproduct",{"_index":593,"name":{"2230":{}},"parent":{}}],["getvariationgroupsformasterproduct",{"_index":594,"name":{"2231":{}},"parent":{}}],["getvariationsformasterproduct",{"_index":595,"name":{"2232":{}},"parent":{}}],["getwafgroups",{"_index":325,"name":{"949":{}},"parent":{}}],["getwafmanagedrulesets",{"_index":327,"name":{"951":{}},"parent":{}}],["getwafmanagedrulesinruleset",{"_index":326,"name":{"950":{}},"parent":{}}],["getwafrule",{"_index":328,"name":{"952":{}},"parent":{}}],["getwafrules",{"_index":329,"name":{"953":{}},"parent":{}}],["getwellknownopenidconfiguration",{"_index":898,"name":{"3798":{}},"parent":{}}],["getzonesinfo",{"_index":330,"name":{"954":{}},"parent":{}}],["giftcertificate",{"_index":427,"name":{"1640":{},"1658":{},"1704":{},"1740":{},"3704":{},"3708":{},"3719":{},"3724":{}},"parent":{}}],["giftcertificateitem",{"_index":493,"name":{"1825":{},"1878":{},"1961":{},"2020":{},"2548":{},"2603":{},"2694":{},"2739":{},"2770":{},"2834":{},"2934":{},"2988":{},"3151":{},"3290":{},"3442":{},"3552":{},"4096":{},"4168":{},"4246":{},"4308":{}},"parent":{}}],["giftcertificaterequest",{"_index":855,"name":{"3706":{},"3710":{},"3721":{},"3726":{}},"parent":{}}],["giftcertificates",{"_index":422,"name":{"1612":{},"1684":{},"1692":{},"1694":{}},"parent":{"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{}}}],["giftcertificates.giftcertificates",{"_index":430,"name":{},"parent":{"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{}}}],["giftcertificates.giftcertificatestypes",{"_index":437,"name":{},"parent":{"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{}}}],["giftcertificatesearchresult",{"_index":429,"name":{"1644":{},"1660":{},"1706":{},"1742":{}},"parent":{}}],["giftcertificatessearch",{"_index":434,"name":{"1689":{}},"parent":{}}],["giftcertificatestatusenum",{"_index":428,"name":{"1641":{},"1659":{},"1705":{},"1741":{},"3705":{},"3709":{},"3720":{},"3725":{}},"parent":{}}],["giftcertificatestypes",{"_index":436,"name":{"1730":{}},"parent":{}}],["grant_type",{"_index":950,"name":{"3859":{},"3867":{},"3891":{},"3903":{},"3912":{}},"parent":{}}],["granttype",{"_index":874,"name":{"3744":{},"3765":{},"4022":{},"4078":{}},"parent":{}}],["groupedtaxitem",{"_index":690,"name":{"2791":{},"2835":{},"2935":{},"2989":{},"3172":{},"3291":{},"3443":{},"3553":{},"4117":{},"4169":{},"4247":{},"4309":{}},"parent":{}}],["guestorderlookup",{"_index":1011,"name":{"4224":{}},"parent":{}}],["helpers",{"_index":438,"name":{"1766":{},"1799":{}},"parent":{"1767":{},"1768":{},"1769":{},"1776":{},"1777":{},"1778":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{},"1799":{}}}],["helpers.customapiparameters",{"_index":442,"name":{},"parent":{"1770":{}}}],["helpers.customapiparameters.__type",{"_index":444,"name":{},"parent":{"1771":{},"1772":{},"1773":{},"1774":{},"1775":{}}}],["helpers.helpers",{"_index":471,"name":{},"parent":{"1800":{},"1801":{}}}],["helpers.islasclient",{"_index":452,"name":{},"parent":{"1779":{},"1780":{},"1781":{},"1782":{},"1783":{}}}],["hint",{"_index":944,"name":{"3853":{},"3868":{},"3883":{},"3913":{},"3931":{}},"parent":{}}],["identityprovider",{"_index":1083,"name":{"4762":{},"4778":{},"4831":{},"4852":{}},"parent":{}}],["identityprovidernameenum",{"_index":1084,"name":{"4763":{},"4779":{},"4832":{},"4853":{}},"parent":{}}],["identityproviderresponse",{"_index":1085,"name":{"4764":{},"4780":{},"4833":{},"4854":{}},"parent":{}}],["idp_name",{"_index":943,"name":{"3852":{},"3882":{}},"parent":{}}],["idp_origin",{"_index":971,"name":{"3905":{},"3915":{}},"parent":{}}],["idplistresponse",{"_index":1086,"name":{"4765":{},"4781":{},"4834":{},"4855":{}},"parent":{}}],["image",{"_index":739,"name":{"3185":{},"3292":{},"3444":{},"3554":{},"4358":{},"4392":{},"4444":{},"4479":{},"4551":{},"4580":{},"4627":{},"4663":{}},"parent":{}}],["imagegroup",{"_index":105,"name":{"369":{},"425":{},"540":{},"618":{},"2120":{},"2160":{},"2261":{},"2321":{},"3202":{},"3293":{},"3445":{},"3555":{},"4377":{},"4393":{},"4445":{},"4480":{},"4554":{},"4581":{},"4628":{},"4664":{}},"parent":{}}],["introspecttoken",{"_index":899,"name":{"3799":{}},"parent":{}}],["introspecttokenbodytype",{"_index":976,"name":{"3920":{},"3975":{},"4006":{},"4061":{}},"parent":{}}],["introspecttokentokentypehintenum",{"_index":915,"name":{"3818":{},"3963":{},"3994":{},"4060":{}},"parent":{}}],["inventory",{"_index":750,"name":{"3203":{},"3294":{},"3446":{},"3556":{},"4378":{},"4394":{},"4446":{},"4481":{}},"parent":{}}],["islasclient",{"_index":450,"name":{"1778":{}},"parent":{}}],["last_name",{"_index":936,"name":{"3839":{}},"parent":{}}],["listlogpushjob",{"_index":331,"name":{"955":{}},"parent":{}}],["locale",{"_index":934,"name":{"3835":{},"3848":{},"3878":{}},"parent":{}}],["localecode",{"_index":560,"name":{"2121":{},"2161":{},"2262":{},"2322":{},"2580":{},"2604":{},"2695":{},"2740":{},"2811":{},"2836":{},"2936":{},"2990":{},"3064":{},"3078":{},"3105":{},"3122":{},"3637":{},"3651":{},"3679":{},"3695":{},"4132":{},"4170":{},"4248":{},"4310":{},"4385":{},"4395":{},"4447":{},"4482":{},"4509":{},"4515":{},"4529":{},"4536":{},"4555":{},"4582":{},"4629":{},"4665":{},"4694":{},"4697":{},"4707":{},"4711":{},"4717":{},"4725":{},"4741":{},"4750":{}},"parent":{}}],["login_id",{"_index":957,"name":{"3872":{},"3892":{},"3904":{},"3914":{}},"parent":{}}],["loginguestuser",{"_index":465,"name":{"1793":{}},"parent":{}}],["loginguestuserprivate",{"_index":464,"name":{"1792":{}},"parent":{}}],["loginregistereduserb2c",{"_index":467,"name":{"1795":{}},"parent":{}}],["loginregistereduserb2cprivate",{"_index":466,"name":{"1794":{}},"parent":{}}],["loginrequest",{"_index":456,"name":{"1784":{}},"parent":{}}],["logout",{"_index":470,"name":{"1798":{}},"parent":{}}],["logoutcustomer",{"_index":455,"name":{"1782":{},"3800":{}},"parent":{}}],["logoutcustomerhintenum",{"_index":916,"name":{"3819":{},"3964":{},"3995":{},"4062":{}},"parent":{}}],["logpushcreaterequest",{"_index":195,"name":{"699":{},"818":{},"1017":{},"1140":{}},"parent":{}}],["logpushcreaterequestlogtypeenum",{"_index":196,"name":{"700":{},"819":{},"1018":{},"1141":{}},"parent":{}}],["logpushenvelope",{"_index":199,"name":{"703":{},"820":{},"1019":{},"1142":{}},"parent":{}}],["logpushjobsenvelope",{"_index":200,"name":{"704":{},"821":{},"1020":{},"1143":{}},"parent":{}}],["logpushownershippostrequest",{"_index":201,"name":{"705":{},"822":{},"1021":{},"1144":{}},"parent":{}}],["logpushownershippostresponse",{"_index":203,"name":{"707":{},"823":{},"1022":{},"1145":{}},"parent":{}}],["logpushownershippostresponsedata",{"_index":202,"name":{"706":{},"824":{},"1023":{},"1146":{}},"parent":{}}],["logpushresponse",{"_index":197,"name":{"701":{},"825":{},"1024":{},"1147":{}},"parent":{}}],["logpushresponselogtypeenum",{"_index":198,"name":{"702":{},"826":{},"1025":{},"1148":{}},"parent":{}}],["logpushupdaterequest",{"_index":204,"name":{"708":{},"827":{},"1026":{},"1149":{}},"parent":{}}],["markuptext",{"_index":106,"name":{"370":{},"426":{},"541":{},"619":{},"2122":{},"2162":{},"2263":{},"2323":{}},"parent":{}}],["master",{"_index":93,"name":{"357":{},"427":{},"542":{},"620":{},"2123":{},"2163":{},"2264":{},"2324":{},"3195":{},"3295":{},"3447":{},"3557":{},"4370":{},"4396":{},"4448":{},"4483":{}},"parent":{}}],["mediafile",{"_index":94,"name":{"358":{},"428":{},"543":{},"621":{},"2116":{},"2164":{},"2265":{},"2325":{}},"parent":{}}],["mergebasket",{"_index":661,"name":{"2650":{},"2890":{}},"parent":{}}],["mergebasketproductitemmergemodeenum",{"_index":683,"name":{"2673":{},"2675":{},"2679":{},"2725":{},"2913":{},"2915":{},"2919":{},"2974":{}},"parent":{}}],["migratezonetowafv2",{"_index":332,"name":{"956":{}},"parent":{}}],["mode",{"_index":933,"name":{"3834":{},"3846":{},"3876":{}},"parent":{}}],["modelconfiguration",{"_index":700,"name":{"3029":{},"3032":{},"3042":{},"3046":{}},"parent":{}}],["money",{"_index":95,"name":{"359":{},"429":{},"544":{},"622":{},"1616":{},"1661":{},"1707":{},"1743":{},"2124":{},"2165":{},"2266":{},"2326":{}},"parent":{}}],["mrtrulepatchrequest",{"_index":205,"name":{"709":{},"828":{},"1027":{},"1150":{}},"parent":{}}],["mrtrules",{"_index":206,"name":{"710":{},"829":{},"1028":{},"1151":{}},"parent":{}}],["mrtruleset",{"_index":208,"name":{"712":{},"833":{},"1032":{},"1155":{}},"parent":{}}],["mrtrulesetpatchrequest",{"_index":211,"name":{"715":{},"834":{},"1033":{},"1156":{}},"parent":{}}],["mrtrulespostrequest",{"_index":207,"name":{"711":{},"830":{},"1029":{},"1152":{}},"parent":{}}],["mrtrulesresponse",{"_index":209,"name":{"713":{},"831":{},"1030":{},"1153":{}},"parent":{}}],["mrtrulesresponseenvelope",{"_index":210,"name":{"714":{},"832":{},"1031":{},"1154":{}},"parent":{}}],["mtlscertificaterequest",{"_index":212,"name":{"716":{},"835":{},"1034":{},"1157":{}},"parent":{}}],["mtlscertificateresponse",{"_index":213,"name":{"717":{},"836":{},"1035":{},"1158":{}},"parent":{}}],["mtlscertificateresponseenvelope",{"_index":214,"name":{"718":{},"837":{},"1036":{},"1159":{}},"parent":{}}],["mtlscertificatesresponseenvelope",{"_index":215,"name":{"719":{},"838":{},"1037":{},"1160":{}},"parent":{}}],["nestedquery",{"_index":23,"name":{"22":{},"65":{},"112":{},"153":{},"192":{},"226":{},"266":{},"296":{},"322":{},"430":{},"545":{},"623":{},"1259":{},"1311":{},"1365":{},"1405":{},"1433":{},"1489":{},"1550":{},"1591":{},"1622":{},"1662":{},"1708":{},"1744":{},"2092":{},"2166":{},"2267":{},"2327":{},"2373":{},"2418":{},"2470":{},"2512":{},"4869":{},"4904":{},"4947":{},"4980":{}},"parent":{}}],["nestedqueryscoremodeenum",{"_index":24,"name":{"23":{},"66":{},"113":{},"154":{},"193":{},"227":{},"267":{},"297":{},"323":{},"431":{},"546":{},"624":{},"1260":{},"1312":{},"1366":{},"1406":{},"1434":{},"1490":{},"1551":{},"1592":{},"1623":{},"1663":{},"1709":{},"1745":{},"2093":{},"2167":{},"2268":{},"2328":{},"2374":{},"2419":{},"2471":{},"2513":{},"4870":{},"4905":{},"4948":{},"4981":{}},"parent":{}}],["new_password",{"_index":985,"name":{"3929":{}},"parent":{}}],["nick_name",{"_index":997,"name":{"3950":{}},"parent":{}}],["novalue",{"_index":423,"name":{"1614":{},"1664":{},"1710":{},"1746":{}},"parent":{}}],["oauth2errorresponse",{"_index":875,"name":{"3745":{},"3766":{},"4023":{},"4079":{}},"parent":{}}],["ocapicachingtogglerequest",{"_index":216,"name":{"720":{},"839":{},"1038":{},"1161":{}},"parent":{}}],["omsdata",{"_index":761,"name":{"3217":{},"3296":{},"3448":{},"3558":{},"4135":{},"4171":{},"4249":{},"4311":{}},"parent":{}}],["omsproductdata",{"_index":691,"name":{"2797":{},"2837":{},"2937":{},"2991":{},"3178":{},"3297":{},"3449":{},"3559":{},"4123":{},"4172":{},"4250":{},"4312":{}},"parent":{}}],["omsproductdatastatusenum",{"_index":692,"name":{"2798":{},"2838":{},"2938":{},"2992":{},"3179":{},"3298":{},"3450":{},"3560":{},"4124":{},"4173":{},"4251":{},"4313":{}},"parent":{}}],["omsshipment",{"_index":760,"name":{"3216":{},"3299":{},"3451":{},"3561":{},"4134":{},"4174":{},"4252":{},"4314":{}},"parent":{}}],["omsshipmentitem",{"_index":759,"name":{"3215":{},"3300":{},"3452":{},"3562":{},"4133":{},"4175":{},"4253":{},"4315":{}},"parent":{}}],["option",{"_index":749,"name":{"3201":{},"3301":{},"3453":{},"3563":{},"4376":{},"4397":{},"4449":{},"4484":{}},"parent":{}}],["optionitem",{"_index":495,"name":{"1827":{},"1879":{},"1962":{},"2021":{},"2570":{},"2605":{},"2696":{},"2741":{},"2796":{},"2839":{},"2939":{},"2993":{},"3177":{},"3302":{},"3454":{},"3564":{},"4122":{},"4176":{},"4254":{},"4316":{}},"parent":{}}],["optionvalue",{"_index":748,"name":{"3200":{},"3303":{},"3455":{},"3565":{},"4375":{},"4398":{},"4450":{},"4485":{}},"parent":{}}],["order",{"_index":514,"name":{"1846":{},"1880":{},"1963":{},"2022":{},"3218":{},"3304":{},"3456":{},"3566":{},"4136":{},"4177":{},"4255":{},"4317":{}},"parent":{}}],["orderaddress",{"_index":623,"name":{"2558":{},"2606":{},"2697":{},"2742":{},"2783":{},"2840":{},"2940":{},"2994":{},"3164":{},"3312":{},"3464":{},"3574":{},"4109":{},"4185":{},"4263":{},"4325":{}},"parent":{}}],["orderbusinesstypeenum",{"_index":515,"name":{"1847":{},"1881":{},"1964":{},"2023":{}},"parent":{}}],["orderchanneltypeenum",{"_index":516,"name":{"1848":{},"1882":{},"1965":{},"2024":{},"3219":{},"3305":{},"3457":{},"3567":{},"4137":{},"4178":{},"4256":{},"4318":{}},"parent":{}}],["orderconfirmationstatus",{"_index":505,"name":{"1837":{},"1884":{},"1967":{},"2026":{}},"parent":{}}],["orderconfirmationstatusenum",{"_index":762,"name":{"3220":{},"3306":{},"3458":{},"3568":{},"4138":{},"4179":{},"4257":{},"4319":{}},"parent":{}}],["orderconfirmationstatusupdaterequest",{"_index":518,"name":{"1850":{},"1885":{},"1968":{},"2027":{}},"parent":{}}],["orderexportstatus",{"_index":501,"name":{"1833":{},"1886":{},"1969":{},"2028":{}},"parent":{}}],["orderexportstatusenum",{"_index":763,"name":{"3221":{},"3307":{},"3459":{},"3569":{},"4139":{},"4180":{},"4258":{},"4320":{}},"parent":{}}],["orderexportstatusupdaterequest",{"_index":519,"name":{"1851":{},"1887":{},"1970":{},"2029":{}},"parent":{}}],["orderexternalstatusupdaterequest",{"_index":520,"name":{"1852":{},"1888":{},"1971":{},"2030":{}},"parent":{}}],["orderlookuprequest",{"_index":1003,"name":{"4144":{},"4186":{},"4264":{},"4326":{}},"parent":{}}],["orderpaymentcardrequest",{"_index":631,"name":{"2575":{},"2607":{},"2698":{},"2743":{},"2803":{},"2841":{},"2941":{},"2995":{},"4145":{},"4187":{},"4265":{},"4327":{}},"parent":{}}],["orderpaymentinstrument",{"_index":621,"name":{"2551":{},"2608":{},"2699":{},"2744":{},"2776":{},"2842":{},"2942":{},"2996":{},"3157":{},"3313":{},"3465":{},"3575":{},"4102":{},"4188":{},"4266":{},"4328":{}},"parent":{}}],["orderpaymentinstrumentpaymentreference",{"_index":688,"name":{"2773":{},"2843":{},"2943":{},"2997":{},"3154":{},"3314":{},"3466":{},"3576":{},"4099":{},"4189":{},"4267":{},"4329":{}},"parent":{}}],["orderpaymentinstrumentpaymentreferencegatewayenum",{"_index":689,"name":{"2774":{},"2844":{},"2944":{},"2998":{},"3155":{},"3315":{},"3467":{},"3577":{},"4100":{},"4190":{},"4268":{},"4330":{}},"parent":{}}],["orderpaymentinstrumentpaymentreferencegatewayproperties",{"_index":687,"name":{"2772":{},"2845":{},"2945":{},"2999":{},"3153":{},"3316":{},"3468":{},"3578":{},"4098":{},"4191":{},"4269":{},"4331":{}},"parent":{}}],["orderpaymentinstrumentrequest",{"_index":1004,"name":{"4149":{},"4192":{},"4270":{},"4332":{}},"parent":{}}],["orderpaymentstatus",{"_index":508,"name":{"1840":{},"1889":{},"1972":{},"2031":{}},"parent":{}}],["orderpaymentstatusenum",{"_index":764,"name":{"3222":{},"3308":{},"3460":{},"3570":{},"4140":{},"4181":{},"4259":{},"4321":{}},"parent":{}}],["orderpaymentstatusupdaterequest",{"_index":521,"name":{"1853":{},"1890":{},"1973":{},"2032":{}},"parent":{}}],["orders",{"_index":472,"name":{"1802":{},"1914":{},"1936":{},"1941":{}},"parent":{"1803":{},"1804":{},"1805":{},"1806":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{},"1986":{},"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{}}}],["orders.orders",{"_index":527,"name":{},"parent":{"1915":{},"1916":{},"1917":{},"1918":{},"1919":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1925":{},"1926":{},"1927":{},"1928":{},"1929":{}}}],["orders.orderstypes",{"_index":545,"name":{},"parent":{"1998":{},"1999":{},"2000":{},"2001":{},"2002":{},"2003":{},"2004":{},"2005":{},"2006":{},"2007":{},"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2019":{},"2020":{},"2021":{},"2022":{},"2023":{},"2024":{},"2025":{},"2026":{},"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{},"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{}}}],["ordershippingstatus",{"_index":506,"name":{"1838":{},"1891":{},"1974":{},"2033":{}},"parent":{}}],["ordershippingstatusenum",{"_index":765,"name":{"3223":{},"3309":{},"3461":{},"3571":{},"4141":{},"4182":{},"4260":{},"4322":{}},"parent":{}}],["ordershippingstatusupdaterequest",{"_index":522,"name":{"1854":{},"1892":{},"1975":{},"2034":{}},"parent":{}}],["ordersresponse",{"_index":525,"name":{"1857":{},"1896":{},"1979":{},"2038":{}},"parent":{}}],["orderstatus",{"_index":507,"name":{"1839":{},"1893":{},"1976":{},"2035":{}},"parent":{}}],["orderstatusenum",{"_index":766,"name":{"3224":{},"3310":{},"3462":{},"3572":{},"4142":{},"4183":{},"4261":{},"4323":{}},"parent":{}}],["orderstatusupdaterequest",{"_index":523,"name":{"1855":{},"1894":{},"1977":{},"2036":{}},"parent":{}}],["orderstatusupdaterequeststatusenum",{"_index":524,"name":{"1856":{},"1895":{},"1978":{},"2037":{}},"parent":{}}],["orderstypes",{"_index":544,"name":{"1997":{}},"parent":{}}],["ordertaxationenum",{"_index":517,"name":{"1849":{},"1883":{},"1966":{},"2025":{},"3225":{},"3311":{},"3463":{},"3573":{},"4143":{},"4184":{},"4262":{},"4324":{}},"parent":{}}],["organizationid",{"_index":443,"name":{"1771":{}},"parent":{}}],["originheadermodification",{"_index":217,"name":{"721":{},"840":{},"1039":{},"1162":{}},"parent":{}}],["originheadermodificationenvelope",{"_index":218,"name":{"722":{},"841":{},"1040":{},"1163":{}},"parent":{}}],["originheadermodificationputrequest",{"_index":219,"name":{"723":{},"842":{},"1041":{},"1164":{}},"parent":{}}],["page",{"_index":842,"name":{"3638":{},"3652":{},"3680":{},"3696":{}},"parent":{}}],["pagemetatag",{"_index":745,"name":{"3197":{},"3317":{},"3469":{},"3579":{},"4372":{},"4399":{},"4451":{},"4486":{},"4556":{},"4583":{},"4630":{},"4666":{}},"parent":{}}],["pageresult",{"_index":843,"name":{"3639":{},"3653":{},"3681":{},"3697":{}},"parent":{}}],["pageshieldnotificationwebhookenvelope",{"_index":221,"name":{"725":{},"843":{},"1042":{},"1165":{}},"parent":{}}],["pageshieldnotificationwebhooklistenvelope",{"_index":222,"name":{"726":{},"844":{},"1043":{},"1166":{}},"parent":{}}],["pageshieldnotificationwebhookrequest",{"_index":223,"name":{"727":{},"845":{},"1044":{},"1167":{}},"parent":{}}],["pageshieldnotificationwebhookresponse",{"_index":220,"name":{"724":{},"846":{},"1045":{},"1168":{}},"parent":{}}],["pageshieldpoliciesenvelope",{"_index":226,"name":{"730":{},"847":{},"1046":{},"1169":{}},"parent":{}}],["pageshieldpolicieslistenvelope",{"_index":227,"name":{"731":{},"848":{},"1047":{},"1170":{}},"parent":{}}],["pageshieldpolicyrequest",{"_index":228,"name":{"732":{},"849":{},"1048":{},"1171":{}},"parent":{}}],["pageshieldpolicyrequestactionenum",{"_index":229,"name":{"733":{},"850":{},"1049":{},"1172":{}},"parent":{}}],["pageshieldpolicyresponse",{"_index":224,"name":{"728":{},"851":{},"1050":{},"1173":{}},"parent":{}}],["pageshieldpolicyresponseactionenum",{"_index":225,"name":{"729":{},"852":{},"1051":{},"1174":{}},"parent":{}}],["pageshieldscriptenvelope",{"_index":232,"name":{"736":{},"853":{},"1052":{},"1175":{}},"parent":{}}],["pageshieldscriptlistenvelope",{"_index":233,"name":{"737":{},"854":{},"1053":{},"1176":{}},"parent":{}}],["pageshieldscriptresponse",{"_index":231,"name":{"735":{},"855":{},"1054":{},"1177":{}},"parent":{}}],["pageshieldscriptversion",{"_index":230,"name":{"734":{},"856":{},"1055":{},"1178":{}},"parent":{}}],["paginatedresultbase",{"_index":41,"name":{"40":{},"67":{},"114":{},"155":{},"214":{},"228":{},"268":{},"298":{},"388":{},"432":{},"547":{},"625":{},"1291":{},"1313":{},"1367":{},"1407":{},"1466":{},"1491":{},"1552":{},"1593":{},"1645":{},"1665":{},"1711":{},"1747":{},"2061":{},"2066":{},"2079":{},"2085":{},"2125":{},"2168":{},"2269":{},"2329":{},"2392":{},"2420":{},"2472":{},"2514":{},"3242":{},"3318":{},"3470":{},"3580":{},"3640":{},"3654":{},"3682":{},"3698":{},"4557":{},"4584":{},"4631":{},"4667":{},"4718":{},"4726":{},"4742":{},"4751":{},"4887":{},"4906":{},"4949":{},"4982":{}},"parent":{}}],["paginatedsearchresult",{"_index":44,"name":{"43":{},"68":{},"115":{},"156":{},"215":{},"229":{},"269":{},"299":{},"389":{},"433":{},"548":{},"626":{},"1292":{},"1314":{},"1368":{},"1408":{},"1467":{},"1492":{},"1553":{},"1594":{},"1646":{},"1666":{},"1712":{},"1748":{},"2128":{},"2169":{},"2270":{},"2330":{},"2395":{},"2421":{},"2473":{},"2515":{},"4890":{},"4907":{},"4950":{},"4983":{}},"parent":{}}],["passkeycredentialdto",{"_index":1087,"name":{"4766":{},"4782":{},"4835":{},"4856":{}},"parent":{}}],["passkeyuserdto",{"_index":1088,"name":{"4767":{},"4783":{},"4836":{},"4857":{}},"parent":{}}],["passwordactiontemplate",{"_index":1091,"name":{"4770":{},"4784":{},"4837":{},"4858":{}},"parent":{}}],["passwordchangerequest",{"_index":782,"name":{"3243":{},"3319":{},"3471":{},"3581":{}},"parent":{}}],["passwordtemplateactiontype",{"_index":1090,"name":{"4769":{},"4785":{},"4838":{},"4859":{}},"parent":{}}],["passwordtemplatetype",{"_index":1089,"name":{"4768":{},"4786":{},"4839":{},"4860":{}},"parent":{}}],["patchowaspwafpackage",{"_index":333,"name":{"957":{}},"parent":{}}],["pathparameters",{"_index":9,"name":{"9":{}},"parent":{}}],["pathrecord",{"_index":90,"name":{"354":{},"434":{},"549":{},"627":{},"4381":{},"4400":{},"4452":{},"4487":{}},"parent":{}}],["paymentbankaccountrequest",{"_index":769,"name":{"3228":{},"3320":{},"3472":{},"3582":{}},"parent":{}}],["paymentcard",{"_index":499,"name":{"1831":{},"1897":{},"1980":{},"2039":{},"2550":{},"2609":{},"2700":{},"2745":{},"2775":{},"2846":{},"2946":{},"3000":{},"3156":{},"3321":{},"3473":{},"3583":{},"4101":{},"4193":{},"4271":{},"4333":{}},"parent":{}}],["paymentcardspec",{"_index":635,"name":{"2581":{},"2610":{},"2701":{},"2746":{},"2812":{},"2847":{},"2947":{},"3001":{},"4150":{},"4194":{},"4272":{},"4334":{}},"parent":{}}],["paymentinstrument",{"_index":500,"name":{"1832":{},"1898":{},"1981":{},"2040":{}},"parent":{}}],["paymentmethod",{"_index":636,"name":{"2582":{},"2611":{},"2702":{},"2747":{},"2813":{},"2848":{},"2948":{},"3002":{},"4151":{},"4195":{},"4273":{},"4335":{}},"parent":{}}],["paymentmethodresult",{"_index":637,"name":{"2583":{},"2612":{},"2703":{},"2748":{},"2814":{},"2849":{},"2949":{},"3003":{},"4152":{},"4196":{},"4274":{},"4336":{}},"parent":{}}],["paymentreferencerequest",{"_index":694,"name":{"2805":{},"2850":{},"2950":{},"3004":{},"4147":{},"4197":{},"4275":{},"4337":{}},"parent":{}}],["paymentreferencerequestgatewayenum",{"_index":695,"name":{"2806":{},"2851":{},"2951":{},"3005":{},"4148":{},"4198":{},"4276":{},"4338":{}},"parent":{}}],["paymentreferencerequestgatewayproperties",{"_index":693,"name":{"2804":{},"2852":{},"2952":{},"3006":{},"4146":{},"4199":{},"4277":{},"4339":{}},"parent":{}}],["paymenttransaction",{"_index":498,"name":{"1830":{},"1899":{},"1982":{},"2041":{}},"parent":{}}],["phone_number",{"_index":939,"name":{"3842":{}},"parent":{}}],["postpageshieldnotification",{"_index":334,"name":{"958":{}},"parent":{}}],["preferences",{"_index":546,"name":{"2056":{},"2068":{},"2073":{},"2075":{}},"parent":{"2057":{},"2058":{},"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2073":{},"2074":{},"2075":{},"2076":{},"2077":{},"2078":{},"2079":{},"2080":{},"2081":{}}}],["preferences.preferences",{"_index":549,"name":{},"parent":{"2069":{},"2070":{},"2071":{},"2072":{}}}],["preferences.preferencestypes",{"_index":553,"name":{},"parent":{"2082":{},"2083":{},"2084":{},"2085":{},"2086":{}}}],["preferencestypes",{"_index":552,"name":{"2081":{}},"parent":{}}],["prettify",{"_index":11,"name":{"11":{}},"parent":{}}],["priceadjustment",{"_index":494,"name":{"1826":{},"1900":{},"1983":{},"2042":{},"2556":{},"2613":{},"2704":{},"2749":{},"2781":{},"2853":{},"2953":{},"3007":{},"3162":{},"3322":{},"3474":{},"3584":{},"4107":{},"4200":{},"4278":{},"4340":{}},"parent":{}}],["priceadjustmentrequest",{"_index":638,"name":{"2584":{},"2614":{},"2705":{},"2750":{},"2815":{},"2854":{},"2954":{},"3008":{}},"parent":{}}],["priceadjustmentrequestlevelenum",{"_index":639,"name":{"2585":{},"2615":{},"2706":{},"2751":{},"2816":{},"2855":{},"2955":{},"3009":{}},"parent":{}}],["pricerange",{"_index":743,"name":{"3193":{},"3323":{},"3475":{},"3585":{},"4368":{},"4401":{},"4453":{},"4488":{},"4558":{},"4585":{},"4632":{},"4668":{}},"parent":{}}],["product",{"_index":107,"name":{"371":{},"435":{},"550":{},"628":{},"2135":{},"2170":{},"2271":{},"2331":{},"3204":{},"3324":{},"3476":{},"3586":{},"4379":{},"4402":{},"4454":{},"4489":{}},"parent":{}}],["productdetailslink",{"_index":622,"name":{"2552":{},"2616":{},"2707":{},"2752":{},"2777":{},"2856":{},"2956":{},"3010":{},"3158":{},"3325":{},"3477":{},"3587":{},"4103":{},"4201":{},"4279":{},"4341":{}},"parent":{}}],["productitem",{"_index":513,"name":{"1845":{},"1901":{},"1984":{},"2043":{},"2571":{},"2617":{},"2708":{},"2753":{},"2799":{},"2857":{},"2957":{},"3011":{},"3180":{},"3326":{},"3478":{},"3588":{},"4125":{},"4202":{},"4280":{},"4342":{}},"parent":{}}],["productlink",{"_index":746,"name":{"3198":{},"3327":{},"3479":{},"3589":{},"4373":{},"4403":{},"4455":{},"4490":{}},"parent":{}}],["productlinktypeenum",{"_index":747,"name":{"3199":{},"3328":{},"3480":{},"3590":{},"4374":{},"4404":{},"4456":{},"4491":{}},"parent":{}}],["productlistevent",{"_index":773,"name":{"3232":{},"3329":{},"3481":{},"3591":{}},"parent":{}}],["productlistitemreference",{"_index":511,"name":{"1843":{},"1902":{},"1985":{},"2044":{},"2568":{},"2618":{},"2709":{},"2754":{},"2794":{},"2858":{},"2958":{},"3012":{},"3175":{},"3330":{},"3482":{},"3592":{},"4120":{},"4203":{},"4281":{},"4343":{}},"parent":{}}],["productlistitemreferencetypeenum",{"_index":512,"name":{"1844":{},"1903":{},"1986":{},"2045":{},"2569":{},"2619":{},"2710":{},"2755":{},"2795":{},"2859":{},"2959":{},"3013":{},"3176":{},"3331":{},"3483":{},"3593":{},"4121":{},"4204":{},"4282":{},"4344":{}},"parent":{}}],["productlistlink",{"_index":626,"name":{"2566":{},"2620":{},"2711":{},"2756":{},"2792":{},"2860":{},"2960":{},"3014":{},"3173":{},"3332":{},"3484":{},"3594":{},"4118":{},"4205":{},"4283":{},"4345":{}},"parent":{}}],["productlistlinktypeenum",{"_index":627,"name":{"2567":{},"2621":{},"2712":{},"2757":{},"2793":{},"2861":{},"2961":{},"3015":{},"3174":{},"3333":{},"3485":{},"3595":{},"4119":{},"4206":{},"4284":{},"4346":{}},"parent":{}}],["productlistreference",{"_index":509,"name":{"1841":{},"1904":{},"1987":{},"2046":{}},"parent":{}}],["productlistreferencetypeenum",{"_index":510,"name":{"1842":{},"1905":{},"1988":{},"2047":{}},"parent":{}}],["productlistregistrant",{"_index":783,"name":{"3244":{},"3334":{},"3486":{},"3596":{}},"parent":{}}],["productlistshippingaddress",{"_index":777,"name":{"3236":{},"3335":{},"3487":{},"3597":{}},"parent":{}}],["productoption",{"_index":97,"name":{"361":{},"436":{},"551":{},"629":{},"2130":{},"2171":{},"2272":{},"2332":{}},"parent":{}}],["productoptions",{"_index":561,"name":{"2136":{},"2174":{},"2275":{},"2335":{}},"parent":{}}],["productoptionsortingmodeenum",{"_index":98,"name":{"362":{},"437":{},"552":{},"630":{},"2131":{},"2172":{},"2273":{},"2333":{}},"parent":{}}],["productoptionvalue",{"_index":96,"name":{"360":{},"438":{},"553":{},"631":{},"2129":{},"2173":{},"2274":{},"2334":{}},"parent":{}}],["productpricetable",{"_index":740,"name":{"3190":{},"3336":{},"3488":{},"3598":{},"4365":{},"4405":{},"4457":{},"4492":{},"4559":{},"4586":{},"4633":{},"4669":{}},"parent":{}}],["productpromotion",{"_index":744,"name":{"3194":{},"3337":{},"3489":{},"3599":{},"4369":{},"4406":{},"4458":{},"4493":{},"4560":{},"4587":{},"4634":{},"4670":{}},"parent":{}}],["productref",{"_index":1047,"name":{"4561":{},"4588":{},"4635":{},"4671":{}},"parent":{}}],["productreference",{"_index":475,"name":{"1806":{},"1906":{},"1989":{},"2048":{}},"parent":{}}],["productresult",{"_index":1019,"name":{"4386":{},"4407":{},"4459":{},"4494":{}},"parent":{}}],["products",{"_index":554,"name":{"2087":{},"2207":{},"2246":{},"2248":{}},"parent":{"2088":{},"2089":{},"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{},"2156":{},"2157":{},"2158":{},"2159":{},"2160":{},"2161":{},"2162":{},"2163":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"2268":{},"2269":{},"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{},"2286":{},"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{},"2294":{},"2295":{},"2296":{},"2297":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{}}}],["products.products",{"_index":571,"name":{},"parent":{"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{}}}],["products.productstypes",{"_index":609,"name":{},"parent":{"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{}}}],["productsearch",{"_index":1058,"name":{"4611":{}},"parent":{}}],["productsearchexpandenum",{"_index":1060,"name":{"4614":{},"4616":{},"4620":{},"4657":{}},"parent":{}}],["productsearchhit",{"_index":1048,"name":{"4565":{},"4589":{},"4636":{},"4672":{}},"parent":{}}],["productsearchrefinement",{"_index":1050,"name":{"4567":{},"4590":{},"4637":{},"4673":{}},"parent":{}}],["productsearchrefinementvalue",{"_index":1049,"name":{"4566":{},"4591":{},"4638":{},"4674":{}},"parent":{}}],["productsearchrequest",{"_index":562,"name":{"2137":{},"2175":{},"2276":{},"2336":{}},"parent":{}}],["productsearchresult",{"_index":563,"name":{"2138":{},"2176":{},"2277":{},"2337":{},"4570":{},"4592":{},"4639":{},"4675":{}},"parent":{}}],["productsearchsortingoption",{"_index":1052,"name":{"4569":{},"4593":{},"4640":{},"4676":{}},"parent":{}}],["productstypes",{"_index":608,"name":{"2308":{}},"parent":{}}],["productsuggestions",{"_index":1054,"name":{"4572":{},"4594":{},"4641":{},"4677":{}},"parent":{}}],["producttype",{"_index":104,"name":{"368":{},"439":{},"554":{},"632":{},"2134":{},"2177":{},"2278":{},"2338":{},"3189":{},"3338":{},"3490":{},"3600":{},"4364":{},"4408":{},"4460":{},"4495":{},"4564":{},"4595":{},"4642":{},"4678":{}},"parent":{}}],["promotion",{"_index":54,"name":{"53":{},"69":{},"116":{},"157":{},"2405":{},"2422":{},"2474":{},"2516":{},"4510":{},"4516":{},"4530":{},"4537":{}},"parent":{}}],["promotionabtestgroupassignment",{"_index":50,"name":{"49":{},"72":{},"119":{},"160":{},"2401":{},"2425":{},"2477":{},"2519":{}},"parent":{}}],["promotionassignmentinformation",{"_index":52,"name":{"51":{},"73":{},"120":{},"161":{},"2403":{},"2426":{},"2478":{},"2520":{}},"parent":{}}],["promotionassignmentinformationscheduletypeenum",{"_index":53,"name":{"52":{},"74":{},"121":{},"162":{},"2404":{},"2427":{},"2479":{},"2521":{}},"parent":{}}],["promotioncampaignassignment",{"_index":51,"name":{"50":{},"75":{},"122":{},"163":{},"2402":{},"2428":{},"2480":{},"2522":{}},"parent":{}}],["promotioncampaignassignmentsearchresult",{"_index":57,"name":{"56":{},"76":{},"123":{},"164":{}},"parent":{}}],["promotionexclusivityenum",{"_index":55,"name":{"54":{},"70":{},"117":{},"158":{},"2406":{},"2423":{},"2475":{},"2517":{}},"parent":{}}],["promotionpromotionclassenum",{"_index":56,"name":{"55":{},"71":{},"118":{},"159":{},"2407":{},"2424":{},"2476":{},"2518":{}},"parent":{}}],["promotionresult",{"_index":1032,"name":{"4511":{},"4517":{},"4531":{},"4538":{}},"parent":{}}],["promotions",{"_index":610,"name":{"2368":{},"2452":{},"2460":{},"2462":{}},"parent":{"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{},"2404":{},"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2460":{},"2461":{},"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{}}}],["promotions.promotions",{"_index":612,"name":{},"parent":{"2453":{},"2454":{},"2455":{},"2456":{},"2457":{},"2458":{},"2459":{}}}],["promotions.promotionstypes",{"_index":619,"name":{},"parent":{"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2529":{},"2530":{},"2531":{},"2532":{},"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{}}}],["promotionsearchresult",{"_index":611,"name":{"2408":{},"2429":{},"2481":{},"2523":{}},"parent":{}}],["promotionssearch",{"_index":616,"name":{"2457":{}},"parent":{}}],["promotionstypes",{"_index":618,"name":{"2504":{}},"parent":{}}],["publickeycredentialdescriptor",{"_index":876,"name":{"3746":{},"3767":{},"4024":{},"4080":{}},"parent":{}}],["publickeycredentialdescriptortransportsenum",{"_index":878,"name":{"3748":{},"3769":{},"4026":{},"4082":{}},"parent":{}}],["publickeycredentialdescriptortypeenum",{"_index":877,"name":{"3747":{},"3768":{},"4025":{},"4081":{}},"parent":{}}],["publickeycredentialjson",{"_index":869,"name":{"3738":{},"3770":{},"4027":{},"4083":{}},"parent":{}}],["publickeycredentialjsonresponse",{"_index":868,"name":{"3737":{},"3772":{},"4029":{},"4085":{}},"parent":{}}],["publickeycredentialjsontypeenum",{"_index":870,"name":{"3739":{},"3771":{},"4028":{},"4084":{}},"parent":{}}],["publickeycredentialrequestoptions",{"_index":879,"name":{"3749":{},"3773":{},"4030":{},"4086":{}},"parent":{}}],["publickeycredentialrequestoptionsuserverificationenum",{"_index":880,"name":{"3750":{},"3774":{},"4031":{},"4087":{}},"parent":{}}],["publicproductlist",{"_index":786,"name":{"3247":{},"3339":{},"3491":{},"3601":{}},"parent":{}}],["publicproductlistinfo",{"_index":788,"name":{"3249":{},"3341":{},"3493":{},"3603":{}},"parent":{}}],["publicproductlistinfotypeenum",{"_index":789,"name":{"3250":{},"3342":{},"3494":{},"3604":{}},"parent":{}}],["publicproductlistitem",{"_index":784,"name":{"3245":{},"3343":{},"3495":{},"3605":{}},"parent":{}}],["publicproductlistitemresult",{"_index":790,"name":{"3251":{},"3345":{},"3497":{},"3607":{}},"parent":{}}],["publicproductlistitemtypeenum",{"_index":785,"name":{"3246":{},"3344":{},"3496":{},"3606":{}},"parent":{}}],["publicproductlistresult",{"_index":791,"name":{"3252":{},"3346":{},"3498":{},"3608":{}},"parent":{}}],["publicproductlisttypeenum",{"_index":787,"name":{"3248":{},"3340":{},"3492":{},"3602":{}},"parent":{}}],["pwd_action_token",{"_index":984,"name":{"3927":{},"3946":{}},"parent":{}}],["pwdless_login_token",{"_index":956,"name":{"3869":{}},"parent":{}}],["query",{"_index":28,"name":{"27":{},"77":{},"124":{},"165":{},"197":{},"230":{},"270":{},"300":{},"327":{},"440":{},"555":{},"633":{},"1264":{},"1315":{},"1369":{},"1409":{},"1438":{},"1493":{},"1554":{},"1595":{},"1627":{},"1667":{},"1713":{},"1749":{},"2097":{},"2178":{},"2279":{},"2339":{},"2378":{},"2430":{},"2482":{},"2524":{},"4874":{},"4908":{},"4951":{},"4984":{}},"parent":{}}],["queryfilter",{"_index":29,"name":{"28":{},"78":{},"125":{},"166":{},"198":{},"231":{},"271":{},"301":{},"328":{},"441":{},"556":{},"634":{},"1265":{},"1316":{},"1370":{},"1410":{},"1439":{},"1494":{},"1555":{},"1596":{},"1628":{},"1668":{},"1714":{},"1750":{},"2098":{},"2179":{},"2280":{},"2340":{},"2379":{},"2431":{},"2483":{},"2525":{},"4875":{},"4909":{},"4952":{},"4985":{}},"parent":{}}],["queryparameters",{"_index":10,"name":{"10":{}},"parent":{}}],["range2filter",{"_index":32,"name":{"31":{},"79":{},"126":{},"167":{},"201":{},"232":{},"272":{},"302":{},"331":{},"442":{},"557":{},"635":{},"1268":{},"1317":{},"1371":{},"1411":{},"1442":{},"1495":{},"1556":{},"1597":{},"1631":{},"1669":{},"1715":{},"1751":{},"2101":{},"2180":{},"2281":{},"2341":{},"2382":{},"2432":{},"2484":{},"2526":{},"4878":{},"4910":{},"4953":{},"4986":{}},"parent":{}}],["range2filterfiltermodeenum",{"_index":33,"name":{"32":{},"80":{},"127":{},"168":{},"202":{},"233":{},"273":{},"303":{},"332":{},"443":{},"558":{},"636":{},"1269":{},"1318":{},"1372":{},"1412":{},"1443":{},"1496":{},"1557":{},"1598":{},"1632":{},"1670":{},"1716":{},"1752":{},"2102":{},"2181":{},"2282":{},"2342":{},"2383":{},"2433":{},"2485":{},"2527":{},"4879":{},"4911":{},"4954":{},"4987":{}},"parent":{}}],["rangefilter",{"_index":36,"name":{"35":{},"81":{},"128":{},"169":{},"205":{},"234":{},"274":{},"304":{},"335":{},"444":{},"559":{},"637":{},"1272":{},"1319":{},"1373":{},"1413":{},"1446":{},"1497":{},"1558":{},"1599":{},"1635":{},"1671":{},"1717":{},"1753":{},"2105":{},"2182":{},"2283":{},"2343":{},"2386":{},"2434":{},"2486":{},"2528":{},"4882":{},"4912":{},"4955":{},"4988":{}},"parent":{}}],["rangefilterfrom",{"_index":34,"name":{"33":{},"82":{},"129":{},"170":{},"203":{},"235":{},"275":{},"305":{},"333":{},"445":{},"560":{},"638":{},"1270":{},"1320":{},"1374":{},"1414":{},"1444":{},"1498":{},"1559":{},"1600":{},"1633":{},"1672":{},"1718":{},"1754":{},"2103":{},"2183":{},"2284":{},"2344":{},"2384":{},"2435":{},"2487":{},"2529":{},"4880":{},"4913":{},"4956":{},"4989":{}},"parent":{}}],["rangefilterto",{"_index":35,"name":{"34":{},"83":{},"130":{},"171":{},"204":{},"236":{},"276":{},"306":{},"334":{},"446":{},"561":{},"639":{},"1271":{},"1321":{},"1375":{},"1415":{},"1445":{},"1499":{},"1560":{},"1601":{},"1634":{},"1673":{},"1719":{},"1755":{},"2104":{},"2184":{},"2285":{},"2345":{},"2385":{},"2436":{},"2488":{},"2530":{},"4881":{},"4914":{},"4957":{},"4990":{}},"parent":{}}],["ratelimitingrule",{"_index":234,"name":{"738":{},"857":{},"1056":{},"1179":{}},"parent":{}}],["ratelimitingruleenvelope",{"_index":235,"name":{"739":{},"858":{},"1057":{},"1180":{}},"parent":{}}],["ratelimitingrulesenvelope",{"_index":236,"name":{"740":{},"859":{},"1058":{},"1181":{}},"parent":{}}],["ratelimitingrulespatchrequest",{"_index":237,"name":{"741":{},"860":{},"1059":{},"1182":{}},"parent":{}}],["ratelimitingrulespostrequest",{"_index":238,"name":{"742":{},"861":{},"1060":{},"1183":{}},"parent":{}}],["recommendation",{"_index":742,"name":{"3192":{},"3347":{},"3499":{},"3609":{},"4367":{},"4409":{},"4461":{},"4496":{}},"parent":{}}],["recommendationtype",{"_index":741,"name":{"3191":{},"3348":{},"3500":{},"3610":{},"4366":{},"4410":{},"4462":{},"4497":{}},"parent":{}}],["recurrence",{"_index":47,"name":{"46":{},"84":{},"131":{},"172":{},"2398":{},"2437":{},"2489":{},"2531":{}},"parent":{}}],["recurrencedayofweekenum",{"_index":48,"name":{"47":{},"85":{},"132":{},"173":{},"2399":{},"2438":{},"2490":{},"2532":{}},"parent":{}}],["redeemcoupon",{"_index":385,"name":{"1342":{}},"parent":{}}],["redemptionlimitperperiod",{"_index":366,"name":{"1276":{},"1322":{},"1376":{},"1416":{}},"parent":{}}],["redemptionlimits",{"_index":367,"name":{"1277":{},"1323":{},"1377":{},"1417":{}},"parent":{}}],["redirect_uri",{"_index":923,"name":{"3825":{},"3860":{}},"parent":{}}],["refresh_token",{"_index":947,"name":{"3856":{}},"parent":{}}],["refreshaccesstoken",{"_index":468,"name":{"1796":{}},"parent":{}}],["refreshaccesstokenprivate",{"_index":469,"name":{"1797":{}},"parent":{}}],["region",{"_index":833,"name":{"3627":{},"3655":{},"3683":{},"3699":{}},"parent":{}}],["registerclient",{"_index":1102,"name":{"4798":{}},"parent":{}}],["registercustomer",{"_index":817,"name":{"3386":{}},"parent":{}}],["registerexternalprofile",{"_index":818,"name":{"3387":{}},"parent":{}}],["registeridentityprovider",{"_index":1103,"name":{"4799":{}},"parent":{}}],["registerpwdactiontemplate",{"_index":1104,"name":{"4800":{}},"parent":{}}],["registertenant",{"_index":1105,"name":{"4801":{}},"parent":{}}],["registrationfinishrequest",{"_index":881,"name":{"3751":{},"3775":{},"4032":{},"4088":{}},"parent":{}}],["removeaddressforcustomerincustomerlist",{"_index":414,"name":{"1521":{}},"parent":{}}],["removecouponfrombasket",{"_index":662,"name":{"2651":{},"2891":{}},"parent":{}}],["removecustomeraddress",{"_index":819,"name":{"3388":{}},"parent":{}}],["removegiftcertificateitemfrombasket",{"_index":663,"name":{"2652":{},"2892":{}},"parent":{}}],["removeitemfrombasket",{"_index":664,"name":{"2653":{},"2893":{}},"parent":{}}],["removepaymentinstrumentfrombasket",{"_index":665,"name":{"2654":{},"2894":{}},"parent":{}}],["removepaymentinstrumentfromorder",{"_index":1012,"name":{"4225":{}},"parent":{}}],["removepriceadjustmentfrombasket",{"_index":666,"name":{"2655":{},"2895":{}},"parent":{}}],["removeproductsfromexclusionlist",{"_index":151,"name":{"497":{}},"parent":{}}],["removeshipmentfrombasket",{"_index":667,"name":{"2656":{},"2896":{}},"parent":{}}],["requireparametersunlessallareoptional",{"_index":13,"name":{"13":{}},"parent":{}}],["resetpassword",{"_index":820,"name":{"3389":{},"3801":{}},"parent":{}}],["resetpasswordbodytype",{"_index":981,"name":{"3924":{},"3976":{},"4007":{},"4063":{}},"parent":{}}],["resetpasswordrequest",{"_index":792,"name":{"3253":{},"3349":{},"3501":{},"3611":{}},"parent":{}}],["resetpasswordtoken",{"_index":793,"name":{"3254":{},"3350":{},"3502":{},"3612":{}},"parent":{}}],["resetpasswordtokenrequest",{"_index":794,"name":{"3255":{},"3351":{},"3503":{},"3613":{}},"parent":{}}],["response_type",{"_index":922,"name":{"3824":{}},"parent":{}}],["responsetype",{"_index":882,"name":{"3752":{},"3776":{},"4033":{},"4089":{}},"parent":{}}],["resultbase",{"_index":58,"name":{"57":{},"86":{},"133":{},"174":{},"216":{},"237":{},"277":{},"307":{},"390":{},"447":{},"562":{},"640":{},"1293":{},"1324":{},"1378":{},"1418":{},"1468":{},"1500":{},"1561":{},"1602":{},"1647":{},"1674":{},"1720":{},"1756":{},"2062":{},"2067":{},"2080":{},"2086":{},"2139":{},"2185":{},"2286":{},"2346":{},"2409":{},"2439":{},"2491":{},"2533":{},"3256":{},"3352":{},"3504":{},"3614":{},"3641":{},"3656":{},"3684":{},"3700":{},"4387":{},"4411":{},"4463":{},"4498":{},"4512":{},"4518":{},"4532":{},"4539":{},"4573":{},"4596":{},"4643":{},"4679":{},"4719":{},"4727":{},"4743":{},"4752":{},"4891":{},"4915":{},"4958":{},"4991":{}},"parent":{}}],["retrieveclient",{"_index":1106,"name":{"4802":{}},"parent":{}}],["retrieveclients",{"_index":1107,"name":{"4803":{}},"parent":{}}],["retrieveidentityprovider",{"_index":1108,"name":{"4804":{}},"parent":{}}],["retrieveidentityproviders",{"_index":1109,"name":{"4805":{}},"parent":{}}],["retrievepasskeycredentialbycredentialid",{"_index":1110,"name":{"4806":{}},"parent":{}}],["retrievepasskeycredentialsbyusername",{"_index":1111,"name":{"4807":{}},"parent":{}}],["retrievepasskeyuserbyusername",{"_index":1112,"name":{"4808":{}},"parent":{}}],["retrievepwdactiontemplate",{"_index":1113,"name":{"4809":{}},"parent":{}}],["retrievepwdactiontemplateactiontypeenum",{"_index":1117,"name":{"4814":{},"4818":{},"4824":{},"4846":{}},"parent":{}}],["retrievepwdactiontemplatetemplatetypeenum",{"_index":1118,"name":{"4815":{},"4819":{},"4825":{},"4847":{}},"parent":{}}],["retrievetenant",{"_index":1114,"name":{"4810":{}},"parent":{}}],["revoketoken",{"_index":900,"name":{"3802":{}},"parent":{}}],["revoketokenbodytype",{"_index":986,"name":{"3933":{},"3977":{},"4008":{},"4065":{}},"parent":{}}],["revoketokentokentypehintenum",{"_index":917,"name":{"3820":{},"3965":{},"3996":{},"4064":{}},"parent":{}}],["rule",{"_index":123,"name":{"391":{},"448":{},"563":{},"641":{}},"parent":{}}],["ruleposition",{"_index":192,"name":{"696":{},"862":{},"1061":{},"1184":{}},"parent":{}}],["rulerequest",{"_index":124,"name":{"392":{},"449":{},"564":{},"642":{}},"parent":{}}],["rulesrequest",{"_index":125,"name":{"393":{},"450":{},"565":{},"643":{}},"parent":{}}],["rulesresult",{"_index":126,"name":{"394":{},"451":{},"566":{},"644":{}},"parent":{}}],["runcategoryrules",{"_index":152,"name":{"498":{}},"parent":{}}],["schedule",{"_index":49,"name":{"48":{},"87":{},"134":{},"175":{},"2400":{},"2440":{},"2492":{},"2534":{}},"parent":{}}],["scope",{"_index":925,"name":{"3827":{}},"parent":{}}],["searchcatalogs",{"_index":153,"name":{"499":{}},"parent":{}}],["searchcategories",{"_index":154,"name":{"500":{}},"parent":{}}],["searchcategoriesincatalog",{"_index":155,"name":{"501":{}},"parent":{}}],["searchcontent",{"_index":851,"name":{"3665":{}},"parent":{}}],["searchcustomergroup",{"_index":415,"name":{"1522":{}},"parent":{}}],["searchcustomerincustomerlist",{"_index":416,"name":{"1523":{}},"parent":{}}],["searchproducts",{"_index":597,"name":{"2234":{}},"parent":{}}],["searchproductsassignedtocategory",{"_index":156,"name":{"502":{}},"parent":{}}],["searchproductvariations",{"_index":596,"name":{"2233":{}},"parent":{}}],["searchrequest",{"_index":59,"name":{"58":{},"88":{},"135":{},"176":{},"217":{},"238":{},"278":{},"308":{},"395":{},"452":{},"567":{},"645":{},"1294":{},"1325":{},"1379":{},"1419":{},"1469":{},"1501":{},"1562":{},"1603":{},"1648":{},"1675":{},"1721":{},"1757":{},"2140":{},"2186":{},"2287":{},"2347":{},"2410":{},"2441":{},"2493":{},"2535":{},"4892":{},"4916":{},"4959":{},"4992":{}},"parent":{}}],["searchstores",{"_index":1076,"name":{"4734":{}},"parent":{}}],["searchunassignedproducts",{"_index":598,"name":{"2235":{}},"parent":{}}],["securitysetting",{"_index":240,"name":{"744":{},"863":{},"1062":{},"1185":{}},"parent":{}}],["securitysettinghsts",{"_index":239,"name":{"743":{},"865":{},"1064":{},"1187":{}},"parent":{}}],["securitysettingsecuritylevelenum",{"_index":241,"name":{"745":{},"864":{},"1063":{},"1186":{}},"parent":{}}],["securitysettingsenvelope",{"_index":242,"name":{"746":{},"866":{},"1065":{},"1188":{}},"parent":{}}],["shipment",{"_index":503,"name":{"1835":{},"1907":{},"1990":{},"2049":{},"2561":{},"2622":{},"2713":{},"2758":{},"2786":{},"2862":{},"2962":{},"3016":{},"3167":{},"3353":{},"3505":{},"3615":{},"4112":{},"4207":{},"4285":{},"4347":{}},"parent":{}}],["shipmentshippingstatusenum",{"_index":504,"name":{"1836":{},"1908":{},"1991":{},"2050":{},"2562":{},"2623":{},"2714":{},"2759":{},"2787":{},"2863":{},"2963":{},"3017":{},"3168":{},"3354":{},"3506":{},"3616":{},"4113":{},"4208":{},"4286":{},"4348":{}},"parent":{}}],["shippingaddressupdaterequest",{"_index":526,"name":{"1858":{},"1909":{},"1992":{},"2051":{}},"parent":{}}],["shippingitem",{"_index":496,"name":{"1828":{},"1910":{},"1993":{},"2052":{},"2557":{},"2624":{},"2715":{},"2760":{},"2782":{},"2864":{},"2964":{},"3018":{},"3163":{},"3355":{},"3507":{},"3617":{},"4108":{},"4209":{},"4287":{},"4349":{}},"parent":{}}],["shippingitemtypeenum",{"_index":497,"name":{"1829":{},"1911":{},"1994":{},"2053":{}},"parent":{}}],["shippingmethod",{"_index":625,"name":{"2560":{},"2625":{},"2716":{},"2761":{},"2785":{},"2865":{},"2965":{},"3019":{},"3166":{},"3356":{},"3508":{},"3618":{},"4111":{},"4210":{},"4288":{},"4350":{},"4362":{},"4412":{},"4464":{},"4499":{}},"parent":{}}],["shippingmethodreference",{"_index":502,"name":{"1834":{},"1912":{},"1995":{},"2054":{}},"parent":{}}],["shippingmethodresult",{"_index":640,"name":{"2586":{},"2626":{},"2717":{},"2762":{},"2817":{},"2866":{},"2966":{},"3020":{}},"parent":{}}],["shippingpromotion",{"_index":624,"name":{"2559":{},"2627":{},"2718":{},"2763":{},"2784":{},"2867":{},"2967":{},"3021":{},"3165":{},"3357":{},"3509":{},"3619":{},"4110":{},"4211":{},"4289":{},"4351":{},"4361":{},"4413":{},"4465":{},"4500":{}},"parent":{}}],["shopperbaskets",{"_index":620,"name":{"2546":{},"2632":{},"2676":{},"2680":{}},"parent":{"2547":{},"2548":{},"2549":{},"2550":{},"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{},"2560":{},"2561":{},"2562":{},"2563":{},"2564":{},"2565":{},"2566":{},"2567":{},"2568":{},"2569":{},"2570":{},"2571":{},"2572":{},"2573":{},"2574":{},"2575":{},"2576":{},"2577":{},"2578":{},"2579":{},"2580":{},"2581":{},"2582":{},"2583":{},"2584":{},"2585":{},"2586":{},"2587":{},"2588":{},"2589":{},"2590":{},"2591":{},"2592":{},"2593":{},"2594":{},"2595":{},"2596":{},"2597":{},"2598":{},"2599":{},"2600":{},"2601":{},"2602":{},"2603":{},"2604":{},"2605":{},"2606":{},"2607":{},"2608":{},"2609":{},"2610":{},"2611":{},"2612":{},"2613":{},"2614":{},"2615":{},"2616":{},"2617":{},"2618":{},"2619":{},"2620":{},"2621":{},"2622":{},"2623":{},"2624":{},"2625":{},"2626":{},"2627":{},"2628":{},"2629":{},"2630":{},"2631":{},"2632":{},"2672":{},"2673":{},"2674":{},"2675":{},"2676":{},"2677":{},"2678":{},"2679":{},"2680":{},"2681":{},"2682":{},"2683":{},"2684":{},"2685":{},"2686":{},"2687":{},"2688":{},"2689":{},"2690":{},"2691":{},"2692":{},"2693":{},"2694":{},"2695":{},"2696":{},"2697":{},"2698":{},"2699":{},"2700":{},"2701":{},"2702":{},"2703":{},"2704":{},"2705":{},"2706":{},"2707":{},"2708":{},"2709":{},"2710":{},"2711":{},"2712":{},"2713":{},"2714":{},"2715":{},"2716":{},"2717":{},"2718":{},"2719":{},"2720":{},"2721":{},"2722":{},"2723":{}}}],["shopperbaskets.shopperbaskets",{"_index":644,"name":{},"parent":{"2633":{},"2634":{},"2635":{},"2636":{},"2637":{},"2638":{},"2639":{},"2640":{},"2641":{},"2642":{},"2643":{},"2644":{},"2645":{},"2646":{},"2647":{},"2648":{},"2649":{},"2650":{},"2651":{},"2652":{},"2653":{},"2654":{},"2655":{},"2656":{},"2657":{},"2658":{},"2659":{},"2660":{},"2661":{},"2662":{},"2663":{},"2664":{},"2665":{},"2666":{},"2667":{},"2668":{},"2669":{},"2670":{},"2671":{}}}],["shopperbaskets.shopperbasketstypes",{"_index":685,"name":{},"parent":{"2724":{},"2725":{},"2726":{},"2727":{},"2728":{},"2729":{},"2730":{},"2731":{},"2732":{},"2733":{},"2734":{},"2735":{},"2736":{},"2737":{},"2738":{},"2739":{},"2740":{},"2741":{},"2742":{},"2743":{},"2744":{},"2745":{},"2746":{},"2747":{},"2748":{},"2749":{},"2750":{},"2751":{},"2752":{},"2753":{},"2754":{},"2755":{},"2756":{},"2757":{},"2758":{},"2759":{},"2760":{},"2761":{},"2762":{},"2763":{},"2764":{},"2765":{},"2766":{},"2767":{}}}],["shopperbasketstypes",{"_index":684,"name":{"2723":{}},"parent":{}}],["shopperbasketsv2",{"_index":686,"name":{"2768":{},"2872":{},"2916":{},"2920":{}},"parent":{"2769":{},"2770":{},"2771":{},"2772":{},"2773":{},"2774":{},"2775":{},"2776":{},"2777":{},"2778":{},"2779":{},"2780":{},"2781":{},"2782":{},"2783":{},"2784":{},"2785":{},"2786":{},"2787":{},"2788":{},"2789":{},"2790":{},"2791":{},"2792":{},"2793":{},"2794":{},"2795":{},"2796":{},"2797":{},"2798":{},"2799":{},"2800":{},"2801":{},"2802":{},"2803":{},"2804":{},"2805":{},"2806":{},"2807":{},"2808":{},"2809":{},"2810":{},"2811":{},"2812":{},"2813":{},"2814":{},"2815":{},"2816":{},"2817":{},"2818":{},"2819":{},"2820":{},"2821":{},"2822":{},"2823":{},"2824":{},"2825":{},"2826":{},"2827":{},"2828":{},"2829":{},"2830":{},"2831":{},"2832":{},"2833":{},"2834":{},"2835":{},"2836":{},"2837":{},"2838":{},"2839":{},"2840":{},"2841":{},"2842":{},"2843":{},"2844":{},"2845":{},"2846":{},"2847":{},"2848":{},"2849":{},"2850":{},"2851":{},"2852":{},"2853":{},"2854":{},"2855":{},"2856":{},"2857":{},"2858":{},"2859":{},"2860":{},"2861":{},"2862":{},"2863":{},"2864":{},"2865":{},"2866":{},"2867":{},"2868":{},"2869":{},"2870":{},"2871":{},"2872":{},"2912":{},"2913":{},"2914":{},"2915":{},"2916":{},"2917":{},"2918":{},"2919":{},"2920":{},"2921":{},"2922":{},"2923":{},"2924":{},"2925":{},"2926":{},"2927":{},"2928":{},"2929":{},"2930":{},"2931":{},"2932":{},"2933":{},"2934":{},"2935":{},"2936":{},"2937":{},"2938":{},"2939":{},"2940":{},"2941":{},"2942":{},"2943":{},"2944":{},"2945":{},"2946":{},"2947":{},"2948":{},"2949":{},"2950":{},"2951":{},"2952":{},"2953":{},"2954":{},"2955":{},"2956":{},"2957":{},"2958":{},"2959":{},"2960":{},"2961":{},"2962":{},"2963":{},"2964":{},"2965":{},"2966":{},"2967":{},"2968":{},"2969":{},"2970":{},"2971":{},"2972":{}}}],["shopperbasketsv2.shopperbasketsv2",{"_index":696,"name":{},"parent":{"2873":{},"2874":{},"2875":{},"2876":{},"2877":{},"2878":{},"2879":{},"2880":{},"2881":{},"2882":{},"2883":{},"2884":{},"2885":{},"2886":{},"2887":{},"2888":{},"2889":{},"2890":{},"2891":{},"2892":{},"2893":{},"2894":{},"2895":{},"2896":{},"2897":{},"2898":{},"2899":{},"2900":{},"2901":{},"2902":{},"2903":{},"2904":{},"2905":{},"2906":{},"2907":{},"2908":{},"2909":{},"2910":{},"2911":{}}}],["shopperbasketsv2.shopperbasketsv2types",{"_index":698,"name":{},"parent":{"2973":{},"2974":{},"2975":{},"2976":{},"2977":{},"2978":{},"2979":{},"2980":{},"2981":{},"2982":{},"2983":{},"2984":{},"2985":{},"2986":{},"2987":{},"2988":{},"2989":{},"2990":{},"2991":{},"2992":{},"2993":{},"2994":{},"2995":{},"2996":{},"2997":{},"2998":{},"2999":{},"3000":{},"3001":{},"3002":{},"3003":{},"3004":{},"3005":{},"3006":{},"3007":{},"3008":{},"3009":{},"3010":{},"3011":{},"3012":{},"3013":{},"3014":{},"3015":{},"3016":{},"3017":{},"3018":{},"3019":{},"3020":{},"3021":{},"3022":{},"3023":{},"3024":{},"3025":{}}}],["shopperbasketsv2types",{"_index":697,"name":{"2972":{}},"parent":{}}],["shopperconfigurations",{"_index":699,"name":{"3026":{},"3034":{},"3038":{},"3040":{}},"parent":{"3027":{},"3028":{},"3029":{},"3030":{},"3031":{},"3032":{},"3033":{},"3034":{},"3038":{},"3039":{},"3040":{},"3041":{},"3042":{},"3043":{},"3044":{}}}],["shopperconfigurations.shopperconfigurations",{"_index":702,"name":{},"parent":{"3035":{},"3036":{},"3037":{}}}],["shopperconfigurations.shopperconfigurationstypes",{"_index":705,"name":{},"parent":{"3045":{},"3046":{},"3047":{}}}],["shopperconfigurationstypes",{"_index":704,"name":{"3044":{}},"parent":{}}],["shopperconsents",{"_index":706,"name":{"3048":{},"3080":{},"3088":{},"3091":{}},"parent":{"3049":{},"3050":{},"3051":{},"3052":{},"3053":{},"3054":{},"3055":{},"3056":{},"3057":{},"3058":{},"3059":{},"3060":{},"3061":{},"3062":{},"3063":{},"3064":{},"3065":{},"3066":{},"3067":{},"3068":{},"3069":{},"3070":{},"3071":{},"3072":{},"3073":{},"3074":{},"3075":{},"3076":{},"3077":{},"3078":{},"3079":{},"3080":{},"3086":{},"3087":{},"3088":{},"3089":{},"3090":{},"3091":{},"3092":{},"3093":{},"3094":{},"3095":{},"3096":{},"3097":{},"3098":{},"3099":{},"3100":{},"3101":{},"3102":{},"3103":{},"3104":{},"3105":{},"3106":{},"3107":{}}}],["shopperconsents.shopperconsents",{"_index":720,"name":{},"parent":{"3081":{},"3082":{},"3083":{},"3084":{},"3085":{}}}],["shopperconsents.shopperconsentstypes",{"_index":726,"name":{},"parent":{"3108":{},"3109":{},"3110":{},"3111":{},"3112":{},"3113":{},"3114":{},"3115":{},"3116":{},"3117":{},"3118":{},"3119":{},"3120":{},"3121":{},"3122":{},"3123":{}}}],["shopperconsentstypes",{"_index":725,"name":{"3107":{}},"parent":{}}],["shoppercontext",{"_index":727,"name":{"3124":{},"3128":{},"3130":{},"3143":{},"3147":{}},"parent":{"3125":{},"3126":{},"3127":{},"3128":{},"3129":{},"3130":{},"3131":{},"3132":{},"3139":{},"3140":{},"3141":{},"3142":{},"3143":{},"3144":{},"3145":{}}}],["shoppercontext.shoppercontexts",{"_index":730,"name":{},"parent":{"3133":{},"3134":{},"3135":{},"3136":{},"3137":{},"3138":{}}}],["shoppercontext.shoppercontextstypes",{"_index":736,"name":{},"parent":{"3146":{},"3147":{},"3148":{}}}],["shoppercontextgeolocation",{"_index":728,"name":{"3127":{},"3131":{},"3144":{},"3148":{}},"parent":{}}],["shoppercontexts",{"_index":729,"name":{"3132":{},"3139":{},"3141":{}},"parent":{}}],["shoppercontextstypes",{"_index":735,"name":{"3145":{}},"parent":{}}],["shoppercustomers",{"_index":737,"name":{"3149":{},"3363":{},"3403":{},"3408":{}},"parent":{"3150":{},"3151":{},"3152":{},"3153":{},"3154":{},"3155":{},"3156":{},"3157":{},"3158":{},"3159":{},"3160":{},"3161":{},"3162":{},"3163":{},"3164":{},"3165":{},"3166":{},"3167":{},"3168":{},"3169":{},"3170":{},"3171":{},"3172":{},"3173":{},"3174":{},"3175":{},"3176":{},"3177":{},"3178":{},"3179":{},"3180":{},"3181":{},"3182":{},"3183":{},"3184":{},"3185":{},"3186":{},"3187":{},"3188":{},"3189":{},"3190":{},"3191":{},"3192":{},"3193":{},"3194":{},"3195":{},"3196":{},"3197":{},"3198":{},"3199":{},"3200":{},"3201":{},"3202":{},"3203":{},"3204":{},"3205":{},"3206":{},"3207":{},"3208":{},"3209":{},"3210":{},"3211":{},"3212":{},"3213":{},"3214":{},"3215":{},"3216":{},"3217":{},"3218":{},"3219":{},"3220":{},"3221":{},"3222":{},"3223":{},"3224":{},"3225":{},"3226":{},"3227":{},"3228":{},"3229":{},"3230":{},"3231":{},"3232":{},"3233":{},"3234":{},"3235":{},"3236":{},"3237":{},"3238":{},"3239":{},"3240":{},"3241":{},"3242":{},"3243":{},"3244":{},"3245":{},"3246":{},"3247":{},"3248":{},"3249":{},"3250":{},"3251":{},"3252":{},"3253":{},"3254":{},"3255":{},"3256":{},"3257":{},"3258":{},"3259":{},"3260":{},"3261":{},"3262":{},"3263":{},"3264":{},"3265":{},"3266":{},"3267":{},"3268":{},"3269":{},"3270":{},"3271":{},"3272":{},"3273":{},"3274":{},"3275":{},"3276":{},"3277":{},"3278":{},"3279":{},"3280":{},"3281":{},"3282":{},"3283":{},"3284":{},"3285":{},"3286":{},"3287":{},"3288":{},"3289":{},"3290":{},"3291":{},"3292":{},"3293":{},"3294":{},"3295":{},"3296":{},"3297":{},"3298":{},"3299":{},"3300":{},"3301":{},"3302":{},"3303":{},"3304":{},"3305":{},"3306":{},"3307":{},"3308":{},"3309":{},"3310":{},"3311":{},"3312":{},"3313":{},"3314":{},"3315":{},"3316":{},"3317":{},"3318":{},"3319":{},"3320":{},"3321":{},"3322":{},"3323":{},"3324":{},"3325":{},"3326":{},"3327":{},"3328":{},"3329":{},"3330":{},"3331":{},"3332":{},"3333":{},"3334":{},"3335":{},"3336":{},"3337":{},"3338":{},"3339":{},"3340":{},"3341":{},"3342":{},"3343":{},"3344":{},"3345":{},"3346":{},"3347":{},"3348":{},"3349":{},"3350":{},"3351":{},"3352":{},"3353":{},"3354":{},"3355":{},"3356":{},"3357":{},"3358":{},"3359":{},"3360":{},"3361":{},"3362":{},"3363":{},"3397":{},"3398":{},"3399":{},"3400":{},"3401":{},"3402":{},"3403":{},"3404":{},"3405":{},"3406":{},"3407":{},"3408":{},"3409":{},"3410":{},"3411":{},"3412":{},"3413":{},"3414":{},"3415":{},"3416":{},"3417":{},"3418":{},"3419":{},"3420":{},"3421":{},"3422":{},"3423":{},"3424":{},"3425":{},"3426":{},"3427":{},"3428":{},"3429":{},"3430":{},"3431":{},"3432":{},"3433":{},"3434":{},"3435":{},"3436":{},"3437":{},"3438":{},"3439":{},"3440":{},"3441":{},"3442":{},"3443":{},"3444":{},"3445":{},"3446":{},"3447":{},"3448":{},"3449":{},"3450":{},"3451":{},"3452":{},"3453":{},"3454":{},"3455":{},"3456":{},"3457":{},"3458":{},"3459":{},"3460":{},"3461":{},"3462":{},"3463":{},"3464":{},"3465":{},"3466":{},"3467":{},"3468":{},"3469":{},"3470":{},"3471":{},"3472":{},"3473":{},"3474":{},"3475":{},"3476":{},"3477":{},"3478":{},"3479":{},"3480":{},"3481":{},"3482":{},"3483":{},"3484":{},"3485":{},"3486":{},"3487":{},"3488":{},"3489":{},"3490":{},"3491":{},"3492":{},"3493":{},"3494":{},"3495":{},"3496":{},"3497":{},"3498":{},"3499":{},"3500":{},"3501":{},"3502":{},"3503":{},"3504":{},"3505":{},"3506":{},"3507":{},"3508":{},"3509":{},"3510":{},"3511":{},"3512":{},"3513":{},"3514":{},"3515":{}}}],["shoppercustomers.shoppercustomers",{"_index":795,"name":{},"parent":{"3364":{},"3365":{},"3366":{},"3367":{},"3368":{},"3369":{},"3370":{},"3371":{},"3372":{},"3373":{},"3374":{},"3375":{},"3376":{},"3377":{},"3378":{},"3379":{},"3380":{},"3381":{},"3382":{},"3383":{},"3384":{},"3385":{},"3386":{},"3387":{},"3388":{},"3389":{},"3390":{},"3391":{},"3392":{},"3393":{},"3394":{},"3395":{},"3396":{}}}],["shoppercustomers.shoppercustomerstypes",{"_index":831,"name":{},"parent":{"3516":{},"3517":{},"3518":{},"3519":{},"3520":{},"3521":{},"3522":{},"3523":{},"3524":{},"3525":{},"3526":{},"3527":{},"3528":{},"3529":{},"3530":{},"3531":{},"3532":{},"3533":{},"3534":{},"3535":{},"3536":{},"3537":{},"3538":{},"3539":{},"3540":{},"3541":{},"3542":{},"3543":{},"3544":{},"3545":{},"3546":{},"3547":{},"3548":{},"3549":{},"3550":{},"3551":{},"3552":{},"3553":{},"3554":{},"3555":{},"3556":{},"3557":{},"3558":{},"3559":{},"3560":{},"3561":{},"3562":{},"3563":{},"3564":{},"3565":{},"3566":{},"3567":{},"3568":{},"3569":{},"3570":{},"3571":{},"3572":{},"3573":{},"3574":{},"3575":{},"3576":{},"3577":{},"3578":{},"3579":{},"3580":{},"3581":{},"3582":{},"3583":{},"3584":{},"3585":{},"3586":{},"3587":{},"3588":{},"3589":{},"3590":{},"3591":{},"3592":{},"3593":{},"3594":{},"3595":{},"3596":{},"3597":{},"3598":{},"3599":{},"3600":{},"3601":{},"3602":{},"3603":{},"3604":{},"3605":{},"3606":{},"3607":{},"3608":{},"3609":{},"3610":{},"3611":{},"3612":{},"3613":{},"3614":{},"3615":{},"3616":{},"3617":{},"3618":{},"3619":{},"3620":{},"3621":{},"3622":{},"3623":{},"3624":{}}}],["shoppercustomerstypes",{"_index":830,"name":{"3515":{}},"parent":{}}],["shopperexperience",{"_index":832,"name":{"3625":{},"3657":{},"3667":{},"3669":{}},"parent":{"3626":{},"3627":{},"3628":{},"3629":{},"3630":{},"3631":{},"3632":{},"3633":{},"3634":{},"3635":{},"3636":{},"3637":{},"3638":{},"3639":{},"3640":{},"3641":{},"3642":{},"3643":{},"3644":{},"3645":{},"3646":{},"3647":{},"3648":{},"3649":{},"3650":{},"3651":{},"3652":{},"3653":{},"3654":{},"3655":{},"3656":{},"3657":{},"3667":{},"3668":{},"3669":{},"3670":{},"3671":{},"3672":{},"3673":{},"3674":{},"3675":{},"3676":{},"3677":{},"3678":{},"3679":{},"3680":{},"3681":{},"3682":{},"3683":{},"3684":{},"3685":{}}}],["shopperexperience.shopperexperience",{"_index":844,"name":{},"parent":{"3658":{},"3659":{},"3660":{},"3661":{},"3662":{},"3663":{},"3664":{},"3665":{},"3666":{}}}],["shopperexperience.shopperexperiencetypes",{"_index":853,"name":{},"parent":{"3686":{},"3687":{},"3688":{},"3689":{},"3690":{},"3691":{},"3692":{},"3693":{},"3694":{},"3695":{},"3696":{},"3697":{},"3698":{},"3699":{},"3700":{}}}],["shopperexperiencetypes",{"_index":852,"name":{"3685":{}},"parent":{}}],["shoppergiftcertificates",{"_index":854,"name":{"3701":{},"3711":{},"3715":{},"3717":{}},"parent":{"3702":{},"3703":{},"3704":{},"3705":{},"3706":{},"3707":{},"3708":{},"3709":{},"3710":{},"3711":{},"3715":{},"3716":{},"3717":{},"3718":{},"3719":{},"3720":{},"3721":{},"3722":{}}}],["shoppergiftcertificates.shoppergiftcertificates",{"_index":856,"name":{},"parent":{"3712":{},"3713":{},"3714":{}}}],["shoppergiftcertificates.shoppergiftcertificatestypes",{"_index":858,"name":{},"parent":{"3723":{},"3724":{},"3725":{},"3726":{}}}],["shoppergiftcertificatestypes",{"_index":857,"name":{"3722":{}},"parent":{}}],["shopperlogin",{"_index":859,"name":{"3727":{},"3781":{},"3980":{},"4011":{}},"parent":{"3728":{},"3729":{},"3730":{},"3731":{},"3732":{},"3733":{},"3734":{},"3735":{},"3736":{},"3737":{},"3738":{},"3739":{},"3740":{},"3741":{},"3742":{},"3743":{},"3744":{},"3745":{},"3746":{},"3747":{},"3748":{},"3749":{},"3750":{},"3751":{},"3752":{},"3753":{},"3754":{},"3755":{},"3756":{},"3757":{},"3758":{},"3759":{},"3760":{},"3761":{},"3762":{},"3763":{},"3764":{},"3765":{},"3766":{},"3767":{},"3768":{},"3769":{},"3770":{},"3771":{},"3772":{},"3773":{},"3774":{},"3775":{},"3776":{},"3777":{},"3778":{},"3779":{},"3780":{},"3781":{},"3806":{},"3807":{},"3808":{},"3809":{},"3810":{},"3811":{},"3812":{},"3813":{},"3814":{},"3815":{},"3816":{},"3817":{},"3818":{},"3819":{},"3820":{},"3821":{},"3831":{},"3843":{},"3854":{},"3865":{},"3873":{},"3884":{},"3897":{},"3909":{},"3920":{},"3924":{},"3933":{},"3937":{},"3943":{},"3951":{},"3952":{},"3953":{},"3954":{},"3955":{},"3956":{},"3957":{},"3958":{},"3959":{},"3960":{},"3961":{},"3962":{},"3963":{},"3964":{},"3965":{},"3966":{},"3967":{},"3968":{},"3969":{},"3970":{},"3971":{},"3972":{},"3973":{},"3974":{},"3975":{},"3976":{},"3977":{},"3978":{},"3979":{},"3980":{},"3981":{},"3982":{},"3983":{},"3984":{},"3985":{},"3986":{},"3987":{},"3988":{},"3989":{},"3990":{},"3991":{},"3992":{},"3993":{},"3994":{},"3995":{},"3996":{},"3997":{},"3998":{},"3999":{},"4000":{},"4001":{},"4002":{},"4003":{},"4004":{},"4005":{},"4006":{},"4007":{},"4008":{},"4009":{},"4010":{},"4011":{},"4012":{},"4013":{},"4014":{},"4015":{},"4016":{},"4017":{},"4018":{},"4019":{},"4020":{},"4021":{},"4022":{},"4023":{},"4024":{},"4025":{},"4026":{},"4027":{},"4028":{},"4029":{},"4030":{},"4031":{},"4032":{},"4033":{},"4034":{},"4035":{},"4036":{},"4037":{},"4038":{}}}],["shopperlogin.authenticatecustomerbodytype",{"_index":919,"name":{},"parent":{"3822":{}}}],["shopperlogin.authenticatecustomerbodytype.__type",{"_index":921,"name":{},"parent":{"3823":{},"3824":{},"3825":{},"3826":{},"3827":{},"3828":{},"3829":{},"3830":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype",{"_index":930,"name":{},"parent":{"3832":{}}}],["shopperlogin.authorizepasswordlesscustomerbodytype.__type",{"_index":932,"name":{},"parent":{"3833":{},"3834":{},"3835":{},"3836":{},"3837":{},"3838":{},"3839":{},"3840":{},"3841":{},"3842":{}}}],["shopperlogin.authorizewebauthnregistrationbodytype",{"_index":941,"name":{},"parent":{"3844":{}}}],["shopperlogin.authorizewebauthnregistrationbodytype.__type",{"_index":942,"name":{},"parent":{"3845":{},"3846":{},"3847":{},"3848":{},"3849":{},"3850":{},"3851":{},"3852":{},"3853":{}}}],["shopperlogin.getaccesstokenbodytype",{"_index":946,"name":{},"parent":{"3855":{}}}],["shopperlogin.getaccesstokenbodytype.__type",{"_index":948,"name":{},"parent":{"3856":{},"3857":{},"3858":{},"3859":{},"3860":{},"3861":{},"3862":{},"3863":{},"3864":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype",{"_index":954,"name":{},"parent":{"3866":{}}}],["shopperlogin.getpasswordlessaccesstokenbodytype.__type",{"_index":955,"name":{},"parent":{"3867":{},"3868":{},"3869":{},"3870":{},"3871":{},"3872":{}}}],["shopperlogin.getpasswordresettokenbodytype",{"_index":959,"name":{},"parent":{"3874":{}}}],["shopperlogin.getpasswordresettokenbodytype.__type",{"_index":960,"name":{},"parent":{"3875":{},"3876":{},"3877":{},"3878":{},"3879":{},"3880":{},"3881":{},"3882":{},"3883":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype",{"_index":962,"name":{},"parent":{"3885":{}}}],["shopperlogin.getsessionbridgeaccesstokenbodytype.__type",{"_index":963,"name":{},"parent":{"3886":{},"3887":{},"3888":{},"3889":{},"3890":{},"3891":{},"3892":{},"3893":{},"3894":{},"3895":{},"3896":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype",{"_index":968,"name":{},"parent":{"3898":{}}}],["shopperlogin.gettrustedagentaccesstokenbodytype.__type",{"_index":970,"name":{},"parent":{"3899":{},"3900":{},"3901":{},"3902":{},"3903":{},"3904":{},"3905":{},"3906":{},"3907":{},"3908":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype",{"_index":973,"name":{},"parent":{"3910":{}}}],["shopperlogin.gettrustedsystemaccesstokenbodytype.__type",{"_index":974,"name":{},"parent":{"3911":{},"3912":{},"3913":{},"3914":{},"3915":{},"3916":{},"3917":{},"3918":{},"3919":{}}}],["shopperlogin.introspecttokenbodytype",{"_index":977,"name":{},"parent":{"3921":{}}}],["shopperlogin.introspecttokenbodytype.__type",{"_index":979,"name":{},"parent":{"3922":{},"3923":{}}}],["shopperlogin.resetpasswordbodytype",{"_index":982,"name":{},"parent":{"3925":{}}}],["shopperlogin.resetpasswordbodytype.__type",{"_index":983,"name":{},"parent":{"3926":{},"3927":{},"3928":{},"3929":{},"3930":{},"3931":{},"3932":{}}}],["shopperlogin.revoketokenbodytype",{"_index":987,"name":{},"parent":{"3934":{}}}],["shopperlogin.revoketokenbodytype.__type",{"_index":988,"name":{},"parent":{"3935":{},"3936":{}}}],["shopperlogin.shopperlogin",{"_index":885,"name":{},"parent":{"3782":{},"3783":{},"3784":{},"3785":{},"3786":{},"3787":{},"3788":{},"3789":{},"3790":{},"3791":{},"3792":{},"3793":{},"3794":{},"3795":{},"3796":{},"3797":{},"3798":{},"3799":{},"3800":{},"3801":{},"3802":{},"3803":{},"3804":{},"3805":{}}}],["shopperlogin.shopperlogintypes",{"_index":999,"name":{},"parent":{"4039":{},"4040":{},"4041":{},"4042":{},"4043":{},"4044":{},"4045":{},"4046":{},"4047":{},"4048":{},"4049":{},"4050":{},"4051":{},"4052":{},"4053":{},"4054":{},"4055":{},"4056":{},"4057":{},"4058":{},"4059":{},"4060":{},"4061":{},"4062":{},"4063":{},"4064":{},"4065":{},"4066":{},"4067":{},"4068":{},"4069":{},"4070":{},"4071":{},"4072":{},"4073":{},"4074":{},"4075":{},"4076":{},"4077":{},"4078":{},"4079":{},"4080":{},"4081":{},"4082":{},"4083":{},"4084":{},"4085":{},"4086":{},"4087":{},"4088":{},"4089":{},"4090":{},"4091":{},"4092":{},"4093":{}}}],["shopperlogin.startwebauthnauthenticationbodytype",{"_index":990,"name":{},"parent":{"3938":{}}}],["shopperlogin.startwebauthnauthenticationbodytype.__type",{"_index":992,"name":{},"parent":{"3939":{},"3940":{},"3941":{},"3942":{}}}],["shopperlogin.startwebauthnuserregistrationbodytype",{"_index":994,"name":{},"parent":{"3944":{}}}],["shopperlogin.startwebauthnuserregistrationbodytype.__type",{"_index":995,"name":{},"parent":{"3945":{},"3946":{},"3947":{},"3948":{},"3949":{},"3950":{}}}],["shopperlogintypes",{"_index":998,"name":{"4038":{}},"parent":{}}],["shopperorders",{"_index":1000,"name":{"4094":{},"4216":{},"4230":{},"4233":{}},"parent":{"4095":{},"4096":{},"4097":{},"4098":{},"4099":{},"4100":{},"4101":{},"4102":{},"4103":{},"4104":{},"4105":{},"4106":{},"4107":{},"4108":{},"4109":{},"4110":{},"4111":{},"4112":{},"4113":{},"4114":{},"4115":{},"4116":{},"4117":{},"4118":{},"4119":{},"4120":{},"4121":{},"4122":{},"4123":{},"4124":{},"4125":{},"4126":{},"4127":{},"4128":{},"4129":{},"4130":{},"4131":{},"4132":{},"4133":{},"4134":{},"4135":{},"4136":{},"4137":{},"4138":{},"4139":{},"4140":{},"4141":{},"4142":{},"4143":{},"4144":{},"4145":{},"4146":{},"4147":{},"4148":{},"4149":{},"4150":{},"4151":{},"4152":{},"4153":{},"4154":{},"4155":{},"4156":{},"4157":{},"4158":{},"4159":{},"4160":{},"4161":{},"4162":{},"4163":{},"4164":{},"4165":{},"4166":{},"4167":{},"4168":{},"4169":{},"4170":{},"4171":{},"4172":{},"4173":{},"4174":{},"4175":{},"4176":{},"4177":{},"4178":{},"4179":{},"4180":{},"4181":{},"4182":{},"4183":{},"4184":{},"4185":{},"4186":{},"4187":{},"4188":{},"4189":{},"4190":{},"4191":{},"4192":{},"4193":{},"4194":{},"4195":{},"4196":{},"4197":{},"4198":{},"4199":{},"4200":{},"4201":{},"4202":{},"4203":{},"4204":{},"4205":{},"4206":{},"4207":{},"4208":{},"4209":{},"4210":{},"4211":{},"4212":{},"4213":{},"4214":{},"4215":{},"4216":{},"4228":{},"4229":{},"4230":{},"4231":{},"4232":{},"4233":{},"4234":{},"4235":{},"4236":{},"4237":{},"4238":{},"4239":{},"4240":{},"4241":{},"4242":{},"4243":{},"4244":{},"4245":{},"4246":{},"4247":{},"4248":{},"4249":{},"4250":{},"4251":{},"4252":{},"4253":{},"4254":{},"4255":{},"4256":{},"4257":{},"4258":{},"4259":{},"4260":{},"4261":{},"4262":{},"4263":{},"4264":{},"4265":{},"4266":{},"4267":{},"4268":{},"4269":{},"4270":{},"4271":{},"4272":{},"4273":{},"4274":{},"4275":{},"4276":{},"4277":{},"4278":{},"4279":{},"4280":{},"4281":{},"4282":{},"4283":{},"4284":{},"4285":{},"4286":{},"4287":{},"4288":{},"4289":{},"4290":{},"4291":{},"4292":{},"4293":{},"4294":{}}}],["shopperorders.shopperorders",{"_index":1005,"name":{},"parent":{"4217":{},"4218":{},"4219":{},"4220":{},"4221":{},"4222":{},"4223":{},"4224":{},"4225":{},"4226":{},"4227":{}}}],["shopperorders.shopperorderstypes",{"_index":1016,"name":{},"parent":{"4295":{},"4296":{},"4297":{},"4298":{},"4299":{},"4300":{},"4301":{},"4302":{},"4303":{},"4304":{},"4305":{},"4306":{},"4307":{},"4308":{},"4309":{},"4310":{},"4311":{},"4312":{},"4313":{},"4314":{},"4315":{},"4316":{},"4317":{},"4318":{},"4319":{},"4320":{},"4321":{},"4322":{},"4323":{},"4324":{},"4325":{},"4326":{},"4327":{},"4328":{},"4329":{},"4330":{},"4331":{},"4332":{},"4333":{},"4334":{},"4335":{},"4336":{},"4337":{},"4338":{},"4339":{},"4340":{},"4341":{},"4342":{},"4343":{},"4344":{},"4345":{},"4346":{},"4347":{},"4348":{},"4349":{},"4350":{},"4351":{},"4352":{},"4353":{},"4354":{},"4355":{}}}],["shopperorderstypes",{"_index":1015,"name":{"4294":{}},"parent":{}}],["shopperproducts",{"_index":1017,"name":{"4356":{},"4418":{},"4433":{},"4439":{}},"parent":{"4357":{},"4358":{},"4359":{},"4360":{},"4361":{},"4362":{},"4363":{},"4364":{},"4365":{},"4366":{},"4367":{},"4368":{},"4369":{},"4370":{},"4371":{},"4372":{},"4373":{},"4374":{},"4375":{},"4376":{},"4377":{},"4378":{},"4379":{},"4380":{},"4381":{},"4382":{},"4383":{},"4384":{},"4385":{},"4386":{},"4387":{},"4388":{},"4389":{},"4390":{},"4391":{},"4392":{},"4393":{},"4394":{},"4395":{},"4396":{},"4397":{},"4398":{},"4399":{},"4400":{},"4401":{},"4402":{},"4403":{},"4404":{},"4405":{},"4406":{},"4407":{},"4408":{},"4409":{},"4410":{},"4411":{},"4412":{},"4413":{},"4414":{},"4415":{},"4416":{},"4417":{},"4418":{},"4425":{},"4426":{},"4427":{},"4428":{},"4429":{},"4430":{},"4431":{},"4432":{},"4433":{},"4434":{},"4435":{},"4436":{},"4437":{},"4438":{},"4439":{},"4440":{},"4441":{},"4442":{},"4443":{},"4444":{},"4445":{},"4446":{},"4447":{},"4448":{},"4449":{},"4450":{},"4451":{},"4452":{},"4453":{},"4454":{},"4455":{},"4456":{},"4457":{},"4458":{},"4459":{},"4460":{},"4461":{},"4462":{},"4463":{},"4464":{},"4465":{},"4466":{},"4467":{},"4468":{},"4469":{},"4470":{}}}],["shopperproducts.shopperproducts",{"_index":1020,"name":{},"parent":{"4419":{},"4420":{},"4421":{},"4422":{},"4423":{},"4424":{}}}],["shopperproducts.shopperproductstypes",{"_index":1029,"name":{},"parent":{"4471":{},"4472":{},"4473":{},"4474":{},"4475":{},"4476":{},"4477":{},"4478":{},"4479":{},"4480":{},"4481":{},"4482":{},"4483":{},"4484":{},"4485":{},"4486":{},"4487":{},"4488":{},"4489":{},"4490":{},"4491":{},"4492":{},"4493":{},"4494":{},"4495":{},"4496":{},"4497":{},"4498":{},"4499":{},"4500":{},"4501":{},"4502":{},"4503":{},"4504":{}}}],["shopperproductstypes",{"_index":1028,"name":{"4470":{}},"parent":{}}],["shopperpromotions",{"_index":1030,"name":{"4505":{},"4519":{},"4524":{},"4526":{}},"parent":{"4506":{},"4507":{},"4508":{},"4509":{},"4510":{},"4511":{},"4512":{},"4513":{},"4514":{},"4515":{},"4516":{},"4517":{},"4518":{},"4519":{},"4524":{},"4525":{},"4526":{},"4527":{},"4528":{},"4529":{},"4530":{},"4531":{},"4532":{},"4533":{}}}],["shopperpromotions.shopperpromotions",{"_index":1033,"name":{},"parent":{"4520":{},"4521":{},"4522":{},"4523":{}}}],["shopperpromotions.shopperpromotionstypes",{"_index":1037,"name":{},"parent":{"4534":{},"4535":{},"4536":{},"4537":{},"4538":{},"4539":{}}}],["shopperpromotionstypes",{"_index":1036,"name":{"4533":{}},"parent":{}}],["shoppersearch",{"_index":1038,"name":{"4540":{},"4608":{},"4617":{},"4621":{}},"parent":{"4541":{},"4542":{},"4543":{},"4544":{},"4545":{},"4546":{},"4547":{},"4548":{},"4549":{},"4550":{},"4551":{},"4552":{},"4553":{},"4554":{},"4555":{},"4556":{},"4557":{},"4558":{},"4559":{},"4560":{},"4561":{},"4562":{},"4563":{},"4564":{},"4565":{},"4566":{},"4567":{},"4568":{},"4569":{},"4570":{},"4571":{},"4572":{},"4573":{},"4574":{},"4575":{},"4576":{},"4577":{},"4578":{},"4579":{},"4580":{},"4581":{},"4582":{},"4583":{},"4584":{},"4585":{},"4586":{},"4587":{},"4588":{},"4589":{},"4590":{},"4591":{},"4592":{},"4593":{},"4594":{},"4595":{},"4596":{},"4597":{},"4598":{},"4599":{},"4600":{},"4601":{},"4602":{},"4603":{},"4604":{},"4605":{},"4606":{},"4607":{},"4608":{},"4613":{},"4614":{},"4615":{},"4616":{},"4617":{},"4618":{},"4619":{},"4620":{},"4621":{},"4622":{},"4623":{},"4624":{},"4625":{},"4626":{},"4627":{},"4628":{},"4629":{},"4630":{},"4631":{},"4632":{},"4633":{},"4634":{},"4635":{},"4636":{},"4637":{},"4638":{},"4639":{},"4640":{},"4641":{},"4642":{},"4643":{},"4644":{},"4645":{},"4646":{},"4647":{},"4648":{},"4649":{},"4650":{},"4651":{},"4652":{},"4653":{},"4654":{},"4655":{}}}],["shoppersearch.shoppersearch",{"_index":1056,"name":{},"parent":{"4609":{},"4610":{},"4611":{},"4612":{}}}],["shoppersearch.shoppersearchtypes",{"_index":1062,"name":{},"parent":{"4656":{},"4657":{},"4658":{},"4659":{},"4660":{},"4661":{},"4662":{},"4663":{},"4664":{},"4665":{},"4666":{},"4667":{},"4668":{},"4669":{},"4670":{},"4671":{},"4672":{},"4673":{},"4674":{},"4675":{},"4676":{},"4677":{},"4678":{},"4679":{},"4680":{},"4681":{},"4682":{},"4683":{},"4684":{},"4685":{},"4686":{},"4687":{},"4688":{},"4689":{},"4690":{}}}],["shoppersearchtypes",{"_index":1061,"name":{"4655":{}},"parent":{}}],["shopperseo",{"_index":1063,"name":{"4691":{},"4699":{},"4703":{},"4705":{}},"parent":{"4692":{},"4693":{},"4694":{},"4695":{},"4696":{},"4697":{},"4698":{},"4699":{},"4703":{},"4704":{},"4705":{},"4706":{},"4707":{},"4708":{},"4709":{}}}],["shopperseo.shopperseo",{"_index":1065,"name":{},"parent":{"4700":{},"4701":{},"4702":{}}}],["shopperseo.shopperseotypes",{"_index":1068,"name":{},"parent":{"4710":{},"4711":{},"4712":{}}}],["shopperseotypes",{"_index":1067,"name":{"4709":{}},"parent":{}}],["shopperstores",{"_index":1069,"name":{"4713":{},"4731":{},"4736":{},"4738":{}},"parent":{"4714":{},"4715":{},"4716":{},"4717":{},"4718":{},"4719":{},"4720":{},"4721":{},"4722":{},"4723":{},"4724":{},"4725":{},"4726":{},"4727":{},"4728":{},"4729":{},"4730":{},"4731":{},"4736":{},"4737":{},"4738":{},"4739":{},"4740":{},"4741":{},"4742":{},"4743":{},"4744":{},"4745":{},"4746":{},"4747":{}}}],["shopperstores.shopperstores",{"_index":1074,"name":{},"parent":{"4732":{},"4733":{},"4734":{},"4735":{}}}],["shopperstores.shopperstorestypes",{"_index":1078,"name":{},"parent":{"4748":{},"4749":{},"4750":{},"4751":{},"4752":{},"4753":{},"4754":{},"4755":{}}}],["shopperstorestypes",{"_index":1077,"name":{"4747":{}},"parent":{}}],["shortcode",{"_index":7,"name":{"7":{},"1772":{}},"parent":{}}],["site",{"_index":79,"name":{"340":{},"453":{},"568":{},"646":{}},"parent":{}}],["siteconfiguration",{"_index":701,"name":{"3030":{},"3033":{},"3043":{},"3047":{}},"parent":{}}],["sitecustomerlistlink",{"_index":78,"name":{"339":{},"455":{},"570":{},"648":{}},"parent":{}}],["sitestorefrontstatusenum",{"_index":80,"name":{"341":{},"454":{},"569":{},"647":{}},"parent":{}}],["slasadmin",{"_index":1079,"name":{"4756":{},"4790":{},"4820":{},"4826":{}},"parent":{"4757":{},"4758":{},"4759":{},"4760":{},"4761":{},"4762":{},"4763":{},"4764":{},"4765":{},"4766":{},"4767":{},"4768":{},"4769":{},"4770":{},"4771":{},"4772":{},"4773":{},"4774":{},"4775":{},"4776":{},"4777":{},"4778":{},"4779":{},"4780":{},"4781":{},"4782":{},"4783":{},"4784":{},"4785":{},"4786":{},"4787":{},"4788":{},"4789":{},"4790":{},"4812":{},"4813":{},"4814":{},"4815":{},"4816":{},"4817":{},"4818":{},"4819":{},"4820":{},"4821":{},"4822":{},"4823":{},"4824":{},"4825":{},"4826":{},"4827":{},"4828":{},"4829":{},"4830":{},"4831":{},"4832":{},"4833":{},"4834":{},"4835":{},"4836":{},"4837":{},"4838":{},"4839":{},"4840":{},"4841":{},"4842":{},"4843":{}}}],["slasadmin.slasadmin",{"_index":1095,"name":{},"parent":{"4791":{},"4792":{},"4793":{},"4794":{},"4795":{},"4796":{},"4797":{},"4798":{},"4799":{},"4800":{},"4801":{},"4802":{},"4803":{},"4804":{},"4805":{},"4806":{},"4807":{},"4808":{},"4809":{},"4810":{},"4811":{}}}],["slasadmin.slasadmintypes",{"_index":1120,"name":{},"parent":{"4844":{},"4845":{},"4846":{},"4847":{},"4848":{},"4849":{},"4850":{},"4851":{},"4852":{},"4853":{},"4854":{},"4855":{},"4856":{},"4857":{},"4858":{},"4859":{},"4860":{},"4861":{},"4862":{},"4863":{}}}],["slasadmintypes",{"_index":1119,"name":{"4843":{}},"parent":{}}],["sort",{"_index":42,"name":{"41":{},"89":{},"136":{},"177":{},"210":{},"239":{},"279":{},"309":{},"344":{},"456":{},"571":{},"649":{},"1286":{},"1326":{},"1380":{},"1420":{},"1460":{},"1502":{},"1563":{},"1604":{},"1642":{},"1676":{},"1722":{},"1758":{},"2126":{},"2187":{},"2288":{},"2348":{},"2393":{},"2442":{},"2494":{},"2536":{},"4888":{},"4917":{},"4960":{},"4993":{}},"parent":{}}],["sortingrule",{"_index":88,"name":{"352":{},"458":{},"573":{},"651":{}},"parent":{}}],["sortingrulerulecontextenum",{"_index":89,"name":{"353":{},"459":{},"574":{},"652":{}},"parent":{}}],["sortingrulestep",{"_index":86,"name":{"350":{},"460":{},"575":{},"653":{}},"parent":{}}],["sortingrulestepdirectionenum",{"_index":87,"name":{"351":{},"461":{},"576":{},"654":{}},"parent":{}}],["sortsortorderenum",{"_index":43,"name":{"42":{},"90":{},"137":{},"178":{},"211":{},"240":{},"280":{},"310":{},"345":{},"457":{},"572":{},"650":{},"1287":{},"1327":{},"1381":{},"1421":{},"1461":{},"1503":{},"1564":{},"1605":{},"1643":{},"1677":{},"1723":{},"1759":{},"2127":{},"2188":{},"2289":{},"2349":{},"2394":{},"2443":{},"2495":{},"2537":{},"4889":{},"4918":{},"4961":{},"4994":{}},"parent":{}}],["sourcecodegroup",{"_index":1125,"name":{"4896":{},"4919":{},"4962":{},"4995":{}},"parent":{}}],["sourcecodegroups",{"_index":1121,"name":{"4864":{},"4930":{},"4938":{},"4940":{}},"parent":{"4865":{},"4866":{},"4867":{},"4868":{},"4869":{},"4870":{},"4871":{},"4872":{},"4873":{},"4874":{},"4875":{},"4876":{},"4877":{},"4878":{},"4879":{},"4880":{},"4881":{},"4882":{},"4883":{},"4884":{},"4885":{},"4886":{},"4887":{},"4888":{},"4889":{},"4890":{},"4891":{},"4892":{},"4893":{},"4894":{},"4895":{},"4896":{},"4897":{},"4898":{},"4899":{},"4900":{},"4901":{},"4902":{},"4903":{},"4904":{},"4905":{},"4906":{},"4907":{},"4908":{},"4909":{},"4910":{},"4911":{},"4912":{},"4913":{},"4914":{},"4915":{},"4916":{},"4917":{},"4918":{},"4919":{},"4920":{},"4921":{},"4922":{},"4923":{},"4924":{},"4925":{},"4926":{},"4927":{},"4928":{},"4929":{},"4930":{},"4938":{},"4939":{},"4940":{},"4941":{},"4942":{},"4943":{},"4944":{},"4945":{},"4946":{},"4947":{},"4948":{},"4949":{},"4950":{},"4951":{},"4952":{},"4953":{},"4954":{},"4955":{},"4956":{},"4957":{},"4958":{},"4959":{},"4960":{},"4961":{},"4962":{},"4963":{},"4964":{},"4965":{},"4966":{},"4967":{},"4968":{},"4969":{},"4970":{},"4971":{},"4972":{},"4973":{}}}],["sourcecodegroups.sourcecodegroups",{"_index":1127,"name":{},"parent":{"4931":{},"4932":{},"4933":{},"4934":{},"4935":{},"4936":{},"4937":{}}}],["sourcecodegroups.sourcecodegroupstypes",{"_index":1134,"name":{},"parent":{"4974":{},"4975":{},"4976":{},"4977":{},"4978":{},"4979":{},"4980":{},"4981":{},"4982":{},"4983":{},"4984":{},"4985":{},"4986":{},"4987":{},"4988":{},"4989":{},"4990":{},"4991":{},"4992":{},"4993":{},"4994":{},"4995":{},"4996":{},"4997":{},"4998":{},"4999":{},"5000":{},"5001":{},"5002":{},"5003":{},"5004":{},"5005":{}}}],["sourcecodegroupsearchresult",{"_index":1126,"name":{"4897":{},"4920":{},"4963":{},"4996":{}},"parent":{}}],["sourcecodegroupssearch",{"_index":1131,"name":{"4935":{}},"parent":{}}],["sourcecodegroupstypes",{"_index":1133,"name":{"4973":{}},"parent":{}}],["sourcecoderedirectinfo",{"_index":1122,"name":{"4893":{},"4921":{},"4964":{},"4997":{}},"parent":{}}],["sourcecoderedirectinfolocationtypeenum",{"_index":1123,"name":{"4894":{},"4922":{},"4965":{},"4998":{}},"parent":{}}],["sourcecodespecification",{"_index":1124,"name":{"4895":{},"4923":{},"4966":{},"4999":{}},"parent":{}}],["speedsetting",{"_index":243,"name":{"747":{},"867":{},"1066":{},"1189":{}},"parent":{}}],["speedsettingbrotlicompressionenum",{"_index":244,"name":{"748":{},"868":{},"1067":{},"1190":{}},"parent":{}}],["speedsettingearlyhintsenum",{"_index":248,"name":{"752":{},"872":{},"1071":{},"1194":{}},"parent":{}}],["speedsettinghttp2prioritizationenum",{"_index":245,"name":{"749":{},"869":{},"1068":{},"1191":{}},"parent":{}}],["speedsettinghttp2tooriginenum",{"_index":250,"name":{"754":{},"874":{},"1073":{},"1196":{}},"parent":{}}],["speedsettinghttp3enum",{"_index":249,"name":{"753":{},"873":{},"1072":{},"1195":{}},"parent":{}}],["speedsettingpolishenum",{"_index":247,"name":{"751":{},"871":{},"1070":{},"1193":{}},"parent":{}}],["speedsettingsenvelope",{"_index":251,"name":{"755":{},"875":{},"1074":{},"1197":{}},"parent":{}}],["speedsettingwebpenum",{"_index":246,"name":{"750":{},"870":{},"1069":{},"1192":{}},"parent":{}}],["startwebauthnauthentication",{"_index":901,"name":{"3803":{}},"parent":{}}],["startwebauthnauthenticationbodytype",{"_index":989,"name":{"3937":{},"3978":{},"4009":{},"4066":{}},"parent":{}}],["startwebauthnuserregistration",{"_index":902,"name":{"3804":{}},"parent":{}}],["startwebauthnuserregistrationbodytype",{"_index":993,"name":{"3943":{},"3979":{},"4010":{},"4067":{}},"parent":{}}],["state",{"_index":924,"name":{"3826":{},"3908":{}},"parent":{}}],["status",{"_index":481,"name":{"1812":{},"1913":{},"1996":{},"2055":{},"2549":{},"2628":{},"2719":{},"2764":{},"2771":{},"2868":{},"2968":{},"3022":{},"3152":{},"3358":{},"3510":{},"3620":{},"4097":{},"4212":{},"4290":{},"4352":{}},"parent":{}}],["store",{"_index":1071,"name":{"4720":{},"4728":{},"4744":{},"4753":{}},"parent":{}}],["storefrontzonecreateenvelope",{"_index":254,"name":{"758":{},"876":{},"1075":{},"1198":{}},"parent":{}}],["storefrontzonecreaterequest",{"_index":255,"name":{"759":{},"877":{},"1076":{},"1199":{}},"parent":{}}],["storefrontzonecreateresponse",{"_index":252,"name":{"756":{},"878":{},"1077":{},"1200":{}},"parent":{}}],["storefrontzonecreateresponsestatusenum",{"_index":253,"name":{"757":{},"879":{},"1078":{},"1201":{}},"parent":{}}],["storeresult",{"_index":1072,"name":{"4721":{},"4729":{},"4745":{},"4754":{}},"parent":{}}],["stores",{"_index":1073,"name":{"4722":{},"4730":{},"4746":{},"4755":{}},"parent":{}}],["stringtobase64",{"_index":459,"name":{"1787":{}},"parent":{}}],["subscriptionstatusentry",{"_index":709,"name":{"3052":{},"3079":{},"3106":{},"3123":{}},"parent":{}}],["suggestedcategory",{"_index":1043,"name":{"4546":{},"4597":{},"4644":{},"4680":{}},"parent":{}}],["suggestedphrase",{"_index":1041,"name":{"4544":{},"4598":{},"4645":{},"4681":{}},"parent":{}}],["suggestedproduct",{"_index":1053,"name":{"4571":{},"4599":{},"4646":{},"4682":{}},"parent":{}}],["suggestedterm",{"_index":1039,"name":{"4542":{},"4600":{},"4647":{},"4683":{}},"parent":{}}],["suggestedterms",{"_index":1040,"name":{"4543":{},"4601":{},"4648":{},"4684":{}},"parent":{}}],["suggestion",{"_index":1051,"name":{"4568":{},"4602":{},"4649":{},"4685":{}},"parent":{}}],["suggestionresult",{"_index":1055,"name":{"4574":{},"4603":{},"4650":{},"4686":{}},"parent":{}}],["tag",{"_index":45,"name":{"44":{},"91":{},"138":{},"179":{},"2396":{},"2444":{},"2496":{},"2538":{}},"parent":{}}],["taxes",{"_index":643,"name":{"2589":{},"2631":{},"2722":{},"2767":{},"2820":{},"2871":{},"2971":{},"3025":{},"4155":{},"4215":{},"4293":{},"4355":{}},"parent":{}}],["taxitem",{"_index":641,"name":{"2587":{},"2629":{},"2720":{},"2765":{},"2818":{},"2869":{},"2969":{},"3023":{},"4153":{},"4213":{},"4291":{},"4353":{}},"parent":{}}],["taxitems",{"_index":642,"name":{"2588":{},"2630":{},"2721":{},"2766":{},"2819":{},"2870":{},"2970":{},"3024":{},"4154":{},"4214":{},"4292":{},"4354":{}},"parent":{}}],["tenant",{"_index":1092,"name":{"4771":{},"4787":{},"4840":{},"4861":{}},"parent":{}}],["tenant_id",{"_index":991,"name":{"3939":{}},"parent":{}}],["tenantdto",{"_index":1094,"name":{"4773":{},"4789":{},"4842":{},"4863":{}},"parent":{}}],["tenanttierenum",{"_index":1093,"name":{"4772":{},"4788":{},"4841":{},"4862":{}},"parent":{}}],["termfilter",{"_index":30,"name":{"29":{},"92":{},"139":{},"180":{},"199":{},"241":{},"281":{},"311":{},"329":{},"462":{},"577":{},"655":{},"1266":{},"1328":{},"1382":{},"1422":{},"1440":{},"1504":{},"1565":{},"1606":{},"1629":{},"1678":{},"1724":{},"1760":{},"2099":{},"2189":{},"2290":{},"2350":{},"2380":{},"2445":{},"2497":{},"2539":{},"4876":{},"4924":{},"4967":{},"5000":{}},"parent":{}}],["termfilteroperatorenum",{"_index":31,"name":{"30":{},"93":{},"140":{},"181":{},"200":{},"242":{},"282":{},"312":{},"330":{},"463":{},"578":{},"656":{},"1267":{},"1329":{},"1383":{},"1423":{},"1441":{},"1505":{},"1566":{},"1607":{},"1630":{},"1679":{},"1725":{},"1761":{},"2100":{},"2190":{},"2291":{},"2351":{},"2381":{},"2446":{},"2498":{},"2540":{},"4877":{},"4925":{},"4968":{},"5001":{}},"parent":{}}],["termquery",{"_index":21,"name":{"20":{},"94":{},"141":{},"182":{},"190":{},"243":{},"283":{},"313":{},"320":{},"464":{},"579":{},"657":{},"1257":{},"1330":{},"1384":{},"1424":{},"1431":{},"1506":{},"1567":{},"1608":{},"1620":{},"1680":{},"1726":{},"1762":{},"2090":{},"2191":{},"2292":{},"2352":{},"2371":{},"2447":{},"2499":{},"2541":{},"4867":{},"4926":{},"4969":{},"5002":{}},"parent":{}}],["termqueryoperatorenum",{"_index":22,"name":{"21":{},"95":{},"142":{},"183":{},"191":{},"244":{},"284":{},"314":{},"321":{},"465":{},"580":{},"658":{},"1258":{},"1331":{},"1385":{},"1425":{},"1432":{},"1507":{},"1568":{},"1609":{},"1621":{},"1681":{},"1727":{},"1763":{},"2091":{},"2192":{},"2293":{},"2353":{},"2372":{},"2448":{},"2500":{},"2542":{},"4868":{},"4927":{},"4970":{},"5003":{}},"parent":{}}],["termqueryvaluesinner",{"_index":20,"name":{"19":{},"96":{},"143":{},"184":{},"189":{},"245":{},"285":{},"315":{},"319":{},"466":{},"581":{},"659":{},"1256":{},"1332":{},"1386":{},"1426":{},"1430":{},"1508":{},"1569":{},"1610":{},"1619":{},"1682":{},"1728":{},"1764":{},"2089":{},"2193":{},"2294":{},"2354":{},"2370":{},"2449":{},"2501":{},"2543":{},"4866":{},"4928":{},"4971":{},"5004":{}},"parent":{}}],["textquery",{"_index":27,"name":{"26":{},"97":{},"144":{},"185":{},"196":{},"246":{},"286":{},"316":{},"326":{},"467":{},"582":{},"660":{},"1263":{},"1333":{},"1387":{},"1427":{},"1437":{},"1509":{},"1570":{},"1611":{},"1626":{},"1683":{},"1729":{},"1765":{},"2096":{},"2194":{},"2295":{},"2355":{},"2377":{},"2450":{},"2502":{},"2544":{},"4873":{},"4929":{},"4972":{},"5005":{}},"parent":{}}],["timeofday",{"_index":46,"name":{"45":{},"98":{},"145":{},"186":{},"2397":{},"2451":{},"2503":{},"2545":{}},"parent":{}}],["toggleocapicachingpagerule",{"_index":335,"name":{"959":{}},"parent":{}}],["token",{"_index":978,"name":{"3922":{},"3935":{}},"parent":{}}],["token_type_hint",{"_index":980,"name":{"3923":{},"3936":{}},"parent":{}}],["tokenactionrequest",{"_index":883,"name":{"3753":{},"3777":{},"4034":{},"4090":{}},"parent":{}}],["tokenactionrequesttokentypehintenum",{"_index":884,"name":{"3754":{},"3778":{},"4035":{},"4091":{}},"parent":{}}],["tokenrequest",{"_index":457,"name":{"1785":{}},"parent":{}}],["tokenresponse",{"_index":458,"name":{"1786":{},"3742":{},"3779":{},"4036":{},"4092":{}},"parent":{}}],["tokentype",{"_index":872,"name":{"3741":{},"3780":{},"4037":{},"4093":{}},"parent":{}}],["transferbasket",{"_index":668,"name":{"2657":{},"2897":{}},"parent":{}}],["types",{"_index":5,"name":{"5":{}},"parent":{"6":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"17":{}}}],["types.baseuriparameters",{"_index":8,"name":{},"parent":{"7":{},"8":{}}}],["types.customqueryparameters",{"_index":17,"name":{},"parent":{"16":{}}}],["types.customrequestbody",{"_index":19,"name":{},"parent":{"18":{}}}],["unassigncustomergroupmembers",{"_index":417,"name":{"1524":{}},"parent":{}}],["unassignedproductsearchrequest",{"_index":564,"name":{"2141":{},"2195":{},"2296":{},"2356":{}},"parent":{}}],["unassignedproductsearchresult",{"_index":565,"name":{"2142":{},"2196":{},"2297":{},"2357":{}},"parent":{}}],["unassignproductfromcategory",{"_index":157,"name":{"503":{}},"parent":{}}],["unassignvariationfrommasterproduct",{"_index":599,"name":{"2236":{}},"parent":{}}],["unassignvariationgroupfrommasterproduct",{"_index":600,"name":{"2237":{}},"parent":{}}],["updateaddressforcustomerincustomerlist",{"_index":418,"name":{"1525":{}},"parent":{}}],["updateasagentbasket",{"_index":669,"name":{"2658":{},"2898":{}},"parent":{}}],["updateasstorefrontbasket",{"_index":670,"name":{"2659":{},"2899":{}},"parent":{}}],["updatebasket",{"_index":671,"name":{"2660":{},"2900":{}},"parent":{}}],["updatebillingaddressforbasket",{"_index":672,"name":{"2661":{},"2901":{}},"parent":{}}],["updatecampaign",{"_index":74,"name":{"253":{}},"parent":{}}],["updatecatalog",{"_index":158,"name":{"504":{}},"parent":{}}],["updatecategoryincatalog",{"_index":159,"name":{"505":{}},"parent":{}}],["updatecertificate",{"_index":336,"name":{"960":{}},"parent":{}}],["updateciphersuites",{"_index":337,"name":{"961":{}},"parent":{}}],["updatecorspreferences",{"_index":362,"name":{"1242":{}},"parent":{}}],["updatecoupon",{"_index":386,"name":{"1343":{}},"parent":{}}],["updatecouponcodes",{"_index":387,"name":{"1344":{}},"parent":{}}],["updatecustomer",{"_index":821,"name":{"3390":{}},"parent":{}}],["updatecustomeraddress",{"_index":822,"name":{"3391":{}},"parent":{}}],["updatecustomerforbasket",{"_index":673,"name":{"2662":{},"2902":{}},"parent":{}}],["updatecustomerincustomerlist",{"_index":419,"name":{"1526":{}},"parent":{}}],["updatecustomerpassword",{"_index":823,"name":{"3392":{}},"parent":{}}],["updatecustomerpaymentinstrument",{"_index":824,"name":{"3393":{}},"parent":{}}],["updatecustomerproductlist",{"_index":825,"name":{"3394":{}},"parent":{}}],["updatecustomerproductlistitem",{"_index":826,"name":{"3395":{}},"parent":{}}],["updatecustomrule",{"_index":338,"name":{"962":{}},"parent":{}}],["updategiftcertificate",{"_index":435,"name":{"1690":{}},"parent":{}}],["updategiftcertificateiteminbasket",{"_index":674,"name":{"2663":{},"2903":{}},"parent":{}}],["updateiteminbasket",{"_index":675,"name":{"2664":{},"2904":{}},"parent":{}}],["updateitemsinbasket",{"_index":676,"name":{"2665":{},"2905":{}},"parent":{}}],["updatelogpushjob",{"_index":339,"name":{"963":{}},"parent":{}}],["updatemrtrule",{"_index":340,"name":{"964":{}},"parent":{}}],["updatemrtruleset",{"_index":341,"name":{"965":{}},"parent":{}}],["updateorder",{"_index":531,"name":{"1919":{}},"parent":{}}],["updateorderconfirmationstatus",{"_index":532,"name":{"1920":{}},"parent":{}}],["updateorderexportstatus",{"_index":533,"name":{"1921":{}},"parent":{}}],["updateorderexternalstatus",{"_index":534,"name":{"1922":{}},"parent":{}}],["updateorderofcustomrules",{"_index":342,"name":{"966":{}},"parent":{}}],["updateorderpaymentinstrument",{"_index":535,"name":{"1923":{}},"parent":{}}],["updateorderpaymentstatus",{"_index":536,"name":{"1924":{}},"parent":{}}],["updateorderpaymenttransaction",{"_index":537,"name":{"1925":{}},"parent":{}}],["updateordershippingaddress",{"_index":538,"name":{"1926":{}},"parent":{}}],["updateordershippingstatus",{"_index":539,"name":{"1927":{}},"parent":{}}],["updateorderstatus",{"_index":540,"name":{"1928":{}},"parent":{}}],["updatepageshieldpolicy",{"_index":343,"name":{"967":{}},"parent":{}}],["updatepaymentinstrumentfororder",{"_index":1013,"name":{"4226":{}},"parent":{}}],["updatepaymentinstrumentinbasket",{"_index":677,"name":{"2666":{},"2906":{}},"parent":{}}],["updatepriceadjustmentinbasket",{"_index":678,"name":{"2667":{},"2907":{}},"parent":{}}],["updateproduct",{"_index":601,"name":{"2238":{}},"parent":{}}],["updateproductcategoryassignment",{"_index":160,"name":{"506":{}},"parent":{}}],["updateproductoption",{"_index":602,"name":{"2239":{}},"parent":{}}],["updateproductoptionvalue",{"_index":603,"name":{"2240":{}},"parent":{}}],["updatepromotion",{"_index":617,"name":{"2458":{}},"parent":{}}],["updateratelimitingrule",{"_index":344,"name":{"968":{}},"parent":{}}],["updatesecuritysettings",{"_index":345,"name":{"969":{}},"parent":{}}],["updateshipmentforbasket",{"_index":679,"name":{"2668":{},"2908":{}},"parent":{}}],["updateshippingaddressforshipment",{"_index":680,"name":{"2669":{},"2909":{}},"parent":{}}],["updateshippingmethodforshipment",{"_index":681,"name":{"2670":{},"2910":{}},"parent":{}}],["updateshoppercontext",{"_index":734,"name":{"3137":{}},"parent":{}}],["updatesourcecodegroup",{"_index":1132,"name":{"4936":{}},"parent":{}}],["updatespeedsettings",{"_index":346,"name":{"970":{}},"parent":{}}],["updatesubscription",{"_index":722,"name":{"3083":{}},"parent":{}}],["updatesubscriptions",{"_index":723,"name":{"3084":{}},"parent":{}}],["updatevariationattribute",{"_index":604,"name":{"2241":{}},"parent":{}}],["updatevariationattributevalue",{"_index":605,"name":{"2242":{}},"parent":{}}],["updatevariationformasterproduct",{"_index":606,"name":{"2243":{}},"parent":{}}],["updatevariationgroupformasterproduct",{"_index":607,"name":{"2244":{}},"parent":{}}],["updatewafgroup",{"_index":347,"name":{"971":{}},"parent":{}}],["updatewafmanagedruleinruleset",{"_index":348,"name":{"972":{}},"parent":{}}],["updatewafmanagedruleset",{"_index":349,"name":{"973":{}},"parent":{}}],["updatewafrule",{"_index":350,"name":{"974":{}},"parent":{}}],["upsertoriginheadermodification",{"_index":351,"name":{"975":{}},"parent":{}}],["urlmapping",{"_index":1064,"name":{"4695":{},"4698":{},"4708":{},"4712":{}},"parent":{}}],["urlparameters",{"_index":14,"name":{"14":{}},"parent":{}}],["user_agent_header",{"_index":3,"name":{"3":{}},"parent":{}}],["user_agent_value",{"_index":4,"name":{"4":{}},"parent":{}}],["user_id",{"_index":931,"name":{"3833":{},"3845":{},"3875":{},"3932":{},"3942":{},"3947":{}},"parent":{}}],["usid",{"_index":926,"name":{"3828":{},"3836":{},"3858":{},"3895":{},"3906":{},"3911":{}},"parent":{}}],["validatecustomhostname",{"_index":352,"name":{"976":{}},"parent":{}}],["variant",{"_index":102,"name":{"366":{},"468":{},"583":{},"661":{},"2132":{},"2197":{},"2298":{},"2358":{},"3196":{},"3359":{},"3511":{},"3621":{},"4371":{},"4414":{},"4466":{},"4501":{},"4562":{},"4604":{},"4651":{},"4687":{}},"parent":{}}],["variants",{"_index":568,"name":{"2145":{},"2200":{},"2301":{},"2361":{}},"parent":{}}],["variantsearchrequest",{"_index":566,"name":{"2143":{},"2198":{},"2299":{},"2359":{}},"parent":{}}],["variantsearchresult",{"_index":567,"name":{"2144":{},"2199":{},"2300":{},"2360":{}},"parent":{}}],["variationattribute",{"_index":100,"name":{"364":{},"469":{},"584":{},"662":{},"2118":{},"2201":{},"2302":{},"2362":{},"3187":{},"3360":{},"3512":{},"3622":{},"4360":{},"4415":{},"4467":{},"4502":{},"4553":{},"4605":{},"4652":{},"4688":{}},"parent":{}}],["variationattributes",{"_index":569,"name":{"2146":{},"2204":{},"2305":{},"2365":{}},"parent":{}}],["variationattributevalue",{"_index":99,"name":{"363":{},"471":{},"586":{},"664":{},"2117":{},"2203":{},"2304":{},"2364":{},"3186":{},"3361":{},"3513":{},"3623":{},"4359":{},"4416":{},"4468":{},"4503":{},"4552":{},"4606":{},"4653":{},"4689":{}},"parent":{}}],["variationattributevariationattributetypeenum",{"_index":101,"name":{"365":{},"470":{},"585":{},"663":{},"2119":{},"2202":{},"2303":{},"2363":{}},"parent":{}}],["variationgroup",{"_index":103,"name":{"367":{},"472":{},"587":{},"665":{},"2133":{},"2205":{},"2306":{},"2366":{},"3188":{},"3362":{},"3514":{},"3624":{},"4363":{},"4417":{},"4469":{},"4504":{},"4563":{},"4607":{},"4654":{},"4690":{}},"parent":{}}],["variationgroups",{"_index":570,"name":{"2147":{},"2206":{},"2307":{},"2367":{}},"parent":{}}],["version",{"_index":2,"name":{"2":{},"8":{}},"parent":{"3":{},"4":{}}}],["wafgroup",{"_index":268,"name":{"772":{},"892":{},"1091":{},"1214":{}},"parent":{}}],["wafgroupactionenum",{"_index":269,"name":{"773":{},"893":{},"1092":{},"1215":{}},"parent":{}}],["wafgroupenvelope",{"_index":271,"name":{"775":{},"895":{},"1094":{},"1217":{}},"parent":{}}],["wafgroupmodeenum",{"_index":270,"name":{"774":{},"894":{},"1093":{},"1216":{}},"parent":{}}],["wafgroupsenvelope",{"_index":272,"name":{"776":{},"896":{},"1095":{},"1218":{}},"parent":{}}],["wafmanagedrule",{"_index":256,"name":{"760":{},"880":{},"1079":{},"1202":{}},"parent":{}}],["wafmanagedruleenvelope",{"_index":257,"name":{"761":{},"881":{},"1080":{},"1203":{}},"parent":{}}],["wafmanagedrulerequest",{"_index":258,"name":{"762":{},"882":{},"1081":{},"1204":{}},"parent":{}}],["wafmanagedrulesenvelope",{"_index":259,"name":{"763":{},"883":{},"1082":{},"1205":{}},"parent":{}}],["wafmanagedruleset",{"_index":260,"name":{"764":{},"884":{},"1083":{},"1206":{}},"parent":{}}],["wafmanagedrulesetenvelope",{"_index":261,"name":{"765":{},"885":{},"1084":{},"1207":{}},"parent":{}}],["wafmanagedrulesetrequest",{"_index":262,"name":{"766":{},"886":{},"1085":{},"1208":{}},"parent":{}}],["wafmanagedrulesetsenvelope",{"_index":263,"name":{"767":{},"887":{},"1086":{},"1209":{}},"parent":{}}],["wafpackagepatchrequest",{"_index":273,"name":{"777":{},"897":{},"1096":{},"1219":{}},"parent":{}}],["wafpackagepatchrequestactionmodeenum",{"_index":275,"name":{"779":{},"899":{},"1098":{},"1221":{}},"parent":{}}],["wafpackagepatchrequestsensitivityenum",{"_index":274,"name":{"778":{},"898":{},"1097":{},"1220":{}},"parent":{}}],["wafrule",{"_index":276,"name":{"780":{},"900":{},"1099":{},"1222":{}},"parent":{}}],["wafruleactionenum",{"_index":277,"name":{"781":{},"901":{},"1100":{},"1223":{}},"parent":{}}],["wafruledefaultactionenum",{"_index":278,"name":{"782":{},"902":{},"1101":{},"1224":{}},"parent":{}}],["wafruleenvelope",{"_index":279,"name":{"783":{},"903":{},"1102":{},"1225":{}},"parent":{}}],["wafrulepackage",{"_index":264,"name":{"768":{},"888":{},"1087":{},"1210":{}},"parent":{}}],["wafrulepackageactionmodeenum",{"_index":266,"name":{"770":{},"890":{},"1089":{},"1212":{}},"parent":{}}],["wafrulepackageenvelope",{"_index":267,"name":{"771":{},"891":{},"1090":{},"1213":{}},"parent":{}}],["wafrulepackagesensitivityenum",{"_index":265,"name":{"769":{},"889":{},"1088":{},"1211":{}},"parent":{}}],["wafrulesenvelope",{"_index":280,"name":{"784":{},"904":{},"1103":{},"1226":{}},"parent":{}}],["zone",{"_index":281,"name":{"785":{},"905":{},"1104":{},"1227":{}},"parent":{}}],["zonesenvelope",{"_index":283,"name":{"787":{},"907":{},"1106":{},"1229":{}},"parent":{}}],["zonestatusenum",{"_index":282,"name":{"786":{},"906":{},"1105":{},"1228":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/assignments.assignments-3.html b/docs/classes/assignments.assignments-3.html index 58fea407..6fc22765 100644 --- a/docs/classes/assignments.assignments-3.html +++ b/docs/classes/assignments.assignments-3.html @@ -171,7 +171,7 @@

constructor

Parameters

@@ -205,14 +205,14 @@

Methods

assignmentsSearch

  • @@ -296,7 +296,7 @@

    assignmentsSearch

    Parameters

    • -
      options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
      +
      options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

      An object containing the options for this method.

      @@ -310,7 +310,7 @@

      Returns Promise
      @@ -399,7 +399,7 @@

      T: Parameters

      • -
        options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
        +
        options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

        An object containing the options for this method.

        diff --git a/docs/classes/campaigns.campaigns-3.html b/docs/classes/campaigns.campaigns-3.html index 1166e7f2..ba11cfa6 100644 --- a/docs/classes/campaigns.campaigns-3.html +++ b/docs/classes/campaigns.campaigns-3.html @@ -202,7 +202,7 @@

        constructor

        Parameters

        @@ -236,14 +236,14 @@

        Methods

        campaignsSearch

        • @@ -313,7 +313,7 @@

          Supported Query Attributes

          Parameters

          • -
            options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
            +
            options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

            An object containing the options for this method.

            @@ -327,7 +327,7 @@

            Returns Promise
            @@ -402,7 +402,7 @@

            T: Parameters

            • -
              options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
              +
              options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

              An object containing the options for this method.

              @@ -427,14 +427,14 @@

              Returns Promise

              createCampaign

              • @@ -445,7 +445,7 @@

                createCampaign

                Parameters

                • -
                  options: RequireParametersUnlessAllAreOptional<{ body: Campaign; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                  +
                  options: RequireParametersUnlessAllAreOptional<{ body: Campaign & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                  An object containing the options for this method.

                  @@ -459,7 +459,7 @@

                  Returns Promise
                  @@ -473,7 +473,7 @@

                  T: Parameters

                  • -
                    options: RequireParametersUnlessAllAreOptional<{ body: Campaign; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                    +
                    options: RequireParametersUnlessAllAreOptional<{ body: Campaign & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                    An object containing the options for this method.

                    @@ -505,7 +505,7 @@

                    deleteCampaign

                  • @@ -530,7 +530,7 @@

                    Returns Promise
                    @@ -576,7 +576,7 @@

                    getCampaign

                  • @@ -601,7 +601,7 @@

                    Returns Promise
                    @@ -640,14 +640,14 @@

                    Returns Promise

                    updateCampaign

                    • @@ -658,7 +658,7 @@

                      updateCampaign

                      Parameters

                      • -
                        options: RequireParametersUnlessAllAreOptional<{ body: Campaign; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                        +
                        options: RequireParametersUnlessAllAreOptional<{ body: Campaign & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                        An object containing the options for this method.

                        @@ -672,7 +672,7 @@

                        Returns Promise
                        @@ -686,7 +686,7 @@

                        T: Parameters

                        • -
                          options: RequireParametersUnlessAllAreOptional<{ body: Campaign; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                          +
                          options: RequireParametersUnlessAllAreOptional<{ body: Campaign & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ campaignId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                          An object containing the options for this method.

                          diff --git a/docs/classes/catalogs.catalogsv1-2.html b/docs/classes/catalogs.catalogsv1-2.html index 07a3afd6..f9b651b5 100644 --- a/docs/classes/catalogs.catalogsv1-2.html +++ b/docs/classes/catalogs.catalogsv1-2.html @@ -92,7 +92,8 @@

                          API Overview

                          Authentication & Authorization

                          The client managing catalog and category information must have access to the Categories and Catalogs resources. This API requires a bearer token in the header of the request. The client accessing the API must first authenticate against Account Manager to get the bearer token.

                          -

                          You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the Authorization Scopes Catalog.

                          +

                          You must include the relevant scope(s) in the client ID used to generate the token. For a full list of required permissions, see the Authorization Scopes Catalog.

                          +

                          For detailed setup instructions, see the Authorization for Admin APIs guide.

                          Use Cases

                          @@ -235,7 +236,7 @@

                          constructor

                          Parameters

                          @@ -269,14 +270,14 @@

                          Methods

                          addProductsToExclusionList

                          • @@ -288,7 +289,7 @@

                            addProductsToExclusionList

                            Parameters

                            • -
                              options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                              +
                              options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                              An object containing the options for this method.

                              @@ -302,7 +303,7 @@

                              Returns Promise
                              @@ -319,7 +320,7 @@

                              T: Parameters

                              • -
                                options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                +
                                options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                An object containing the options for this method.

                                @@ -344,14 +345,14 @@

                                Returns Promise

                                assignProductToCategory

                                • @@ -369,7 +370,7 @@

                                  assignProductToCategory

                                  Parameters

                                  • -
                                    options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                    +
                                    options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                    An object containing the options for this method.

                                    @@ -383,7 +384,7 @@

                                    Returns Promise
                                    @@ -406,7 +407,7 @@

                                    T: Parameters

                                    • -
                                      options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                      +
                                      options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                      An object containing the options for this method.

                                      @@ -431,14 +432,14 @@

                                      Returns Promise

                                      createCategoryInCatalog

                                      • @@ -450,7 +451,7 @@

                                        createCategoryInCatalog

                                        Parameters

                                        • -
                                          options: RequireParametersUnlessAllAreOptional<{ body: Category; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                          +
                                          options: RequireParametersUnlessAllAreOptional<{ body: Category & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                          An object containing the options for this method.

                                          @@ -464,7 +465,7 @@

                                          Returns Promise
                                          @@ -481,7 +482,7 @@

                                          T: Parameters

                                          • -
                                            options: RequireParametersUnlessAllAreOptional<{ body: Category; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                            +
                                            options: RequireParametersUnlessAllAreOptional<{ body: Category & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                            An object containing the options for this method.

                                            @@ -506,14 +507,14 @@

                                            Returns Promise

                                            createCategoryRules

                                            • @@ -525,7 +526,7 @@

                                              createCategoryRules

                                              Parameters

                                              • -
                                                options: RequireParametersUnlessAllAreOptional<{ body: RulesRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                +
                                                options: RequireParametersUnlessAllAreOptional<{ body: RulesRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                An object containing the options for this method.

                                                @@ -539,7 +540,7 @@

                                                Returns Promise
                                                @@ -556,7 +557,7 @@

                                                T: Parameters

                                                • -
                                                  options: RequireParametersUnlessAllAreOptional<{ body: RulesRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                  +
                                                  options: RequireParametersUnlessAllAreOptional<{ body: RulesRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                  An object containing the options for this method.

                                                  @@ -581,14 +582,14 @@

                                                  Returns Promise

                                                  createOrUpdateCategoryRuleCondition

                                                  • @@ -600,7 +601,7 @@

                                                    createOrUpdateCategoryRuleCondition

                                                    Parameters

                                                    • -
                                                      options: RequireParametersUnlessAllAreOptional<{ body: Condition; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; conditionId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                      +
                                                      options: RequireParametersUnlessAllAreOptional<{ body: Condition & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; conditionId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                      An object containing the options for this method.

                                                      @@ -614,7 +615,7 @@

                                                      Returns Promise
                                                      @@ -631,7 +632,7 @@

                                                      T: Parameters

                                                      • -
                                                        options: RequireParametersUnlessAllAreOptional<{ body: Condition; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; conditionId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                        +
                                                        options: RequireParametersUnlessAllAreOptional<{ body: Condition & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; conditionId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                        An object containing the options for this method.

                                                        @@ -656,14 +657,14 @@

                                                        Returns Promise

                                                        createUpdateRule

                                                        • @@ -675,7 +676,7 @@

                                                          createUpdateRule

                                                          Parameters

                                                          • -
                                                            options: RequireParametersUnlessAllAreOptional<{ body: RuleRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                            +
                                                            options: RequireParametersUnlessAllAreOptional<{ body: RuleRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                            An object containing the options for this method.

                                                            @@ -689,7 +690,7 @@

                                                            Returns Promise
                                                            @@ -706,7 +707,7 @@

                                                            T: Parameters

                                                            • -
                                                              options: RequireParametersUnlessAllAreOptional<{ body: RuleRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                              +
                                                              options: RequireParametersUnlessAllAreOptional<{ body: RuleRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; ruleId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                              An object containing the options for this method.

                                                              @@ -738,7 +739,7 @@

                                                              deleteCategoryFromCatalog

                                                            • @@ -764,7 +765,7 @@

                                                              Returns Promise
                                                              @@ -813,7 +814,7 @@

                                                              deleteCategoryRuleCondition

                                                            • @@ -839,7 +840,7 @@

                                                              Returns Promise
                                                              @@ -888,7 +889,7 @@

                                                              deleteCategoryRuleConditions

                                                            • @@ -914,7 +915,7 @@

                                                              Returns Promise
                                                              @@ -963,7 +964,7 @@

                                                              deleteCategoryRules

                                                            • @@ -989,7 +990,7 @@

                                                              Returns Promise
                                                              @@ -1038,7 +1039,7 @@

                                                              deleteRule

                                                            • @@ -1064,7 +1065,7 @@

                                                              Returns Promise
                                                              @@ -1113,7 +1114,7 @@

                                                              getAssignedProductFromCategory

                                                            • @@ -1141,7 +1142,7 @@

                                                              Returns Promise
                                                              @@ -1192,7 +1193,7 @@

                                                              getCatalog

                                                            • @@ -1218,7 +1219,7 @@

                                                              Returns Promise
                                                              @@ -1267,7 +1268,7 @@

                                                              getCatalogs

                                                            • @@ -1293,7 +1294,7 @@

                                                              Returns Promise
                                                              @@ -1342,7 +1343,7 @@

                                                              getCategoriesFromCatalog

                                                            • @@ -1368,7 +1369,7 @@

                                                              Returns Promise
                                                              @@ -1417,7 +1418,7 @@

                                                              getCategorizationStatus

                                                            • @@ -1443,7 +1444,7 @@

                                                              Returns Promise
                                                              @@ -1492,7 +1493,7 @@

                                                              getCategoryFromCatalog

                                                            • @@ -1521,7 +1522,7 @@

                                                              Returns Promise
                                                              @@ -1573,7 +1574,7 @@

                                                              getCategoryRuleCondition

                                                            • @@ -1599,7 +1600,7 @@

                                                              Returns Promise
                                                              @@ -1648,7 +1649,7 @@

                                                              getCategoryRuleConditions

                                                            • @@ -1674,7 +1675,7 @@

                                                              Returns Promise
                                                              @@ -1723,7 +1724,7 @@

                                                              getCategoryRules

                                                            • @@ -1749,7 +1750,7 @@

                                                              Returns Promise
                                                              @@ -1798,7 +1799,7 @@

                                                              getExclusionList

                                                            • @@ -1824,7 +1825,7 @@

                                                              Returns Promise
                                                              @@ -1873,7 +1874,7 @@

                                                              getRuleById

                                                            • @@ -1899,7 +1900,7 @@

                                                              Returns Promise
                                                              @@ -1941,14 +1942,14 @@

                                                              Returns Promise

                                                              removeProductsFromExclusionList

                                                              • @@ -1960,7 +1961,7 @@

                                                                removeProductsFromExclusionList

                                                                Parameters

                                                                • -
                                                                  options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                  +
                                                                  options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                  An object containing the options for this method.

                                                                  @@ -1974,7 +1975,7 @@

                                                                  Returns Promise
                                                                  @@ -1991,7 +1992,7 @@

                                                                  T: Parameters

                                                                  • -
                                                                    options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                    +
                                                                    options: RequireParametersUnlessAllAreOptional<{ body: ExcludedProductRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                    An object containing the options for this method.

                                                                    @@ -2016,14 +2017,14 @@

                                                                    Returns Promise

                                                                    runCategoryRules

                                                                    • @@ -2035,7 +2036,7 @@

                                                                      runCategoryRules

                                                                      Parameters

                                                                      • -
                                                                        options: RequireParametersUnlessAllAreOptional<{ body: ExecutionRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                        +
                                                                        options: RequireParametersUnlessAllAreOptional<{ body: ExecutionRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                        An object containing the options for this method.

                                                                        @@ -2049,7 +2050,7 @@

                                                                        Returns Promise
                                                                        @@ -2066,7 +2067,7 @@

                                                                        T: Parameters

                                                                        • -
                                                                          options: RequireParametersUnlessAllAreOptional<{ body: ExecutionRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                          +
                                                                          options: RequireParametersUnlessAllAreOptional<{ body: ExecutionRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                          An object containing the options for this method.

                                                                          @@ -2091,14 +2092,14 @@

                                                                          Returns Promise

                                                                          searchCatalogs

                                                                          • @@ -2196,7 +2197,7 @@

                                                                            searchCatalogs

                                                                            Parameters

                                                                            • -
                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CatalogSearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                              +
                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CatalogSearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                              An object containing the options for this method.

                                                                              @@ -2210,7 +2211,7 @@

                                                                              Returns Promise
                                                                              @@ -2313,7 +2314,7 @@

                                                                              T: Parameters

                                                                              • -
                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CatalogSearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                +
                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CatalogSearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                An object containing the options for this method.

                                                                                @@ -2338,14 +2339,14 @@

                                                                                Returns Promise

                                                                                searchCategories

                                                                                • @@ -2429,7 +2430,7 @@

                                                                                  searchCategories

                                                                                  Parameters

                                                                                  • -
                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CategorySearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                    +
                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CategorySearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                    An object containing the options for this method.

                                                                                    @@ -2443,7 +2444,7 @@

                                                                                    Returns Promise
                                                                                    @@ -2532,7 +2533,7 @@

                                                                                    T: Parameters

                                                                                    • -
                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: CategorySearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                      +
                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: CategorySearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                      An object containing the options for this method.

                                                                                      @@ -2557,14 +2558,14 @@

                                                                                      Returns Promise

                                                                                      searchCategoriesInCatalog

                                                                                      • @@ -2648,7 +2649,7 @@

                                                                                        searchCategoriesInCatalog

                                                                                        Parameters

                                                                                        • -
                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CatalogCategorySearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                          +
                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CatalogCategorySearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                          An object containing the options for this method.

                                                                                          @@ -2662,7 +2663,7 @@

                                                                                          Returns Promise
                                                                                          @@ -2751,7 +2752,7 @@

                                                                                          T: Parameters

                                                                                          • -
                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CatalogCategorySearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                            +
                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CatalogCategorySearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; levels?: number; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                            An object containing the options for this method.

                                                                                            @@ -2776,14 +2777,14 @@

                                                                                            Returns Promise

                                                                                            searchProductsAssignedToCategory

                                                                                            • @@ -2934,7 +2935,7 @@

                                                                                              searchProductsAssignedToCategory

                                                                                              Parameters

                                                                                              • -
                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignmentSearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; siteId?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                +
                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignmentSearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; siteId?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                An object containing the options for this method.

                                                                                                @@ -2948,7 +2949,7 @@

                                                                                                Returns Promise
                                                                                                @@ -3104,7 +3105,7 @@

                                                                                                T: Parameters

                                                                                                • -
                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignmentSearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; siteId?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                  +
                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignmentSearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; siteId?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                  An object containing the options for this method.

                                                                                                  @@ -3136,7 +3137,7 @@

                                                                                                  unassignProductFromCategory

                                                                                                • @@ -3164,7 +3165,7 @@

                                                                                                  Returns Promise
                                                                                                  @@ -3208,14 +3209,14 @@

                                                                                                  Returns Promise

                                                                                                  updateCatalog

                                                                                                  • @@ -3227,7 +3228,7 @@

                                                                                                    updateCatalog

                                                                                                    Parameters

                                                                                                    • -
                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Catalog; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                      +
                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Catalog & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                      An object containing the options for this method.

                                                                                                      @@ -3241,7 +3242,7 @@

                                                                                                      Returns Promise
                                                                                                      @@ -3258,7 +3259,7 @@

                                                                                                      T: Parameters

                                                                                                      • -
                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Catalog; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                        +
                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Catalog & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                        An object containing the options for this method.

                                                                                                        @@ -3283,14 +3284,14 @@

                                                                                                        Returns Promise

                                                                                                        updateCategoryInCatalog

                                                                                                        • @@ -3302,7 +3303,7 @@

                                                                                                          updateCategoryInCatalog

                                                                                                          Parameters

                                                                                                          • -
                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: Category; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                            +
                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: Category & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                            An object containing the options for this method.

                                                                                                            @@ -3316,7 +3317,7 @@

                                                                                                            Returns Promise
                                                                                                            @@ -3333,7 +3334,7 @@

                                                                                                            T: Parameters

                                                                                                            • -
                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: Category; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                              +
                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: Category & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                              An object containing the options for this method.

                                                                                                              @@ -3358,14 +3359,14 @@

                                                                                                              Returns Promise

                                                                                                              updateProductCategoryAssignment

                                                                                                              • @@ -3383,7 +3384,7 @@

                                                                                                                updateProductCategoryAssignment

                                                                                                                Parameters

                                                                                                                • -
                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                  +
                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                  An object containing the options for this method.

                                                                                                                  @@ -3397,7 +3398,7 @@

                                                                                                                  Returns Promise
                                                                                                                  @@ -3420,7 +3421,7 @@

                                                                                                                  T: Parameters

                                                                                                                  • -
                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                    +
                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CategoryProductAssignment & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ catalogId: string; categoryId: string; organizationId: string; productId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                    An object containing the options for this method.

                                                                                                                    diff --git a/docs/classes/cdnapiprocessapis.cdnzones-2.html b/docs/classes/cdnapiprocessapis.cdnzones-2.html index 87df9c89..61ab77a4 100644 --- a/docs/classes/cdnapiprocessapis.cdnzones-2.html +++ b/docs/classes/cdnapiprocessapis.cdnzones-2.html @@ -241,7 +241,7 @@

                                                                                                                    constructor

                                                                                                                    Parameters

                                                                                                                    @@ -275,14 +275,14 @@

                                                                                                                    Methods

                                                                                                                    addCertificateForZone

                                                                                                                    • @@ -294,7 +294,7 @@

                                                                                                                      addCertificateForZone

                                                                                                                      Parameters

                                                                                                                      • -
                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                        +
                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                        An object containing the options for this method.

                                                                                                                        @@ -308,7 +308,7 @@

                                                                                                                        Returns Promise
                                                                                                                        @@ -325,7 +325,7 @@

                                                                                                                        T: Parameters

                                                                                                                        • -
                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                          +
                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                          An object containing the options for this method.

                                                                                                                          @@ -350,26 +350,26 @@

                                                                                                                          Returns Promise

                                                                                                                          cachePurge

                                                                                                                          • -

                                                                                                                            Purge cache for the specified zone. Use this endpoint to clear cached content and force fresh content to be fetched from origin servers.

                                                                                                                            +

                                                                                                                            Purge cache for the specified zone. Use this endpoint to clear cached content and force fresh content to be fetched from origin servers. Unlike storefronts, SCAPI only uses server-side web tier caching, and eCDN edge caching is not at all applicable to SCAPI.

                                                                                                                            If you would like to get a raw Response object use the other cachePurge function.

                                                                                                                            Parameters

                                                                                                                            • -
                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CachePurgeRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                              +
                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CachePurgeRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                              An object containing the options for this method.

                                                                                                                              @@ -383,12 +383,12 @@

                                                                                                                              Returns Promise
                                                                                                                              -

                                                                                                                              Purge cache for the specified zone. Use this endpoint to clear cached content and force fresh content to be fetched from origin servers.

                                                                                                                              +

                                                                                                                              Purge cache for the specified zone. Use this endpoint to clear cached content and force fresh content to be fetched from origin servers. Unlike storefronts, SCAPI only uses server-side web tier caching, and eCDN edge caching is not at all applicable to SCAPI.

                                                                                                                              Type parameters

                                                                                                                              @@ -400,7 +400,7 @@

                                                                                                                              T: Parameters

                                                                                                                              • -
                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CachePurgeRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                +
                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CachePurgeRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                An object containing the options for this method.

                                                                                                                                @@ -425,14 +425,14 @@

                                                                                                                                Returns Promise

                                                                                                                                createCodeUploadCertificate

                                                                                                                                • @@ -444,7 +444,7 @@

                                                                                                                                  createCodeUploadCertificate

                                                                                                                                  Parameters

                                                                                                                                  • -
                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: MtlsCertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                    +
                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: MtlsCertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                    An object containing the options for this method.

                                                                                                                                    @@ -458,7 +458,7 @@

                                                                                                                                    Returns Promise
                                                                                                                                    @@ -475,7 +475,7 @@

                                                                                                                                    T: Parameters

                                                                                                                                    • -
                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: MtlsCertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                      +
                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: MtlsCertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                      An object containing the options for this method.

                                                                                                                                      @@ -500,14 +500,14 @@

                                                                                                                                      Returns Promise

                                                                                                                                      createCustomRule

                                                                                                                                      • @@ -519,7 +519,7 @@

                                                                                                                                        createCustomRule

                                                                                                                                        Parameters

                                                                                                                                        • -
                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                          +
                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                          An object containing the options for this method.

                                                                                                                                          @@ -533,7 +533,7 @@

                                                                                                                                          Returns Promise
                                                                                                                                          @@ -550,7 +550,7 @@

                                                                                                                                          T: Parameters

                                                                                                                                          • -
                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                            +
                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                            An object containing the options for this method.

                                                                                                                                            @@ -575,14 +575,14 @@

                                                                                                                                            Returns Promise

                                                                                                                                            createLogpushJob

                                                                                                                                            • @@ -594,7 +594,7 @@

                                                                                                                                              createLogpushJob

                                                                                                                                              Parameters

                                                                                                                                              • -
                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: LogpushCreateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                +
                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: LogpushCreateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                An object containing the options for this method.

                                                                                                                                                @@ -608,7 +608,7 @@

                                                                                                                                                Returns Promise
                                                                                                                                                @@ -625,7 +625,7 @@

                                                                                                                                                T: Parameters

                                                                                                                                                • -
                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: LogpushCreateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                  +
                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: LogpushCreateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                  @@ -650,14 +650,14 @@

                                                                                                                                                  Returns Promise

                                                                                                                                                  createLogpushOwnership

                                                                                                                                                  • @@ -669,7 +669,7 @@

                                                                                                                                                    createLogpushOwnership

                                                                                                                                                    Parameters

                                                                                                                                                    • -
                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: LogpushOwnershipPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                      +
                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: LogpushOwnershipPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                      @@ -683,7 +683,7 @@

                                                                                                                                                      Returns Promise
                                                                                                                                                      @@ -700,7 +700,7 @@

                                                                                                                                                      T: Parameters

                                                                                                                                                      • -
                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: LogpushOwnershipPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                        +
                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: LogpushOwnershipPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                        @@ -725,14 +725,14 @@

                                                                                                                                                        Returns Promise

                                                                                                                                                        createMrtRules

                                                                                                                                                        • @@ -744,7 +744,7 @@

                                                                                                                                                          createMrtRules

                                                                                                                                                          Parameters

                                                                                                                                                          • -
                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                            +
                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                            @@ -758,7 +758,7 @@

                                                                                                                                                            Returns Promise
                                                                                                                                                            @@ -775,7 +775,7 @@

                                                                                                                                                            T: Parameters

                                                                                                                                                            • -
                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                              +
                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                              @@ -800,14 +800,14 @@

                                                                                                                                                              Returns Promise

                                                                                                                                                              createPageShieldPolicy

                                                                                                                                                              • @@ -819,7 +819,7 @@

                                                                                                                                                                createPageShieldPolicy

                                                                                                                                                                Parameters

                                                                                                                                                                • -
                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                  +
                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                  @@ -833,7 +833,7 @@

                                                                                                                                                                  Returns Promise
                                                                                                                                                                  @@ -850,7 +850,7 @@

                                                                                                                                                                  T: Parameters

                                                                                                                                                                  • -
                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                    +
                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                    @@ -875,14 +875,14 @@

                                                                                                                                                                    Returns Promise

                                                                                                                                                                    createRateLimitingRule

                                                                                                                                                                    • @@ -894,7 +894,7 @@

                                                                                                                                                                      createRateLimitingRule

                                                                                                                                                                      Parameters

                                                                                                                                                                      • -
                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                        +
                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                        @@ -908,7 +908,7 @@

                                                                                                                                                                        Returns Promise
                                                                                                                                                                        @@ -925,7 +925,7 @@

                                                                                                                                                                        T: Parameters

                                                                                                                                                                        • -
                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPostRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                          +
                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPostRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                          @@ -950,14 +950,14 @@

                                                                                                                                                                          Returns Promise

                                                                                                                                                                          createStorefrontZone

                                                                                                                                                                          • @@ -969,7 +969,7 @@

                                                                                                                                                                            createStorefrontZone

                                                                                                                                                                            Parameters

                                                                                                                                                                            • -
                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: StorefrontZoneCreateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                              +
                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: StorefrontZoneCreateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                              @@ -983,7 +983,7 @@

                                                                                                                                                                              Returns Promise
                                                                                                                                                                              @@ -1000,7 +1000,7 @@

                                                                                                                                                                              T: Parameters

                                                                                                                                                                              • -
                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: StorefrontZoneCreateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                +
                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: StorefrontZoneCreateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                @@ -1032,13 +1032,14 @@

                                                                                                                                                                                deleteCertificate

                                                                                                                                                                              • -

                                                                                                                                                                                If you would like to get a raw Response object use the other deleteCertificate function.

                                                                                                                                                                                +

                                                                                                                                                                                This operation removes both the custom hostname configuration and the associated SSL certificate.

                                                                                                                                                                                +

                                                                                                                                                                                If you would like to get a raw Response object use the other deleteCertificate function.

                                                                                                                                                                                Parameters

                                                                                                                                                                                  @@ -1057,10 +1058,13 @@

                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                  +
                                                                                                                                                                                  +

                                                                                                                                                                                  This operation removes both the custom hostname configuration and the associated SSL certificate.

                                                                                                                                                                                  +

                                                                                                                                                                                  Type parameters

                                                                                                                                                                                    @@ -1103,7 +1107,7 @@

                                                                                                                                                                                    deleteCodeUploadCertificate

                                                                                                                                                                                  • @@ -1129,7 +1133,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1178,7 +1182,7 @@

                                                                                                                                                                                    deleteCustomRule

                                                                                                                                                                                  • @@ -1204,7 +1208,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1253,7 +1257,7 @@

                                                                                                                                                                                    deleteLogpushJob

                                                                                                                                                                                  • @@ -1279,7 +1283,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1328,7 +1332,7 @@

                                                                                                                                                                                    deleteMrtRule

                                                                                                                                                                                  • @@ -1354,7 +1358,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1403,7 +1407,7 @@

                                                                                                                                                                                    deleteMrtRuleset

                                                                                                                                                                                  • @@ -1429,7 +1433,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1478,7 +1482,7 @@

                                                                                                                                                                                    deleteOriginHeaderModification

                                                                                                                                                                                  • @@ -1504,7 +1508,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1553,7 +1557,7 @@

                                                                                                                                                                                    deletePageShieldNotification

                                                                                                                                                                                  • @@ -1579,7 +1583,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1628,7 +1632,7 @@

                                                                                                                                                                                    deletePageShieldPolicy

                                                                                                                                                                                  • @@ -1654,7 +1658,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1703,7 +1707,7 @@

                                                                                                                                                                                    deleteRateLimitingRule

                                                                                                                                                                                  • @@ -1729,7 +1733,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1778,7 +1782,7 @@

                                                                                                                                                                                    getCertificates

                                                                                                                                                                                  • @@ -1804,7 +1808,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1853,7 +1857,7 @@

                                                                                                                                                                                    getCipherSuites

                                                                                                                                                                                  • @@ -1879,7 +1883,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -1928,7 +1932,7 @@

                                                                                                                                                                                    getCodeUploadCertificate

                                                                                                                                                                                  • @@ -1954,7 +1958,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2003,7 +2007,7 @@

                                                                                                                                                                                    getCodeUploadCertificates

                                                                                                                                                                                  • @@ -2029,7 +2033,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2078,7 +2082,7 @@

                                                                                                                                                                                    getCustomRule

                                                                                                                                                                                  • @@ -2104,7 +2108,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2153,7 +2157,7 @@

                                                                                                                                                                                    getCustomRules

                                                                                                                                                                                  • @@ -2179,7 +2183,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2228,7 +2232,7 @@

                                                                                                                                                                                    getLogpushJob

                                                                                                                                                                                  • @@ -2254,7 +2258,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2303,7 +2307,7 @@

                                                                                                                                                                                    getMrtRules

                                                                                                                                                                                  • @@ -2329,7 +2333,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2378,7 +2382,7 @@

                                                                                                                                                                                    getOriginHeaderModification

                                                                                                                                                                                  • @@ -2404,7 +2408,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2453,7 +2457,7 @@

                                                                                                                                                                                    getOwaspWafPackage

                                                                                                                                                                                  • @@ -2479,7 +2483,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2528,7 +2532,7 @@

                                                                                                                                                                                    getPageShieldNotification

                                                                                                                                                                                  • @@ -2554,7 +2558,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2603,7 +2607,7 @@

                                                                                                                                                                                    getPageShieldPolicies

                                                                                                                                                                                  • @@ -2629,7 +2633,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2678,7 +2682,7 @@

                                                                                                                                                                                    getPageShieldPolicy

                                                                                                                                                                                  • @@ -2704,7 +2708,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2753,7 +2757,7 @@

                                                                                                                                                                                    getPageShieldScript

                                                                                                                                                                                  • @@ -2779,7 +2783,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2828,7 +2832,7 @@

                                                                                                                                                                                    getPageShieldScripts

                                                                                                                                                                                  • @@ -2854,7 +2858,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2903,7 +2907,7 @@

                                                                                                                                                                                    getRateLimitingRule

                                                                                                                                                                                  • @@ -2929,7 +2933,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -2978,7 +2982,7 @@

                                                                                                                                                                                    getRateLimitingRules

                                                                                                                                                                                  • @@ -3004,7 +3008,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3053,7 +3057,7 @@

                                                                                                                                                                                    getSecuritySettings

                                                                                                                                                                                  • @@ -3079,7 +3083,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3128,7 +3132,7 @@

                                                                                                                                                                                    getSpeedSettings

                                                                                                                                                                                  • @@ -3154,7 +3158,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3203,7 +3207,7 @@

                                                                                                                                                                                    getWafGroups

                                                                                                                                                                                  • @@ -3229,7 +3233,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3278,7 +3282,7 @@

                                                                                                                                                                                    getWafManagedRulesInRuleset

                                                                                                                                                                                  • @@ -3304,7 +3308,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3353,7 +3357,7 @@

                                                                                                                                                                                    getWafManagedRulesets

                                                                                                                                                                                  • @@ -3379,7 +3383,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3428,7 +3432,7 @@

                                                                                                                                                                                    getWafRule

                                                                                                                                                                                  • @@ -3454,7 +3458,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3503,7 +3507,7 @@

                                                                                                                                                                                    getWafRules

                                                                                                                                                                                  • @@ -3529,7 +3533,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3578,7 +3582,7 @@

                                                                                                                                                                                    getZonesInfo

                                                                                                                                                                                  • @@ -3604,7 +3608,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3653,7 +3657,7 @@

                                                                                                                                                                                    listLogpushJob

                                                                                                                                                                                  • @@ -3679,7 +3683,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3728,7 +3732,7 @@

                                                                                                                                                                                    migrateZoneToWafV2

                                                                                                                                                                                  • @@ -3754,7 +3758,7 @@

                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                    @@ -3796,14 +3800,14 @@

                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                    patchOwaspWafPackage

                                                                                                                                                                                    • @@ -3815,7 +3819,7 @@

                                                                                                                                                                                      patchOwaspWafPackage

                                                                                                                                                                                      Parameters

                                                                                                                                                                                      • -
                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: WafPackagePatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                        +
                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: WafPackagePatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                        @@ -3829,7 +3833,7 @@

                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                        @@ -3846,7 +3850,7 @@

                                                                                                                                                                                        T: Parameters

                                                                                                                                                                                        • -
                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: WafPackagePatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                          +
                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: WafPackagePatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                          @@ -3871,14 +3875,14 @@

                                                                                                                                                                                          Returns Promise

                                                                                                                                                                                          postPageShieldNotification

                                                                                                                                                                                          • @@ -3890,7 +3894,7 @@

                                                                                                                                                                                            postPageShieldNotification

                                                                                                                                                                                            Parameters

                                                                                                                                                                                            • -
                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: PageShieldNotificationWebhookRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                              +
                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: PageShieldNotificationWebhookRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                              @@ -3904,7 +3908,7 @@

                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                              @@ -3921,7 +3925,7 @@

                                                                                                                                                                                              T: Parameters

                                                                                                                                                                                              • -
                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: PageShieldNotificationWebhookRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                +
                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: PageShieldNotificationWebhookRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                @@ -3946,25 +3950,26 @@

                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                toggleOcapiCachingPageRule

                                                                                                                                                                                                • -

                                                                                                                                                                                                  If you would like to get a raw Response object use the other toggleOcapiCachingPageRule function.

                                                                                                                                                                                                  +

                                                                                                                                                                                                  Use this endpoint to toggle the caching behavior for caching requests.

                                                                                                                                                                                                  +

                                                                                                                                                                                                  If you would like to get a raw Response object use the other toggleOcapiCachingPageRule function.

                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                  • -
                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: OCAPICachingToggleRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                    +
                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: OCAPICachingToggleRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                    @@ -3978,10 +3983,13 @@

                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                    +
                                                                                                                                                                                                    +

                                                                                                                                                                                                    Use this endpoint to toggle the caching behavior for caching requests.

                                                                                                                                                                                                    +

                                                                                                                                                                                                    Type parameters

                                                                                                                                                                                                      @@ -3992,7 +4000,7 @@

                                                                                                                                                                                                      T: Parameters

                                                                                                                                                                                                      • -
                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: OCAPICachingToggleRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                        +
                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: OCAPICachingToggleRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                        @@ -4017,14 +4025,14 @@

                                                                                                                                                                                                        Returns Promise

                                                                                                                                                                                                        updateCertificate

                                                                                                                                                                                                        • @@ -4036,7 +4044,7 @@

                                                                                                                                                                                                          updateCertificate

                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                          • -
                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ certificateId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                            +
                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ certificateId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                            @@ -4050,7 +4058,7 @@

                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                            @@ -4067,7 +4075,7 @@

                                                                                                                                                                                                            T: Parameters

                                                                                                                                                                                                            • -
                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ certificateId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                              +
                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ certificateId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                              @@ -4092,14 +4100,14 @@

                                                                                                                                                                                                              Returns Promise

                                                                                                                                                                                                              updateCipherSuites

                                                                                                                                                                                                              • @@ -4111,7 +4119,7 @@

                                                                                                                                                                                                                updateCipherSuites

                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                • -
                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CipherSuitesRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CipherSuitesRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                  @@ -4125,7 +4133,7 @@

                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                  @@ -4142,7 +4150,7 @@

                                                                                                                                                                                                                  T: Parameters

                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CipherSuitesRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CipherSuitesRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                    @@ -4167,14 +4175,14 @@

                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                    updateCustomRule

                                                                                                                                                                                                                    • @@ -4186,7 +4194,7 @@

                                                                                                                                                                                                                      updateCustomRule

                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                        @@ -4200,7 +4208,7 @@

                                                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                                                        @@ -4217,7 +4225,7 @@

                                                                                                                                                                                                                        T: Parameters

                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                          @@ -4242,14 +4250,14 @@

                                                                                                                                                                                                                          Returns Promise

                                                                                                                                                                                                                          updateLogpushJob

                                                                                                                                                                                                                          • @@ -4261,7 +4269,7 @@

                                                                                                                                                                                                                            updateLogpushJob

                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: LogpushUpdateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ jobId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: LogpushUpdateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ jobId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                              @@ -4275,7 +4283,7 @@

                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                              @@ -4292,7 +4300,7 @@

                                                                                                                                                                                                                              T: Parameters

                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: LogpushUpdateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ jobId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: LogpushUpdateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ jobId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                @@ -4317,14 +4325,14 @@

                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                updateMrtRule

                                                                                                                                                                                                                                • @@ -4336,7 +4344,7 @@

                                                                                                                                                                                                                                  updateMrtRule

                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: MRTRulePatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: MRTRulePatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                    @@ -4350,7 +4358,7 @@

                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                    @@ -4367,7 +4375,7 @@

                                                                                                                                                                                                                                    T: Parameters

                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: MRTRulePatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: MRTRulePatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                      @@ -4392,14 +4400,14 @@

                                                                                                                                                                                                                                      Returns Promise

                                                                                                                                                                                                                                      updateMrtRuleset

                                                                                                                                                                                                                                      • @@ -4411,7 +4419,7 @@

                                                                                                                                                                                                                                        updateMrtRuleset

                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesetPatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesetPatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                          @@ -4425,7 +4433,7 @@

                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                          @@ -4442,7 +4450,7 @@

                                                                                                                                                                                                                                          T: Parameters

                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesetPatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: MRTRulesetPatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                            @@ -4467,14 +4475,14 @@

                                                                                                                                                                                                                                            Returns Promise

                                                                                                                                                                                                                                            updateOrderOfCustomRules

                                                                                                                                                                                                                                            • @@ -4486,7 +4494,7 @@

                                                                                                                                                                                                                                              updateOrderOfCustomRules

                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchOrderRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchOrderRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                @@ -4500,7 +4508,7 @@

                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                @@ -4517,7 +4525,7 @@

                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchOrderRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CustomRulesPatchOrderRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                  @@ -4542,14 +4550,14 @@

                                                                                                                                                                                                                                                  Returns Promise

                                                                                                                                                                                                                                                  updatePageShieldPolicy

                                                                                                                                                                                                                                                  • @@ -4561,7 +4569,7 @@

                                                                                                                                                                                                                                                    updatePageShieldPolicy

                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; policyId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; policyId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                      @@ -4575,7 +4583,7 @@

                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                      @@ -4592,7 +4600,7 @@

                                                                                                                                                                                                                                                      T: Parameters

                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; policyId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: PageShieldPolicyRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; policyId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                        @@ -4617,14 +4625,14 @@

                                                                                                                                                                                                                                                        Returns Promise

                                                                                                                                                                                                                                                        updateRateLimitingRule

                                                                                                                                                                                                                                                        • @@ -4636,7 +4644,7 @@

                                                                                                                                                                                                                                                          updateRateLimitingRule

                                                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                            @@ -4650,7 +4658,7 @@

                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                            @@ -4667,7 +4675,7 @@

                                                                                                                                                                                                                                                            T: Parameters

                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPatchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: RateLimitingRulesPatchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                              @@ -4692,14 +4700,14 @@

                                                                                                                                                                                                                                                              Returns Promise

                                                                                                                                                                                                                                                              updateSecuritySettings

                                                                                                                                                                                                                                                              • @@ -4711,7 +4719,7 @@

                                                                                                                                                                                                                                                                updateSecuritySettings

                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: SecuritySetting; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: SecuritySetting & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                  @@ -4725,7 +4733,7 @@

                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                  @@ -4742,7 +4750,7 @@

                                                                                                                                                                                                                                                                  T: Parameters

                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: SecuritySetting; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: SecuritySetting & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                    @@ -4767,14 +4775,14 @@

                                                                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                                                                    updateSpeedSettings

                                                                                                                                                                                                                                                                    • @@ -4786,7 +4794,7 @@

                                                                                                                                                                                                                                                                      updateSpeedSettings

                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: SpeedSetting; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: SpeedSetting & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                        @@ -4800,7 +4808,7 @@

                                                                                                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                                                                                                        @@ -4817,7 +4825,7 @@

                                                                                                                                                                                                                                                                        T: Parameters

                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: SpeedSetting; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: SpeedSetting & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                          @@ -4842,14 +4850,14 @@

                                                                                                                                                                                                                                                                          Returns Promise

                                                                                                                                                                                                                                                                          updateWafGroup

                                                                                                                                                                                                                                                                          • @@ -4861,7 +4869,7 @@

                                                                                                                                                                                                                                                                            updateWafGroup

                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: WafGroup; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ groupId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: WafGroup & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ groupId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                                              @@ -4875,7 +4883,7 @@

                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                              @@ -4892,7 +4900,7 @@

                                                                                                                                                                                                                                                                              T: Parameters

                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: WafGroup; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ groupId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: WafGroup & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ groupId: string; organizationId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                @@ -4917,14 +4925,14 @@

                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                updateWafManagedRuleInRuleset

                                                                                                                                                                                                                                                                                • @@ -4936,7 +4944,7 @@

                                                                                                                                                                                                                                                                                  updateWafManagedRuleInRuleset

                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRuleRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRuleRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                    @@ -4950,7 +4958,7 @@

                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                    @@ -4967,7 +4975,7 @@

                                                                                                                                                                                                                                                                                    T: Parameters

                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRuleRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRuleRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                      @@ -4992,14 +5000,14 @@

                                                                                                                                                                                                                                                                                      Returns Promise

                                                                                                                                                                                                                                                                                      updateWafManagedRuleset

                                                                                                                                                                                                                                                                                      • @@ -5011,7 +5019,7 @@

                                                                                                                                                                                                                                                                                        updateWafManagedRuleset

                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRulesetRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRulesetRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                          @@ -5025,7 +5033,7 @@

                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                          @@ -5042,7 +5050,7 @@

                                                                                                                                                                                                                                                                                          T: Parameters

                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRulesetRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: WAFManagedRulesetRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; rulesetId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                            @@ -5067,14 +5075,14 @@

                                                                                                                                                                                                                                                                                            Returns Promise

                                                                                                                                                                                                                                                                                            updateWafRule

                                                                                                                                                                                                                                                                                            • @@ -5086,7 +5094,7 @@

                                                                                                                                                                                                                                                                                              updateWafRule

                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: WafRule; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: WafRule & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                @@ -5100,7 +5108,7 @@

                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                @@ -5117,7 +5125,7 @@

                                                                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: WafRule; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: WafRule & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; ruleId: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                  @@ -5142,14 +5150,14 @@

                                                                                                                                                                                                                                                                                                  Returns Promise

                                                                                                                                                                                                                                                                                                  upsertOriginHeaderModification

                                                                                                                                                                                                                                                                                                  • @@ -5161,7 +5169,7 @@

                                                                                                                                                                                                                                                                                                    upsertOriginHeaderModification

                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: OriginHeaderModificationPutRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; type: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: OriginHeaderModificationPutRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; type: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                                      @@ -5175,7 +5183,7 @@

                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                      @@ -5192,7 +5200,7 @@

                                                                                                                                                                                                                                                                                                      T: Parameters

                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: OriginHeaderModificationPutRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; type: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: OriginHeaderModificationPutRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; type: string; zoneId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                        @@ -5224,7 +5232,7 @@

                                                                                                                                                                                                                                                                                                        validateCustomHostname

                                                                                                                                                                                                                                                                                                      • @@ -5250,7 +5258,7 @@

                                                                                                                                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                                                                                                                                        diff --git a/docs/classes/corspreferences.corspreferences-5.html b/docs/classes/corspreferences.corspreferences-5.html index 2308f2dd..8d6de311 100644 --- a/docs/classes/corspreferences.corspreferences-5.html +++ b/docs/classes/corspreferences.corspreferences-5.html @@ -76,15 +76,18 @@

                                                                                                                                                                                                                                                                                                        Class CORSPreferences

                                                                                                                                                                                                                                                                                                        Cors Preferences

                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                        *# API Overview - Download API specification

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        *Download API specification

                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                        API Overview

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        The CORS Preferences API allows you to manage your Cross-Origin Resource Sharing (CORS) preferences.

                                                                                                                                                                                                                                                                                                        By specifying which domains are permitted to access a site, you can define exceptions to the same-site policy that browsers would otherwise enforce.

                                                                                                                                                                                                                                                                                                        Authentication & Authorization

                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                        The CORS Preferences API requires an Account Manager token from the Admin APIs.

                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                        You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see Authorization Scopes Catalog.

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request.

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        You must include sfcc.cors-preferences.rw (read-write access) or sfcc.cors-preferences (read-only access) in the client ID used to generate the token. For a full list of permissions, see the Authorization Scopes Catalog.

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        For detailed setup instructions, see the Authorization for Admin APIs.

                                                                                                                                                                                                                                                                                                        Use Cases

                                                                                                                                                                                                                                                                                                        @@ -178,7 +181,7 @@

                                                                                                                                                                                                                                                                                                        constructor

                                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                                        @@ -219,13 +222,14 @@

                                                                                                                                                                                                                                                                                                        deleteCorsPreferences

                                                                                                                                                                                                                                                                                                      • -

                                                                                                                                                                                                                                                                                                        If you would like to get a raw Response object use the other deleteCorsPreferences function.

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        Delete all CORS preferences for the given site.

                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                        If you would like to get a raw Response object use the other deleteCorsPreferences function.

                                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                                          @@ -244,10 +248,13 @@

                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                          Delete all CORS preferences for the given site.

                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                          Type parameters

                                                                                                                                                                                                                                                                                                            @@ -290,13 +297,14 @@

                                                                                                                                                                                                                                                                                                            getCorsPreferences

                                                                                                                                                                                                                                                                                                          • -

                                                                                                                                                                                                                                                                                                            If you would like to get a raw Response object use the other getCorsPreferences function.

                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                            Return all CORS preferences for the given site.

                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                            If you would like to get a raw Response object use the other getCorsPreferences function.

                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                              @@ -315,10 +323,13 @@

                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                              Return all CORS preferences for the given site.

                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                @@ -354,25 +365,26 @@

                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                updateCorsPreferences

                                                                                                                                                                                                                                                                                                                • -

                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other updateCorsPreferences function.

                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                  Create or replace all CORS preferences for the given site.

                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other updateCorsPreferences function.

                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CorsPreferences; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CorsPreferences & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                    @@ -386,10 +398,13 @@

                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                    Create or replace all CORS preferences for the given site.

                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                    Type parameters

                                                                                                                                                                                                                                                                                                                      @@ -400,7 +415,7 @@

                                                                                                                                                                                                                                                                                                                      T: Parameters

                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CorsPreferences; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CorsPreferences & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                        diff --git a/docs/classes/coupons.coupons-3.html b/docs/classes/coupons.coupons-3.html index d354a8af..c1f3a056 100644 --- a/docs/classes/coupons.coupons-3.html +++ b/docs/classes/coupons.coupons-3.html @@ -195,7 +195,7 @@

                                                                                                                                                                                                                                                                                                                        constructor

                                                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                                                        @@ -229,14 +229,14 @@

                                                                                                                                                                                                                                                                                                                        Methods

                                                                                                                                                                                                                                                                                                                        couponRedemptionsSearch

                                                                                                                                                                                                                                                                                                                        • @@ -275,7 +275,7 @@

                                                                                                                                                                                                                                                                                                                          couponRedemptionsSearch

                                                                                                                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                            @@ -289,7 +289,7 @@

                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                            @@ -333,7 +333,7 @@

                                                                                                                                                                                                                                                                                                                            T: Parameters

                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                              @@ -358,14 +358,14 @@

                                                                                                                                                                                                                                                                                                                              Returns Promise

                                                                                                                                                                                                                                                                                                                              couponsSearch

                                                                                                                                                                                                                                                                                                                              • @@ -403,7 +403,7 @@

                                                                                                                                                                                                                                                                                                                                couponsSearch

                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                  @@ -417,7 +417,7 @@

                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                  @@ -460,7 +460,7 @@

                                                                                                                                                                                                                                                                                                                                  T: Parameters

                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                    @@ -485,14 +485,14 @@

                                                                                                                                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                                                                                                                                    createCoupon

                                                                                                                                                                                                                                                                                                                                    • @@ -503,7 +503,7 @@

                                                                                                                                                                                                                                                                                                                                      createCoupon

                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Coupon; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Coupon & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                        @@ -517,7 +517,7 @@

                                                                                                                                                                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                                                                                                                                                                        @@ -531,7 +531,7 @@

                                                                                                                                                                                                                                                                                                                                        T: Parameters

                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: Coupon; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: Coupon & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                          @@ -563,7 +563,7 @@

                                                                                                                                                                                                                                                                                                                                          deleteCoupon

                                                                                                                                                                                                                                                                                                                                        • @@ -588,7 +588,7 @@

                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                          @@ -634,7 +634,7 @@

                                                                                                                                                                                                                                                                                                                                          getCoupon

                                                                                                                                                                                                                                                                                                                                        • @@ -660,7 +660,7 @@

                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                          @@ -709,7 +709,7 @@

                                                                                                                                                                                                                                                                                                                                          getCouponCodes

                                                                                                                                                                                                                                                                                                                                        • @@ -734,7 +734,7 @@

                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                          @@ -773,14 +773,14 @@

                                                                                                                                                                                                                                                                                                                                          Returns Promise

                                                                                                                                                                                                                                                                                                                                          redeemCoupon

                                                                                                                                                                                                                                                                                                                                          • @@ -800,7 +800,7 @@

                                                                                                                                                                                                                                                                                                                                            The coupon code must be redeemable.

                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CouponCodeRedemptionRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CouponCodeRedemptionRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                              @@ -814,7 +814,7 @@

                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                              @@ -839,7 +839,7 @@

                                                                                                                                                                                                                                                                                                                                              T: Parameters

                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CouponCodeRedemptionRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CouponCodeRedemptionRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                @@ -864,14 +864,14 @@

                                                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                                                updateCoupon

                                                                                                                                                                                                                                                                                                                                                • @@ -882,7 +882,7 @@

                                                                                                                                                                                                                                                                                                                                                  updateCoupon

                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: Coupon; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: Coupon & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                    @@ -896,7 +896,7 @@

                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                    @@ -910,7 +910,7 @@

                                                                                                                                                                                                                                                                                                                                                    T: Parameters

                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Coupon; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Coupon & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                      @@ -935,14 +935,14 @@

                                                                                                                                                                                                                                                                                                                                                      Returns Promise

                                                                                                                                                                                                                                                                                                                                                      updateCouponCodes

                                                                                                                                                                                                                                                                                                                                                      • @@ -953,7 +953,7 @@

                                                                                                                                                                                                                                                                                                                                                        updateCouponCodes

                                                                                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CouponMultiCodesRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; delete?: boolean; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CouponMultiCodesRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; delete?: boolean; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                          @@ -967,7 +967,7 @@

                                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                                          @@ -981,7 +981,7 @@

                                                                                                                                                                                                                                                                                                                                                          T: Parameters

                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CouponMultiCodesRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; delete?: boolean; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: CouponMultiCodesRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ couponId: string; delete?: boolean; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                            diff --git a/docs/classes/customers.customers-3.html b/docs/classes/customers.customers-3.html index 7321f491..3e09b838 100644 --- a/docs/classes/customers.customers-3.html +++ b/docs/classes/customers.customers-3.html @@ -80,10 +80,16 @@

                                                                                                                                                                                                                                                                                                                                                            API Overview

                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                            The Customers API enables you to search for and manage customer information within a customer list. It also enables you to search for customer groups.

                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                            Once you find the customer, you can also use the API to manage customer addresses.

                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            Use the Customers API to search for and manage customer information within a customer list. It also enables you to search for customer groups.

                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            Once you find information for a customer, you can also use the API to manage customer addresses.

                                                                                                                                                                                                                                                                                                                                                            The customerNo is created when you create a shopper record. You can create a shopper record using the Customers API or Business Manager. For details, see registerCustomer and Create and Manage Customer Records.

                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                            b2c-commerce-customers-screenshot-1.png*

                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            b2c-commerce-customers-screenshot-1.png

                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            Authentication & Authorization

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request.

                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            You must include the relevant scope(s) in the client ID used to generate the token. For a full list of permissions, see the Authorization Scopes Catalog.

                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            For detailed setup instructions, see the Authorization for Admin APIs guide.*

                                                                                                                                                                                                                                                                                                                                                            For instructions on how to retrieve access token for admin APIs: https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html

                                                                                                                                                                                                                                                                                                                                                            Example with admin auth

                                                                                                                                                                                                                                                                                                                                                            import { Customers, ClientConfig } from "commerce-sdk";
                                                                                                                                                                                                                                                                                                                                                            @@ -141,6 +147,7 @@ 

                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                            Methods

                                                                                                                                                                                                                                                                                                                                                            @@ -171,7 +180,7 @@

                                                                                                                                                                                                                                                                                                                                                            constructor

                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                            @@ -201,18 +210,97 @@

                                                                                                                                                                                                                                                                                                                                                            clientConfig

                                                                                                                                                                                                                                                                                                                                                            Methods

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            assignCustomerGroupMembers

                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Add multiple customers to a (static) customer group. + This endpoint assigns the specified customers to the customer group identified by the given ID. + Only static customer groups support this operation.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other assignCustomerGroupMembers function.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerGroupId: string; customerNos: Array<string>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<CustomerGroupMemberResult>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type CustomerGroupMemberResult.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Add multiple customers to a (static) customer group. + This endpoint assigns the specified customers to the customer group identified by the given ID. + Only static customer groups support this operation.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerGroupId: string; customerNos: Array<string>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : CustomerGroupMemberResult>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type CustomerGroupMemberResult otherwise.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            createAddressForCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                            • @@ -225,7 +313,7 @@

                                                                                                                                                                                                                                                                                                                                                              createAddressForCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                @@ -239,7 +327,7 @@

                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                @@ -257,7 +345,7 @@

                                                                                                                                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                  @@ -282,14 +370,14 @@

                                                                                                                                                                                                                                                                                                                                                                  Returns Promise

                                                                                                                                                                                                                                                                                                                                                                  createCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                                  • @@ -307,7 +395,7 @@

                                                                                                                                                                                                                                                                                                                                                                    createCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Customer; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Customer & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                      @@ -321,7 +409,7 @@

                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                      @@ -344,7 +432,7 @@

                                                                                                                                                                                                                                                                                                                                                                      T: Parameters

                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Customer; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Customer & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; customerNo: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                        @@ -369,14 +457,14 @@

                                                                                                                                                                                                                                                                                                                                                                        Returns Promise

                                                                                                                                                                                                                                                                                                                                                                        createCustomerList

                                                                                                                                                                                                                                                                                                                                                                        • @@ -394,7 +482,7 @@

                                                                                                                                                                                                                                                                                                                                                                          createCustomerList

                                                                                                                                                                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: Customer; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: Customer & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                            @@ -408,7 +496,7 @@

                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                            @@ -431,7 +519,7 @@

                                                                                                                                                                                                                                                                                                                                                                            T: Parameters

                                                                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: Customer; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: Customer & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerListId: string; organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                              @@ -463,7 +551,7 @@

                                                                                                                                                                                                                                                                                                                                                                              deleteCustomerFromCustomerList

                                                                                                                                                                                                                                                                                                                                                                            • @@ -489,7 +577,7 @@

                                                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                                                              @@ -538,7 +626,7 @@

                                                                                                                                                                                                                                                                                                                                                                              getAddressForCustomerFromCustomerList

                                                                                                                                                                                                                                                                                                                                                                            • @@ -564,7 +652,7 @@

                                                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                                                              @@ -613,7 +701,7 @@

                                                                                                                                                                                                                                                                                                                                                                              getAddressesForCustomerFromCustomerList

                                                                                                                                                                                                                                                                                                                                                                            • @@ -640,7 +728,7 @@

                                                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                                                              @@ -690,7 +778,7 @@

                                                                                                                                                                                                                                                                                                                                                                              getCustomerFromCustomerList

                                                                                                                                                                                                                                                                                                                                                                            • @@ -716,7 +804,7 @@

                                                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                                                              @@ -754,6 +842,83 @@

                                                                                                                                                                                                                                                                                                                                                                              Returns Promise

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            getCustomerGroups

                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns a list of all customer groups for a given site in pages. + The default page size is 25 customer groups.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other getCustomerGroups function.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ limit?: number; offset?: number; organizationId: string; select?: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<CustomerGroupResult>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type CustomerGroupResult.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns a list of all customer groups for a given site in pages. + The default page size is 25 customer groups.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ limit?: number; offset?: number; organizationId: string; select?: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : CustomerGroupResult>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type CustomerGroupResult otherwise.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            removeAddressForCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                            @@ -765,7 +930,7 @@

                                                                                                                                                                                                                                                                                                                                                            removeAddressForCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                          • @@ -791,7 +956,7 @@

                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                            @@ -833,14 +998,14 @@

                                                                                                                                                                                                                                                                                                                                                            Returns Promise

                                                                                                                                                                                                                                                                                                                                                            searchCustomerGroup

                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            unassignCustomerGroupMembers

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • unassignCustomerGroupMembers(options?: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerGroupId: string; customerNos: Array<string>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>): Promise<void>
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            • unassignCustomerGroupMembers<T>(options?: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerGroupId: string; customerNos: Array<string>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>, rawResponse?: T): Promise<T extends true ? Response : void>
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Remove multiple customers from a (static) customer group. + This endpoint unassigns the specified customers from the customer group identified by the given ID. + Only static customer groups support this operation.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other unassignCustomerGroupMembers function.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerGroupId: string; customerNos: Array<string>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<void>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type void.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Remove multiple customers from a (static) customer group. + This endpoint unassigns the specified customers from the customer group identified by the given ID. + Only static customer groups support this operation.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerGroupId: string; customerNos: Array<string>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : void>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type void otherwise.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            updateAddressForCustomerInCustomerList

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            searchUnassignedProducts

                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Search for products that are not assigned to a specific category within a catalog. This endpoint helps identify products that exist in the catalog but are not categorized under the specified category.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              The query attribute specifies a complex query that can be used to narrow down the search. The catalogId and categoryId are required parameters to identify the catalog and category context.

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other searchUnassignedProducts function.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<UnassignedProductSearchResult>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type UnassignedProductSearchResult.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Search for products that are not assigned to a specific category within a catalog. This endpoint helps identify products that exist in the catalog but are not categorized under the specified category.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              The query attribute specifies a complex query that can be used to narrow down the search. The catalogId and categoryId are required parameters to identify the catalog and category context.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : UnassignedProductSearchResult>

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type UnassignedProductSearchResult otherwise.

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            unassignVariationFromMasterProduct

                                                                                                                                                                                                                                                                                                                                                            @@ -2712,7 +2790,7 @@

                                                                                                                                                                                                                                                                                                                                                            unassignVariationFromMasterProduct

                                                                                                                                                                                                                                                                                                                                                          • @@ -2739,7 +2817,7 @@

                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                            @@ -2789,7 +2867,7 @@

                                                                                                                                                                                                                                                                                                                                                            unassignVariationGroupFromMasterProduct

                                                                                                                                                                                                                                                                                                                                                          • @@ -2816,7 +2894,7 @@

                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                            @@ -2859,14 +2937,14 @@

                                                                                                                                                                                                                                                                                                                                                            Returns Promise

                                                                                                                                                                                                                                                                                                                                                            updateProduct

                                                                                                                                                                                                                                                                                                                                                          • @@ -264,7 +259,7 @@

                                                                                                                                                                                                                                                                                                                                                            constructor

                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                            @@ -298,26 +293,33 @@

                                                                                                                                                                                                                                                                                                                                                            Methods

                                                                                                                                                                                                                                                                                                                                                            getSubscriptions

                                                                                                                                                                                                                                                                                                                                                            • -

                                                                                                                                                                                                                                                                                                                                                              Retrieve all subcription preferences for the shopper (authenticated or guest)

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Retrieve all subscription preferences for the shopper (authenticated or guest).

                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              Use the 'expand' parameter to include additional fields in the response:

                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                              • expand=["consentStatus"]: Include subscription status information
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              • expand=[]: Default behavior, excludes status for privacy and performance
                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                              The expand parameter provides privacy benefits by not exposing sensitive status + information unless explicitly requested.

                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other getSubscriptions function.

                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; organizationId: string; siteId: string; tags?: Array<string> } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ expand?: Array<GetSubscriptionsExpandEnum>; locale?: LocaleCode; organizationId: string; siteId: string; tags?: Array<string> } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                @@ -331,13 +333,20 @@

                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                Retrieve all subcription preferences for the shopper (authenticated or guest)

                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                Retrieve all subscription preferences for the shopper (authenticated or guest).

                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                Use the 'expand' parameter to include additional fields in the response:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                • expand=["consentStatus"]: Include subscription status information
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • expand=[]: Default behavior, excludes status for privacy and performance
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                The expand parameter provides privacy benefits by not exposing sensitive status + information unless explicitly requested.

                                                                                                                                                                                                                                                                                                                                                                Type parameters

                                                                                                                                                                                                                                                                                                                                                                  @@ -348,7 +357,7 @@

                                                                                                                                                                                                                                                                                                                                                                  T: Parameters

                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; organizationId: string; siteId: string; tags?: Array<string> } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ expand?: Array<GetSubscriptionsExpandEnum>; locale?: LocaleCode; organizationId: string; siteId: string; tags?: Array<string> } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                    @@ -373,26 +382,26 @@

                                                                                                                                                                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                                                                                                                                                                    updateSubscription

                                                                                                                                                                                                                                                                                                                                                                    diff --git a/docs/classes/shoppercontext.shoppercontexts-2.html b/docs/classes/shoppercontext.shoppercontexts-2.html index 5bed1efa..0e5954fc 100644 --- a/docs/classes/shoppercontext.shoppercontexts-2.html +++ b/docs/classes/shoppercontext.shoppercontexts-2.html @@ -92,8 +92,8 @@

                                                                                                                                                                                                                                                                                                                                                                    API Overview

                                                                                                                                                                                                                                                                                                                                                                    Authentication & Authorization

                                                                                                                                                                                                                                                                                                                                                                    The Shopper Context API requires a shopper access token from the Shopper Login and API Access Service (SLAS).

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    You must include sfcc.shopper-context.rw in the client ID used to generate the SLAS token. For a full list of permissions, see the Authorization Scopes Catalog.

                                                                                                                                                                                                                                                                                                                                                                    For details on how to request a shopper access token from SLAS, see the guest user flows for public clients and private clients in the SLAS guides.

                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    Add sfcc.shopper-context.rw to the scopes configuration for the SLAS API client.

                                                                                                                                                                                                                                                                                                                                                                    For more information, see Authorization for Shopper APIs in the Get Started guides.

                                                                                                                                                                                                                                                                                                                                                                    Warning*: As with all APIs, never store access tokens in the browser because this creates a security vulnerability.

                                                                                                                                                                                                                                                                                                                                                                    @@ -179,7 +179,7 @@

                                                                                                                                                                                                                                                                                                                                                                    constructor

                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                    @@ -213,14 +213,14 @@

                                                                                                                                                                                                                                                                                                                                                                    Methods

                                                                                                                                                                                                                                                                                                                                                                    createShopperContext

                                                                                                                                                                                                                                                                                                                                                                    • @@ -231,7 +231,7 @@

                                                                                                                                                                                                                                                                                                                                                                      createShopperContext

                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: ShopperContext; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ evaluateContextWithClientIp?: boolean; organizationId: string; siteId: string; usid: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: ShopperContext & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ evaluateContextWithClientIp?: boolean; organizationId: string; siteId: string; usid: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                        @@ -245,7 +245,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                                                                                                                                                                                                        @@ -259,7 +259,7 @@

                                                                                                                                                                                                                                                                                                                                                                        T: Parameters

                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: ShopperContext; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ evaluateContextWithClientIp?: boolean; organizationId: string; siteId: string; usid: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: ShopperContext & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ evaluateContextWithClientIp?: boolean; organizationId: string; siteId: string; usid: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                          @@ -291,7 +291,7 @@

                                                                                                                                                                                                                                                                                                                                                                          deleteShopperContext

                                                                                                                                                                                                                                                                                                                                                                        • @@ -317,7 +317,7 @@

                                                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                                                          @@ -366,7 +366,7 @@

                                                                                                                                                                                                                                                                                                                                                                          getShopperContext

                                                                                                                                                                                                                                                                                                                                                                        • @@ -391,7 +391,7 @@

                                                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                                                          @@ -430,14 +430,14 @@

                                                                                                                                                                                                                                                                                                                                                                          Returns Promise

                                                                                                                                                                                                                                                                                                                                                                          updateShopperContext

                                                                                                                                                                                                                                                                                                                                                                          • @@ -474,7 +474,7 @@

                                                                                                                                                                                                                                                                                                                                                                            updateShopperContext

                                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: ShopperContext; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ evaluateContextWithClientIp?: boolean; organizationId: string; siteId: string; usid: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: ShopperContext & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ evaluateContextWithClientIp?: boolean; organizationId: string; siteId: string; usid: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                              @@ -488,7 +488,7 @@

                                                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                                                              @@ -530,7 +530,7 @@

                                                                                                                                                                                                                                                                                                                                                                              T: Parameters

                                                                                                                                                                                                                                                                                                                                                                              @@ -230,7 +232,7 @@

                                                                                                                                                                                                                                                                                                                                                                              constructor

                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                              @@ -264,14 +266,14 @@

                                                                                                                                                                                                                                                                                                                                                                              Methods

                                                                                                                                                                                                                                                                                                                                                                              createCustomerAddress

                                                                                                                                                                                                                                                                                                                                                                              • @@ -282,7 +284,7 @@

                                                                                                                                                                                                                                                                                                                                                                                createCustomerAddress

                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                  @@ -296,7 +298,7 @@

                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                  @@ -310,7 +312,7 @@

                                                                                                                                                                                                                                                                                                                                                                                  T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                    @@ -335,14 +337,14 @@

                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                    createCustomerPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                    • @@ -353,7 +355,7 @@

                                                                                                                                                                                                                                                                                                                                                                                      createCustomerPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CustomerPaymentInstrumentRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: CustomerPaymentInstrumentRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                        @@ -367,7 +369,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                        @@ -381,7 +383,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CustomerPaymentInstrumentRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: CustomerPaymentInstrumentRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                          @@ -406,14 +408,14 @@

                                                                                                                                                                                                                                                                                                                                                                                          Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                          createCustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                          • @@ -424,7 +426,7 @@

                                                                                                                                                                                                                                                                                                                                                                                            createCustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductList; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductList & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                              An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                              @@ -438,7 +440,7 @@

                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                              @@ -452,7 +454,7 @@

                                                                                                                                                                                                                                                                                                                                                                                              T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductList; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductList & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                @@ -477,14 +479,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                createCustomerProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                • @@ -506,7 +508,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  createCustomerProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductListItem; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductListItem & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                    @@ -520,7 +522,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                    @@ -547,7 +549,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                    T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductListItem; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductListItem & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                      @@ -579,7 +581,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                      deleteCustomerPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -604,7 +606,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                      @@ -650,7 +652,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                      deleteCustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -676,7 +678,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                      @@ -725,7 +727,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                      deleteCustomerProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -750,7 +752,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                      @@ -789,14 +791,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                      getCustomer

                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -807,7 +809,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                        getCustomer

                                                                                                                                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                          Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; expand?: Array<GetCustomerExpandEnum>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -821,7 +823,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -835,7 +837,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                            Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ customerId: string; expand?: Array<GetCustomerExpandEnum>; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                            @@ -867,7 +869,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                            getCustomerAddress

                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -892,7 +894,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                            @@ -938,7 +940,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                            getCustomerBaskets

                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -963,7 +965,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1002,14 +1004,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                            getCustomerOrders

                                                                                                                                                                                                                                                                                                                                                                                                            • @@ -1020,7 +1022,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                              getCustomerOrders

                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ crossSites?: boolean; customerId: string; from?: string; limit?: number; offset?: number; organizationId: string; siteId: string; status?: string; until?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ crossSites?: boolean; customerId: string; expand?: GetCustomerOrdersExpandEnum; from?: string; limit?: number; offset?: number; organizationId: string; siteId: string; status?: string; until?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -1034,7 +1036,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -1048,7 +1050,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                  Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ crossSites?: boolean; customerId: string; from?: string; limit?: number; offset?: number; organizationId: string; siteId: string; status?: string; until?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ crossSites?: boolean; customerId: string; expand?: GetCustomerOrdersExpandEnum; from?: string; limit?: number; offset?: number; organizationId: string; siteId: string; status?: string; until?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1080,7 +1082,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getCustomerPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1105,7 +1107,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1151,7 +1153,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getCustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1176,7 +1178,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1222,7 +1224,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getCustomerProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1247,7 +1249,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1293,7 +1295,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getCustomerProductLists

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1318,7 +1320,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1364,7 +1366,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getExternalProfile

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1389,7 +1391,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1435,7 +1437,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1460,7 +1462,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1506,7 +1508,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  getPublicProductList

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1531,7 +1533,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1566,6 +1568,81 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                getPublicProductListItems

                                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  The possible expansions are product, images, and availability. For images and availability, the product must be expanded as well. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other getPublicProductListItems function.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<PublicProductListItemResult>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type PublicProductListItemResult.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  The possible expansions are product, images, and availability. For images and availability, the product must be expanded as well. This endpoint accepts a registered customer ShopperToken (JWT) or a guest customer ShopperToken.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +

                                                                                                                                                                                                                                                                                                                                                                                                                    T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<T extends true ? Response : PublicProductListItemResult>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Response if rawResponse is true, a promise of type PublicProductListItemResult otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                getPublicProductListsBySearchTerm

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -1577,7 +1654,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                getPublicProductListsBySearchTerm

                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -1602,7 +1679,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -1641,14 +1718,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                getResetPasswordToken

                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                updateCustomerPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other updateCustomerPaymentInstrument function.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<CustomerPaymentInstrument>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type CustomerPaymentInstrument.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +

                                                                                                                                                                                                                                                                                                                                                                                                                    T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<T extends true ? Response : CustomerPaymentInstrument>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Response if rawResponse is true, a promise of type CustomerPaymentInstrument otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                updateCustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -2239,7 +2387,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  updateCustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                Methods

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                getContent

                                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Get a content asset by its unique identifier. Only content assets that are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Content assets contain rich content that can be displayed on storefronts, including text, HTML, images, and custom attributes.

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes.
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other getContent function.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<Content>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Content.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Get a content asset by its unique identifier. Only content assets that are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Content assets contain rich content that can be displayed on storefronts, including text, HTML, images, and custom attributes.

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes.
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +

                                                                                                                                                                                                                                                                                                                                                                                                                    T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<T extends true ? Response : Content>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Response if rawResponse is true, a promise of type Content otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                getContentFolder

                                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  To access a content folder, you construct a URL using the template shown below. + This template requires you to specify a content folder id and a subfolder level. + In response, the server returns a corresponding content folder document. + Only content folders which are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other getContentFolder function.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<ContentFolder>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type ContentFolder.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  To access a content folder, you construct a URL using the template shown below. + This template requires you to specify a content folder id and a subfolder level. + In response, the server returns a corresponding content folder document. + Only content folders which are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +

                                                                                                                                                                                                                                                                                                                                                                                                                    T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; levels?: number; locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<T extends true ? Response : ContentFolder>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Response if rawResponse is true, a promise of type ContentFolder otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                getContentFolders

                                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  To access one or more content folders, you construct a URL using the template shown below. + This template requires you to specify one or more content folder ids as a query parameter and a subfolder level. + In response, the server returns a result set of corresponding content folder documents. + Only content folders which are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other getContentFolders function.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<ContentFolderResult>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type ContentFolderResult.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  To access one or more content folders, you construct a URL using the template shown below. + This template requires you to specify one or more content folder ids as a query parameter and a subfolder level. + In response, the server returns a result set of corresponding content folder documents. + Only content folders which are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +

                                                                                                                                                                                                                                                                                                                                                                                                                    T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ ids: Array<string>; levels?: number; locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<T extends true ? Response : ContentFolderResult>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Response if rawResponse is true, a promise of type ContentFolderResult otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                getMultipleContent

                                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Get multiple content assets by their identifiers. Only content assets that are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  This endpoint allows you to retrieve multiple content assets in a single request, which is more efficient than making multiple individual requests.

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes.
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  If you would like to get a raw Response object use the other getMultipleContent function.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<ContentResult>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type ContentResult.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Get multiple content assets by their identifiers. Only content assets that are marked as online are returned.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  This endpoint allows you to retrieve multiple content assets in a single request, which is more efficient than making multiple individual requests.

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes.
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +

                                                                                                                                                                                                                                                                                                                                                                                                                    T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ ids: Array<string>; locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise<T extends true ? Response : ContentResult>

                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  A promise of type Response if rawResponse is true, a promise of type ContentResult otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                getPage

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -214,7 +580,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                getPage

                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -223,7 +589,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                getPage

                                                                                                                                                                                                                                                                                                                                                                                                                Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience API when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience Pages endpoints when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.
                                                                                                                                                                                                                                                                                                                                                                                                                • Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the Page Designer Caching Guide.
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -246,7 +612,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -255,7 +621,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience API when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience Pages endpoints when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.
                                                                                                                                                                                                                                                                                                                                                                                                                • Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the Page Designer Caching Guide.
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -301,7 +667,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                getPages

                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -311,7 +677,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                getPages

                                                                                                                                                                                                                                                                                                                                                                                                                You must provide the aspectTypeId along with either a categoryId or a productId. Since you can only create one page-to-product or page-to-category assignment per aspect type, the result contains at most one element.

                                                                                                                                                                                                                                                                                                                                                                                                                Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience API when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience Pages endpoints when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.
                                                                                                                                                                                                                                                                                                                                                                                                                • Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the Page Designer Caching Guide.
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -334,7 +700,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -344,7 +710,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns PromiseYou must provide the aspectTypeId along with either a categoryId or a productId. Since you can only create one page-to-product or page-to-category assignment per aspect type, the result contains at most one element.

                                                                                                                                                                                                                                                                                                                                                                                                                Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience API when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • Currently, you can't use the Shopper Experience Pages endpoints when the storefront password protection feature is enabled.
                                                                                                                                                                                                                                                                                                                                                                                                                • Because this resource uses the GET method, you must not pass sensitive data, for example: payment card information, and must not perform transactional processes within the server-side scripts that are run for the page and components.
                                                                                                                                                                                                                                                                                                                                                                                                                • Be aware that pagecache during fingerprint calculation will only be leveraged for pages and their components that don't use visibility rules. Furthermore the pagecaching of the actual response assembly solely depends on the response instrumentation with the serverside page type and component type script implementations. For more details also see the Page Designer Caching Guide.
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -379,6 +745,101 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                              searchContent

                                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                              • + +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Provides keyword and refinement search functionality for content assets. The search result contains only content + that is online and assigned to a folder.

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Refinement Parameters:* + The following system refinement attribute IDs are supported:

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • fdid: Allows refinement per single content folder ID. Multiple folder IDs are not supported.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                If you would like to get a raw Response object use the other searchContent function.

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                  Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ limit?: number; locale?: LocaleCode; offset?: number; organizationId: string; q?: string; refine?: string; siteId: string; sort?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise<ContentSearchResult>

                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                A promise of type ContentSearchResult.

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                              • + +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Provides keyword and refinement search functionality for content assets. The search result contains only content + that is online and assigned to a folder.

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Refinement Parameters:* + The following system refinement attribute IDs are supported:

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • fdid: Allows refinement per single content folder ID. Multiple folder IDs are not supported.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Important*:

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • Because this resource uses the GET method, you must not pass sensitive data and must not perform transactional processes.
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +

                                                                                                                                                                                                                                                                                                                                                                                                                  T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                  Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ limit?: number; locale?: LocaleCode; offset?: number; organizationId: string; q?: string; refine?: string; siteId: string; sort?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                  Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                  Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise<T extends true ? Response : ContentSearchResult>

                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                A promise of type Response if rawResponse is true, a promise of type ContentSearchResult otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                            diff --git a/docs/classes/shoppergiftcertificates.shoppergiftcertificates-3.html b/docs/classes/shoppergiftcertificates.shoppergiftcertificates-3.html index 6ac81b6d..95787ac7 100644 --- a/docs/classes/shoppergiftcertificates.shoppergiftcertificates-3.html +++ b/docs/classes/shoppergiftcertificates.shoppergiftcertificates-3.html @@ -76,8 +76,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                            Class ShopperGiftCertificates

                                                                                                                                                                                                                                                                                                                                                                                                            Shopper Gift Certificates

                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                            *# API Overview - Download API specification

                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                            *Download API specification

                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                            API Overview

                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                            Use the Shopper Gift Certificates API to obtain gift certificate details.

                                                                                                                                                                                                                                                                                                                                                                                                            Authentication & Authorization

                                                                                                                                                                                                                                                                                                                                                                                                            @@ -171,7 +173,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                            constructor

                                                                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                                                                            @@ -205,14 +207,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                            Methods

                                                                                                                                                                                                                                                                                                                                                                                                            getGiftCertificate

                                                                                                                                                                                                                                                                                                                                                                                                            • @@ -223,7 +225,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                              getGiftCertificate

                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: GiftCertificateRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: GiftCertificateRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -237,7 +239,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -251,7 +253,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -175,7 +180,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                constructor

                                                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -216,7 +221,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                authenticateCustomer

                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -252,7 +257,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -311,7 +316,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                authorizeCustomer

                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -338,7 +343,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                @@ -381,14 +386,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                authorizePasswordlessCustomer

                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -400,7 +405,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  authorizePasswordlessCustomer

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ body: authorizePasswordlessCustomerBodyType; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    Optional options: RequireParametersUnlessAllAreOptional<{ body: authorizePasswordlessCustomerBodyType; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; register_customer?: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -414,7 +419,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -431,7 +436,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    authorizeWebauthnRegistration

                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Authorizes a user to register a WebAuthn credential (passkey). This endpoint validates the user's + credentials and creates a password action token that can be used to start the registration process. + The token is sent to the user via the specified channel (email or SMS).

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      If you would like to get a raw Response object use the other authorizeWebauthnRegistration function.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise<void>

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      A promise of type void.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Authorizes a user to register a WebAuthn credential (passkey). This endpoint validates the user's + credentials and creates a password action token that can be used to start the registration process. + The token is sent to the user via the specified channel (email or SMS).

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • +

                                                                                                                                                                                                                                                                                                                                                                                                                        T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise<T extends true ? Response : void>

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      A promise of type Response if rawResponse is true, a promise of type void otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    finishWebauthnAuthentication

                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Completes the WebAuthn authentication process by verifying the assertion from the authenticator. + Returns OAuth tokens upon successful authentication.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      If you would like to get a raw Response object use the other finishWebauthnAuthentication function.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise<AuthenticateResult>

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      A promise of type AuthenticateResult.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Completes the WebAuthn authentication process by verifying the assertion from the authenticator. + Returns OAuth tokens upon successful authentication.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • +

                                                                                                                                                                                                                                                                                                                                                                                                                        T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise<T extends true ? Response : AuthenticateResult>

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      A promise of type Response if rawResponse is true, a promise of type AuthenticateResult otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    finishWebauthnUserRegistration

                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Completes the WebAuthn registration process by verifying the credential created by the authenticator. + Stores the public key and credential information for future authentication.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      If you would like to get a raw Response object use the other finishWebauthnUserRegistration function.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise<void>

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      A promise of type void.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Completes the WebAuthn registration process by verifying the credential created by the authenticator. + Stores the public key and credential information for future authentication.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • +

                                                                                                                                                                                                                                                                                                                                                                                                                        T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise<T extends true ? Response : void>

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      A promise of type Response if rawResponse is true, a promise of type void otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    getAccessToken

                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -463,7 +701,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getAccessToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -495,7 +733,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -550,7 +788,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getJwksUri

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -578,7 +816,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -629,7 +867,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getPasswordLessAccessToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -655,7 +893,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -704,7 +942,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getPasswordResetToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -730,7 +968,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -779,7 +1017,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getSessionBridgeAccessToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -809,7 +1047,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -862,7 +1100,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getTrustedAgentAccessToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -889,7 +1127,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -939,7 +1177,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getTrustedAgentAuthorizationToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -965,7 +1203,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1014,7 +1252,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getTrustedSystemAccessToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1042,7 +1280,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1093,7 +1331,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getUserInfo

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1119,7 +1357,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1168,7 +1406,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    getWellknownOpenidConfiguration

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1194,7 +1432,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1243,7 +1481,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    introspectToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1269,7 +1507,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1318,7 +1556,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    logoutCustomer

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1346,7 +1584,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1397,7 +1635,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    resetPassword

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1423,7 +1661,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1472,7 +1710,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    revokeToken

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -1498,7 +1736,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -1536,6 +1774,160 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  startWebauthnAuthentication

                                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Starts the WebAuthn authentication process by generating credential request options. + Returns the challenge and allowed credentials for the user to authenticate with.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    If you would like to get a raw Response object use the other startWebauthnAuthentication function.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise<PublicKeyCredentialRequestOptions>

                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    A promise of type PublicKeyCredentialRequestOptions.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Starts the WebAuthn authentication process by generating credential request options. + Returns the challenge and allowed credentials for the user to authenticate with.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +

                                                                                                                                                                                                                                                                                                                                                                                                                      T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise<T extends true ? Response : PublicKeyCredentialRequestOptions>

                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    A promise of type Response if rawResponse is true, a promise of type PublicKeyCredentialRequestOptions otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                                  startWebauthnUserRegistration

                                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Starts the WebAuthn registration process by generating credential creation options. + Returns the challenge and other parameters needed by the authenticator to create a new credential.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    If you would like to get a raw Response object use the other startWebauthnUserRegistration function.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise<object>

                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    A promise of type object.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Starts the WebAuthn registration process by generating credential creation options. + Returns the challenge and other parameters needed by the authenticator to create a new credential.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +

                                                                                                                                                                                                                                                                                                                                                                                                                      T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise<T extends true ? Response : object>

                                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                                    A promise of type Response if rawResponse is true, a promise of type object otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + authorizeWebauthnRegistration +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + finishWebauthnAuthentication +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + finishWebauthnUserRegistration +
                                                                                                                                                                                                                                                                                                                                                                                                                • getAccessToken
                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -1618,6 +2019,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise revokeToken +
                                                                                                                                                                                                                                                                                                                                                                                                                • + startWebauthnAuthentication +
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • + startWebauthnUserRegistration +

                                                                                                                                                                                                                                                                                                                                                                                                              diff --git a/docs/classes/shopperorders.shopperorders-3.html b/docs/classes/shopperorders.shopperorders-3.html index edde5913..57a6b651 100644 --- a/docs/classes/shopperorders.shopperorders-3.html +++ b/docs/classes/shopperorders.shopperorders-3.html @@ -76,8 +76,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                              Class ShopperOrders

                                                                                                                                                                                                                                                                                                                                                                                                              Shopper Orders

                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                              *# API Overview - Download API specification

                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                              *Download API specification

                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                              API Overview

                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                              The Shopper Orders API enables you to:

                                                                                                                                                                                                                                                                                                                                                                                                              • Create orders based on baskets prepared using the Shopper Baskets API.
                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -93,7 +95,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Authentication & Authorization

                                                                                                                                                                                                                                                                                                                                                                                                                The client requesting the product information must have access to the Products resource. The Shopper Products API requires a shopper access token from the Shopper Login and API Access Service (SLAS).

                                                                                                                                                                                                                                                                                                                                                                                                                For details on how to request a shopper access token from SLAS, see the guest user flows for public clients and private clients in the SLAS guides.

                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the Authorization Scopes Catalog.

                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                You must include sfcc.shopper-baskets-orders or sfcc.shopper-baskets-orders.rw in the client ID used to generate the SLAS token. For a full list of permissions, see the Authorization Scopes Catalog.

                                                                                                                                                                                                                                                                                                                                                                                                                Use Cases

                                                                                                                                                                                                                                                                                                                                                                                                                @@ -160,6 +162,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                Methods

                                                                                                                                                                                                                                                                                                                                                                                                                • createOrder
                                                                                                                                                                                                                                                                                                                                                                                                                • createPaymentInstrumentForOrder
                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                • failOrder
                                                                                                                                                                                                                                                                                                                                                                                                                • getOrder
                                                                                                                                                                                                                                                                                                                                                                                                                • getPaymentMethodsForOrder
                                                                                                                                                                                                                                                                                                                                                                                                                • getTaxesFromOrder
                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -184,7 +187,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  constructor

                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -218,14 +221,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                  Methods

                                                                                                                                                                                                                                                                                                                                                                                                                  createOrder

                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -237,7 +240,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    createOrder

                                                                                                                                                                                                                                                                                                                                                                                                                    Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Basket; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: Basket & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -251,7 +254,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -268,7 +271,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Basket; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                        options: RequireParametersUnlessAllAreOptional<{ body: Basket & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                        An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -293,14 +296,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                        createPaymentInstrumentForOrder

                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -315,7 +318,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          createPaymentInstrumentForOrder

                                                                                                                                                                                                                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: OrderPaymentInstrumentRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; orderNo: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: OrderPaymentInstrumentRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ locale?: LocaleCode; orderNo: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -329,7 +332,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -349,7 +352,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            failOrder

                                                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Fails an unplaced order and optionally reopens the basket when indicated. + Creates a HistoryEntry in the failed Order with provided reasonCode.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other failOrder function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<void>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type void.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Fails an unplaced order and optionally reopens the basket when indicated. + Creates a HistoryEntry in the failed Order with provided reasonCode.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : void>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type void otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            getOrder

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -172,7 +177,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            constructor

                                                                                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -213,7 +218,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            deleteClient

                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -239,7 +244,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -288,7 +293,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            deleteIdentityProvider

                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -314,7 +319,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -353,29 +358,179 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            deletePwdlessTemplate

                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            deletePasskeyUser

                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Deletes a passkey user and all associated credentials by username

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other deletePasskeyUser function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<void>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type void.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Deletes a passkey user and all associated credentials by username

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ tenantId: string; userName: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : void>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type void otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            deletePasskeyUserCredential

                                                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Deletes a specific passkey credential for a user

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other deletePasskeyUserCredential function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<void>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type void.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Deletes a specific passkey credential for a user

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ credentialId: string; tenantId: string; userName: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : void>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type void otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            deletePwdActionTemplate

                                                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            registerPwdlessTemplate

                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            registerPwdActionTemplate

                                                                                                                                                                                                                                                                                                                                                                                                                            • Create or update a password action template by client ID.

                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other registerPwdlessTemplate function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other registerPwdActionTemplate function.

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            retrievePwdlessTemplate

                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            retrievePasskeyCredentialByCredentialId

                                                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Retrieves a specific passkey credential by its ID

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other retrievePasskeyCredentialByCredentialId function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<PasskeyCredentialDto>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type PasskeyCredentialDto.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Retrieves a specific passkey credential by its ID

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ credentialId: string; tenantId: string; userName: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : PasskeyCredentialDto>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type PasskeyCredentialDto otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            retrievePasskeyCredentialsByUserName

                                                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Retrieves all passkey credentials associated with a username

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other retrievePasskeyCredentialsByUserName function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<Set<PasskeyCredentialDto>>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Set.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Retrieves all passkey credentials associated with a username

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ tenantId: string; userName: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : Set<PasskeyCredentialDto>>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type Set otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            retrievePasskeyUserByUserName

                                                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Retrieves a passkey user by their username

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other retrievePasskeyUserByUserName function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<PasskeyUserDto>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type PasskeyUserDto.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            • + +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Retrieves a passkey user by their username

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Type parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +

                                                                                                                                                                                                                                                                                                                                                                                                                                T: boolean

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ tenantId: string; userName: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional rawResponse: T
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                Set to true to return entire Response object instead of DTO.

                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise<T extends true ? Response : PasskeyUserDto>

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              A promise of type Response if rawResponse is true, a promise of type PasskeyUserDto otherwise.

                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                                            retrievePwdActionTemplate

                                                                                                                                                                                                                                                                                                                                                                                                                            • Retrieve a password action template by client ID.

                                                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other retrievePwdlessTemplate function.

                                                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                                                              If you would like to get a raw Response object use the other retrievePwdActionTemplate function.

                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ actionType: RetrievePwdlessTemplateActionTypeEnum; channelId: string; clientId: string; templateType: RetrievePwdlessTemplateTemplateTypeEnum; tenantId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                Optional options: RequireParametersUnlessAllAreOptional<{ fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ actionType: RetrievePwdActionTemplateActionTypeEnum; channelId: string; clientId: string; templateType: RetrievePwdActionTemplateTemplateTypeEnum; tenantId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                @@ -1139,7 +1519,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                                @@ -1156,7 +1536,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                                                                                *# API Overview - Download API specification

                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                *Download API specification

                                                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                                                API Overview

                                                                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                                                                APIs that support the creation, update, deletions and search of source code groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                Authentication & Authorization

                                                                                                                                                                                                                                                                                                                                                                                                                                @@ -165,7 +167,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                constructor

                                                                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                @@ -199,14 +201,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                Methods

                                                                                                                                                                                                                                                                                                                                                                                                                                createSourceCodeGroup

                                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -217,7 +219,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                  createSourceCodeGroup

                                                                                                                                                                                                                                                                                                                                                                                                                                  Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                                    options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                    An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -231,7 +233,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -245,7 +247,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                    T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                                      options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                      An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -277,7 +279,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                      deleteSourceCodeGroup

                                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -302,7 +304,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -348,7 +350,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                      getSourceCodeGroup

                                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -373,7 +375,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -412,14 +414,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                      Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                                      sourceCodeGroupsSearch

                                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -498,7 +500,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                        sourceCodeGroupsSearch

                                                                                                                                                                                                                                                                                                                                                                                                                                        Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                                          options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                          An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -512,7 +514,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                          Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -596,7 +598,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                          T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                                            options: RequireParametersUnlessAllAreOptional<{ body: SearchRequest & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                            An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -621,14 +623,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                            Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                                            updateSourceCodeGroup

                                                                                                                                                                                                                                                                                                                                                                                                                                            • @@ -639,7 +641,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                              updateSourceCodeGroup

                                                                                                                                                                                                                                                                                                                                                                                                                                              Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                              • -
                                                                                                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                                                                options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                                An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                                @@ -653,7 +655,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                Returns Promise
                                                                                                                                                                                                                                                                                                                                                                                                                                                @@ -667,7 +669,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                T: Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>
                                                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                                                  options: RequireParametersUnlessAllAreOptional<{ body: SourceCodeGroup & CustomRequestBody; fetchOptions?: RequestInit; headers?: {}; parameters?: CompositeParameters<{ id: string; organizationId: string; siteId: string } & QueryParameters, CommonParameters>; retrySettings?: OperationOptions }>

                                                                                                                                                                                                                                                                                                                                                                                                                                                  An object containing the options for this method.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  diff --git a/docs/index.html b/docs/index.html index 87a5f79f..e8119ef2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -625,7 +625,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Security

                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about security considerations related to developing headless commerce applications, see Security Considerations for Headless Commerce on the Commerce Cloud Developer Center.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you discover any potential security issues, please report them to security@salesforce.com as soon as possible.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you discover any potential security issues, please report them to security@salesforce.com as soon as possible.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Additional Documentation

                                                                                                                                                                                                                                                                                                                                                                                                                                                  diff --git a/docs/interfaces/helpers.islasclient.html b/docs/interfaces/helpers.islasclient.html index 5cb2da68..f9af13ce 100644 --- a/docs/interfaces/helpers.islasclient.html +++ b/docs/interfaces/helpers.islasclient.html @@ -345,12 +345,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Returns Promise CustomApiParameters

                                                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                                                • - CustomQueryParameters -
                                                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                                                • - CustomRequestBody -
                                                                                                                                                                                                                                                                                                                                                                                                                                                • LoginRequest
                                                                                                                                                                                                                                                                                                                                                                                                                                                • diff --git a/docs/interfaces/types.baseuriparameters.html b/docs/interfaces/types.baseuriparameters.html index 003aa157..b1196ac8 100644 --- a/docs/interfaces/types.baseuriparameters.html +++ b/docs/interfaces/types.baseuriparameters.html @@ -160,6 +160,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Optional version

                                                                                                                                                                                                                                                                                                                                                                                                                                                • CompositeParameters
                                                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • + CustomQueryParameters +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • + CustomRequestBody +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • Prettify
                                                                                                                                                                                                                                                                                                                                                                                                                                                • diff --git a/docs/interfaces/types.pathparameters.html b/docs/interfaces/types.pathparameters.html index 9cf7f430..ca79945c 100644 --- a/docs/interfaces/types.pathparameters.html +++ b/docs/interfaces/types.pathparameters.html @@ -123,6 +123,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                                                                                                                                                                                                • CompositeParameters
                                                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • + CustomQueryParameters +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • + CustomRequestBody +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • Prettify
                                                                                                                                                                                                                                                                                                                                                                                                                                                • diff --git a/docs/interfaces/types.queryparameters.html b/docs/interfaces/types.queryparameters.html index 7eaac768..21805c9b 100644 --- a/docs/interfaces/types.queryparameters.html +++ b/docs/interfaces/types.queryparameters.html @@ -123,6 +123,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                                                                                                                                                                                                • CompositeParameters
                                                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • + CustomQueryParameters +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • + CustomRequestBody +
                                                                                                                                                                                                                                                                                                                                                                                                                                                • Prettify
                                                                                                                                                                                                                                                                                                                                                                                                                                                • diff --git a/docs/modules/assignments.html b/docs/modules/assignments.html index 5bc6c95a..510a9224 100644 --- a/docs/modules/assignments.html +++ b/docs/modules/assignments.html @@ -848,7 +848,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -880,7 +880,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1118,7 +1118,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  PromotionCampaignAssignmentSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -1344,7 +1344,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  diff --git a/docs/modules/campaigns.html b/docs/modules/campaigns.html index ad035b02..503be59f 100644 --- a/docs/modules/campaigns.html +++ b/docs/modules/campaigns.html @@ -629,7 +629,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  CampaignSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -772,7 +772,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -804,7 +804,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@ -980,7 +980,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  diff --git a/docs/modules/catalogs.CatalogsV1Types.html b/docs/modules/catalogs.CatalogsV1Types.html index d012d79e..907a4cb2 100644 --- a/docs/modules/catalogs.CatalogsV1Types.html +++ b/docs/modules/catalogs.CatalogsV1Types.html @@ -95,7 +95,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Condition
                                                                                                                                                                                                                                                                                                                                                                                                                                                • ConditionOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                                                • ConditionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                                                • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                                                • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                                                • ExcludedProduct
                                                                                                                                                                                                                                                                                                                                                                                                                                                • ExcludedProductRequest
                                                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -113,7 +112,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Money
                                                                                                                                                                                                                                                                                                                                                                                                                                                • NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                                                • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                                                • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                                                • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                                                • PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                                                • PathRecord
                                                                                                                                                                                                                                                                                                                                                                                                                                                • @@ -352,23 +350,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ConditionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode: CatalogsV1ModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            ErrorResponse: CatalogsV1ModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -378,7 +366,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExcludedProduct

                                                                                                                                                                                                                                                                                                                                                                                                                            ExcludedProduct: CatalogsV1ModelTypes.ExcludedProduct
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -388,7 +376,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExcludedProductRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            ExcludedProductRequest: CatalogsV1ModelTypes.ExcludedProductRequest
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -398,7 +386,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExcludedProductsResult

                                                                                                                                                                                                                                                                                                                                                                                                                            ExcludedProductsResult: CatalogsV1ModelTypes.ExcludedProductsResult
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -408,7 +396,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionJobStatusResult

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionJobStatusResult: CatalogsV1ModelTypes.ExecutionJobStatusResult
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -418,7 +406,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionJobStatusResultJobStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionJobStatusResultJobStatusEnum: CatalogsV1ModelTypes.ExecutionJobStatusResultJobStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -428,7 +416,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionJobStatusResultTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionJobStatusResultTypeEnum: CatalogsV1ModelTypes.ExecutionJobStatusResultTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -438,7 +426,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            ExecutionRequest: CatalogsV1ModelTypes.ExecutionRequest
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -448,7 +436,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Filter

                                                                                                                                                                                                                                                                                                                                                                                                                            Filter: CatalogsV1ModelTypes.Filter
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -458,7 +446,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            FilteredQuery

                                                                                                                                                                                                                                                                                                                                                                                                                            FilteredQuery: CatalogsV1ModelTypes.FilteredQuery
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -468,7 +456,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ImageGroup

                                                                                                                                                                                                                                                                                                                                                                                                                            ImageGroup: CatalogsV1ModelTypes.ImageGroup
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -478,7 +466,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MarkupText

                                                                                                                                                                                                                                                                                                                                                                                                                            MarkupText: CatalogsV1ModelTypes.MarkupText
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -488,7 +476,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Master

                                                                                                                                                                                                                                                                                                                                                                                                                            Master: CatalogsV1ModelTypes.Master
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -498,7 +486,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MediaFile

                                                                                                                                                                                                                                                                                                                                                                                                                            MediaFile: CatalogsV1ModelTypes.MediaFile
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -508,7 +496,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Money

                                                                                                                                                                                                                                                                                                                                                                                                                            Money: CatalogsV1ModelTypes.Money
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -518,7 +506,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            NestedQuery

                                                                                                                                                                                                                                                                                                                                                                                                                            NestedQuery: CatalogsV1ModelTypes.NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -528,17 +516,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            NestedQueryScoreModeEnum: CatalogsV1ModelTypes.NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            - -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            NoValue: CatalogsV1ModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -548,7 +526,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedResultBase: CatalogsV1ModelTypes.PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -558,7 +536,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedSearchResult: CatalogsV1ModelTypes.PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -568,7 +546,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PathRecord

                                                                                                                                                                                                                                                                                                                                                                                                                            PathRecord: CatalogsV1ModelTypes.PathRecord
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -578,7 +556,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Product

                                                                                                                                                                                                                                                                                                                                                                                                                            Product: CatalogsV1ModelTypes.Product
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -588,7 +566,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductOption

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductOption: CatalogsV1ModelTypes.ProductOption
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -598,7 +576,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductOptionSortingModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductOptionSortingModeEnum: CatalogsV1ModelTypes.ProductOptionSortingModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -608,7 +586,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductOptionValue

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductOptionValue: CatalogsV1ModelTypes.ProductOptionValue
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -618,7 +596,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductType

                                                                                                                                                                                                                                                                                                                                                                                                                            ProductType: CatalogsV1ModelTypes.ProductType
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -628,7 +606,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Query

                                                                                                                                                                                                                                                                                                                                                                                                                            Query: CatalogsV1ModelTypes.Query
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -638,7 +616,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            QueryFilter

                                                                                                                                                                                                                                                                                                                                                                                                                            QueryFilter: CatalogsV1ModelTypes.QueryFilter
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -648,7 +626,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Range2Filter

                                                                                                                                                                                                                                                                                                                                                                                                                            Range2Filter: CatalogsV1ModelTypes.Range2Filter
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -658,7 +636,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Range2FilterFilterModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            Range2FilterFilterModeEnum: CatalogsV1ModelTypes.Range2FilterFilterModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -668,7 +646,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RangeFilter

                                                                                                                                                                                                                                                                                                                                                                                                                            RangeFilter: CatalogsV1ModelTypes.RangeFilter
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -678,7 +656,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RangeFilterFrom

                                                                                                                                                                                                                                                                                                                                                                                                                            RangeFilterFrom: CatalogsV1ModelTypes.RangeFilterFrom
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -688,7 +666,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RangeFilterTo

                                                                                                                                                                                                                                                                                                                                                                                                                            RangeFilterTo: CatalogsV1ModelTypes.RangeFilterTo
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -698,7 +676,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            ResultBase: CatalogsV1ModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -708,7 +686,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Rule

                                                                                                                                                                                                                                                                                                                                                                                                                            Rule: CatalogsV1ModelTypes.Rule
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -718,7 +696,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RuleRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            RuleRequest: CatalogsV1ModelTypes.RuleRequest
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -728,7 +706,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RulesRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            RulesRequest: CatalogsV1ModelTypes.RulesRequest
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -738,7 +716,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RulesResult

                                                                                                                                                                                                                                                                                                                                                                                                                            RulesResult: CatalogsV1ModelTypes.RulesResult
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -748,7 +726,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            SearchRequest: CatalogsV1ModelTypes.SearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -758,7 +736,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Site

                                                                                                                                                                                                                                                                                                                                                                                                                            Site: CatalogsV1ModelTypes.Site
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -768,7 +746,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SiteCustomerListLink

                                                                                                                                                                                                                                                                                                                                                                                                                            SiteCustomerListLink: CatalogsV1ModelTypes.SiteCustomerListLink
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -778,7 +756,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SiteStorefrontStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            SiteStorefrontStatusEnum: CatalogsV1ModelTypes.SiteStorefrontStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -788,7 +766,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Sort

                                                                                                                                                                                                                                                                                                                                                                                                                            Sort: CatalogsV1ModelTypes.Sort
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -798,7 +776,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SortSortOrderEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            SortSortOrderEnum: CatalogsV1ModelTypes.SortSortOrderEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -808,7 +786,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRule

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRule: CatalogsV1ModelTypes.SortingRule
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -818,7 +796,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRuleRuleContextEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRuleRuleContextEnum: CatalogsV1ModelTypes.SortingRuleRuleContextEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -828,7 +806,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRuleStep

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRuleStep: CatalogsV1ModelTypes.SortingRuleStep
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -838,7 +816,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRuleStepDirectionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            SortingRuleStepDirectionEnum: CatalogsV1ModelTypes.SortingRuleStepDirectionEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -848,7 +826,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            TermFilter

                                                                                                                                                                                                                                                                                                                                                                                                                            TermFilter: CatalogsV1ModelTypes.TermFilter
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -858,7 +836,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            TermFilterOperatorEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            TermFilterOperatorEnum: CatalogsV1ModelTypes.TermFilterOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -868,7 +846,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            TermQuery

                                                                                                                                                                                                                                                                                                                                                                                                                            TermQuery: CatalogsV1ModelTypes.TermQuery
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -878,7 +856,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            TermQueryOperatorEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            TermQueryOperatorEnum: CatalogsV1ModelTypes.TermQueryOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -888,7 +866,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            TermQueryValuesInner

                                                                                                                                                                                                                                                                                                                                                                                                                            TermQueryValuesInner: CatalogsV1ModelTypes.TermQueryValuesInner
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -898,7 +876,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                            TextQuery: CatalogsV1ModelTypes.TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -908,7 +886,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Variant

                                                                                                                                                                                                                                                                                                                                                                                                                            Variant: CatalogsV1ModelTypes.Variant
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -918,7 +896,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationAttribute

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationAttribute: CatalogsV1ModelTypes.VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -928,7 +906,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationAttributeValue

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationAttributeValue: CatalogsV1ModelTypes.VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -938,7 +916,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationAttributeVariationAttributeTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationAttributeVariationAttributeTypeEnum: CatalogsV1ModelTypes.VariationAttributeVariationAttributeTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -948,7 +926,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationGroup: CatalogsV1ModelTypes.VariationGroup
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1029,9 +1007,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          • ConditionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -1083,9 +1058,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          • diff --git a/docs/modules/catalogs.html b/docs/modules/catalogs.html index d9cfc055..c7a83457 100644 --- a/docs/modules/catalogs.html +++ b/docs/modules/catalogs.html @@ -113,8 +113,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            References

                                                                                                                                                                                                                                                                                                                                                                                                                          • ConditionOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • ConditionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • ConditionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • ExcludedProduct
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -149,8 +147,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            References

                                                                                                                                                                                                                                                                                                                                                                                                                          • NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                          • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -270,7 +266,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                          • Condition
                                                                                                                                                                                                                                                                                                                                                                                                                          • ConditionOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • ConditionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • ExcludedProduct
                                                                                                                                                                                                                                                                                                                                                                                                                          • ExcludedProductRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -288,7 +283,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                          • Money
                                                                                                                                                                                                                                                                                                                                                                                                                          • NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                          • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • PathRecord
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -543,16 +537,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ConditionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                            ConditionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                            Re-exports ConditionsResult -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                            - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                            - Re-exports CurrencyCode -

                                                                                                                                                                                                                                                                                                                                                                                                                            ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -723,16 +707,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            Re-exports NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                            - Re-exports NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                            - Re-exports NoValue -

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1371,7 +1345,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CatalogSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1397,7 +1371,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Catalogs

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1423,7 +1397,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Categories

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1631,7 +1605,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CategoryProductAssignmentSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1689,7 +1663,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CategorySearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1768,18 +1742,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ConditionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                                                            - -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2117,7 +2079,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MediaFile

                                                                                                                                                                                                                                                                                                                                                                                                                            Money

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            Money: { currencyMnemonic?: CurrencyCode; value?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            Money: { currencyMnemonic?: string; value?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                                            NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                                                            - -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2200,7 +2150,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2232,7 +2182,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2733,7 +2683,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2852,7 +2802,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RulesResult

                                                                                                                                                                                                                                                                                                                                                                                                                            data: The list of rules. This can be empty. Note - If the exclusion attribute is set to true, the rule is designated as an Exclusion rule. Any item matching an Exclusion rule is omitted from the final result set.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3524,12 +3474,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Const defaultBaseUri ConditionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -3632,12 +3576,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Const defaultBaseUri NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -3947,9 +3885,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Const defaultBaseUri ConditionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -4001,9 +3936,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Const defaultBaseUri NestedQueryScoreModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                          • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                          • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          • diff --git a/docs/modules/cdnApiProcessApis.html b/docs/modules/cdnApiProcessApis.html index 3f3830c5..84ef7438 100644 --- a/docs/modules/cdnApiProcessApis.html +++ b/docs/modules/cdnApiProcessApis.html @@ -1716,7 +1716,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ApiStandardsErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            ApiStandardsErrorResponse: { detail: string; instance?: string; title: string; type: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1735,6 +1735,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ApiStandardsErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            detail: A human-readable explanation specific to this occurrence of the problem.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            instance: A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. It accepts relative URIs; this means that they must be resolved relative to the document's base URI, as per [RFC3986], Section 5.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1751,13 +1754,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CachePurgeRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            CachePurgeRequest: { path?: string; tags?: Array<string> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            path: Path for clearing the cache. Allowed paths follow the format "/dw/shop/*/products", "/worker.js", "/mobify" or "/callback". Regular expressions and wildcards are not supported in the path.

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            path: Path for clearing the cache. Allowed paths follow the format "/dw/shop/*/products", "/dw/image/v2/{realm}{instance}/", "/worker.js", "/mobify" or "/callback*". Regular expressions and wildcards are not supported in the path.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            tags: List of cache tags to purge. When specified, all cached content associated with these tags will be purged.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1771,7 +1777,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CachePurgeResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            CachePurgeResponse: { cachePurged: boolean; details: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1781,6 +1787,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CachePurgeResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            details: Details of errors if any.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1808,13 +1817,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Certificate

                                                                                                                                                                                                                                                                                                                                                                                                                            Certificate: { certificateAuthority?: CertificateCertificateAuthorityEnum; certificateId: string; certificateType: CertificateCertificateTypeEnum; certificateValidation?: CertificateCertificateValidationEnum; certificateVerificationStatus?: CertificateCertificateVerificationStatusEnum; certificateVerificationTXTName?: string; certificateVerificationTXTValue?: string; customHostname?: string; customHostnameId?: string; customHostnameStatus?: CertificateCustomHostnameStatusEnum; customHostnameVerificationTXTName?: string; customHostnameVerificationTXTValue?: string; dcvDelegationRecords?: Array<DCVDelegationRecord>; expiresOn?: string; hosts?: Array<string>; issuer?: string; minTlsVersion?: string; signature?: string; status: CertificateStatusEnum; uploadedOn?: string; wildcardCertificateVerificationStatus?: CertificateWildcardCertificateVerificationStatusEnum; wildcardCertificateVerificationTXTName?: string; wildcardCertificateVerificationTXTValue?: string; wildcardHostname?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateId: Id generated by CDN provider for the certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            hosts: List of hosts the certificate applies to.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1827,15 +1839,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Certificate

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            issuer: The certificate authority that issued the certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            signature: The type of hash used for the certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            status: Current status of the certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            minTlsVersion: Minimum TLS Version only allows HTTPS connections from visitors that support the selected TLS protocol version or newer.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateType: Indicates certificate is custom cert uploaded by customer or automatic renewal certificate by eCDN.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1848,9 +1869,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Certificate

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateVerificationTXTName: eCDN automatic renewal certificate verification txt name.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateVerificationTXTValue: eCDN automatic renewal certificate verification txt value.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateVerificationStatus: Current status of certificate verification.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1860,24 +1887,42 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Certificate

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            wildcardCertificateVerificationTXTName: eCDN automatic renewal certificate verification txt name.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            wildcardCertificateVerificationTXTValue: eCDN automatic renewal certificate verification txt value.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            wildcardCertificateVerificationStatus: Current status of certificate verification.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameVerificationTXTName: Custom Hostname verification txt name.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameVerificationTXTValue: Custom Hostname verification txt value.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameId: Custom hostname associated with the zone

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostname: Custom hostname associated with the zone

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameStatus: Current status of custom hostname validation.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1894,7 +1939,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateAuthorityEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateAuthorityEnum: "google" | "lets_encrypt" | "digicert"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1904,7 +1949,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateTypeEnum: "custom" | "automatic" | "custom_legacy"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1914,7 +1959,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateValidationEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateValidationEnum: "http" | "txt"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1924,7 +1969,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateVerificationStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCertificateVerificationStatusEnum: "ACTIVE" | "EXPIRED" | "PENDING" | "INITIALIZING" | "PENDING_VALIDATION" | "PENDING_ISSUANCE" | "PENDING_DEPLOYMENT"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1934,7 +1979,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCustomHostnameStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateCustomHostnameStatusEnum: "ACTIVE" | "EXPIRED" | "DELETED" | "PENDING" | "INITIALIZING" | "PENDING_VALIDATION" | "PENDING_ISSUANCE" | "PENDING_DEPLOYMENT" | "PENDING_DELETION" | "MOVED"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1961,31 +2006,52 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateRequest: { bundleMethod?: string; certificate?: string; certificateAuthority?: string; certificateType?: string; certificateValidation?: string; hostname: string; privateKey?: string; wildcardHostname?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            hostname: Hostname that certificate needs to be applied to.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            bundleMethod: Bundle method of the custom certificate chain for verification.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateType: Indicates certificate is custom or automatic certificate renewal by eCDN. Optional field, if nothing specified the default value is custom. Valid values are custom or automatic.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificate: Public key of the custom certificate. Required if the certificateType value is custom.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            privateKey: Private key associated with the custom certificate. Required if the certificateType value is custom.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateAuthority: Certificate authority only for automatic certificate renewal by eCDN. Required if the certificateType value is automatic. Valid values are google or lets_encrypt.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificateValidation: Certificate validation type is optional only for certificateType automatic, default value is http. Valid values are http or txt.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            wildcardHostname: Set to true for a wildcard custom hostname.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1996,10 +2062,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateStatusEnum: "ACTIVE" | "EXPIRED" | "DELETED" | "PENDING" | "INITIALIZING" | "PENDING_VALIDATION" | "PENDING_ISSUANCE" | "PENDING_DEPLOYMENT" | "PENDING_DELETION"
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateStatusEnum: "ACTIVE" | "EXPIRED" | "DELETED" | "PENDING" | "INITIALIZING" | "PENDING_VALIDATION" | "PENDING_ISSUANCE" | "PENDING_DEPLOYMENT" | "PENDING_DELETION" | "VALIDATION_TIMED_OUT" | "DEPLOYMENT_TIMED_OUT" | "DELETION_TIMED_OUT" | "INITIALIZING_TIMED_OUT" | "PENDING_EXPIRATION" | "ISSUANCE_TIMED_OUT"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2009,7 +2075,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateWildcardCertificateVerificationStatusEnu
                                                                                                                                                                                                                                                                                                                                                                                                                            CertificateWildcardCertificateVerificationStatusEnum: "ACTIVE" | "EXPIRED" | "PENDING" | "INITIALIZING" | "PENDING_VALIDATION" | "PENDING_ISSUANCE" | "PENDING_DEPLOYMENT"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2130,22 +2196,34 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomHostnameValidationResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomHostnameValidationResponse: { customHostname: string; customHostnameId: string; customHostnameStatus: CustomHostnameValidationResponseCustomHostnameStatusEnum; customHostnameVerificationTXTName: string; customHostnameVerificationTXTValue: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameId: Identifier generated by the CDN provider for the custom hostname.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostname: Name of the custom hostname

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameVerificationTXTName: Custom hostname verification txt name.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameVerificationTXTValue: Custom hostname verification txt value.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            customHostnameStatus: Current status of the custom hostname.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2159,7 +2237,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomHostnameValidationResponseCustomHostname
                                                                                                                                                                                                                                                                                                                                                                                                                            CustomHostnameValidationResponseCustomHostnameStatusEnum: "PENDING" | "ACTIVE" | "MOVED" | "DELETED"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2169,19 +2247,28 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomRule

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomRule: { actions: Array<string>; description: string; enabled: boolean; expression: string; lastUpdated: string; ruleId: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            ruleId: The ID of the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that determines the custom rule's behavior.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            actions: The action(s) applied by the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2252,16 +2339,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomRulesPatchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomRulesPatchRequest: { actions?: Array<string>; description?: string; enabled?: boolean; expression?: string; position?: RulePosition } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: A description of the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that determines the custom rule's behavior.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            actions: The action(s) applied by the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2281,16 +2374,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomRulesPostRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomRulesPostRequest: { actions: Array<string>; description: string; enabled?: boolean; expression: string; position?: RulePosition } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: A description of the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that determines the custom rule's behavior.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            actions: The action(s) applied by the custom rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2310,16 +2409,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            DCVDelegationRecord

                                                                                                                                                                                                                                                                                                                                                                                                                            DCVDelegationRecord: { dcvCname?: string; dcvCnameValue?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            dcvCname: DNS CNAME for Domain Control Validation.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            dcvCnameValue: DNS CNAME value for Domain Control Validation.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2330,7 +2435,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            GetPageShieldScriptsDirectionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            GetPageShieldScriptsDirectionEnum: "asc" | "desc"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2340,35 +2445,47 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            GetPageShieldScriptsOrderByEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            GetPageShieldScriptsOrderByEnum: "first_seen_at" | "last_seen_at"

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushCreateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushCreateRequest: { destinationPath: string; filter?: string; logFields: Array<string>; logType: LogpushCreateRequestLogTypeEnum; name: string; ownershipChallengeToken: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushCreateRequest: { destinationPath: string; filter?: string; logFields: Array<string>; logType: LogpushCreateRequestLogTypeEnum; name: string; ownershipChallengeToken?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            destinationPath: Uniquely identifies s3 bucket for logs. Additional configuration parameters like region can be included. The string {DATE} in the URL path to separate logs into daily subdirectories; for example s3://customer-bucket/logs/{DATE}?region=us-east-1&sse=AES256 The name of the directory will be replaced with the date in YYYYMMDD format (e.g. 20220215) when the logs are stored.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: Logpush job name; the name cannot be changed after the job is created.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            filter: Filter provides a way to customize which logs you want to receive. Filters are added as escaped JSON strings formatted. Default will include all logs.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            logFields: List of log fields. Depending on the type of log, the list of fields that you would like to see in the logs may vary.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            ownershipChallengeToken: Ownership token to proves the ownership of the destinationPath.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            logType: Type of logs. Available log types are http_requests, firewall_events, and page_shield_events.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2382,7 +2499,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushCreateRequestLogTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushCreateRequestLogTypeEnum: "http_requests" | "firewall_events" | "page_shield_events"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2426,13 +2543,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushOwnershipPostRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushOwnershipPostRequest: { destinationPath: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            destinationPath: Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters supported by the destination may be included. You can use the special string {DATE} in the URL path to separate logs into daily subdirectories; for example s3://customer-bucket/logs/{DATE}?region=us-east-1&sse=AES256. The name of the directory will be replaced with the date in YYYYMMDD format (e.g. 20220215) when the logs are stored.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2460,16 +2580,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushOwnershipPostResponseData

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushOwnershipPostResponseData: { destinationPath: string; fileName: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            destinationPath: Destination where logs will be sent (S3 bucket only).

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            fileName: File path where the ownership challenge file is written.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2480,7 +2606,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushResponse: { createdOn?: string; destinationPath?: string; enabled?: boolean; errorMessage?: string; filter?: string; jobId?: number; lastComplete?: string; lastError?: string; logFields?: Array<string>; logType?: LogpushResponseLogTypeEnum; name?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2490,18 +2616,27 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: Logpush job name; the name cannot be changed after the job is created.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            logType: Type of logs; available log types are http_requests, firewall_events, and page_shield_events.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            filter: Filter provides a way to customize which logs you want to receive. Filters are added as escaped JSON strings formatted. If the filter is not displayed, it indicates that all logs should be included.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            logFields: List of log fields. Depending on the type of log, the list of fields that you would like to see in the logs may vary.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            destinationPath: Uniquely identifies s3 bucket for logs.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Flag that indicates if the job is enabled or disabled.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2514,6 +2649,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            errorMessage: Provide details for the last failure message. If this field is empty, it indicates that the job successfully transmitted logs to the destination.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            createdOn: Job creation time.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2527,7 +2665,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushResponseLogTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushResponseLogTypeEnum: "http_requests" | "firewall_events" | "page_shield_events"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2537,7 +2675,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushUpdateRequest: { enabled?: boolean; filter?: string; logFields?: Array<string> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2547,6 +2685,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            LogpushUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            filter: Provides customized selection for logs you want to receive. Filters are added as escaped, formatted JSON strings. By default, all logs are included.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            logFields: List of log fields. Depending on the log type, the list of fields that you can specify to be displayed in the log might vary.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2560,7 +2701,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulePatchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulePatchRequest: { description?: string; enabled?: boolean; expression?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2570,9 +2711,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulePatchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that determines the MRT rule's routing behavior.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the rule. Optional.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2583,31 +2730,46 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRules

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRules: { description?: string; enabled: boolean; expression: string; id: string; lastUpdated: string; mrtHostname: string; ref: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            id: The ID of the rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that determines the rule's routing behavior.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            lastUpdated: Date when the rule was last updated.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            ref: The ref of the rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Whether or not the rule is enabled.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            mrtHostname: Managed runtime hostname this rule targets.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2618,13 +2780,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulesPostRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulesPostRequest: { descriptions?: Array<string>; expressions: Array<string>; mrtHostname: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            mrtHostname: The customer's MRT instance hostname.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expressions: An array containing the expressions for each MRT rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2675,16 +2840,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRuleset

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRuleset: { id: string; lastUpdated: string; name: string; rules: Array<MRTRules> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            id: The ID of the ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: The name of the ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            lastUpdated: Date when the ruleset was last updated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2701,16 +2872,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulesetPatchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            MRTRulesetPatchRequest: { descriptions?: Array<string>; expressions?: Array<string>; mrtHostname: string; oldMrtHostname?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            oldMrtHostname: The customer's current MRT instance hostname.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            mrtHostname: The customer's MRT instance hostname.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expressions: An array containing the expressions for each MRT rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2727,19 +2904,28 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MtlsCertificateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            MtlsCertificateRequest: { certificate: string; name: string; privateKey: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            certificate: Public key for the CA certificate in mTLS.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            privateKey: Private key of the CA certificate in mTLS.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: Certificate name used for ease of understanding.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2750,22 +2936,31 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MtlsCertificateResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            MtlsCertificateResponse: { ca?: boolean; expiresOn?: string; issuer?: string; mtlsAssociatedCodeUploadHostname?: string; mtlsCertificateId?: string; mtlsCertificateName?: string; serialNumber?: string; signature?: string; uploadedOn?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            mtlsCertificateId: ID generated by the CDN provider for the certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expiresOn: Expiration date for the mTLS certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            issuer: The certificate authority that issued the mTLS certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            signature: The type of hash used for the mTLS certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            uploadedOn: Date the mTLS certificate was uploaded.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2775,12 +2970,21 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            MtlsCertificateResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            serialNumber: The mTLS certificate serial number.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            mtlsCertificateName: Optional name for the mTLS certificate used for ease of understanding.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            mtlsAssociatedCodeUploadHostname: Hostname associated with this mTLS certificate.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2831,7 +3035,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            OCAPICachingToggleRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            enableOCAPICachingPageRule: true to enable OCAPI Caching Page rule, false to disable.

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            enableOCAPICachingPageRule: True to enable API Caching Page rule, false to disable.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2842,16 +3046,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            OriginHeaderModification

                                                                                                                                                                                                                                                                                                                                                                                                                            OriginHeaderModification: { headerName: string; headerValue: string; lastUpdated: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            headerName: The name of the header forwarded to the origin.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            headerValue: The masked value of the header forwarded to the origin.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            lastUpdated: Date when the rule was last updated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2882,16 +3092,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            OriginHeaderModificationPutRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            OriginHeaderModificationPutRequest: { headerName?: string; headerValue: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            headerValue: The value of the header forwarded to the origin.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            headerName: The name of the header forwarded to the origin. Cannot be modified for the MRT origin.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2936,16 +3152,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldNotificationWebhookRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldNotificationWebhookRequest: { secret?: string; webhookUrl: string; zones?: Array<string> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            webhookUrl: Webhook URL.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            secret: Webhook optional secret.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            zones: Zone names on which to filter notifications alerts.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -2959,22 +3181,34 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldNotificationWebhookResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldNotificationWebhookResponse: { createdAt: string; id: string; lastFailure?: string; lastSuccess?: string; name: string; type: string; webhookUrl: string; zones?: Array<string> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            id: Webhook ID.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: Webhook name.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            webhookUrl: Webhook URL.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            type: Webhook type.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            createdAt: Timestamp of webhook creation.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3031,7 +3265,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyRequest: { action?: PageShieldPolicyRequestActionEnum; description?: string; enabled?: boolean; expression?: string; value?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3041,15 +3275,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: Description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Enable/disable the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: Expression of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            value: Policy to be applied.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3060,7 +3303,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyRequestActionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyRequestActionEnum: "allow" | "log"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3070,7 +3313,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyResponse: { action?: PageShieldPolicyResponseActionEnum; description?: string; enabled?: boolean; expression?: string; id?: string; value?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3080,18 +3323,30 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: Description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Enable/disable the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: Expression of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            value: Policy to be applied.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            id: Policy ID

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3102,7 +3357,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyResponseActionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldPolicyResponseActionEnum: "allow" | "log"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3146,19 +3401,28 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldScriptResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldScriptResponse: { addedAt?: string; cryptoMiningScore?: number; dataflowScore?: number; domainReportedMalicious?: boolean; fetchedAt?: string; firstPageUrl?: string; firstSeenAt?: string; hash?: string; host?: string; id?: string; jsIntegrityScore?: number; lastSeenAt?: string; mageCartScore?: number; maliciousDomainCategories?: Array<string>; maliciousUrlCategories?: Array<string>; malwareScore?: number; obfuscationScore?: number; pageUrls?: Array<string>; status?: string; url?: string; urlContainsCdnCgiPath?: boolean; urlReportedMalicious?: boolean; versions?: Array<PageShieldScriptVersion> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            id: Page Shield script ID.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            url: Page Shield script URL.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            host: Hostname where the script was detected by Page Shield.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            addedAt: Date the script was added to Page Shield.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3177,6 +3441,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldScriptResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            hash: The computed hash of the analyzed script.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            cryptoMiningScore: The crypto mining score of the JavaScript content.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3213,9 +3480,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldScriptResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            firstPageUrl: First page URL for the JavaScript.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            status: The current status of the script. Possible values are active, inactive, or infrequent.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            versions: List of script versions.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3229,13 +3502,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldScriptVersion

                                                                                                                                                                                                                                                                                                                                                                                                                            PageShieldScriptVersion: { cryptoMiningScore?: number; dataflowScore?: number; fetchedAt?: string; hash?: string; isMaliciousCode: boolean; jsIntegrityScore?: number; mageCartScore?: number; malwareScore?: number; obfuscationScore?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            hash: The computed hash of the analyzed script.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            jsIntegrityScore: The integrity score of the JavaScript content.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3270,25 +3546,37 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRule

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRule: { action: string; characteristics: Array<string>; countingExpression?: string; description: string; enabled: boolean; expression: string; lastUpdated: string; mitigationTimeout: number; period: number; requestsPerPeriod: number; ruleId: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            ruleId: The ID of the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that defines when to evaluate the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            characteristics: Set of parameters defining how to group requests when tracking the request rate.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the rate limiting rule. Valid actions are "block", "managed_challenge", "js_challenge", "legacy_captcha", and "log".

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            period: The period of time to consider when evaluating the request rate (in seconds). Valid values are 10, 60, 120, 300, and 600.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3301,6 +3589,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRule

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            countingExpression: The expression that defines what kind of requests we want to rate limit.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            lastUpdated: Date when the rate limiting rule was last updated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3351,22 +3642,31 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRulesPatchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRulesPatchRequest: { action?: string; characteristics?: Array<string>; countingExpression?: string; description?: string; enabled?: boolean; expression?: string; mitigationTimeout?: number; period?: number; position?: RulePosition; requestsPerPeriod?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that defines when to evaluate the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            characteristics: Set of parameters defining how to group requests when tracking the request rate.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the rate limiting rule. Valid actions are "block", "managed_challenge", "js_challenge", "legacy_captcha", and "log".

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            period: The period of time to consider when evaluating the request rate (in seconds). Valid values are 10, 60, 120, 300, and 600.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3379,6 +3679,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRulesPatchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            countingExpression: The expression that defines what kind of requests we want to rate limit.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Whether or not the rate limiting rule is enabled.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3395,22 +3698,31 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRulesPostRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRulesPostRequest: { action: string; characteristics: Array<string>; countingExpression?: string; description: string; enabled?: boolean; expression: string; mitigationTimeout: number; period: number; position?: RulePosition; requestsPerPeriod: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            expression: The expression that defines when to evaluate the rate limiting rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            characteristics: Set of parameters defining how to group requests when tracking the request rate.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the rate limiting rule. Valid actions are "block", "managed_challenge", "js_challenge", "legacy_captcha", and "log".

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            period: The period of time to consider when evaluating the request rate (in seconds). Valid values are 10, 60, 120, 300, and 600.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3423,6 +3735,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RateLimitingRulesPostRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            countingExpression: The expression that defines what kind of requests we want to rate limit.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Whether or not the rate limiting rule is enabled.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3439,16 +3754,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            RulePosition

                                                                                                                                                                                                                                                                                                                                                                                                                            RulePosition: { after?: string; before?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            before: Insert the current rule before this ruleId.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            after: Insert the current rule after this ruleId.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3680,13 +4001,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            StorefrontZoneCreateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            StorefrontZoneCreateRequest: { domainName: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            domainName: Domain name for the site.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3697,16 +4021,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            StorefrontZoneCreateResponse

                                                                                                                                                                                                                                                                                                                                                                                                                            StorefrontZoneCreateResponse: { createdOn: string; status: StorefrontZoneCreateResponseStatusEnum; zoneId: string; zoneName: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            zoneId: The zone id tag.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            zoneName: The domain name for the zone.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            status: current status of the zone

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3723,7 +4053,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            StorefrontZoneCreateResponseStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            StorefrontZoneCreateResponseStatusEnum: "active" | "pending" | "initializing" | "moved" | "deleted" | "deactivated"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3733,16 +4063,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRule

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRule: { action: string; categories: Array<string>; description: string; enabled: boolean; lastUpdated: string; ruleId: string; score?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            ruleId: The ID of the WAF managed rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the WAF managed rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            score: The score of the WAF managed rule. Only applicable for the OWASP Managed Ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3752,6 +4088,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRule

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: The description of the WAF managed rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            lastUpdated: Date when the WAF managed rule was last updated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3785,13 +4124,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRuleRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRuleRequest: { action?: string; enabled?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the WAF managed rule.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            enabled: Whether or not the WAF managed rule is enabled.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3822,22 +4164,34 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRuleset

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRuleset: { action: string; anomalyScore?: string; anomalyScoreThreshold?: number; enabled: boolean; name: string; paranoiaLevel?: number; rulesetId: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: The name of the WAF managed ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            rulesetId: The ID of the WAF managed ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the WAF managed ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            anomalyScore: The anomaly score threshold of the WAF managed ruleset. Only applicable for the OWASP Core Ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            anomalyScoreThreshold: The numerical value of the anomaly score threshold of the WAF managed ruleset. Only applicable for the OWASP Core Ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3874,16 +4228,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRulesetRequest

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFManagedRulesetRequest: { action?: string; anomalyScore?: string; enabled?: boolean; paranoiaLevel?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            action: The action applied by the WAF managed ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            anomalyScore: The anomaly score threshold of the WAF managed ruleset. Only applicable for the OWASP Core Ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            paranoiaLevel: The paranoia level of the WAF managed ruleset. Higher paranoia levels activate more aggressive rules. Only applicable for the OWASP Core Ruleset.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3917,7 +4277,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackage

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackage: { action_mode: WAFRulePackageActionModeEnum; description: string; detection_mode: string; id: string; name: string; sensitivity: WAFRulePackageSensitivityEnum; zone_id: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3930,15 +4290,27 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackage

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            name: Name of the firewall package

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: Summary of purpose/function of firewall package

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            detection_mode: How the rules within the package are evaluated during the course of a request. When a package uses anomaly detection, each rule is given a score when triggered. If the total score of all triggered rules exceeds the sensitivity defined on the package, the action defined on the package is taken. Traditional detection decides which action to take when it is triggered by the request. If multiple rules are triggered, the action with highest protection is used. For example, a block action beats a challenge.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            zone_id: Zone identifier with which this rule package is associated.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            sensitivity: Sensitivity for traditional (owasp) rule package.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3955,7 +4327,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackageActionModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackageActionModeEnum: "simulate" | "challenge" | "block"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3982,7 +4354,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackageSensitivityEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            WAFRulePackageSensitivityEnum: "low" | "medium" | "high" | "off"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -3992,7 +4364,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroup

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroup: { action?: WafGroupActionEnum; description?: string; groupId?: string; mode: WafGroupModeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4011,6 +4383,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroup

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: Description of the WAF Group.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4021,7 +4396,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroupActionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroupActionEnum: "block" | "challenge" | "monitor" | "default"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4048,7 +4423,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroupModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            WafGroupModeEnum: "on" | "off"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4115,13 +4490,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRule

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRule: { action: WafRuleActionEnum; defaultAction?: WafRuleDefaultActionEnum; description?: string; groupId?: string; ruleId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            ruleId:

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            groupId:

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4137,6 +4515,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRule

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            description: Description of the WAF Group.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^.*$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4147,7 +4528,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRuleActionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRuleActionEnum: "block" | "challenge" | "monitor" | "disable" | "default"
                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -4157,7 +4538,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRuleDefaultActionEnum

                                                                                                                                                                                                                                                                                                                                                                                                                            WafRuleDefaultActionEnum: "block" | "challenge" | "monitor" | "disable"
                                                                                                                                                                                                                                                                                                                                                                                                                            diff --git a/docs/modules/corsPreferences.html b/docs/modules/corsPreferences.html index 58b018fe..334b1326 100644 --- a/docs/modules/corsPreferences.html +++ b/docs/modules/corsPreferences.html @@ -169,13 +169,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CorsClientPreferences

                                                                                                                                                                                                                                                                                                                                                                                                                            CorsClientPreferences: { clientId: string; origins: Array<string> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            clientId: Client ID

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                            • Pattern: /^[-a-zA-Z0-9]+$/
                                                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            origins: List containing allowed origins in the format '://.'

                                                                                                                                                                                                                                                                                                                                                                                                                            diff --git a/docs/modules/coupons.html b/docs/modules/coupons.html index 2b378915..748412f2 100644 --- a/docs/modules/coupons.html +++ b/docs/modules/coupons.html @@ -809,7 +809,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CouponCodes

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -890,7 +890,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CouponRedemptionSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -922,7 +922,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CouponSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1095,7 +1095,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1127,7 +1127,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                            offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1346,7 +1346,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                                            limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                                                                                            total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                            diff --git a/docs/modules/customers.CustomersTypes.html b/docs/modules/customers.CustomersTypes.html index 620868c2..bdd820d1 100644 --- a/docs/modules/customers.CustomersTypes.html +++ b/docs/modules/customers.CustomersTypes.html @@ -84,6 +84,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerAddress
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerAddressResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroup
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroupMember
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroupMemberResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroupResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroupSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomerGroupTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -200,13 +203,43 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMember

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMember: CustomersModelTypes.CustomerGroupMember
                                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMemberResult

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMemberResult: CustomersModelTypes.CustomerGroupMemberResult
                                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupResult

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupResult: CustomersModelTypes.CustomerGroupResult
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupRule

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupRule: CustomersModelTypes.CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -216,7 +249,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupSearchResult: CustomersModelTypes.CustomerGroupSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -236,7 +269,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerSearchHit

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerSearchHit: CustomersModelTypes.CustomerSearchHit
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -246,7 +279,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerSearchResult: CustomersModelTypes.CustomerSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -256,7 +289,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse: CustomersModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -266,7 +299,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Filter

                                                                                                                                                                                                                                                                                                                                                                                                                          Filter: CustomersModelTypes.Filter
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -276,7 +309,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          FilteredQuery

                                                                                                                                                                                                                                                                                                                                                                                                                          FilteredQuery: CustomersModelTypes.FilteredQuery
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -286,7 +319,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          NestedQuery

                                                                                                                                                                                                                                                                                                                                                                                                                          NestedQuery: CustomersModelTypes.NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -296,7 +329,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          NestedQueryScoreModeEnum: CustomersModelTypes.NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -306,7 +339,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedResultBase: CustomersModelTypes.PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -316,7 +349,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedSearchResult: CustomersModelTypes.PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -326,7 +359,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Query

                                                                                                                                                                                                                                                                                                                                                                                                                          Query: CustomersModelTypes.Query
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -336,7 +369,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          QueryFilter

                                                                                                                                                                                                                                                                                                                                                                                                                          QueryFilter: CustomersModelTypes.QueryFilter
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -346,7 +379,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Range2Filter

                                                                                                                                                                                                                                                                                                                                                                                                                          Range2Filter: CustomersModelTypes.Range2Filter
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -356,7 +389,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Range2FilterFilterModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          Range2FilterFilterModeEnum: CustomersModelTypes.Range2FilterFilterModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -366,7 +399,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          RangeFilter

                                                                                                                                                                                                                                                                                                                                                                                                                          RangeFilter: CustomersModelTypes.RangeFilter
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -376,7 +409,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          RangeFilterFrom

                                                                                                                                                                                                                                                                                                                                                                                                                          RangeFilterFrom: CustomersModelTypes.RangeFilterFrom
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -386,7 +419,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          RangeFilterTo

                                                                                                                                                                                                                                                                                                                                                                                                                          RangeFilterTo: CustomersModelTypes.RangeFilterTo
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -396,7 +429,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                          ResultBase: CustomersModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -406,7 +439,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          SearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          SearchRequest: CustomersModelTypes.SearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -416,7 +449,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Sort

                                                                                                                                                                                                                                                                                                                                                                                                                          Sort: CustomersModelTypes.Sort
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -426,7 +459,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          SortSortOrderEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          SortSortOrderEnum: CustomersModelTypes.SortSortOrderEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -436,7 +469,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TermFilter

                                                                                                                                                                                                                                                                                                                                                                                                                          TermFilter: CustomersModelTypes.TermFilter
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -446,7 +479,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TermFilterOperatorEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          TermFilterOperatorEnum: CustomersModelTypes.TermFilterOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -456,7 +489,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TermQuery

                                                                                                                                                                                                                                                                                                                                                                                                                          TermQuery: CustomersModelTypes.TermQuery
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -466,7 +499,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TermQueryOperatorEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          TermQueryOperatorEnum: CustomersModelTypes.TermQueryOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -476,7 +509,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TermQueryValuesInner

                                                                                                                                                                                                                                                                                                                                                                                                                          TermQueryValuesInner: CustomersModelTypes.TermQueryValuesInner
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -486,7 +519,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                          TextQuery: CustomersModelTypes.TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -534,6 +567,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroup
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMember +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMemberResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                        • diff --git a/docs/modules/customers.html b/docs/modules/customers.html index c203c3ec..8199771c 100644 --- a/docs/modules/customers.html +++ b/docs/modules/customers.html @@ -89,6 +89,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddressResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroup
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroup
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupMember
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupMember
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupMemberResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupMemberResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -175,6 +181,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddress
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddressResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroup
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupMember
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupMemberResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -297,6 +306,36 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports CustomerGroup +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMember

                                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerGroupMember +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMember

                                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerGroupMember +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMemberResult

                                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerGroupMemberResult +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMemberResult

                                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerGroupMemberResult +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupResult

                                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerGroupResult +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupResult

                                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerGroupResult +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupRule

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -985,7 +1024,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAddressResult

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -996,10 +1035,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAddressResult

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup: { creationDate: string; description: string; id: string; inDeletion: boolean; memberCount: number; rule: CustomerGroupRule; type: CustomerGroupTypeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup: { creationDate?: string; description?: string; id: string; inDeletion?: boolean; lastModified?: string; memberCount?: number; rule?: CustomerGroupRule; type?: CustomerGroupTypeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1016,6 +1055,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          id: Customer Group id.

                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                          • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1023,6 +1063,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          inDeletion: Boolean to indicate if the customer group is marked for deletion.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          lastModified: The date the customer group was last modified.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          memberCount: Number of members in the customer group

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1034,6 +1077,97 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroup

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMember

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMember: { active?: boolean; customerNo: string; firstName?: string; lastName?: string; login?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          customerNo: Customer number of the customer group member

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                          • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          login: Customer login

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          firstName: Customer's first name

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          lastName: Customer's last name

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          active: Flag indicating whether the customer is active

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMemberResult

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupMemberResult: { data: Array<CustomerGroupMember>; limit: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          data: List of customer group members.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupResult

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupResult: { data: Array<CustomerGroup>; limit: number; offset: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          data: The list of customer groups.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupRule

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1075,7 +1209,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1089,7 +1223,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerGroupTypeEnum: "system" | "dynamic" | "static"
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1137,7 +1271,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1280,7 +1414,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1312,7 +1446,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1488,7 +1622,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1737,6 +1871,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri CustomerGroup +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMember +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMember +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMemberResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMemberResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -1947,6 +2099,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri CustomerGroup +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMember +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupMemberResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerGroupResult +
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerGroupRule
                                                                                                                                                                                                                                                                                                                                                                                                                        • diff --git a/docs/modules/giftCertificates.html b/docs/modules/giftCertificates.html index d0d166c1..4ba518da 100644 --- a/docs/modules/giftCertificates.html +++ b/docs/modules/giftCertificates.html @@ -859,7 +859,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -963,7 +963,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -995,7 +995,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1171,7 +1171,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                          diff --git a/docs/modules/helpers.html b/docs/modules/helpers.html index ce70e2cc..f9bf3df1 100644 --- a/docs/modules/helpers.html +++ b/docs/modules/helpers.html @@ -86,8 +86,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Interfaces

                                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomApiParameters
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomQueryParameters
                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                          • CustomRequestBody
                                                                                                                                                                                                                                                                                                                                                                                                                          • LoginRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          • TokenRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          • TokenResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -141,7 +139,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                            CustomApiParameters

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                            CustomApiParameters: { apiName?: string; apiVersion?: string; endpointName?: string; organizationId?: string; shortCode?: string }
                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                            CustomApiParameters: { apiName?: string; apiVersion?: string; endpointPath?: string; organizationId?: string; shortCode?: string }
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomQueryParameters

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomQueryParameters: {}
                                                                                                                                                                                                                                                                                                                                                                                                                          - -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          Custom query parameter type with any string prefixed with c_ as the key and the allowed - types for query parameters for the value.

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          Type declaration

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomRequestBody

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          CustomRequestBody: {}
                                                                                                                                                                                                                                                                                                                                                                                                                          - -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          Custom body request type with any string prefixed with c_ as the key and the allowed - types for the value.

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          Type declaration

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                                          LoginRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -260,13 +216,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Functions

                                                                                                                                                                                                                                                                                                                                                                                                                          authorize

                                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                                          • authorize(options: { codeVerifier: string; parameters: { hint?: string; redirectURI: string; usid?: string } & CustomQueryParameters; slasClient: ISlasClient }): Promise<{ code: string; url: string; usid: string }>
                                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                                          • authorize(options: { codeVerifier: string; parameters: { hint?: string; redirectURI: string; usid?: string } & CustomQueryParameters; slasClient: ISlasClient }): Promise<{ code: string; url: string; usid: string }>
                                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -277,7 +233,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                            authorize

                                                                                                                                                                                                                                                                                                                                                                                                                            Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                                                                                                                              options: { codeVerifier: string; parameters: { hint?: string; redirectURI: string; usid?: string } & CustomQueryParameters; slasClient: ISlasClient }
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              options: { codeVerifier: string; parameters: { hint?: string; redirectURI: string; usid?: string } & CustomQueryParameters; slasClient: ISlasClient }

                                                                                                                                                                                                                                                                                                                                                                                                                              an object containing the options for this method

                                                                                                                                                                                                                                                                                                                                                                                                                              @@ -289,7 +245,7 @@
                                                                                                                                                                                                                                                                                                                                                                                                                              codeVerifier: -
                                                                                                                                                                                                                                                                                                                                                                                                                              parameters: { hint?: string; redirectURI: string; usid?: string } & CustomQueryParameters
                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                              parameters: { hint?: string; redirectURI: string; usid?: string } & CustomQueryParameters

                                                                                                                                                                                                                                                                                                                                                                                                                              Request parameters used by the authorizeCustomer endpoint.

                                                                                                                                                                                                                                                                                                                                                                                                                              @@ -418,7 +374,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                              Const createCodeVerifie
                                                                                                                                                                                                                                                                                                                                                                                                                            • @@ -476,7 +432,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                              Const generateCodeChall
                                                                                                                                                                                                                                                                                                                                                                                                                            • @@ -510,7 +466,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                              Const getCodeAndUs
                                                                                                                                                                                                                                                                                                                                                                                                                            • @@ -546,13 +502,13 @@
                                                                                                                                                                                                                                                                                                                                                                                                                              usid:

                                                                                                                                                                                                                                                                                                                                                                                                                              loginGuestUser

                                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -563,13 +519,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                loginGuestUser

                                                                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                                                  options: { parameters: { redirectURI: string; usid?: string } & CustomQueryParameters; slasClient: ISlasClient }
                                                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                                                  options: { parameters: { redirectURI: string; usid?: string } & CustomQueryParameters; slasClient: ISlasClient }

                                                                                                                                                                                                                                                                                                                                                                                                                                  an object containing the options for this method

                                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                                    parameters: { redirectURI: string; usid?: string } & CustomQueryParameters
                                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                                    parameters: { redirectURI: string; usid?: string } & CustomQueryParameters

                                                                                                                                                                                                                                                                                                                                                                                                                                    parameters to pass in the API calls. Custom parameters can be passed in with the prefix c_ (e.g. c_myParam), and they be passed on the authorizeCustomer endpoint.

                                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -592,13 +548,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                    Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                                    loginGuestUserPrivate

                                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -609,7 +565,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                      loginGuestUserPrivate

                                                                                                                                                                                                                                                                                                                                                                                                                                      Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                                        options: { credentials: { clientSecret: string }; parameters?: { usid?: string } & CustomQueryParameters; slasClient: ISlasClient }
                                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                                        options: { credentials: { clientSecret: string }; parameters?: { usid?: string } & CustomQueryParameters; slasClient: ISlasClient }

                                                                                                                                                                                                                                                                                                                                                                                                                                        an object containing the options for this method

                                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -629,7 +585,7 @@
                                                                                                                                                                                                                                                                                                                                                                                                                                        clientSecret: -
                                                                                                                                                                                                                                                                                                                                                                                                                                        Optional parameters?: { usid?: string } & CustomQueryParameters
                                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                                        Optional parameters?: { usid?: string } & CustomQueryParameters
                                                                                                                                                                                                                                                                                                                                                                                                                                      • slasClient: ISlasClient
                                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -649,13 +605,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                        Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                                        loginRegisteredUserB2C

                                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                                        • loginRegisteredUserB2C(options: { body?: CustomRequestBody; credentials: { password: string; username: string }; parameters: { redirectURI: string; usid?: string }; slasClient: ISlasClient }): Promise<TokenResponse>
                                                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                                                        • loginRegisteredUserB2C(options: { body?: CustomRequestBody; credentials: { password: string; username: string }; parameters: { redirectURI: string; usid?: string }; slasClient: ISlasClient }): Promise<TokenResponse>
                                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -666,13 +622,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                          loginRegisteredUserB2C

                                                                                                                                                                                                                                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                                                                                                            options: { body?: CustomRequestBody; credentials: { password: string; username: string }; parameters: { redirectURI: string; usid?: string }; slasClient: ISlasClient }
                                                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                                                            options: { body?: CustomRequestBody; credentials: { password: string; username: string }; parameters: { redirectURI: string; usid?: string }; slasClient: ISlasClient }

                                                                                                                                                                                                                                                                                                                                                                                                                                            an object containing the options for this method

                                                                                                                                                                                                                                                                                                                                                                                                                                            • -
                                                                                                                                                                                                                                                                                                                                                                                                                                              Optional body?: CustomRequestBody
                                                                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                                                              Optional body?: CustomRequestBody
                                                                                                                                                                                                                                                                                                                                                                                                                                            • credentials: { password: string; username: string }
                                                                                                                                                                                                                                                                                                                                                                                                                                              @@ -729,13 +685,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                              Returns Promise

                                                                                                                                                                                                                                                                                                                                                                                                                                              loginRegisteredUserB2Cprivate

                                                                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                                                              • loginRegisteredUserB2Cprivate(options: { body?: CustomRequestBody; credentials: { clientSecret: string; password: string; username: string }; parameters: { redirectURI: string; usid?: string }; slasClient: ISlasClient }): Promise<TokenResponse>
                                                                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                                                                              • loginRegisteredUserB2Cprivate(options: { body?: CustomRequestBody; credentials: { clientSecret: string; password: string; username: string }; parameters: { redirectURI: string; usid?: string }; slasClient: ISlasClient }): Promise<TokenResponse>
                                                                                                                                                                                                                                                                                                                                                                                                                                              • @@ -746,13 +702,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                                                loginRegisteredUserB2Cprivate

                                                                                                                                                                                                                                                                                                                                                                                                                                                Parameters

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode: OrdersModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerInfo: OrdersModelTypes.CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -319,7 +307,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Discount

                                                                                                                                                                                                                                                                                                                                                                                                                          Discount: OrdersModelTypes.Discount
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -329,7 +317,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          DiscountTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          DiscountTypeEnum: OrdersModelTypes.DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -339,7 +327,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse: OrdersModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -379,17 +367,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem: OrdersModelTypes.GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                          - -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          NoValue: OrdersModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -399,7 +377,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                          OptionItem: OrdersModelTypes.OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -409,7 +387,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Order

                                                                                                                                                                                                                                                                                                                                                                                                                          Order: OrdersModelTypes.Order
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -419,7 +397,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderBusinessTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderBusinessTypeEnum: OrdersModelTypes.OrderBusinessTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -429,7 +407,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderChannelTypeEnum: OrdersModelTypes.OrderChannelTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -439,7 +417,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderConfirmationStatus

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderConfirmationStatus: OrdersModelTypes.OrderConfirmationStatus
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -449,7 +427,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderConfirmationStatusUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderConfirmationStatusUpdateRequest: OrdersModelTypes.OrderConfirmationStatusUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -459,7 +437,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderExportStatus

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderExportStatus: OrdersModelTypes.OrderExportStatus
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -469,7 +447,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderExportStatusUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderExportStatusUpdateRequest: OrdersModelTypes.OrderExportStatusUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -479,7 +457,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderExternalStatusUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderExternalStatusUpdateRequest: OrdersModelTypes.OrderExternalStatusUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -489,7 +467,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatus

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatus: OrdersModelTypes.OrderPaymentStatus
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -499,7 +477,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatusUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatusUpdateRequest: OrdersModelTypes.OrderPaymentStatusUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -509,7 +487,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderShippingStatus

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderShippingStatus: OrdersModelTypes.OrderShippingStatus
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -519,7 +497,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderShippingStatusUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderShippingStatusUpdateRequest: OrdersModelTypes.OrderShippingStatusUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -529,7 +507,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatus

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatus: OrdersModelTypes.OrderStatus
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -539,7 +517,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatusUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatusUpdateRequest: OrdersModelTypes.OrderStatusUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -549,7 +527,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatusUpdateRequestStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatusUpdateRequestStatusEnum: OrdersModelTypes.OrderStatusUpdateRequestStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -559,7 +537,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          OrderTaxationEnum: OrdersModelTypes.OrderTaxationEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -569,7 +547,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          OrdersResponse

                                                                                                                                                                                                                                                                                                                                                                                                                          OrdersResponse: OrdersModelTypes.OrdersResponse
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -579,7 +557,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                                          PaymentCard: OrdersModelTypes.PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -589,7 +567,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                                          PaymentInstrument: OrdersModelTypes.PaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -599,7 +577,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PaymentTransaction

                                                                                                                                                                                                                                                                                                                                                                                                                          PaymentTransaction: OrdersModelTypes.PaymentTransaction
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -609,7 +587,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                                                          PriceAdjustment: OrdersModelTypes.PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -619,7 +597,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem: OrdersModelTypes.ProductItem
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -629,7 +607,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReference

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReference: OrdersModelTypes.ProductListItemReference
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -639,7 +617,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReferenceTypeEnum: OrdersModelTypes.ProductListItemReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -649,7 +627,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListReference

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListReference: OrdersModelTypes.ProductListReference
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -659,7 +637,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductListReferenceTypeEnum: OrdersModelTypes.ProductListReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -669,7 +647,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductReference

                                                                                                                                                                                                                                                                                                                                                                                                                          ProductReference: OrdersModelTypes.ProductReference
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -679,7 +657,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Shipment

                                                                                                                                                                                                                                                                                                                                                                                                                          Shipment: OrdersModelTypes.Shipment
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -689,7 +667,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ShipmentShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          ShipmentShippingStatusEnum: OrdersModelTypes.ShipmentShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -699,7 +677,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingAddressUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingAddressUpdateRequest: OrdersModelTypes.ShippingAddressUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -709,7 +687,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingItem

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingItem: OrdersModelTypes.ShippingItem
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -719,7 +697,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingItemTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingItemTypeEnum: OrdersModelTypes.ShippingItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -729,7 +707,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingMethodReference

                                                                                                                                                                                                                                                                                                                                                                                                                          ShippingMethodReference: OrdersModelTypes.ShippingMethodReference
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -739,7 +717,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Status

                                                                                                                                                                                                                                                                                                                                                                                                                          Status: OrdersModelTypes.Status
                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -808,9 +786,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Status

                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderShipment
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -835,9 +810,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Status

                                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • diff --git a/docs/modules/orders.html b/docs/modules/orders.html index d4fbabf1..e97ee09a 100644 --- a/docs/modules/orders.html +++ b/docs/modules/orders.html @@ -103,8 +103,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderRequestPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderShipment
                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderShipment
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -121,8 +119,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                                        • GetOrdersSortOrderEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • Order
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -228,7 +224,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderRequestChannelTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderRequestPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • CreateOrderShipment
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                        • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -237,7 +232,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                        • GetOrdersSortByEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • GetOrdersSortOrderEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                        • Order
                                                                                                                                                                                                                                                                                                                                                                                                                        • OrderBusinessTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -436,16 +430,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CreateOrderShipment

                                                                                                                                                                                                                                                                                                                                                                                                                          CreateOrderShipment

                                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports CreateOrderShipment -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports CurrencyCode -

                                                                                                                                                                                                                                                                                                                                                                                                                          CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -526,16 +510,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                                          NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports NoValue -

                                                                                                                                                                                                                                                                                                                                                                                                                          OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1355,7 +1329,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                          CreateOrderProductItems

                                                                                                                                                                                                                                                                                                                                                                                                                          CreateOrderRequest

                                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                                          CreateOrderRequest: { billingAddress: Address; businessType?: CreateOrderRequestBusinessTypeEnum; channelType?: CreateOrderRequestChannelTypeEnum; currency: CurrencyCode; customerLocale?: string; orderNo?: string; orderPriceAdjustments?: Array<CreateOrderPriceAdjustment>; orderTotal: number; paymentInstruments: Array<CreateOrderPaymentInstrument>; paymentStatus?: CreateOrderRequestPaymentStatusEnum; productItems: Array<CreateOrderProductItems>; shipments: Array<CreateOrderShipment>; taxTotal: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                                          CreateOrderRequest: { billingAddress: Address; businessType?: CreateOrderRequestBusinessTypeEnum; channelType?: CreateOrderRequestChannelTypeEnum; currency: string; customerLocale?: string; orderNo?: string; orderPriceAdjustments?: Array<CreateOrderPriceAdjustment>; orderTotal: number; paymentInstruments: Array<CreateOrderPaymentInstrument>; paymentStatus?: CreateOrderRequestPaymentStatusEnum; productItems: Array<CreateOrderProductItems>; shipments: Array<CreateOrderShipment>; taxTotal: number } & {}

                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -1608,7 +1573,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        GetOrdersConfirmationStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                        GetOrdersConfirmationStatusEnum: "confirmed" | "not_confirmed"
                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -1618,7 +1583,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        GetOrdersSortByEnum

                                                                                                                                                                                                                                                                                                                                                                                                                        GetOrdersSortByEnum: "creation_date" | "last_modified_date"
                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -1628,7 +1593,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        GetOrdersSortOrderEnum

                                                                                                                                                                                                                                                                                                                                                                                                                        GetOrdersSortOrderEnum: "asc" | "desc"
                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -1712,21 +1677,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                                                                        NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -1792,7 +1742,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                        Order

                                                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                                                        Order: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; affiliatePartnerId?: string; affiliatePartnerName?: string; billingAddress?: Address; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; businessType?: OrderBusinessTypeEnum; cancelCode?: string; cancelDescription?: string; channelType?: OrderChannelTypeEnum; confirmationStatus?: OrderConfirmationStatus; couponItems?: Array<CouponItem>; createdBy?: string; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; customerLocale?: string; customerOrderReference?: string; exportStatus?: OrderExportStatus; externalOrderNo?: string; externalOrderStatus?: string; externalOrderText?: string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: string; invoiceNo?: string; lastModified?: string; merchandizeTotalTax?: number; orderNo: string; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<PaymentInstrument>; paymentStatus?: OrderPaymentStatus; placeDate?: string; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; remoteHost?: string; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: OrderShippingStatus; shippingTotal?: number; shippingTotalTax?: number; siteId?: string; sourceCode?: string; sourceCodeGroupId?: string; status?: OrderStatus; taxTotal?: number; taxation?: OrderTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                        Order: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; affiliatePartnerId?: string; affiliatePartnerName?: string; billingAddress?: Address; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; businessType?: OrderBusinessTypeEnum; cancelCode?: string; cancelDescription?: string; channelType?: OrderChannelTypeEnum; confirmationStatus?: OrderConfirmationStatus; couponItems?: Array<CouponItem>; createdBy?: string; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; customerLocale?: string; customerOrderReference?: string; exportStatus?: OrderExportStatus; externalOrderNo?: string; externalOrderStatus?: string; externalOrderText?: string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: string; invoiceNo?: string; lastModified?: string; merchandizeTotalTax?: number; orderNo: string; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<PaymentInstrument>; paymentStatus?: OrderPaymentStatus; placeDate?: string; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; remoteHost?: string; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: OrderShippingStatus; shippingTotal?: number; shippingTotalTax?: number; siteId?: string; sourceCode?: string; sourceCodeGroupId?: string; status?: OrderStatus; taxTotal?: number; taxation?: OrderTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                      • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                      • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                      • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -3245,12 +3192,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUri GiftCertificateItem -
                                                                                                                                                                                                                                                                                                                                                                                                                      • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                      • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                      • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -3518,9 +3459,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUri CreateOrderShipment -
                                                                                                                                                                                                                                                                                                                                                                                                                      • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                      • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -3545,9 +3483,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUri GiftCertificateItem -
                                                                                                                                                                                                                                                                                                                                                                                                                      • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                      • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                      • diff --git a/docs/modules/preferences.html b/docs/modules/preferences.html index dc37ed9b..35218fb9 100644 --- a/docs/modules/preferences.html +++ b/docs/modules/preferences.html @@ -230,7 +230,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        CustomPreferenceList

                                                                                                                                                                                                                                                                                                                                                                                                                        offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -288,7 +288,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                        offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                        @@ -308,7 +308,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                        diff --git a/docs/modules/products.ProductsTypes.html b/docs/modules/products.ProductsTypes.html index b2ff616d..7a4cb7e4 100644 --- a/docs/modules/products.ProductsTypes.html +++ b/docs/modules/products.ProductsTypes.html @@ -85,8 +85,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                      • CategorizationAttributeDefinitionAttributeTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      • CategorizationAttributeDefinitionValueTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      • CategorizationAttributeDefinitionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                      • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                      • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                      • Filter
                                                                                                                                                                                                                                                                                                                                                                                                                      • FilteredQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -98,7 +96,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                      • Money
                                                                                                                                                                                                                                                                                                                                                                                                                      • NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                                                      • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                      • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                      • PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      • Product
                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -126,6 +123,8 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                      • TermQueryOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      • TermQueryValuesInner
                                                                                                                                                                                                                                                                                                                                                                                                                      • TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      • UnassignedProductSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      • UnassignedProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                      • VariantSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                      • VariantSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      • @@ -233,33 +232,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                        CategorizationAttributeDefinitionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode: ProductsModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback: ProductsModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                      ErrorResponse: ProductsModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -269,7 +248,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Filter

                                                                                                                                                                                                                                                                                                                                                                                                                      Filter: ProductsModelTypes.Filter
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -279,7 +258,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      FilteredQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      FilteredQuery: ProductsModelTypes.FilteredQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -289,7 +268,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ImageGroup

                                                                                                                                                                                                                                                                                                                                                                                                                      ImageGroup: ProductsModelTypes.ImageGroup
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -299,7 +278,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode: ProductsModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -309,7 +288,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      MarkupText

                                                                                                                                                                                                                                                                                                                                                                                                                      MarkupText: ProductsModelTypes.MarkupText
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -319,7 +298,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Master

                                                                                                                                                                                                                                                                                                                                                                                                                      Master: ProductsModelTypes.Master
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -329,7 +308,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      MediaFile

                                                                                                                                                                                                                                                                                                                                                                                                                      MediaFile: ProductsModelTypes.MediaFile
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -339,7 +318,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Money

                                                                                                                                                                                                                                                                                                                                                                                                                      Money: ProductsModelTypes.Money
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -349,7 +328,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      NestedQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      NestedQuery: ProductsModelTypes.NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -359,17 +338,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      NestedQueryScoreModeEnum: ProductsModelTypes.NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue: ProductsModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -379,7 +348,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedResultBase: ProductsModelTypes.PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -389,7 +358,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedSearchResult: ProductsModelTypes.PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -399,7 +368,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Product

                                                                                                                                                                                                                                                                                                                                                                                                                      Product: ProductsModelTypes.Product
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -409,7 +378,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOption

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOption: ProductsModelTypes.ProductOption
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -419,7 +388,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptionSortingModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptionSortingModeEnum: ProductsModelTypes.ProductOptionSortingModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -429,7 +398,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptionValue

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptionValue: ProductsModelTypes.ProductOptionValue
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -439,7 +408,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptions

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptions: ProductsModelTypes.ProductOptions
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -449,7 +418,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductSearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductSearchRequest: ProductsModelTypes.ProductSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -459,7 +428,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductSearchResult: ProductsModelTypes.ProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -469,7 +438,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductType

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductType: ProductsModelTypes.ProductType
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -479,7 +448,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Query

                                                                                                                                                                                                                                                                                                                                                                                                                      Query: ProductsModelTypes.Query
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -489,7 +458,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      QueryFilter

                                                                                                                                                                                                                                                                                                                                                                                                                      QueryFilter: ProductsModelTypes.QueryFilter
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -499,7 +468,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Range2Filter

                                                                                                                                                                                                                                                                                                                                                                                                                      Range2Filter: ProductsModelTypes.Range2Filter
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -509,7 +478,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Range2FilterFilterModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      Range2FilterFilterModeEnum: ProductsModelTypes.Range2FilterFilterModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -519,7 +488,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      RangeFilter

                                                                                                                                                                                                                                                                                                                                                                                                                      RangeFilter: ProductsModelTypes.RangeFilter
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -529,7 +498,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      RangeFilterFrom

                                                                                                                                                                                                                                                                                                                                                                                                                      RangeFilterFrom: ProductsModelTypes.RangeFilterFrom
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -539,7 +508,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      RangeFilterTo

                                                                                                                                                                                                                                                                                                                                                                                                                      RangeFilterTo: ProductsModelTypes.RangeFilterTo
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -549,7 +518,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      ResultBase: ProductsModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -559,7 +528,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      SearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      SearchRequest: ProductsModelTypes.SearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -569,7 +538,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Sort

                                                                                                                                                                                                                                                                                                                                                                                                                      Sort: ProductsModelTypes.Sort
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -579,7 +548,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      SortSortOrderEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      SortSortOrderEnum: ProductsModelTypes.SortSortOrderEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -589,7 +558,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TermFilter

                                                                                                                                                                                                                                                                                                                                                                                                                      TermFilter: ProductsModelTypes.TermFilter
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -599,7 +568,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TermFilterOperatorEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      TermFilterOperatorEnum: ProductsModelTypes.TermFilterOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -609,7 +578,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TermQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      TermQuery: ProductsModelTypes.TermQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -619,7 +588,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TermQueryOperatorEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      TermQueryOperatorEnum: ProductsModelTypes.TermQueryOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -629,7 +598,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TermQueryValuesInner

                                                                                                                                                                                                                                                                                                                                                                                                                      TermQueryValuesInner: ProductsModelTypes.TermQueryValuesInner
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -639,7 +608,27 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      TextQuery: ProductsModelTypes.TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchRequest: ProductsModelTypes.UnassignedProductSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchResult: ProductsModelTypes.UnassignedProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -649,7 +638,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Variant

                                                                                                                                                                                                                                                                                                                                                                                                                      Variant: ProductsModelTypes.Variant
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -659,7 +648,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariantSearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      VariantSearchRequest: ProductsModelTypes.VariantSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -669,7 +658,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariantSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      VariantSearchResult: ProductsModelTypes.VariantSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -679,7 +668,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Variants

                                                                                                                                                                                                                                                                                                                                                                                                                      Variants: ProductsModelTypes.Variants
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -689,7 +678,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttribute

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttribute: ProductsModelTypes.VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -699,7 +688,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributeValue

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributeValue: ProductsModelTypes.VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -709,7 +698,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributeVariationAttributeTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributeVariationAttributeTypeEnum: ProductsModelTypes.VariationAttributeVariationAttributeTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -719,7 +708,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributes

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributes: ProductsModelTypes.VariationAttributes
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -729,7 +718,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroup: ProductsModelTypes.VariationGroup
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -739,7 +728,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroups

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroups: ProductsModelTypes.VariationGroups
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -790,12 +779,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroups

                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -829,9 +812,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroups

                                                                                                                                                                                                                                                                                                                                                                                                                    • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -913,6 +893,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroups

                                                                                                                                                                                                                                                                                                                                                                                                                    • TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchResult +
                                                                                                                                                                                                                                                                                                                                                                                                                    • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                    • diff --git a/docs/modules/products.html b/docs/modules/products.html index b4cacab4..e61afbd0 100644 --- a/docs/modules/products.html +++ b/docs/modules/products.html @@ -91,10 +91,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionValueTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    • Filter
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -117,8 +113,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                                                                    • NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -175,6 +169,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                                                                    • TermQueryValuesInner
                                                                                                                                                                                                                                                                                                                                                                                                                    • TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • UnassignedProductSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • UnassignedProductSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • UnassignedProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • UnassignedProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                    • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                    • VariantSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -222,8 +220,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionAttributeTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionValueTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CategorizationAttributeDefinitionsResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    • Filter
                                                                                                                                                                                                                                                                                                                                                                                                                    • FilteredQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -235,7 +231,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • Money
                                                                                                                                                                                                                                                                                                                                                                                                                    • NestedQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • Product
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -263,6 +258,8 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • TermQueryOperatorEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • TermQueryValuesInner
                                                                                                                                                                                                                                                                                                                                                                                                                    • TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • UnassignedProductSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • UnassignedProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                    • VariantSearchRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • VariantSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -376,26 +373,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CategorizationAttributeDefinitionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                      CategorizationAttributeDefinitionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                      Re-exports CategorizationAttributeDefinitionsResult -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports DefaultFallback -

                                                                                                                                                                                                                                                                                                                                                                                                                      ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -506,16 +483,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      NestedQueryScoreModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      Re-exports NestedQueryScoreModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports NoValue -

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -796,6 +763,26 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      Re-exports TextQuery
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      + Re-exports UnassignedProductSearchRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      + Re-exports UnassignedProductSearchRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      + Re-exports UnassignedProductSearchResult +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      + Re-exports UnassignedProductSearchResult +

                                                                                                                                                                                                                                                                                                                                                                                                                      Variant

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1071,7 +1058,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CategorizationAttributeDefinitionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                      data: The list of the categorization attribute definitions. This can be empty.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1079,33 +1066,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CategorizationAttributeDefinitionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1216,10 +1176,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ImageGroup

                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1310,7 +1270,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      MediaFile

                                                                                                                                                                                                                                                                                                                                                                                                                      Money

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      Money: { currencyMnemonic?: CurrencyCode; value?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      Money: { currencyMnemonic?: string; value?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1393,7 +1341,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1425,7 +1373,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1705,7 +1653,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductOptions

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1763,7 +1711,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1986,7 +1934,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2154,6 +2102,92 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      TextQuery

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchRequest

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchRequest: { catalogId: string; categoryId: string; limit?: number; offset?: number; query: Query; sorts?: Array<Sort> } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      catalogId: The ID of the catalog to which the specified category belongs.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      categoryId: The ID of the category to which products are not assigned.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed 200.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      query:

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      sorts: The list of sort clauses configured for the search request. Sort clauses are optional. See the description of the search endpoint for details on the default sorting behavior that is used when explicit sorts are not passed.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      UnassignedProductSearchResult: { catalogId?: string; categoryId?: string; hits: Array<Product>; limit: number; offset: number; query: Query; sorts?: Array<Sort>; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      catalogId: The ID of the catalog to which the specified category belongs.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      categoryId: The ID of the category to which products are not assigned.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      hits: A sorted array of search hits (Product objects). If there are no hits, the array can be empty.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      query:

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      sorts: The sorting that was applied to the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      Variant

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2258,7 +2292,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariantSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2284,7 +2318,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Variants

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2402,7 +2436,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationAttributes

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2458,7 +2492,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      VariationGroups

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2553,18 +2587,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri CategorizationAttributeDefinitionsResult

                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2631,12 +2653,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri NestedQueryScoreModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2805,6 +2821,18 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri TextQuery +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchResult +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchResult +
                                                                                                                                                                                                                                                                                                                                                                                                                    • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2898,12 +2926,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri CategorizationAttributeDefinitionsResult -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2937,9 +2959,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri NestedQueryScoreModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -3021,6 +3040,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri TextQuery +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • + UnassignedProductSearchResult +
                                                                                                                                                                                                                                                                                                                                                                                                                    • Variant
                                                                                                                                                                                                                                                                                                                                                                                                                    • diff --git a/docs/modules/promotions.html b/docs/modules/promotions.html index b31141c8..f448027b 100644 --- a/docs/modules/promotions.html +++ b/docs/modules/promotions.html @@ -896,7 +896,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -928,7 +928,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1186,7 +1186,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      PromotionSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                                      offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1392,7 +1392,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                                      limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                                      total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                                      diff --git a/docs/modules/shopperBaskets.html b/docs/modules/shopperBaskets.html index 686d0223..c8fb17d0 100644 --- a/docs/modules/shopperBaskets.html +++ b/docs/modules/shopperBaskets.html @@ -89,12 +89,8 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                                                                    • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    • DiscountRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -111,8 +107,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                                                                    • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -195,9 +189,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    • DiscountRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • DiscountRequestTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -206,7 +198,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -327,16 +318,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      Re-exports CreateBasketTaxModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports CurrencyCode -

                                                                                                                                                                                                                                                                                                                                                                                                                      CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -347,16 +328,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                      CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                      Re-exports CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports DefaultFallback -

                                                                                                                                                                                                                                                                                                                                                                                                                      Discount

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -437,16 +408,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      Re-exports MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      - Re-exports NoValue -

                                                                                                                                                                                                                                                                                                                                                                                                                      OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -738,7 +699,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                      Basket

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxTotal?: number; taxation?: BasketTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxTotal?: number; taxation?: BasketTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1016,21 +968,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      Discount

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1179,10 +1116,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                                      LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -1194,25 +1131,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                      MergeBasketProductItemMergeModeEnum: "higher_quantity" | "sum_quantities" | "saved_quantity" | "separate_item"
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                                                      - -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                                      OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2322,24 +2244,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri CreateBasketTaxModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2388,12 +2298,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri MergeBasketProductItemMergeModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2592,15 +2496,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri CreateBasketTaxModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -2625,9 +2523,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Const defaultBaseUri MergeBasketProductItemMergeModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • diff --git a/docs/modules/shopperBasketsv2.ShopperBasketsV2Types.html b/docs/modules/shopperBasketsv2.ShopperBasketsV2Types.html index 0c7a9a85..9706f628 100644 --- a/docs/modules/shopperBasketsv2.ShopperBasketsV2Types.html +++ b/docs/modules/shopperBasketsv2.ShopperBasketsV2Types.html @@ -84,9 +84,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    • DiscountRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • DiscountRequestTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -96,15 +94,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                    • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                                                                    • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                                                    • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                    • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                    • PriceAdjustmentRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    • PriceAdjustmentRequestLevelEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    • @@ -211,33 +216,13 @@

                                                                                                                                                                                                                                                                                                                                                                                                                      CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode: ShopperBasketsV2ModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo: ShopperBasketsV2ModelTypes.CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback: ShopperBasketsV2ModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -247,7 +232,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Discount

                                                                                                                                                                                                                                                                                                                                                                                                                    Discount: ShopperBasketsV2ModelTypes.Discount
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -257,7 +242,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    DiscountRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    DiscountRequest: ShopperBasketsV2ModelTypes.DiscountRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -267,7 +252,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    DiscountRequestTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    DiscountRequestTypeEnum: ShopperBasketsV2ModelTypes.DiscountRequestTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -277,7 +262,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    DiscountTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    DiscountTypeEnum: ShopperBasketsV2ModelTypes.DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -287,7 +272,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                                    ErrorResponse: ShopperBasketsV2ModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -297,7 +282,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                                    GiftCertificateItem: ShopperBasketsV2ModelTypes.GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -307,7 +292,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    GroupedTaxItem

                                                                                                                                                                                                                                                                                                                                                                                                                    GroupedTaxItem: ShopperBasketsV2ModelTypes.GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -317,7 +302,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                                                    LocaleCode: ShopperBasketsV2ModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -332,12 +317,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    NoValue: ShopperBasketsV2ModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData: ShopperBasketsV2ModelTypes.OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum: ShopperBasketsV2ModelTypes.OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -347,7 +342,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                                    OptionItem: ShopperBasketsV2ModelTypes.OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -357,7 +352,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderAddress

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderAddress: ShopperBasketsV2ModelTypes.OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -367,7 +362,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentCardRequest: ShopperBasketsV2ModelTypes.OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -375,19 +370,49 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument: ShopperBasketsV2ModelTypes.OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference: ShopperBasketsV2ModelTypes.OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum: ShopperBasketsV2ModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties: ShopperBasketsV2ModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentCard: ShopperBasketsV2ModelTypes.PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -397,7 +422,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentCardSpec

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentCardSpec: ShopperBasketsV2ModelTypes.PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -407,7 +432,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethod

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethod: ShopperBasketsV2ModelTypes.PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -417,7 +442,37 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult: ShopperBasketsV2ModelTypes.PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest: ShopperBasketsV2ModelTypes.PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum: ShopperBasketsV2ModelTypes.PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties: ShopperBasketsV2ModelTypes.PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -427,7 +482,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustment: ShopperBasketsV2ModelTypes.PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -437,7 +492,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustmentRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustmentRequest: ShopperBasketsV2ModelTypes.PriceAdjustmentRequest
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -447,7 +502,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustmentRequestLevelEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustmentRequestLevelEnum: ShopperBasketsV2ModelTypes.PriceAdjustmentRequestLevelEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -457,7 +512,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductDetailsLink: ShopperBasketsV2ModelTypes.ProductDetailsLink
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -467,7 +522,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductItem: ShopperBasketsV2ModelTypes.ProductItem
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -477,7 +532,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReference

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReference: ShopperBasketsV2ModelTypes.ProductListItemReference
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -487,7 +542,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReferenceTypeEnum: ShopperBasketsV2ModelTypes.ProductListItemReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -497,7 +552,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListLink

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListLink: ShopperBasketsV2ModelTypes.ProductListLink
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -507,7 +562,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListLinkTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    ProductListLinkTypeEnum: ShopperBasketsV2ModelTypes.ProductListLinkTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -517,7 +572,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Shipment

                                                                                                                                                                                                                                                                                                                                                                                                                    Shipment: ShopperBasketsV2ModelTypes.Shipment
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -527,7 +582,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ShipmentShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    ShipmentShippingStatusEnum: ShopperBasketsV2ModelTypes.ShipmentShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -537,7 +592,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingItem

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingItem: ShopperBasketsV2ModelTypes.ShippingItem
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -547,7 +602,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingMethod: ShopperBasketsV2ModelTypes.ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -557,7 +612,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingMethodResult

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingMethodResult: ShopperBasketsV2ModelTypes.ShippingMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -567,7 +622,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                                                                    ShippingPromotion: ShopperBasketsV2ModelTypes.ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -577,7 +632,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Status

                                                                                                                                                                                                                                                                                                                                                                                                                    Status: ShopperBasketsV2ModelTypes.Status
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -587,7 +642,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    TaxItem

                                                                                                                                                                                                                                                                                                                                                                                                                    TaxItem: ShopperBasketsV2ModelTypes.TaxItem
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -597,7 +652,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    TaxItems

                                                                                                                                                                                                                                                                                                                                                                                                                    TaxItems: ShopperBasketsV2ModelTypes.TaxItems
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -607,7 +662,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                                                    Taxes: ShopperBasketsV2ModelTypes.Taxes
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -655,15 +710,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                                                  • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -692,7 +741,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                                                    MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • - NoValue + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem @@ -706,6 +758,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -718,6 +779,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                  • diff --git a/docs/modules/shopperBasketsv2.html b/docs/modules/shopperBasketsv2.html index f6fa047a..968e48cc 100644 --- a/docs/modules/shopperBasketsv2.html +++ b/docs/modules/shopperBasketsv2.html @@ -89,12 +89,8 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                                                  • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                  • DiscountRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -113,8 +109,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                                                  • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                  • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -123,6 +121,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -131,6 +135,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustmentRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -197,9 +207,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                  • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                                  • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                                                  • DiscountRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • DiscountRequestTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -209,15 +217,22 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                  • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                                  • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                                  • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                                                  • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustmentRequest
                                                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustmentRequestLevelEnum
                                                                                                                                                                                                                                                                                                                                                                                                                  • @@ -330,16 +345,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    Re-exports CreateBasketTaxModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports CurrencyCode -

                                                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -350,16 +355,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                                    Re-exports CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports DefaultFallback -

                                                                                                                                                                                                                                                                                                                                                                                                                    Discount

                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -451,14 +446,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    Re-exports MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports NoValue + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                                                    NoValue

                                                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports NoValue + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -500,6 +505,36 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                                    Re-exports OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayProperties +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -540,6 +575,36 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                                                    Re-exports PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayProperties +

                                                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                                                    @@ -751,7 +816,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                                    Basket

                                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                                    Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: BasketTaxationEnum; temporaryBasket?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                                    Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: BasketTaxationEnum; temporaryBasket?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -990,22 +1061,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                            CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                            CreateBasketTaxModeEnum: "internal" | "external"
                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                                            - -
                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                            CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1038,21 +1097,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                            CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                            DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                                                            - -
                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                            A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                            Discount

                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1221,10 +1265,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                            GroupedTaxItem

                                                                                                                                                                                                                                                                                                                                                                                                            LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1236,25 +1280,40 @@

                                                                                                                                                                                                                                                                                                                                                                                                            MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                            MergeBasketProductItemMergeModeEnum: "higher_quantity" | "sum_quantities" | "saved_quantity" | "separate_item"
                                                                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                                                                            NoValue

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                            OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            OmsProductData: { quantityAvailableToCancel?: number; status?: OmsProductDataStatusEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                                                                                                            A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                            status: Order Management (OMS) status

                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                                                            quantityAvailableToCancel: The quantity that can be cancelled.

                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                            OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            OmsProductDataStatusEnum: "ordered" | "returned" | "canceled" | "paid" | "reshipped" | "fulfilled" | "partially_fulfilled" | "allocated" | "partially_allocated" | "return_initiated"
                                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                                            OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1494,10 +1553,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentInstrument: { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentInstrument: { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string; paymentReference?: OrderPaymentInstrumentPaymentReference } & {}
                                                                                                                                                                                                                                                                                                                                                                                                            @@ -1529,6 +1588,74 @@

                                                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          paymentReference:

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReference: { gateway?: OrderPaymentInstrumentPaymentReferenceGatewayEnum; gatewayProperties?: OrderPaymentInstrumentPaymentReferenceGatewayProperties; paymentReferenceId?: string; redirectUrl?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          paymentReferenceId: Payment reference identifier. Can be payment intent ID for Stripe, PSP reference for Adyen, PayPal order ID for PayPal, or similar identifier for other payment providers.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          redirectUrl: Redirect URL for payment methods that require user redirection to complete payment.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 2048
                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          gateway: The payment gateway used to process the payment.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          gatewayProperties:

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayEnum: "stripe" | "paypal" | "adyen"
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayProperties: { adyen?: {}; paypal?: {}; stripe?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          stripe: # Stripe specific properties. - setupFutureUsage: Indicates that you intend to make future payments with this payment method. - on_session: The payment method is intended to be used for a future payment on the same website session. - off_session: The payment method is intended to be used for a future payment on a different website session. - null: The payment method is not intended to be used for a future payment. - clientSecret: Secret for Stripe client-side payment confirmation. Don't store, log, or expose the client secret to anyone other than the customer, and only use it on pages where TLS is enabled. - type: string - maxLength: 256 - example: "pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abc123"

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          paypal: # PayPal specific properties.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          adyen: # Adyen specific properties.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1684,6 +1811,73 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequest: { gateway?: PaymentReferenceRequestGatewayEnum; gatewayProperties?: PaymentReferenceRequestGatewayProperties; paymentMethodType?: string; zoneId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          paymentMethodType: Payment Method Type

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 64
                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          zoneId: The unique identifier for a Payments zone.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                                          • Pattern: /^[a-zA-Z0-9\-_]{1,100}$/
                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                          • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          gateway: The payment gateway used to process the payment.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          gatewayProperties:

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayEnum: "stripe" | "paypal" | "adyen"
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayProperties: { adyen?: {}; paypal?: {}; stripe?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          stripe: # Stripe specific properties. - setupFutureUsage: Indicates that you intend to make future payments with this payment method. - on_session: The payment method is intended to be used for a future payment on the same website session. - off_session: The payment method is intended to be used for a future payment on a different website session. - null: The payment method is not intended to be used for a future payment.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          paypal: # PayPal specific properties. - shippingPreference: Shipping preference for PayPal payment processing. Applicable only for basket payment instruments. - GET_FROM_FILE - NO_SHIPPING - SET_PROVIDED_ADDRESS

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          adyen: # Adyen specific properties.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1809,10 +2003,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem: { adjustedTax?: number; basePrice?: number; bonusDiscountLineItemId?: string; bonusProductLineItem?: boolean; bundledProductItems?: Array<ProductItem>; gift?: boolean; giftMessage?: string; inventoryId?: string; itemId?: string; itemText?: string; optionItems?: Array<OptionItem>; price?: number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: number; priceAfterOrderDiscount?: number; productId?: string; productListItem?: ProductListItemReference; productName?: string; qualifyingProductItemId?: string; quantity?: number; shipmentId?: string; shippingItemId?: string; tax?: number; taxBasis?: number; taxClassId?: string; taxRate?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem: { adjustedTax?: number; basePrice?: number; bonusDiscountLineItemId?: string; bonusProductLineItem?: boolean; bundledProductItems?: Array<ProductItem>; gift?: boolean; giftMessage?: string; inventoryId?: string; itemId?: string; itemText?: string; omsData?: OmsProductData; optionItems?: Array<OptionItem>; price?: number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: number; priceAfterOrderDiscount?: number; productId?: string; productListItem?: ProductListItemReference; productName?: string; qualifyingProductItemId?: string; quantity?: number; shipmentId?: string; shippingItemId?: string; tax?: number; taxBasis?: number; taxClassId?: string; taxRate?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1893,6 +2087,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                          shippingItemId: If the product line item has a related shipping item, this value is its ID. A related shipping item represents a surcharge applied to individual products using a particular shipping method. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          omsData: Information retrieved from Order Management (OMS) for the product. Only available in context of an order.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                          tax: The tax for the product item, not including price adjustments. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -2364,24 +2561,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri CreateBasketTaxModeEnum

                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -2437,10 +2622,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUriMergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem @@ -2466,6 +2657,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -2490,6 +2699,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri PaymentMethodResult +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -2640,15 +2867,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri CreateBasketTaxModeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -2677,7 +2898,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUriMergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem @@ -2691,6 +2915,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -2703,6 +2936,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri PaymentMethodResult +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                        • diff --git a/docs/modules/shopperCustomers.ShopperCustomersTypes.html b/docs/modules/shopperCustomers.ShopperCustomersTypes.html index a1650235..d0ad3997 100644 --- a/docs/modules/shopperCustomers.ShopperCustomersTypes.html +++ b/docs/modules/shopperCustomers.ShopperCustomersTypes.html @@ -84,7 +84,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • BundledProduct
                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                        • Customer
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddress
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddressInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -96,6 +95,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequestPaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -106,13 +109,20 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                                                        • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerOrdersExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetPublicProductListItemsExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                        • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                        • Image
                                                                                                                                                                                                                                                                                                                                                                                                        • ImageGroup
                                                                                                                                                                                                                                                                                                                                                                                                        • Inventory
                                                                                                                                                                                                                                                                                                                                                                                                        • Master
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                        • Option
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionValue
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -122,6 +132,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • OrderConfirmationStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderExportStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -152,6 +165,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListInfoTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemResult
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListResult
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -184,7 +198,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Basket

                                                                                                                                                                                                                                                                                                                                                                                                          Basket: ShopperCustomersModelTypes.Basket
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -194,7 +208,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          BasketChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          BasketChannelTypeEnum: ShopperCustomersModelTypes.BasketChannelTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -204,7 +218,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          BasketTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                                                          BasketTaxationEnum: ShopperCustomersModelTypes.BasketTaxationEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -214,7 +228,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          BasketsResult

                                                                                                                                                                                                                                                                                                                                                                                                          BasketsResult: ShopperCustomersModelTypes.BasketsResult
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -224,7 +238,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          BonusDiscountLineItem

                                                                                                                                                                                                                                                                                                                                                                                                          BonusDiscountLineItem: ShopperCustomersModelTypes.BonusDiscountLineItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -234,7 +248,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          BundledProduct

                                                                                                                                                                                                                                                                                                                                                                                                          BundledProduct: ShopperCustomersModelTypes.BundledProduct
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -244,7 +258,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CouponItem

                                                                                                                                                                                                                                                                                                                                                                                                          CouponItem: ShopperCustomersModelTypes.CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -254,17 +268,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          CouponItemStatusCodeEnum: ShopperCustomersModelTypes.CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          - -
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode: ShopperCustomersModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -274,7 +278,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Customer

                                                                                                                                                                                                                                                                                                                                                                                                          Customer: ShopperCustomersModelTypes.Customer
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -284,7 +288,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAddress

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAddress: ShopperCustomersModelTypes.CustomerAddress
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -294,7 +298,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAddressInfo

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAddressInfo: ShopperCustomersModelTypes.CustomerAddressInfo
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -304,7 +308,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAuthTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerAuthTypeEnum: ShopperCustomersModelTypes.CustomerAuthTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -314,7 +318,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerExtProfileRequest

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerExtProfileRequest: ShopperCustomersModelTypes.CustomerExtProfileRequest
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -324,7 +328,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerExternalProfile

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerExternalProfile: ShopperCustomersModelTypes.CustomerExternalProfile
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -334,7 +338,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerInfo: ShopperCustomersModelTypes.CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -344,7 +348,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerOrderResult

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerOrderResult: ShopperCustomersModelTypes.CustomerOrderResult
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -354,7 +358,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentCardRequest: ShopperCustomersModelTypes.CustomerPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -364,7 +368,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrument: ShopperCustomersModelTypes.CustomerPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -374,7 +378,47 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentRequest: ShopperCustomersModelTypes.CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequest: ShopperCustomersModelTypes.CustomerPaymentInstrumentUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequestPaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequestPaymentCard: ShopperCustomersModelTypes.CustomerPaymentInstrumentUpdateRequestPaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReference

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReference: ShopperCustomersModelTypes.CustomerPaymentMethodReference
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReferenceTypeEnum: ShopperCustomersModelTypes.CustomerPaymentMethodReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -384,7 +428,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductList: ShopperCustomersModelTypes.CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -394,7 +438,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListItem: ShopperCustomersModelTypes.CustomerProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -404,7 +448,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListItemTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListItemTypeEnum: ShopperCustomersModelTypes.CustomerProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -414,7 +458,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListRegistrant

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListRegistrant: ShopperCustomersModelTypes.CustomerProductListRegistrant
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -424,7 +468,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListResult

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListResult: ShopperCustomersModelTypes.CustomerProductListResult
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -434,7 +478,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductListTypeEnum: ShopperCustomersModelTypes.CustomerProductListTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -444,7 +488,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerRegistration

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerRegistration: ShopperCustomersModelTypes.CustomerRegistration
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -454,7 +498,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Discount

                                                                                                                                                                                                                                                                                                                                                                                                          Discount: ShopperCustomersModelTypes.Discount
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -464,7 +508,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          DiscountTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          DiscountTypeEnum: ShopperCustomersModelTypes.DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -474,7 +518,37 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse: ShopperCustomersModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerExpandEnum: ShopperCustomersApiTypes.GetCustomerExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerOrdersExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerOrdersExpandEnum: ShopperCustomersApiTypes.GetCustomerOrdersExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetPublicProductListItemsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          GetPublicProductListItemsExpandEnum: ShopperCustomersApiTypes.GetPublicProductListItemsExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -484,7 +558,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem: ShopperCustomersModelTypes.GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -494,7 +568,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          GroupedTaxItem

                                                                                                                                                                                                                                                                                                                                                                                                          GroupedTaxItem: ShopperCustomersModelTypes.GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -504,7 +578,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Image

                                                                                                                                                                                                                                                                                                                                                                                                          Image: ShopperCustomersModelTypes.Image
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -514,7 +588,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ImageGroup

                                                                                                                                                                                                                                                                                                                                                                                                          ImageGroup: ShopperCustomersModelTypes.ImageGroup
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -524,7 +598,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Inventory

                                                                                                                                                                                                                                                                                                                                                                                                          Inventory: ShopperCustomersModelTypes.Inventory
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -534,17 +608,57 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Master

                                                                                                                                                                                                                                                                                                                                                                                                          Master: ShopperCustomersModelTypes.Master
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          NoValue

                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          NoValue: ShopperCustomersModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsData

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OmsData: ShopperCustomersModelTypes.OmsData
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductData: ShopperCustomersModelTypes.OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductDataStatusEnum: ShopperCustomersModelTypes.OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipment: ShopperCustomersModelTypes.OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipmentItem: ShopperCustomersModelTypes.OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -554,7 +668,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Option

                                                                                                                                                                                                                                                                                                                                                                                                          Option: ShopperCustomersModelTypes.Option
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -564,7 +678,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OptionItem

                                                                                                                                                                                                                                                                                                                                                                                                          OptionItem: ShopperCustomersModelTypes.OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -574,7 +688,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OptionValue

                                                                                                                                                                                                                                                                                                                                                                                                          OptionValue: ShopperCustomersModelTypes.OptionValue
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -584,7 +698,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Order

                                                                                                                                                                                                                                                                                                                                                                                                          Order: ShopperCustomersModelTypes.Order
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -594,7 +708,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderAddress

                                                                                                                                                                                                                                                                                                                                                                                                          OrderAddress: ShopperCustomersModelTypes.OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -604,7 +718,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderChannelTypeEnum: ShopperCustomersModelTypes.OrderChannelTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -614,7 +728,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderConfirmationStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderConfirmationStatusEnum: ShopperCustomersModelTypes.OrderConfirmationStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -624,7 +738,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderExportStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderExportStatusEnum: ShopperCustomersModelTypes.OrderExportStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -634,7 +748,37 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrument: ShopperCustomersModelTypes.OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReference: ShopperCustomersModelTypes.OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayEnum: ShopperCustomersModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayProperties: ShopperCustomersModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -644,7 +788,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatusEnum: ShopperCustomersModelTypes.OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -654,7 +798,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderShippingStatusEnum: ShopperCustomersModelTypes.OrderShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -664,7 +808,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderStatusEnum: ShopperCustomersModelTypes.OrderStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -674,7 +818,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                                                          OrderTaxationEnum: ShopperCustomersModelTypes.OrderTaxationEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -684,7 +828,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PageMetaTag

                                                                                                                                                                                                                                                                                                                                                                                                          PageMetaTag: ShopperCustomersModelTypes.PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -694,7 +838,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                          PaginatedResultBase: ShopperCustomersModelTypes.PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -704,7 +848,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PasswordChangeRequest

                                                                                                                                                                                                                                                                                                                                                                                                          PasswordChangeRequest: ShopperCustomersModelTypes.PasswordChangeRequest
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -714,7 +858,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentBankAccountRequest

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentBankAccountRequest: ShopperCustomersModelTypes.PaymentBankAccountRequest
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -724,7 +868,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                          PaymentCard: ShopperCustomersModelTypes.PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -734,7 +878,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                                          PriceAdjustment: ShopperCustomersModelTypes.PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -744,7 +888,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PriceRange

                                                                                                                                                                                                                                                                                                                                                                                                          PriceRange: ShopperCustomersModelTypes.PriceRange
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -754,7 +898,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Product

                                                                                                                                                                                                                                                                                                                                                                                                          Product: ShopperCustomersModelTypes.Product
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -764,7 +908,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                                                          ProductDetailsLink: ShopperCustomersModelTypes.ProductDetailsLink
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -774,7 +918,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                          ProductItem: ShopperCustomersModelTypes.ProductItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -784,7 +928,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductLink

                                                                                                                                                                                                                                                                                                                                                                                                          ProductLink: ShopperCustomersModelTypes.ProductLink
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -794,7 +938,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductLinkTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          ProductLinkTypeEnum: ShopperCustomersModelTypes.ProductLinkTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -804,7 +948,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListEvent

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListEvent: ShopperCustomersModelTypes.ProductListEvent
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -814,7 +958,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReference

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReference: ShopperCustomersModelTypes.ProductListItemReference
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -824,7 +968,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListItemReferenceTypeEnum: ShopperCustomersModelTypes.ProductListItemReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -834,7 +978,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListLink

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListLink: ShopperCustomersModelTypes.ProductListLink
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -844,7 +988,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListLinkTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListLinkTypeEnum: ShopperCustomersModelTypes.ProductListLinkTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -854,7 +998,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListRegistrant

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListRegistrant: ShopperCustomersModelTypes.ProductListRegistrant
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -864,7 +1008,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListShippingAddress

                                                                                                                                                                                                                                                                                                                                                                                                          ProductListShippingAddress: ShopperCustomersModelTypes.ProductListShippingAddress
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -874,7 +1018,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductPriceTable

                                                                                                                                                                                                                                                                                                                                                                                                          ProductPriceTable: ShopperCustomersModelTypes.ProductPriceTable
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -884,7 +1028,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductPromotion

                                                                                                                                                                                                                                                                                                                                                                                                          ProductPromotion: ShopperCustomersModelTypes.ProductPromotion
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -894,7 +1038,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ProductType

                                                                                                                                                                                                                                                                                                                                                                                                          ProductType: ShopperCustomersModelTypes.ProductType
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -904,7 +1048,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductList

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductList: ShopperCustomersModelTypes.PublicProductList
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -914,7 +1058,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListInfo

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListInfo: ShopperCustomersModelTypes.PublicProductListInfo
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -924,7 +1068,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListInfoTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListInfoTypeEnum: ShopperCustomersModelTypes.PublicProductListInfoTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -934,7 +1078,17 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItem: ShopperCustomersModelTypes.PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemResult

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemResult: ShopperCustomersModelTypes.PublicProductListItemResult
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -944,7 +1098,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemTypeEnum: ShopperCustomersModelTypes.PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -954,7 +1108,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListResult

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListResult: ShopperCustomersModelTypes.PublicProductListResult
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -964,7 +1118,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListTypeEnum: ShopperCustomersModelTypes.PublicProductListTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -974,7 +1128,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Recommendation

                                                                                                                                                                                                                                                                                                                                                                                                          Recommendation: ShopperCustomersModelTypes.Recommendation
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -984,7 +1138,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          RecommendationType

                                                                                                                                                                                                                                                                                                                                                                                                          RecommendationType: ShopperCustomersModelTypes.RecommendationType
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -994,7 +1148,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ResetPasswordRequest

                                                                                                                                                                                                                                                                                                                                                                                                          ResetPasswordRequest: ShopperCustomersModelTypes.ResetPasswordRequest
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1004,7 +1158,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ResetPasswordToken

                                                                                                                                                                                                                                                                                                                                                                                                          ResetPasswordToken: ShopperCustomersModelTypes.ResetPasswordToken
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1014,7 +1168,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ResetPasswordTokenRequest

                                                                                                                                                                                                                                                                                                                                                                                                          ResetPasswordTokenRequest: ShopperCustomersModelTypes.ResetPasswordTokenRequest
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1024,7 +1178,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                          ResultBase: ShopperCustomersModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1034,7 +1188,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Shipment

                                                                                                                                                                                                                                                                                                                                                                                                          Shipment: ShopperCustomersModelTypes.Shipment
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1044,7 +1198,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ShipmentShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          ShipmentShippingStatusEnum: ShopperCustomersModelTypes.ShipmentShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1054,7 +1208,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ShippingItem

                                                                                                                                                                                                                                                                                                                                                                                                          ShippingItem: ShopperCustomersModelTypes.ShippingItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1064,7 +1218,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                                                          ShippingMethod: ShopperCustomersModelTypes.ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1074,7 +1228,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                                                          ShippingPromotion: ShopperCustomersModelTypes.ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1084,7 +1238,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Status

                                                                                                                                                                                                                                                                                                                                                                                                          Status: ShopperCustomersModelTypes.Status
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1094,7 +1248,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Variant

                                                                                                                                                                                                                                                                                                                                                                                                          Variant: ShopperCustomersModelTypes.Variant
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1104,7 +1258,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationAttribute

                                                                                                                                                                                                                                                                                                                                                                                                          VariationAttribute: ShopperCustomersModelTypes.VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1114,7 +1268,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationAttributeValue

                                                                                                                                                                                                                                                                                                                                                                                                          VariationAttributeValue: ShopperCustomersModelTypes.VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1124,7 +1278,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup: ShopperCustomersModelTypes.VariationGroup
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1172,9 +1326,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                        • Customer
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -1208,6 +1359,18 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerPaymentInstrumentUpdateRequest +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerPaymentInstrumentUpdateRequestPaymentCard +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerPaymentMethodReference +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + CustomerPaymentMethodReferenceTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -1238,6 +1401,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                        • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + GetCustomerExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + GetCustomerOrdersExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + GetPublicProductListItemsExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -1257,7 +1429,19 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                          Master
                                                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsData +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                        • Option @@ -1286,6 +1470,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -1376,6 +1569,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                          VariationGroup

                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • + PublicProductListItemResult +
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • diff --git a/docs/modules/shopperCustomers.html b/docs/modules/shopperCustomers.html index d8f2f101..af5e5cff 100644 --- a/docs/modules/shopperCustomers.html +++ b/docs/modules/shopperCustomers.html @@ -89,8 +89,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                        • Customer
                                                                                                                                                                                                                                                                                                                                                                                                        • Customer
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddress
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -113,6 +111,14 @@

                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequestPaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequestPaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -133,6 +139,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                        • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                        • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerOrdersExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerOrdersExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetPublicProductListItemsExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetPublicProductListItemsExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                        • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -145,8 +157,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                        • Inventory
                                                                                                                                                                                                                                                                                                                                                                                                        • Master
                                                                                                                                                                                                                                                                                                                                                                                                        • Master
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                        • Option
                                                                                                                                                                                                                                                                                                                                                                                                        • Option
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -165,6 +185,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                        • OrderExportStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -225,6 +251,8 @@

                                                                                                                                                                                                                                                                                                                                                                                                          References

                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListInfoTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemResult
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemResult
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListResult
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -291,7 +319,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • BundledProduct
                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                                        • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                                        • Customer
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddress
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerAddressInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -303,6 +330,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequest
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentInstrumentUpdateRequestPaymentCard
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerPaymentMethodReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • CustomerProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -313,13 +344,20 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                                                        • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetCustomerOrdersExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • GetPublicProductListItemsExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                        • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                                        • Image
                                                                                                                                                                                                                                                                                                                                                                                                        • ImageGroup
                                                                                                                                                                                                                                                                                                                                                                                                        • Inventory
                                                                                                                                                                                                                                                                                                                                                                                                        • Master
                                                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                        • Option
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                                        • OptionValue
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -329,6 +367,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • OrderConfirmationStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderExportStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • OrderStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -359,6 +400,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListInfo
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListInfoTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemResult
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListResult
                                                                                                                                                                                                                                                                                                                                                                                                        • PublicProductListTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                        • @@ -471,16 +513,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports CouponItemStatusCodeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports CurrencyCode -

                                                                                                                                                                                                                                                                                                                                                                                                          Customer

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -591,6 +623,46 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports CustomerPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentInstrumentUpdateRequest +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentInstrumentUpdateRequest +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequestPaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentInstrumentUpdateRequestPaymentCard +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentUpdateRequestPaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentInstrumentUpdateRequestPaymentCard +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReference

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentMethodReference +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReference

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentMethodReference +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentMethodReferenceTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentMethodReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports CustomerPaymentMethodReferenceTypeEnum +

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -691,6 +763,36 @@

                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                          ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports GetCustomerExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports GetCustomerExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerOrdersExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports GetCustomerOrdersExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetCustomerOrdersExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports GetCustomerOrdersExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetPublicProductListItemsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports GetPublicProductListItemsExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          GetPublicProductListItemsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports GetPublicProductListItemsExpandEnum +

                                                                                                                                                                                                                                                                                                                                                                                                          GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -752,14 +854,54 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Master

                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports Master
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          NoValue

                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports NoValue + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsData

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsData +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsData

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsData +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          NoValue

                                                                                                                                                                                                                                                                                                                                                                                                          - Re-exports NoValue + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsShipmentItem +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -851,6 +993,36 @@

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayProperties +

                                                                                                                                                                                                                                                                                                                                                                                                          OrderPaymentStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1151,6 +1323,16 @@

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                          Re-exports PublicProductListItem
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemResult

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports PublicProductListItemResult +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemResult

                                                                                                                                                                                                                                                                                                                                                                                                          + Re-exports PublicProductListItemResult +

                                                                                                                                                                                                                                                                                                                                                                                                          PublicProductListItemTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1362,7 +1544,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                          Basket

                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: BasketTaxationEnum; temporaryBasket?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: BasketTaxationEnum; temporaryBasket?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          - -

                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                                          - -
                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                          Customer

                                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                                          Customer: { addresses?: Array<CustomerAddress>; authType?: CustomerAuthTypeEnum; birthday?: string; companyName?: string; creationDate?: string; currentPassword?: string; customerId?: string; customerNo?: string; email?: string; enabled?: boolean; fax?: string; firstName?: string; gender?: number; hashedLogin?: string; jobTitle?: string; lastLoginTime?: string; lastModified?: string; lastName?: string; lastVisitTime?: string; login?: string; note?: string; paymentInstruments?: Array<CustomerPaymentInstrument>; phoneBusiness?: string; phoneHome?: string; phoneMobile?: string; preferredLocale?: string; previousLoginTime?: string; previousVisitTime?: string; salutation?: string; secondName?: string; suffix?: string; title?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          Customer: { addresses?: Array<CustomerAddress>; authType?: CustomerAuthTypeEnum; birthday?: string; companyName?: string; creationDate?: string; currentPassword?: string; customerId?: string; customerNo?: string; email?: string; enabled?: boolean; fax?: string; firstName?: string; gender?: number; hashedLogin?: string; jobTitle?: string; lastLoginTime?: string; lastModified?: string; lastName?: string; lastVisitTime?: string; login?: string; note?: string; paymentInstruments?: Array<CustomerPaymentInstrument>; paymentMethodReferences?: Array<CustomerPaymentMethodReference>; phoneBusiness?: string; phoneHome?: string; phoneMobile?: string; preferredLocale?: string; previousLoginTime?: string; previousVisitTime?: string; salutation?: string; secondName?: string; suffix?: string; title?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -1717,6 +1890,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                          Customer

                                                                                                                                                                                                                                                                                                                                                                                                          paymentInstruments: The customer's payment instruments.

                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          paymentMethodReferences: Payment method reference information for Salesforce Payments.

                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                          phoneBusiness: The customer's business phone number.

                                                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 32
                                                                                                                                                                                                                                                                                                                                                                                                          • @@ -1937,7 +2113,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                            CustomerAuthTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                            CustomerAuthTypeEnum: "guest" | "registered"
                                                                                                                                                                                                                                                                                                                                                                                                          @@ -2085,7 +2261,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerOrderResult

                                                                                                                                                                                                                                                                                                                                                                                                          offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                                                          -

                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                                                          limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                                                          total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                          @@ -2231,6 +2407,92 @@

                                                                                                                                                                                                                                                                                                                                                                                                          CustomerPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentInstrumentUpdateRequest

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentInstrumentUpdateRequest: { default?: boolean; paymentCard?: CustomerPaymentInstrumentUpdateRequestPaymentCard } & {}
                                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        default: The default payment instrument.

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        paymentCard:

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentInstrumentUpdateRequestPaymentCard

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentInstrumentUpdateRequestPaymentCard: { expirationMonth?: number; expirationYear?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        expirationMonth: The month when the payment card expires.

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        expirationYear: The year when the payment card expires.

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentMethodReference

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentMethodReference: { accountId?: string; id?: string; last4?: string; type?: CustomerPaymentMethodReferenceTypeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        type: The payment method type. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        id: The gateway ID for the payment method. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        last4: The last four digits of the payment method number. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 4
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        accountId: Account identifier

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                                        • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentMethodReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                        CustomerPaymentMethodReferenceTypeEnum: "card" | "sepa_debit"
                                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                                        CustomerProductList

                                                                                                                                                                                                                                                                                                                                                                                                        @@ -2386,7 +2648,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                        CustomerProductListResult

                                                                                                                                                                                                                                                                                                                                                                                                        data: The customer product lists.

                                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                        @@ -2495,6 +2757,36 @@

                                                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      GetCustomerExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      GetCustomerExpandEnum: "none" | "addresses" | "paymentinstruments" | "paymentmethodreferences"
                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      GetCustomerOrdersExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      GetCustomerOrdersExpandEnum: "oms"
                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      GetPublicProductListItemsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      GetPublicProductListItemsExpandEnum: "product" | "images" | "availability"
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2684,18 +2976,114 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Master

                                                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                      NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      OmsData

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      OmsData: { shipments?: Array<OmsShipment>; status?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                      -

                                                                                                                                                                                                                                                                                                                                                                                                      A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      status: Current status of the order

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      shipments: List of shipments associated with the order

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      OmsProductData: { quantityAvailableToCancel?: number; status?: OmsProductDataStatusEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      status: Order Management (OMS) status

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      quantityAvailableToCancel: The quantity that can be cancelled.

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      OmsProductDataStatusEnum: "ordered" | "returned" | "canceled" | "paid" | "reshipped" | "fulfilled" | "partially_fulfilled" | "allocated" | "partially_allocated" | "return_initiated"
                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      OmsShipment: { actualDeliveryDate?: string; expectedDeliveryDate?: string; id?: string; provider?: string; shipmentItems?: Array<OmsShipmentItem>; status?: string; trackingNumber?: string; trackingUrl?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      id: Unique identifier for the shipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      status: Current status of the shipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      provider: Shipping provider name

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      trackingNumber: Tracking number for the shipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      trackingUrl: URL to track the shipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      expectedDeliveryDate: Expected delivery date and time

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      actualDeliveryDate: Actual delivery date and time (null if not yet delivered)

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      shipmentItems: Items included in this shipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                                                      OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      OmsShipmentItem: { id?: string; productItemId?: string; quantity?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                      + +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      id: Unique identifier for the shipment item

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      productItemId: Reference to the product item in the order

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      property
                                                                                                                                                                                                                                                                                                                                                                                                      +

                                                                                                                                                                                                                                                                                                                                                                                                      quantity: Quantity of product items with the referenced productItemId in this shipment

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2872,10 +3260,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                      OptionValue

                                                                                                                                                                                                                                                                                                                                                                                                      Order

                                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                                      Order: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: OrderChannelTypeEnum; confirmationStatus?: OrderConfirmationStatusEnum; couponItems?: Array<CouponItem>; createdBy?: string; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; customerName?: string; exportStatus?: OrderExportStatusEnum; externalOrderStatus?: string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: string; groupedTaxItems?: Array<GroupedTaxItem>; guest?: boolean; lastModified?: string; merchandizeTotalTax?: number; orderNo?: string; orderPriceAdjustments?: Array<PriceAdjustment>; orderToken?: string; orderTotal?: number; orderViewCode?: string; paymentInstruments?: Array<OrderPaymentInstrument>; paymentStatus?: OrderPaymentStatusEnum; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: OrderShippingStatusEnum; shippingTotal?: number; shippingTotalTax?: number; siteId?: string; sourceCode?: string; status?: OrderStatusEnum; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: OrderTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                      Order: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: OrderChannelTypeEnum; confirmationStatus?: OrderConfirmationStatusEnum; couponItems?: Array<CouponItem>; createdBy?: string; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; customerName?: string; exportStatus?: OrderExportStatusEnum; externalOrderStatus?: string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: string; groupedTaxItems?: Array<GroupedTaxItem>; guest?: boolean; lastModified?: string; merchandizeTotalTax?: number; omsData?: OmsData; orderNo?: string; orderPriceAdjustments?: Array<PriceAdjustment>; orderToken?: string; orderTotal?: number; orderViewCode?: string; paymentInstruments?: Array<OrderPaymentInstrument>; paymentStatus?: OrderPaymentStatusEnum; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: OrderShippingStatusEnum; shippingTotal?: number; shippingTotalTax?: number; siteId?: string; sourceCode?: string; status?: OrderStatusEnum; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: OrderTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2909,6 +3297,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Order

                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                      currency: The ISO 4217 mnemonic code of the currency. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                                      • Pattern: /^([A-Z][A-Z][A-Z]|N/A)$/
                                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                                      property

                                                                                                                                                                                                                                                                                                                                                                                                      customerInfo: The customer information for guest or logged-in customers. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                      @@ -2994,6 +3385,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                      Order

                                                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                                    omsData: Information retrieved from Order Management (OMS) for the order.

                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                    property

                                                                                                                                                                                                                                                                                                                                                                                                    sourceCode: The source code assigned to the basket from which this order was created. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                                                    @@ -3094,7 +3488,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                    OrderChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                    OrderChannelTypeEnum: "storefront" | "callcenter" | "marketplace" | "dss" | "store" | "pinterest" | "twitter" | "facebookads" | "subscriptions" | "onlinereservation" | "customerservicecenter" | "instagramcommerce" | "tiktok" | "snapchat" | "google" | "whatsapp" | "youtube"
                                                                                                                                                                                                                                                                                                                                                                                                    @@ -3104,7 +3498,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                    OrderConfirmationStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                    OrderConfirmationStatusEnum: "not_confirmed" | "confirmed"
                                                                                                                                                                                                                                                                                                                                                                                                    @@ -3114,17 +3508,17 @@

                                                                                                                                                                                                                                                                                                                                                                                                    OrderExportStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                    OrderExportStatusEnum: "not_exported" | "exported" | "ready" | "failed"

                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument: { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument: { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string; paymentReference?: OrderPaymentInstrumentPaymentReference } & {}
                                                                                                                                                                                                                                                                                                                                                                                                    @@ -3156,6 +3550,74 @@

                                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                  • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  paymentReference:

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentInstrumentPaymentReference: { gateway?: OrderPaymentInstrumentPaymentReferenceGatewayEnum; gatewayProperties?: OrderPaymentInstrumentPaymentReferenceGatewayProperties; paymentReferenceId?: string; redirectUrl?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  paymentReferenceId: Payment reference identifier. Can be payment intent ID for Stripe, PSP reference for Adyen, PayPal order ID for PayPal, or similar identifier for other payment providers.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                  • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  redirectUrl: Redirect URL for payment methods that require user redirection to complete payment.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                  • Max Length: 2048
                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  gateway: The payment gateway used to process the payment.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  gatewayProperties:

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentInstrumentPaymentReferenceGatewayEnum: "stripe" | "paypal" | "adyen"
                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentInstrumentPaymentReferenceGatewayProperties: { adyen?: {}; paypal?: {}; stripe?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  stripe: # Stripe specific properties. - setupFutureUsage: Indicates that you intend to make future payments with this payment method. - on_session: The payment method is intended to be used for a future payment on the same website session. - off_session: The payment method is intended to be used for a future payment on a different website session. - null: The payment method is not intended to be used for a future payment. - clientSecret: Secret for Stripe client-side payment confirmation. Don't store, log, or expose the client secret to anyone other than the customer, and only use it on pages where TLS is enabled. - type: string - maxLength: 256 - example: "pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abc123"

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  paypal: # PayPal specific properties.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  adyen: # Adyen specific properties.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3165,7 +3627,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                  OrderPaymentStatusEnum: "not_paid" | "part_paid" | "paid"
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3175,7 +3637,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  OrderShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                  OrderShippingStatusEnum: "not_shipped" | "part_shipped" | "shipped"
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3185,7 +3647,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  OrderStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                                  OrderStatusEnum: "created" | "new" | "completed" | "cancelled" | "replaced" | "failed"
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3195,7 +3657,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  OrderTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                                                  OrderTaxationEnum: "gross" | "net"
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3234,7 +3696,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                  offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3444,10 +3906,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                  PriceRange

                                                                                                                                                                                                                                                                                                                                                                                                  Product

                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                  Product: { brand?: string; bundledProducts?: Array<BundledProduct>; currency?: CurrencyCode; ean?: string; fetchDate?: number; id: string; imageGroups?: Array<ImageGroup>; inventories?: Array<Inventory>; inventory?: Inventory; longDescription?: string; manufacturerName?: string; manufacturerSku?: string; master?: Master; minOrderQuantity?: number; name?: string; options?: Array<Option>; pageDescription?: string; pageKeywords?: string; pageMetaTags?: Array<PageMetaTag>; pageTitle?: string; price?: number; priceMax?: number; pricePerUnit?: number; pricePerUnitMax?: number; priceRanges?: Array<PriceRange>; prices?: {}; primaryCategoryId?: string; productLinks?: Array<ProductLink>; productPromotions?: Array<ProductPromotion>; recommendations?: Array<Recommendation>; setProducts?: Array<Product>; shortDescription?: string; slugUrl?: string; stepQuantity?: number; tieredPrices?: Array<ProductPriceTable>; type?: ProductType; unit?: string; upc?: string; validFrom?: string; validTo?: string; variants?: Array<Variant>; variationAttributes?: Array<VariationAttribute>; variationGroups?: Array<VariationGroup>; variationValues?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  Product: { brand?: string; bundledProducts?: Array<BundledProduct>; currency?: string; ean?: string; fetchDate?: number; id: string; imageGroups?: Array<ImageGroup>; inventories?: Array<Inventory>; inventory?: Inventory; longDescription?: string; manufacturerName?: string; manufacturerSku?: string; master?: Master; minOrderQuantity?: number; name?: string; options?: Array<Option>; pageDescription?: string; pageKeywords?: string; pageMetaTags?: Array<PageMetaTag>; pageTitle?: string; price?: number; priceMax?: number; pricePerUnit?: number; pricePerUnitMax?: number; priceRanges?: Array<PriceRange>; prices?: {}; primaryCategoryId?: string; productLinks?: Array<ProductLink>; productPromotions?: Array<ProductPromotion>; recommendations?: Array<Recommendation>; setProducts?: Array<Product>; shippingMethods?: Array<ShippingMethod>; shortDescription?: string; slugUrl?: string; stepQuantity?: number; tieredPrices?: Array<ProductPriceTable>; type?: ProductType; unit?: string; upc?: string; validFrom?: string; validTo?: string; variants?: Array<Variant>; variationAttributes?: Array<VariationAttribute>; variationGroups?: Array<VariationGroup>; variationValues?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3459,7 +3921,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Product

                                                                                                                                                                                                                                                                                                                                                                                                  bundledProducts: The array of all bundled products of this product.

                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                  currency:

                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  currency: A three letter uppercase currency code conforming to the ISO 4217 standard, or the string N/A indicating that a currency is not applicable.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                                  • Pattern: /^([A-Z][A-Z][A-Z]|N/A)$/
                                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                  ean: The European Article Number of the product.

                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3588,6 +4053,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Product

                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                  variationValues: The actual variation attribute ID - value pairs. Only for variant and variation group types.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  shippingMethods: The array of applicable shipping methods for this product. This array can be empty. This property is only returned in context of the 'shipping_methods' expansion.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3624,10 +4092,10 @@

                                                                                                                                                                                                                                                                                                                                                                                                  ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                                                  ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                                  ProductItem: { adjustedTax?: number; basePrice?: number; bonusDiscountLineItemId?: string; bonusProductLineItem?: boolean; bundledProductItems?: Array<ProductItem>; gift?: boolean; giftMessage?: string; inventoryId?: string; itemId?: string; itemText?: string; optionItems?: Array<OptionItem>; price?: number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: number; priceAfterOrderDiscount?: number; productId?: string; productListItem?: ProductListItemReference; productName?: string; qualifyingProductItemId?: string; quantity?: number; shipmentId?: string; shippingItemId?: string; tax?: number; taxBasis?: number; taxClassId?: string; taxRate?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  ProductItem: { adjustedTax?: number; basePrice?: number; bonusDiscountLineItemId?: string; bonusProductLineItem?: boolean; bundledProductItems?: Array<ProductItem>; gift?: boolean; giftMessage?: string; inventoryId?: string; itemId?: string; itemText?: string; omsData?: OmsProductData; optionItems?: Array<OptionItem>; price?: number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: number; priceAfterOrderDiscount?: number; productId?: string; productListItem?: ProductListItemReference; productName?: string; qualifyingProductItemId?: string; quantity?: number; shipmentId?: string; shippingItemId?: string; tax?: number; taxBasis?: number; taxClassId?: string; taxRate?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -3708,6 +4176,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                  ProductItem

                                                                                                                                                                                                                                                                                                                                                                                                  shippingItemId: If the product line item has a related shipping item, this value is its ID. A related shipping item represents a surcharge applied to individual products using a particular shipping method. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  omsData: Information retrieved from Order Management (OMS) for the product. Only available in context of an order.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                  tax: The tax for the product item, not including price adjustments. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  @@ -4136,6 +4607,29 @@

                                                                                                                                                                                                                                                                                                                                                                                                  PublicProductListItem

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                                  PublicProductListItemResult

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  PublicProductListItemResult: { data?: Array<PublicProductListItem>; limit: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  data: The array of public product list items.

                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  PublicProductListItemTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                                  @@ -4161,7 +4655,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  PublicProductListResult

                                                                                                                                                                                                                                                                                                                                                                                                  data: The array of product list link documents.

                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                  @@ -4333,7 +4827,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                  ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                                  limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                                  total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                                  @@ -4758,12 +5252,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                • -
                                                                                                                                                                                                                                                                                                                                                                                                • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                • Customer
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -4830,6 +5318,30 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri CustomerPaymentInstrumentRequest +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentInstrumentUpdateRequest +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentInstrumentUpdateRequest +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentInstrumentUpdateRequestPaymentCard +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentInstrumentUpdateRequestPaymentCard +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentMethodReference +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentMethodReference +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentMethodReferenceTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentMethodReferenceTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -4890,6 +5402,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri ErrorResponse +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetCustomerExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetCustomerExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetCustomerOrdersExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetCustomerOrdersExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetPublicProductListItemsExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetPublicProductListItemsExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -4927,10 +5457,34 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUriMaster
                                                                                                                                                                                                                                                                                                                                                                                                • - NoValue + OmsData +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsData +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                                • - NoValue + OmsShipmentItem +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                • Option @@ -4986,6 +5540,24 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -5166,6 +5738,12 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri PublicProductListItem +
                                                                                                                                                                                                                                                                                                                                                                                                • + PublicProductListItemResult +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + PublicProductListItemResult +
                                                                                                                                                                                                                                                                                                                                                                                                • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -5316,9 +5894,6 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri CouponItemStatusCodeEnum -
                                                                                                                                                                                                                                                                                                                                                                                                • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                                • Customer
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -5352,6 +5927,18 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri CustomerPaymentInstrumentRequest +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentInstrumentUpdateRequest +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentInstrumentUpdateRequestPaymentCard +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentMethodReference +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + CustomerPaymentMethodReferenceTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • CustomerProductList
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -5382,6 +5969,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri ErrorResponse +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetCustomerExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetCustomerOrdersExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + GetPublicProductListItemsExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -5401,7 +5997,19 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUriMaster
                                                                                                                                                                                                                                                                                                                                                                                                • - NoValue + OmsData +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                                • Option @@ -5430,6 +6038,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                                                • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                                • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                                • @@ -5520,6 +6137,9 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Const defaultBaseUri PublicProductListItem +
                                                                                                                                                                                                                                                                                                                                                                                                • + PublicProductListItemResult +
                                                                                                                                                                                                                                                                                                                                                                                                • PublicProductListItemTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                                • diff --git a/docs/modules/shopperExperience.ShopperExperienceTypes.html b/docs/modules/shopperExperience.ShopperExperienceTypes.html index 7f7ad1ea..ca22790e 100644 --- a/docs/modules/shopperExperience.ShopperExperienceTypes.html +++ b/docs/modules/shopperExperience.ShopperExperienceTypes.html @@ -77,12 +77,20 @@

                                                                                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                                                                                  Type aliases

                                                                                                                                                                                                                                                                                                                                                                                                @@ -101,22 +109,82 @@

                                                                                                                                                                                                                                                                                                                                                                                                Component

                                                                                                                                                                                                                                                                                                                                                                                                - -

                                                                                                                                                                                                                                                                                                                                                                                                DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                                DefaultFallback: ShopperExperienceModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                Content

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                Content: ShopperExperienceModelTypes.Content
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ContentFolder

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ContentFolder: ShopperExperienceModelTypes.ContentFolder
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ContentFolderResult

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ContentFolderResult: ShopperExperienceModelTypes.ContentFolderResult
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ContentResult

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ContentResult: ShopperExperienceModelTypes.ContentResult
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ContentSearchRefinement

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ContentSearchRefinement: ShopperExperienceModelTypes.ContentSearchRefinement
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ContentSearchRefinementValue

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ContentSearchRefinementValue: ShopperExperienceModelTypes.ContentSearchRefinementValue
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ContentSearchResult

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ContentSearchResult: ShopperExperienceModelTypes.ContentSearchResult
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                                ErrorResponse: ShopperExperienceModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                                @@ -126,7 +194,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                                LocaleCode: ShopperExperienceModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                                @@ -136,7 +204,7 @@

                                                                                                                                                                                                                                                                                                                                                                                                Page

                                                                                                                                                                                                                                                                                                                                                                                                Page: ShopperExperienceModelTypes.Page
                                                                                                                                                                                                                                                                                                                                                                                                @@ -146,7 +214,17 @@

                                                                                                                                                                                                                                                                                                                                                                                                PageResult

                                                                                                                                                                                                                                                                                                                                                                                                PageResult: ShopperExperienceModelTypes.PageResult
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                PaginatedResultBase: ShopperExperienceModelTypes.PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                @@ -156,7 +234,17 @@

                                                                                                                                                                                                                                                                                                                                                                                                Region

                                                                                                                                                                                                                                                                                                                                                                                                Region: ShopperExperienceModelTypes.Region
                                                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                                                ResultBase

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                ResultBase: ShopperExperienceModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                                @@ -184,7 +272,25 @@

                                                                                                                                                                                                                                                                                                                                                                                                Region

                                                                                                                                                                                                                                                                                                                                                                                                Component
                                                                                                                                                                                                                                                                                                                                                                                              • - DefaultFallback + Content +
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ContentFolder +
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ContentFolderResult +
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ContentResult +
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ContentSearchRefinement +
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ContentSearchRefinementValue +
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ContentSearchResult
                                                                                                                                                                                                                                                                                                                                                                                              • ErrorResponse @@ -198,9 +304,15 @@

                                                                                                                                                                                                                                                                                                                                                                                                Region

                                                                                                                                                                                                                                                                                                                                                                                              • PageResult
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + PaginatedResultBase +
                                                                                                                                                                                                                                                                                                                                                                                              • Region
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • + ResultBase +
                                                                                                                                                                                                                                                                                                                                                                                              diff --git a/docs/modules/shopperExperience.html b/docs/modules/shopperExperience.html index c78b324b..51593770 100644 --- a/docs/modules/shopperExperience.html +++ b/docs/modules/shopperExperience.html @@ -75,8 +75,20 @@

                                                                                                                                                                                                                                                                                                                                                                                              References

                                                                                                                                                                                                                                                                                                                                                                                              - -

                                                                                                                                                                                                                                                                                                                                                                                              DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              Content

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              Content: { description?: string; id: string; name?: string; pageDescription?: string; pageKeywords?: string; pageTitle?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                                                                                              A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              id: The id of the content asset.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              name: The localized content asset name.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              description: The localized content asset description.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              pageDescription: The localized content asset page description for SEO.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              pageKeywords: The localized content asset page keywords for SEO.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              pageTitle: The localized content asset page title for SEO

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ContentFolder

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ContentFolder: { description?: string; folders?: Array<ContentFolder>; id: string; name?: string; pageDescription?: string; pageKeywords?: string; pageTitle?: string; parentFolderId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              id: The id of the content folder.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              parentFolderId: The id of the parent content folder.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              name: The localized content folder name.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              description: The localized content folder description.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              pageDescription: The localized content folder page description.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              pageKeywords: The localized content folder page keywords.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              pageTitle: The localized content folder page title.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              folders: The array of content subfolders. This array can be empty.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ContentFolderResult

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ContentFolderResult: { data: Array<ContentFolder>; limit: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              data: List of content folders.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ContentResult

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ContentResult: { data: Array<Content>; limit: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              data: List of content assets.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ContentSearchRefinement

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ContentSearchRefinement: { attributeId: string; label?: string; values?: Array<ContentSearchRefinementValue> } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              attributeId: The ID of the refinement attribute.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              label: The localized label of the refinement attribute.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              values: The array of refinement values.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ContentSearchRefinementValue

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ContentSearchRefinementValue: { hitCount?: number; label?: string; value: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              label: The localized label of the refinement value.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 4000
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              value: The refinement value.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              hitCount: The number of search hits when this refinement value is applied.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ContentSearchResult

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ContentSearchResult: { hits: Array<Content>; limit: number; offset: number; query?: string; refinements?: Array<ContentSearchRefinement>; selectedRefinements?: {}; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              query: The query String that was searched for.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              hits: The sorted array of search hits. Can be empty.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              selectedRefinements: Map of selected refinement attribute id/value(s) pairs. The sorting order is the same like in request URL.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              refinements: The sorted array of search refinements. Can be empty.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              @@ -303,10 +644,10 @@

                                                                                                                                                                                                                                                                                                                                                                                              ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                              LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                                              @@ -400,6 +741,29 @@

                                                                                                                                                                                                                                                                                                                                                                                              PageResult

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              PaginatedResultBase: { limit: number; offset: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              Region

                                                                                                                                                                                                                                                                                                                                                                                              @@ -423,6 +787,26 @@

                                                                                                                                                                                                                                                                                                                                                                                              Region

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                                              ResultBase

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              ResultBase: { limit: number; total: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                                              Variables

                                                                                                                                                                                                                                                                                                                                                                                              @@ -463,10 +847,46 @@

                                                                                                                                                                                                                                                                                                                                                                                              Const defaultBaseUriComponent

                                                                                                                                                                                                                                                                                                                                                                                            • - DefaultFallback + Content +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + Content +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentFolder +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentFolder +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentFolderResult +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentFolderResult +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentResult
                                                                                                                                                                                                                                                                                                                                                                                            • - DefaultFallback + ContentResult +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchRefinement +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchRefinement +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchRefinementValue +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchRefinementValue +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchResult +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchResult
                                                                                                                                                                                                                                                                                                                                                                                            • ErrorResponse @@ -492,12 +912,24 @@

                                                                                                                                                                                                                                                                                                                                                                                              Const defaultBaseUri PageResult

                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + PaginatedResultBase +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + PaginatedResultBase +
                                                                                                                                                                                                                                                                                                                                                                                            • Region
                                                                                                                                                                                                                                                                                                                                                                                            • Region
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ResultBase +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ResultBase +
                                                                                                                                                                                                                                                                                                                                                                                            • ShopperExperience
                                                                                                                                                                                                                                                                                                                                                                                            • @@ -514,7 +946,25 @@

                                                                                                                                                                                                                                                                                                                                                                                              Const defaultBaseUriComponent
                                                                                                                                                                                                                                                                                                                                                                                            • - DefaultFallback + Content +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentFolder +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentFolderResult +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentResult +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchRefinement +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchRefinementValue +
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ContentSearchResult
                                                                                                                                                                                                                                                                                                                                                                                            • ErrorResponse @@ -528,9 +978,15 @@

                                                                                                                                                                                                                                                                                                                                                                                              Const defaultBaseUri PageResult

                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + PaginatedResultBase +
                                                                                                                                                                                                                                                                                                                                                                                            • Region
                                                                                                                                                                                                                                                                                                                                                                                            • +
                                                                                                                                                                                                                                                                                                                                                                                            • + ResultBase +
                                                                                                                                                                                                                                                                                                                                                                                            • defaultBaseUri
                                                                                                                                                                                                                                                                                                                                                                                            • diff --git a/docs/modules/shopperLogin.ShopperLoginTypes.html b/docs/modules/shopperLogin.ShopperLoginTypes.html index ac96c84e..5909a890 100644 --- a/docs/modules/shopperLogin.ShopperLoginTypes.html +++ b/docs/modules/shopperLogin.ShopperLoginTypes.html @@ -76,9 +76,20 @@

                                                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                                                              Type aliases

                                                                                                                                                                                                                                                                                                                                                                                            @@ -115,6 +138,106 @@

                                                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticateFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticateFinishRequest: ShopperLoginModelTypes.AuthenticateFinishRequest
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticateResult

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticateResult: ShopperLoginModelTypes.AuthenticateResult
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJson

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJson: ShopperLoginModelTypes.AuthenticatorAssertionResponseJson
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonAuthenticatorDataInner

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonAuthenticatorDataInner: ShopperLoginModelTypes.AuthenticatorAssertionResponseJsonAuthenticatorDataInner
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonClientDataJSONInner: ShopperLoginModelTypes.AuthenticatorAssertionResponseJsonClientDataJSONInner
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonSignatureInner

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonSignatureInner: ShopperLoginModelTypes.AuthenticatorAssertionResponseJsonSignatureInner
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonUserHandleInner

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAssertionResponseJsonUserHandleInner: ShopperLoginModelTypes.AuthenticatorAssertionResponseJsonUserHandleInner
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAttestationResponseJson

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAttestationResponseJson: ShopperLoginModelTypes.AuthenticatorAttestationResponseJson
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAttestationResponseJsonAttestationObjectInner

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAttestationResponseJsonAttestationObjectInner: ShopperLoginModelTypes.AuthenticatorAttestationResponseJsonAttestationObjectInner
                                                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAttestationResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                                            AuthenticatorAttestationResponseJsonClientDataJSONInner: ShopperLoginModelTypes.AuthenticatorAttestationResponseJsonClientDataJSONInner
                                                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                                                            AuthorizeCustomerResponseTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                            @@ -145,13 +268,23 @@

                                                                                                                                                                                                                                                                                                                                                                                            AuthorizePasswordlessCustomerModeEnum

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          AuthorizeWebauthnRegistrationModeEnum

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          AuthorizeWebauthnRegistrationModeEnum: ShopperLoginApiTypes.AuthorizeWebauthnRegistrationModeEnum
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          GetPasswordLessAccessTokenGrantTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                          GetPasswordLessAccessTokenGrantTypeEnum: ShopperLoginApiTypes.GetPasswordLessAccessTokenGrantTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -161,7 +294,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetPasswordResetTokenModeEnum

                                                                                                                                                                                                                                                                                                                                                                                          GetPasswordResetTokenModeEnum: ShopperLoginApiTypes.GetPasswordResetTokenModeEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -171,7 +304,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetSessionBridgeAccessTokenGrantTypeEnum<
                                                                                                                                                                                                                                                                                                                                                                                          GetSessionBridgeAccessTokenGrantTypeEnum: ShopperLoginApiTypes.GetSessionBridgeAccessTokenGrantTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -181,7 +314,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedAgentAccessTokenGrantTypeEnumGetTrustedAgentAccessTokenGrantTypeEnum: ShopperLoginApiTypes.GetTrustedAgentAccessTokenGrantTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                          @@ -191,7 +324,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedAgentAuthorizationTokenResponseType<
                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedAgentAuthorizationTokenResponseTypeEnum: ShopperLoginApiTypes.GetTrustedAgentAuthorizationTokenResponseTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -201,7 +334,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedSystemAccessTokenGrantTypeEnum<
                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedSystemAccessTokenGrantTypeEnum: ShopperLoginApiTypes.GetTrustedSystemAccessTokenGrantTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -211,7 +344,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedSystemAccessTokenHintEnum

                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedSystemAccessTokenHintEnum: ShopperLoginApiTypes.GetTrustedSystemAccessTokenHintEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -221,7 +354,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedSystemAccessTokenIdpOriginEnum<
                                                                                                                                                                                                                                                                                                                                                                                          GetTrustedSystemAccessTokenIdpOriginEnum: ShopperLoginApiTypes.GetTrustedSystemAccessTokenIdpOriginEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -231,7 +364,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          GrantType

                                                                                                                                                                                                                                                                                                                                                                                          GrantType: ShopperLoginModelTypes.GrantType
                                                                                                                                                                                                                                                                                                                                                                                          @@ -241,7 +374,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          IntrospectTokenTokenTypeHintEnum

                                                                                                                                                                                                                                                                                                                                                                                          IntrospectTokenTokenTypeHintEnum: ShopperLoginApiTypes.IntrospectTokenTokenTypeHintEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -251,7 +384,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          LogoutCustomerHintEnum

                                                                                                                                                                                                                                                                                                                                                                                          LogoutCustomerHintEnum: ShopperLoginApiTypes.LogoutCustomerHintEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -261,7 +394,97 @@

                                                                                                                                                                                                                                                                                                                                                                                          Oauth2ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                          Oauth2ErrorResponse: ShopperLoginModelTypes.Oauth2ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialDescriptor

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialDescriptor: ShopperLoginModelTypes.PublicKeyCredentialDescriptor
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialDescriptorTransportsEnum

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialDescriptorTransportsEnum: ShopperLoginModelTypes.PublicKeyCredentialDescriptorTransportsEnum
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialDescriptorTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialDescriptorTypeEnum: ShopperLoginModelTypes.PublicKeyCredentialDescriptorTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialJson

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialJson: ShopperLoginModelTypes.PublicKeyCredentialJson
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialJsonResponse

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialJsonResponse: ShopperLoginModelTypes.PublicKeyCredentialJsonResponse
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialJsonTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialJsonTypeEnum: ShopperLoginModelTypes.PublicKeyCredentialJsonTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialRequestOptions

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialRequestOptions: ShopperLoginModelTypes.PublicKeyCredentialRequestOptions
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialRequestOptionsUserVerificationEnum

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          PublicKeyCredentialRequestOptionsUserVerificationEnum: ShopperLoginModelTypes.PublicKeyCredentialRequestOptionsUserVerificationEnum
                                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                                          RegistrationFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          RegistrationFinishRequest: ShopperLoginModelTypes.RegistrationFinishRequest
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                          @@ -271,7 +494,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          ResponseType

                                                                                                                                                                                                                                                                                                                                                                                          ResponseType: ShopperLoginModelTypes.ResponseType
                                                                                                                                                                                                                                                                                                                                                                                          @@ -281,7 +504,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          RevokeTokenTokenTypeHintEnum

                                                                                                                                                                                                                                                                                                                                                                                          RevokeTokenTokenTypeHintEnum: ShopperLoginApiTypes.RevokeTokenTokenTypeHintEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -291,7 +514,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          TokenActionRequest

                                                                                                                                                                                                                                                                                                                                                                                          TokenActionRequest: ShopperLoginModelTypes.TokenActionRequest
                                                                                                                                                                                                                                                                                                                                                                                          @@ -301,7 +524,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          TokenActionRequestTokenTypeHintEnum

                                                                                                                                                                                                                                                                                                                                                                                          TokenActionRequestTokenTypeHintEnum: ShopperLoginModelTypes.TokenActionRequestTokenTypeHintEnum
                                                                                                                                                                                                                                                                                                                                                                                          @@ -311,7 +534,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          TokenResponse

                                                                                                                                                                                                                                                                                                                                                                                          TokenResponse: ShopperLoginModelTypes.TokenResponse
                                                                                                                                                                                                                                                                                                                                                                                          @@ -321,7 +544,7 @@

                                                                                                                                                                                                                                                                                                                                                                                          TokenType

                                                                                                                                                                                                                                                                                                                                                                                          TokenType: ShopperLoginModelTypes.TokenType
                                                                                                                                                                                                                                                                                                                                                                                          @@ -345,13 +568,23 @@

                                                                                                                                                                                                                                                                                                                                                                                          authorizePasswordlessCustomerBodyType

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        authorizeWebauthnRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        authorizeWebauthnRegistrationBodyType: ShopperLoginApiTypes.authorizeWebauthnRegistrationBodyType
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        getAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getAccessTokenBodyType: ShopperLoginApiTypes.getAccessTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -361,7 +594,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordLessAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordLessAccessTokenBodyType: ShopperLoginApiTypes.getPasswordLessAccessTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -371,7 +604,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordResetTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordResetTokenBodyType: ShopperLoginApiTypes.getPasswordResetTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -381,7 +614,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getSessionBridgeAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getSessionBridgeAccessTokenBodyType: ShopperLoginApiTypes.getSessionBridgeAccessTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -391,7 +624,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedAgentAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedAgentAccessTokenBodyType: ShopperLoginApiTypes.getTrustedAgentAccessTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -401,7 +634,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedSystemAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedSystemAccessTokenBodyType: ShopperLoginApiTypes.getTrustedSystemAccessTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -411,7 +644,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        introspectTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        introspectTokenBodyType: ShopperLoginApiTypes.introspectTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -421,7 +654,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        resetPasswordBodyType

                                                                                                                                                                                                                                                                                                                                                                                        resetPasswordBodyType: ShopperLoginApiTypes.resetPasswordBodyType
                                                                                                                                                                                                                                                                                                                                                                                        @@ -431,7 +664,27 @@

                                                                                                                                                                                                                                                                                                                                                                                        revokeTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        revokeTokenBodyType: ShopperLoginApiTypes.revokeTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnAuthenticationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnAuthenticationBodyType: ShopperLoginApiTypes.startWebauthnAuthenticationBodyType
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnUserRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnUserRegistrationBodyType: ShopperLoginApiTypes.startWebauthnUserRegistrationBodyType
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        @@ -455,6 +708,36 @@

                                                                                                                                                                                                                                                                                                                                                                                        revokeTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        diff --git a/docs/modules/shopperLogin.html b/docs/modules/shopperLogin.html index aa8cdec7..e3ba7c36 100644 --- a/docs/modules/shopperLogin.html +++ b/docs/modules/shopperLogin.html @@ -73,12 +73,34 @@

                                                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                                        @@ -157,9 +203,20 @@

                                                                                                                                                                                                                                                                                                                                                                                        Classes

                                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                                        @@ -202,6 +271,106 @@

                                                                                                                                                                                                                                                                                                                                                                                        Variables

                                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticateFinishRequest +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticateFinishRequest +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateResult

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticateResult +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateResult

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticateResult +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJson

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJson +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJson

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJson +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonAuthenticatorDataInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonAuthenticatorDataInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonAuthenticatorDataInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonAuthenticatorDataInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonClientDataJSONInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonClientDataJSONInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonSignatureInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonSignatureInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonSignatureInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonSignatureInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonUserHandleInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonUserHandleInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonUserHandleInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAssertionResponseJsonUserHandleInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJson

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAttestationResponseJson +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJson

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAttestationResponseJson +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonAttestationObjectInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAttestationResponseJsonAttestationObjectInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonAttestationObjectInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAttestationResponseJsonAttestationObjectInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAttestationResponseJsonClientDataJSONInner +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthenticatorAttestationResponseJsonClientDataJSONInner +

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeCustomerResponseTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        @@ -232,6 +401,16 @@

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizePasswordlessCustomerModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizePasswordlessCustomerModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        Re-exports AuthorizePasswordlessCustomerModeEnum
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeWebauthnRegistrationModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthorizeWebauthnRegistrationModeEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeWebauthnRegistrationModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports AuthorizeWebauthnRegistrationModeEnum +

                                                                                                                                                                                                                                                                                                                                                                                        GetPasswordLessAccessTokenGrantTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        @@ -352,6 +531,96 @@

                                                                                                                                                                                                                                                                                                                                                                                        Oauth2ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                        Oauth2ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                        Re-exports Oauth2ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptor

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialDescriptor +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptor

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialDescriptor +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTransportsEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialDescriptorTransportsEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTransportsEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialDescriptorTransportsEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialDescriptorTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialDescriptorTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJson

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialJson +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJson

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialJson +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonResponse

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialJsonResponse +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonResponse

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialJsonResponse +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialJsonTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialJsonTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptions

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialRequestOptions +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptions

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialRequestOptions +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptionsUserVerificationEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialRequestOptionsUserVerificationEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptionsUserVerificationEnum

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports PublicKeyCredentialRequestOptionsUserVerificationEnum +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        RegistrationFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports RegistrationFinishRequest +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        RegistrationFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports RegistrationFinishRequest +

                                                                                                                                                                                                                                                                                                                                                                                        ResponseType

                                                                                                                                                                                                                                                                                                                                                                                        @@ -442,6 +711,16 @@

                                                                                                                                                                                                                                                                                                                                                                                        authorizePasswordlessCustomerBodyType

                                                                                                                                                                                                                                                                                                                                                                                        authorizePasswordlessCustomerBodyType

                                                                                                                                                                                                                                                                                                                                                                                        Re-exports authorizePasswordlessCustomerBodyType
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        authorizeWebauthnRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports authorizeWebauthnRegistrationBodyType +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        authorizeWebauthnRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports authorizeWebauthnRegistrationBodyType +

                                                                                                                                                                                                                                                                                                                                                                                        defaultBaseUri

                                                                                                                                                                                                                                                                                                                                                                                        @@ -537,16 +816,270 @@

                                                                                                                                                                                                                                                                                                                                                                                        revokeTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        revokeTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        Re-exports revokeTokenBodyType
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnAuthenticationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports startWebauthnAuthenticationBodyType +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnAuthenticationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports startWebauthnAuthenticationBodyType +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnUserRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports startWebauthnUserRegistrationBodyType +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        startWebauthnUserRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        + Re-exports startWebauthnUserRegistrationBodyType +

                                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateFinishRequest: { channel_id: string; client_id: string; credential: PublicKeyCredentialJson; email?: string; tenant_id?: string; user_id?: string; usid?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        user_id: The ID of the user.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        channel_id: The ID of the channel.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        client_id: The ID of the OAuth client.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Min Length: 36
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 36
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        email: User's email address.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        tenant_id: The ID of the tenant.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 8
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        usid: The unique session ID.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        credential:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateResult

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticateResult: { credentialId?: string; success?: boolean; tokenResponse?: TokenResponse; username?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        credentialId: The credential ID that was used for authentication.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 1024
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        username: The authenticated username.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        success: Specifies whether authentication was successful (true) or not (false).

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        tokenResponse:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJson

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJson: { authenticatorData: Array<AuthenticatorAssertionResponseJsonAuthenticatorDataInner>; clientDataJSON: Array<AuthenticatorAssertionResponseJsonClientDataJSONInner>; signature: Array<AuthenticatorAssertionResponseJsonSignatureInner>; userHandle?: Array<AuthenticatorAssertionResponseJsonUserHandleInner> | null } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        authenticatorData: Base64url-encoded authenticator data

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        clientDataJSON: Base64url-encoded client data JSON.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        signature: Base64url-encoded signature.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        userHandle: Base64url-encoded user handle.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonAuthenticatorDataInner

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonAuthenticatorDataInner: { id?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonClientDataJSONInner: { id?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonSignatureInner

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonSignatureInner: { id?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonUserHandleInner

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAssertionResponseJsonUserHandleInner: { id?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJson

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJson: { attestationObject: Array<AuthenticatorAttestationResponseJsonAttestationObjectInner>; clientDataJSON: Array<AuthenticatorAttestationResponseJsonClientDataJSONInner> } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        clientDataJSON: Base64url-encoded client data JSON.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        attestationObject: Base64url-encoded attestation object.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonAttestationObjectInner

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonAttestationObjectInner: { id?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonClientDataJSONInner

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthenticatorAttestationResponseJsonClientDataJSONInner: { id?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeCustomerResponseTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeCustomerResponseTypeEnum: "code"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -556,17 +1089,27 @@

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeCustomerScopeEnum

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeCustomerScopeEnum: "openid" | "offline_access" | "email"

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizePasswordlessCustomerModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                        AuthorizePasswordlessCustomerModeEnum: "callback" | "sms"
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthorizePasswordlessCustomerModeEnum: "callback" | "sms" | "email"
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeWebauthnRegistrationModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        AuthorizeWebauthnRegistrationModeEnum: "callback" | "sms" | "email"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -576,17 +1119,17 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetPasswordLessAccessTokenGrantTypeEnumGetPasswordLessAccessTokenGrantTypeEnum: "authorization_code" | "refresh_token" | "client_credentials" | "authorization_code_pkce" | "session_bridge"

                                                                                                                                                                                                                                                                                                                                                                                        GetPasswordResetTokenModeEnum

                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                        GetPasswordResetTokenModeEnum: "callback" | "sms"
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        GetPasswordResetTokenModeEnum: "callback" | "sms" | "email"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -596,7 +1139,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetSessionBridgeAccessTokenGrantTypeEnum<
                                                                                                                                                                                                                                                                                                                                                                                        GetSessionBridgeAccessTokenGrantTypeEnum: "authorization_code" | "refresh_token" | "client_credentials" | "authorization_code_pkce" | "session_bridge"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -606,7 +1149,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedAgentAccessTokenGrantTypeEnumGetTrustedAgentAccessTokenGrantTypeEnum: "authorization_code" | "refresh_token" | "client_credentials" | "authorization_code_pkce" | "session_bridge"

                                                                                                                                                                                                                                                                                                                                                                                        @@ -616,7 +1159,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedAgentAuthorizationTokenResponseType<
                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedAgentAuthorizationTokenResponseTypeEnum: "code"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -626,7 +1169,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedSystemAccessTokenGrantTypeEnum<
                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedSystemAccessTokenGrantTypeEnum: "authorization_code" | "refresh_token" | "client_credentials" | "authorization_code_pkce" | "session_bridge"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -636,7 +1179,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedSystemAccessTokenHintEnum

                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedSystemAccessTokenHintEnum: "ts_ext_on_behalf_of"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -646,7 +1189,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedSystemAccessTokenIdpOriginEnum<
                                                                                                                                                                                                                                                                                                                                                                                        GetTrustedSystemAccessTokenIdpOriginEnum: "apple" | "auth0" | "azure" | "azure_adb2c" | "cognito" | "default" | "ecom" | "facebook" | "forgerock" | "gigya" | "gigya_socialize" | "google" | "okta" | "ping" | "salesforce"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -671,7 +1214,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        IntrospectTokenTokenTypeHintEnum

                                                                                                                                                                                                                                                                                                                                                                                        IntrospectTokenTokenTypeHintEnum: "access_token" | "refresh_token"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -681,7 +1224,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        LogoutCustomerHintEnum

                                                                                                                                                                                                                                                                                                                                                                                        LogoutCustomerHintEnum: "all-sessions"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -691,19 +1234,218 @@

                                                                                                                                                                                                                                                                                                                                                                                        Oauth2ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                        Oauth2ErrorResponse: { error: string; error_description?: string; error_uri?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        error:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        error_uri:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        error_description:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptor

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptor: { id: string; transports?: Array<PublicKeyCredentialDescriptorTransportsEnum>; type: PublicKeyCredentialDescriptorTypeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        type: Credential type.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id: The base64url-encoded ID of the credential.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 64
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        transports: Authenticator transports.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTransportsEnum

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTransportsEnum: "usb" | "nfc" | "ble" | "internal"
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialDescriptorTypeEnum: "public-key"
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJson

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJson: { clientExtensionResults?: string | null; id: string; rawId: string; response: PublicKeyCredentialJsonResponse; type: PublicKeyCredentialJsonTypeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        id: Base64url-encoded credential ID

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        rawId: Base64url-encoded raw credential ID.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        type: The type of credential.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        clientExtensionResults: WebAuthn client extension results (typically empty).

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        response:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonResponse

                                                                                                                                                                                                                                                                                                                                                                                        + + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialJsonTypeEnum: "public-key"
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptions

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptions: { allowCredentials?: Array<PublicKeyCredentialDescriptor>; challenge?: string; extensions?: {}; rpId?: string; timeout?: number; userVerification?: PublicKeyCredentialRequestOptionsUserVerificationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        challenge: Base64url-encoded challenge.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 512
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        timeout: Timeout value in milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        rpId: The ID of the relying party.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        allowCredentials: Allowed credentials for authentication.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        userVerification: The level of requirement for user verification.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        extensions: WebAuthn extensions.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptionsUserVerificationEnum

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        PublicKeyCredentialRequestOptionsUserVerificationEnum: "required" | "preferred" | "discouraged"
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                                        RegistrationFinishRequest

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        RegistrationFinishRequest: { channel_id: string; client_id: string; credential: PublicKeyCredentialJson; pwd_action_token: string; username: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                        error:

                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        client_id: The ID of the OAuth client.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 36
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                        error_uri:

                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        username: Username for the credential.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                                        error_description:

                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        credential:

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        channel_id: The ID of the channel.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        pwd_action_token: Password action token.

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • Pattern: /^[0-9]{8}$/
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • Max Length: 8
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        @@ -729,7 +1471,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        RevokeTokenTokenTypeHintEnum

                                                                                                                                                                                                                                                                                                                                                                                        RevokeTokenTokenTypeHintEnum: "access_token" | "refresh_token"
                                                                                                                                                                                                                                                                                                                                                                                        @@ -843,7 +1585,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        authenticateCustomerBodyType

                                                                                                                                                                                                                                                                                                                                                                                        authenticateCustomerBodyType: { channel_id: string; client_id?: string; code_challenge?: string; redirect_uri: string; response_type?: ResponseType; scope?: string; state?: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -879,10 +1621,10 @@
                                                                                                                                                                                                                                                                                                                                                                                        Optional usid

                                                                                                                                                                                                                                                                                                                                                                                        authorizePasswordlessCustomerBodyType

                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                        authorizePasswordlessCustomerBodyType: { callback_uri?: string; channel_id: string; locale?: string; mode: string; user_id: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        authorizePasswordlessCustomerBodyType: { callback_uri?: string; channel_id: string; email?: string; first_name?: string; last_name?: string; locale?: string; mode: string; phone_number?: string; user_id: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -894,12 +1636,24 @@
                                                                                                                                                                                                                                                                                                                                                                                        Optional callback_uri
                                                                                                                                                                                                                                                                                                                                                                                        channel_id: string
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                        Optional email?: string
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                        Optional first_name?: string
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                        Optional last_name?: string
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                      • Optional locale?: string
                                                                                                                                                                                                                                                                                                                                                                                      • mode: string
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                        Optional phone_number?: string
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                      • user_id: string
                                                                                                                                                                                                                                                                                                                                                                                      • @@ -909,13 +1663,55 @@
                                                                                                                                                                                                                                                                                                                                                                                        Optional usid + +

                                                                                                                                                                                                                                                                                                                                                                                        authorizeWebauthnRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        authorizeWebauthnRegistrationBodyType: { callback_uri?: string; channel_id: string; client_id?: string; code_challenge?: string; hint?: string; idp_name?: string; locale?: string; mode: string; user_id: string }
                                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        Type declaration

                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          Optional callback_uri?: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          channel_id: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          Optional client_id?: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          Optional code_challenge?: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          Optional hint?: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          Optional idp_name?: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          Optional locale?: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          mode: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                          user_id: string
                                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                                        getAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getAccessTokenBodyType: { channel_id?: string; client_id?: string; code?: string; code_verifier?: string; dnt?: string; grant_type: GrantType; redirect_uri?: string; refresh_token?: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -957,7 +1753,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordLessAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordLessAccessTokenBodyType: { client_id?: string; code_verifier?: string; grant_type: string; hint: string; login_id?: string; pwdless_login_token: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -990,7 +1786,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordResetTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getPasswordResetTokenBodyType: { callback_uri?: string; channel_id: string; client_id?: string; code_challenge?: string; hint?: string; idp_name?: string; locale?: string; mode: string; user_id: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1032,7 +1828,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getSessionBridgeAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getSessionBridgeAccessTokenBodyType: { channel_id: string; client_id: string; code: string; code_verifier: string; dnt?: string; dwsgst?: string; dwsid: string; dwsrst?: string; grant_type: string; login_id: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1080,7 +1876,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedAgentAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedAgentAccessTokenBodyType: { agent_id?: string; channel_id: string; client_id: string; code_verifier: string; dnt?: string; grant_type: string; idp_origin: string; login_id: string; state?: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1125,7 +1921,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedSystemAccessTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        getTrustedSystemAccessTokenBodyType: { channel_id: string; client_id: string; dnt?: string; email_id?: string; grant_type: string; hint: string; idp_origin: string; login_id: string; usid?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1167,7 +1963,7 @@

                                                                                                                                                                                                                                                                                                                                                                                        introspectTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                        introspectTokenBodyType: { token: string; token_type_hint?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1185,10 +1981,10 @@
                                                                                                                                                                                                                                                                                                                                                                                        Optional token_type_

                                                                                                                                                                                                                                                                                                                                                                                        resetPasswordBodyType

                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                        resetPasswordBodyType: { channel_id: string; client_id: string; code_verifier: string; hint?: string; new_password?: string; pwd_action_token: string }
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        resetPasswordBodyType: { channel_id: string; client_id: string; code_verifier?: string; hint?: string; new_password?: string; pwd_action_token: string; user_id?: string }
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1201,7 +1997,7 @@
                                                                                                                                                                                                                                                                                                                                                                                        channel_id: : string
                                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                                        code_verifier: string
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                        Optional code_verifier?: string
                                                                                                                                                                                                                                                                                                                                                                                      • Optional hint?: string
                                                                                                                                                                                                                                                                                                                                                                                        @@ -1212,6 +2008,9 @@
                                                                                                                                                                                                                                                                                                                                                                                        Optional new_password
                                                                                                                                                                                                                                                                                                                                                                                        pwd_action_token: string
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                                        Optional user_id?: string
                                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                                      @@ -1221,7 +2020,7 @@

                                                                                                                                                                                                                                                                                                                                                                                      revokeTokenBodyType

                                                                                                                                                                                                                                                                                                                                                                                      revokeTokenBodyType: { token: string; token_type_hint?: string }
                                                                                                                                                                                                                                                                                                                                                                                      @@ -1236,6 +2035,66 @@
                                                                                                                                                                                                                                                                                                                                                                                      Optional token_type_

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    startWebauthnAuthenticationBodyType

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    startWebauthnAuthenticationBodyType: { channel_id: string; client_id: string; tenant_id?: string; user_id: string }
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                    Type declaration

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      channel_id: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      client_id: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      Optional tenant_id?: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      user_id: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    startWebauthnUserRegistrationBodyType

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    startWebauthnUserRegistrationBodyType: { channel_id: string; client_id?: string; display_name?: string; nick_name?: string; pwd_action_token: string; user_id: string }
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                    Type declaration

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      channel_id: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      Optional client_id?: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      Optional display_name?: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      Optional nick_name?: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      pwd_action_token: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                      user_id: string
                                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                                    Variables

                                                                                                                                                                                                                                                                                                                                                                                    @@ -1269,6 +2128,66 @@

                                                                                                                                                                                                                                                                                                                                                                                    Const defaultBaseUri

                                                                                                                                                                                                                                                                                                                                                                                    @@ -149,7 +160,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    BasketChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                    BasketChannelTypeEnum: ShopperOrdersModelTypes.BasketChannelTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -159,7 +170,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    BasketTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                                    BasketTaxationEnum: ShopperOrdersModelTypes.BasketTaxationEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -169,7 +180,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    BonusDiscountLineItem

                                                                                                                                                                                                                                                                                                                                                                                    BonusDiscountLineItem: ShopperOrdersModelTypes.BonusDiscountLineItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -179,7 +190,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    CouponItem

                                                                                                                                                                                                                                                                                                                                                                                    CouponItem: ShopperOrdersModelTypes.CouponItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -187,16 +198,6 @@

                                                                                                                                                                                                                                                                                                                                                                                    CouponItem

                                                                                                                                                                                                                                                                                                                                                                                    CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                    CouponItemStatusCodeEnum: ShopperOrdersModelTypes.CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                    - - -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode: ShopperOrdersModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback: ShopperOrdersModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    Discount

                                                                                                                                                                                                                                                                                                                                                                                    Discount: ShopperOrdersModelTypes.Discount
                                                                                                                                                                                                                                                                                                                                                                                    @@ -239,7 +230,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    DiscountTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                    DiscountTypeEnum: ShopperOrdersModelTypes.DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -247,19 +238,49 @@

                                                                                                                                                                                                                                                                                                                                                                                    DiscountTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                    ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                    ErrorResponse: ShopperOrdersModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                    + + +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequest

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequest: ShopperOrdersModelTypes.FailOrderRequest
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequestReasonCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequestReasonCodeEnum: ShopperOrdersModelTypes.FailOrderRequestReasonCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    GetOrderExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    GetOrderExpandEnum: ShopperOrdersApiTypes.GetOrderExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                    GiftCertificateItem: ShopperOrdersModelTypes.GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -269,7 +290,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    GroupedTaxItem

                                                                                                                                                                                                                                                                                                                                                                                    GroupedTaxItem: ShopperOrdersModelTypes.GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -279,17 +300,57 @@

                                                                                                                                                                                                                                                                                                                                                                                    LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                    LocaleCode: ShopperOrdersModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    NoValue

                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    NoValue: ShopperOrdersModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsData

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OmsData: ShopperOrdersModelTypes.OmsData
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData: ShopperOrdersModelTypes.OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum: ShopperOrdersModelTypes.OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OmsShipment: ShopperOrdersModelTypes.OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OmsShipmentItem: ShopperOrdersModelTypes.OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    @@ -299,7 +360,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OptionItem

                                                                                                                                                                                                                                                                                                                                                                                    OptionItem: ShopperOrdersModelTypes.OptionItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -309,7 +370,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    Order

                                                                                                                                                                                                                                                                                                                                                                                    Order: ShopperOrdersModelTypes.Order
                                                                                                                                                                                                                                                                                                                                                                                    @@ -319,7 +380,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderAddress

                                                                                                                                                                                                                                                                                                                                                                                    OrderAddress: ShopperOrdersModelTypes.OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                    @@ -329,7 +390,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderChannelTypeEnum: ShopperOrdersModelTypes.OrderChannelTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -339,7 +400,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderConfirmationStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderConfirmationStatusEnum: ShopperOrdersModelTypes.OrderConfirmationStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -349,7 +410,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderExportStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderExportStatusEnum: ShopperOrdersModelTypes.OrderExportStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -359,7 +420,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderLookupRequest

                                                                                                                                                                                                                                                                                                                                                                                    OrderLookupRequest: ShopperOrdersModelTypes.OrderLookupRequest
                                                                                                                                                                                                                                                                                                                                                                                    @@ -369,7 +430,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentCardRequest: ShopperOrdersModelTypes.OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                    @@ -379,7 +440,37 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument: ShopperOrdersModelTypes.OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference: ShopperOrdersModelTypes.OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum: ShopperOrdersModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties: ShopperOrdersModelTypes.OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    @@ -389,7 +480,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentRequest: ShopperOrdersModelTypes.OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                    @@ -399,7 +490,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentStatusEnum: ShopperOrdersModelTypes.OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -409,7 +500,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderShippingStatusEnum: ShopperOrdersModelTypes.OrderShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -419,7 +510,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderStatusEnum: ShopperOrdersModelTypes.OrderStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -429,7 +520,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                                    OrderTaxationEnum: ShopperOrdersModelTypes.OrderTaxationEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -439,7 +530,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    PaymentCard

                                                                                                                                                                                                                                                                                                                                                                                    PaymentCard: ShopperOrdersModelTypes.PaymentCard
                                                                                                                                                                                                                                                                                                                                                                                    @@ -449,7 +540,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    PaymentCardSpec

                                                                                                                                                                                                                                                                                                                                                                                    PaymentCardSpec: ShopperOrdersModelTypes.PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                                    @@ -459,7 +550,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethod

                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethod: ShopperOrdersModelTypes.PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                    @@ -469,7 +560,37 @@

                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult: ShopperOrdersModelTypes.PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest: ShopperOrdersModelTypes.PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum: ShopperOrdersModelTypes.PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties: ShopperOrdersModelTypes.PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    @@ -479,7 +600,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustment: ShopperOrdersModelTypes.PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                    @@ -489,7 +610,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                                    ProductDetailsLink: ShopperOrdersModelTypes.ProductDetailsLink
                                                                                                                                                                                                                                                                                                                                                                                    @@ -499,7 +620,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ProductItem

                                                                                                                                                                                                                                                                                                                                                                                    ProductItem: ShopperOrdersModelTypes.ProductItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -509,7 +630,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReference

                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReference: ShopperOrdersModelTypes.ProductListItemReference
                                                                                                                                                                                                                                                                                                                                                                                    @@ -519,7 +640,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                    ProductListItemReferenceTypeEnum: ShopperOrdersModelTypes.ProductListItemReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -529,7 +650,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ProductListLink

                                                                                                                                                                                                                                                                                                                                                                                    ProductListLink: ShopperOrdersModelTypes.ProductListLink
                                                                                                                                                                                                                                                                                                                                                                                    @@ -539,7 +660,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ProductListLinkTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                    ProductListLinkTypeEnum: ShopperOrdersModelTypes.ProductListLinkTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -549,7 +670,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    Shipment

                                                                                                                                                                                                                                                                                                                                                                                    Shipment: ShopperOrdersModelTypes.Shipment
                                                                                                                                                                                                                                                                                                                                                                                    @@ -559,7 +680,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ShipmentShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    ShipmentShippingStatusEnum: ShopperOrdersModelTypes.ShipmentShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                    @@ -569,7 +690,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ShippingItem

                                                                                                                                                                                                                                                                                                                                                                                    ShippingItem: ShopperOrdersModelTypes.ShippingItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -579,7 +700,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                                    ShippingMethod: ShopperOrdersModelTypes.ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                                    @@ -589,7 +710,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                                    ShippingPromotion: ShopperOrdersModelTypes.ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                                    @@ -599,7 +720,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    Status

                                                                                                                                                                                                                                                                                                                                                                                    Status: ShopperOrdersModelTypes.Status
                                                                                                                                                                                                                                                                                                                                                                                    @@ -609,7 +730,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    TaxItem

                                                                                                                                                                                                                                                                                                                                                                                    TaxItem: ShopperOrdersModelTypes.TaxItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -619,7 +740,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    TaxItems

                                                                                                                                                                                                                                                                                                                                                                                    TaxItems: ShopperOrdersModelTypes.TaxItems
                                                                                                                                                                                                                                                                                                                                                                                    @@ -629,7 +750,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                    Taxes: ShopperOrdersModelTypes.Taxes
                                                                                                                                                                                                                                                                                                                                                                                    @@ -671,15 +792,9 @@

                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                  • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -689,6 +804,15 @@

                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                  • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + FailOrderRequest +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + FailOrderRequestReasonCodeEnum +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + GetOrderExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                  • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -699,7 +823,19 @@

                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                    LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                  • - NoValue + OmsData +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem @@ -728,6 +864,15 @@

                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -755,6 +900,15 @@

                                                                                                                                                                                                                                                                                                                                                                                    Taxes

                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                  • diff --git a/docs/modules/shopperOrders.html b/docs/modules/shopperOrders.html index 5c3e1288..db17789d 100644 --- a/docs/modules/shopperOrders.html +++ b/docs/modules/shopperOrders.html @@ -85,26 +85,36 @@

                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                  • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                  • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                  • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                  • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • FailOrderRequest
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • FailOrderRequest
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • FailOrderRequestReasonCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • FailOrderRequestReasonCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • GetOrderExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • GetOrderExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                  • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                  • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                  • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                  • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                  • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                  • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • NoValue
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • NoValue
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsData
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsData
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                  • Order
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -123,6 +133,12 @@

                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -141,6 +157,12 @@

                                                                                                                                                                                                                                                                                                                                                                                    References

                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                  • ProductDetailsLink
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -199,16 +221,21 @@

                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                  • BonusDiscountLineItem
                                                                                                                                                                                                                                                                                                                                                                                  • CouponItem
                                                                                                                                                                                                                                                                                                                                                                                  • CouponItemStatusCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                                  • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                                  • Discount
                                                                                                                                                                                                                                                                                                                                                                                  • DiscountTypeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • FailOrderRequest
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • FailOrderRequestReasonCodeEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • GetOrderExpandEnum
                                                                                                                                                                                                                                                                                                                                                                                  • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                                  • GroupedTaxItem
                                                                                                                                                                                                                                                                                                                                                                                  • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                  • -
                                                                                                                                                                                                                                                                                                                                                                                  • NoValue
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsData
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductData
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsProductDataStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                  • OptionItem
                                                                                                                                                                                                                                                                                                                                                                                  • Order
                                                                                                                                                                                                                                                                                                                                                                                  • OrderAddress
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -218,6 +245,9 @@

                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                  • OrderLookupRequest
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReference
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentPaymentReferenceGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                                  • OrderPaymentStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                  • OrderShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -227,6 +257,9 @@

                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                  • PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequest
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayEnum
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  • PaymentReferenceRequestGatewayProperties
                                                                                                                                                                                                                                                                                                                                                                                  • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                                  • ProductDetailsLink
                                                                                                                                                                                                                                                                                                                                                                                  • ProductItem
                                                                                                                                                                                                                                                                                                                                                                                  • @@ -316,16 +349,6 @@

                                                                                                                                                                                                                                                                                                                                                                                    CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                    CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                    Re-exports CouponItemStatusCodeEnum -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports CurrencyCode -

                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                    @@ -336,16 +359,6 @@

                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                    Re-exports CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports DefaultFallback -

                                                                                                                                                                                                                                                                                                                                                                                    Discount

                                                                                                                                                                                                                                                                                                                                                                                    @@ -376,6 +389,36 @@

                                                                                                                                                                                                                                                                                                                                                                                    ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                    ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                    Re-exports ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequest

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports FailOrderRequest +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequest

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports FailOrderRequest +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequestReasonCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports FailOrderRequestReasonCodeEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    FailOrderRequestReasonCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports FailOrderRequestReasonCodeEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    GetOrderExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports GetOrderExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    GetOrderExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports GetOrderExpandEnum +

                                                                                                                                                                                                                                                                                                                                                                                    GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                    @@ -407,14 +450,54 @@

                                                                                                                                                                                                                                                                                                                                                                                    LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                    Re-exports LocaleCode
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    NoValue

                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports NoValue + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsData

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsData +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsData

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsData +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsShipment
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    NoValue

                                                                                                                                                                                                                                                                                                                                                                                    - Re-exports NoValue + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsShipmentItem +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                                    @@ -506,6 +589,36 @@

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                    Re-exports OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports OrderPaymentInstrumentPaymentReferenceGatewayProperties +

                                                                                                                                                                                                                                                                                                                                                                                    OrderPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                                    @@ -596,6 +709,36 @@

                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                    PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                                    Re-exports PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                                    PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                                    + Re-exports PaymentReferenceRequestGatewayProperties +

                                                                                                                                                                                                                                                                                                                                                                                    PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                                    @@ -777,7 +920,7 @@

                                                                                                                                                                                                                                                                                                                                                                                    Type aliases

                                                                                                                                                                                                                                                                                                                                                                                    Basket

                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: BasketTaxationEnum; temporaryBasket?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                    Basket: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; agentBasket?: boolean; basketId?: string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: BasketChannelTypeEnum; couponItems?: Array<CouponItem>; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: string; lastModified?: string; merchandizeTotalTax?: number; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: number; shippingTotalTax?: number; sourceCode?: string; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: BasketTaxationEnum; temporaryBasket?: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    - -

                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                                    - -
                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                    @@ -1016,21 +1150,6 @@

                                                                                                                                                                                                                                                                                                                                                                                    CustomerInfo

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  - -

                                                                                                                                                                                                                                                                                                                                                                                  DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                                  - -
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                  A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                  Discount

                                                                                                                                                                                                                                                                                                                                                                                  @@ -1102,6 +1221,43 @@

                                                                                                                                                                                                                                                                                                                                                                                  ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  FailOrderRequest

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  FailOrderRequest: { reasonCode?: FailOrderRequestReasonCodeEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  reasonCode: The reason code for failing the order.

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  FailOrderRequestReasonCodeEnum

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  FailOrderRequestReasonCodeEnum: "payment_confirm_failure" | "payment_capture_failure" | "payment_auth_failure"
                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  GetOrderExpandEnum

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  GetOrderExpandEnum: "oms" | "oms_shipments"
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                                  @@ -1169,28 +1325,124 @@

                                                                                                                                                                                                                                                                                                                                                                                  GroupedTaxItem

                                                                                                                                                                                                                                                                                                                                                                                  LocaleCode

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                                  - -

                                                                                                                                                                                                                                                                                                                                                                                  NoValue

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  OmsData

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  OmsData: { shipments?: Array<OmsShipment>; status?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -

                                                                                                                                                                                                                                                                                                                                                                                  A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  status: Current status of the order

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  shipments: List of shipments associated with the order

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  OmsProductData

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  OmsProductData: { quantityAvailableToCancel?: number; status?: OmsProductDataStatusEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  status: Order Management (OMS) status

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  quantityAvailableToCancel: The quantity that can be cancelled.

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  OmsProductDataStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  OmsProductDataStatusEnum: "ordered" | "returned" | "canceled" | "paid" | "reshipped" | "fulfilled" | "partially_fulfilled" | "allocated" | "partially_allocated" | "return_initiated"
                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  OmsShipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  OmsShipment: { actualDeliveryDate?: string; expectedDeliveryDate?: string; id?: string; provider?: string; shipmentItems?: Array<OmsShipmentItem>; status?: string; trackingNumber?: string; trackingUrl?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  id: Unique identifier for the shipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  status: Current status of the shipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  provider: Shipping provider name

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  trackingNumber: Tracking number for the shipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  trackingUrl: URL to track the shipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  expectedDeliveryDate: Expected delivery date and time

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  actualDeliveryDate: Actual delivery date and time (null if not yet delivered)

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  shipmentItems: Items included in this shipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  + +

                                                                                                                                                                                                                                                                                                                                                                                  OmsShipmentItem

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  OmsShipmentItem: { id?: string; productItemId?: string; quantity?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                                  + +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  id: Unique identifier for the shipment item

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  productItemId: Reference to the product item in the order

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  property
                                                                                                                                                                                                                                                                                                                                                                                  +

                                                                                                                                                                                                                                                                                                                                                                                  quantity: Quantity of product items with the referenced productItemId in this shipment

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  @@ -1304,10 +1556,10 @@

                                                                                                                                                                                                                                                                                                                                                                                  OptionItem

                                                                                                                                                                                                                                                                                                                                                                                  Order

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  Order: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: OrderChannelTypeEnum; confirmationStatus?: OrderConfirmationStatusEnum; couponItems?: Array<CouponItem>; createdBy?: string; creationDate?: string; currency?: CurrencyCode; customerInfo?: CustomerInfo; customerName?: string; exportStatus?: OrderExportStatusEnum; externalOrderStatus?: string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: string; groupedTaxItems?: Array<GroupedTaxItem>; guest?: boolean; lastModified?: string; merchandizeTotalTax?: number; orderNo?: string; orderPriceAdjustments?: Array<PriceAdjustment>; orderToken?: string; orderTotal?: number; orderViewCode?: string; paymentInstruments?: Array<OrderPaymentInstrument>; paymentStatus?: OrderPaymentStatusEnum; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: OrderShippingStatusEnum; shippingTotal?: number; shippingTotalTax?: number; siteId?: string; sourceCode?: string; status?: OrderStatusEnum; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: OrderTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                  Order: { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: OrderChannelTypeEnum; confirmationStatus?: OrderConfirmationStatusEnum; couponItems?: Array<CouponItem>; createdBy?: string; creationDate?: string; currency?: string; customerInfo?: CustomerInfo; customerName?: string; exportStatus?: OrderExportStatusEnum; externalOrderStatus?: string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: string; groupedTaxItems?: Array<GroupedTaxItem>; guest?: boolean; lastModified?: string; merchandizeTotalTax?: number; omsData?: OmsData; orderNo?: string; orderPriceAdjustments?: Array<PriceAdjustment>; orderToken?: string; orderTotal?: number; orderViewCode?: string; paymentInstruments?: Array<OrderPaymentInstrument>; paymentStatus?: OrderPaymentStatusEnum; productItems?: Array<ProductItem>; productSubTotal?: number; productTotal?: number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: OrderShippingStatusEnum; shippingTotal?: number; shippingTotalTax?: number; siteId?: string; sourceCode?: string; status?: OrderStatusEnum; taxRoundedAtGroup?: boolean; taxTotal?: number; taxation?: OrderTaxationEnum } & {}
                                                                                                                                                                                                                                                                                                                                                                                  @@ -1341,6 +1593,9 @@

                                                                                                                                                                                                                                                                                                                                                                                  Order

                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                  currency: The ISO 4217 mnemonic code of the currency. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                                  • Pattern: /^([A-Z][A-Z][A-Z]|N/A)$/
                                                                                                                                                                                                                                                                                                                                                                                  • +
                                                                                                                                                                                                                                                                                                                                                                                  property

                                                                                                                                                                                                                                                                                                                                                                                  customerInfo: The customer information for guest or logged-in customers. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                  @@ -1426,6 +1681,9 @@

                                                                                                                                                                                                                                                                                                                                                                                  Order

                                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                                omsData: Information retrieved from Order Management (OMS) for the order.

                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                property

                                                                                                                                                                                                                                                                                                                                                                                sourceCode: The source code assigned to the basket from which this order was created. It is read only.

                                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                                @@ -1526,7 +1784,7 @@

                                                                                                                                                                                                                                                                                                                                                                                OrderChannelTypeEnum

                                                                                                                                                                                                                                                                                                                                                                                OrderChannelTypeEnum: "storefront" | "callcenter" | "marketplace" | "dss" | "store" | "pinterest" | "twitter" | "facebookads" | "subscriptions" | "onlinereservation" | "customerservicecenter" | "instagramcommerce" | "tiktok" | "snapchat" | "google" | "whatsapp" | "youtube"
                                                                                                                                                                                                                                                                                                                                                                                @@ -1536,7 +1794,7 @@

                                                                                                                                                                                                                                                                                                                                                                                OrderConfirmationStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                OrderConfirmationStatusEnum: "not_confirmed" | "confirmed"
                                                                                                                                                                                                                                                                                                                                                                                @@ -1546,7 +1804,7 @@

                                                                                                                                                                                                                                                                                                                                                                                OrderExportStatusEnum

                                                                                                                                                                                                                                                                                                                                                                                OrderExportStatusEnum: "not_exported" | "exported" | "ready" | "failed"
                                                                                                                                                                                                                                                                                                                                                                                @@ -1627,10 +1885,10 @@

                                                                                                                                                                                                                                                                                                                                                                                OrderPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                                OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                OrderPaymentInstrument: { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                OrderPaymentInstrument: { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string; paymentReference?: OrderPaymentInstrumentPaymentReference } & {}
                                                                                                                                                                                                                                                                                                                                                                                @@ -1662,16 +1920,84 @@

                                                                                                                                                                                                                                                                                                                                                                                OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              paymentReference:

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentPaymentReference

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentPaymentReference: { gateway?: OrderPaymentInstrumentPaymentReferenceGatewayEnum; gatewayProperties?: OrderPaymentInstrumentPaymentReferenceGatewayProperties; paymentReferenceId?: string; redirectUrl?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              paymentReferenceId: Payment reference identifier. Can be payment intent ID for Stripe, PSP reference for Adyen, PayPal order ID for PayPal, or similar identifier for other payment providers.

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              redirectUrl: Redirect URL for payment methods that require user redirection to complete payment.

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                              • Max Length: 2048
                                                                                                                                                                                                                                                                                                                                                                              • +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              gateway: The payment gateway used to process the payment.

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              gatewayProperties:

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentPaymentReferenceGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentPaymentReferenceGatewayEnum: "stripe" | "paypal" | "adyen"
                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              + +

                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentPaymentReferenceGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentPaymentReferenceGatewayProperties: { adyen?: {}; paypal?: {}; stripe?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                              + +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              stripe: # Stripe specific properties. - setupFutureUsage: Indicates that you intend to make future payments with this payment method. - on_session: The payment method is intended to be used for a future payment on the same website session. - off_session: The payment method is intended to be used for a future payment on a different website session. - null: The payment method is not intended to be used for a future payment. - clientSecret: Secret for Stripe client-side payment confirmation. Don't store, log, or expose the client secret to anyone other than the customer, and only use it on pages where TLS is enabled. - type: string - maxLength: 256 - example: "pi_1J4K5L2eZvKYlo2CyZ8K5L6M_secret_abc123"

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              paypal: # PayPal specific properties.

                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              property
                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              adyen: # Adyen specific properties.

                                                                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentRequest: { amount?: number; bankRoutingNumber?: string; giftCertificateCode?: string; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentRequest: { amount?: number; bankRoutingNumber?: string; giftCertificateCode?: string; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: string; paymentReferenceRequest?: PaymentReferenceRequest } & {}
                                                                                                                                                                                                                                                                                                                                                                              @@ -1700,6 +2026,9 @@

                                                                                                                                                                                                                                                                                                                                                                              OrderPaymentInstrumentRequest

                                                                                                                                                                                                                                                                                                                                                                            • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                                            paymentReferenceRequest: Payment reference information for various payment service providers, only when Salesforce Payments is enabled.

                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                            @@ -1709,7 +2038,7 @@

                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentStatusEnum

                                                                                                                                                                                                                                                                                                                                                                            OrderPaymentStatusEnum: "not_paid" | "part_paid" | "paid"
                                                                                                                                                                                                                                                                                                                                                                            @@ -1719,7 +2048,7 @@

                                                                                                                                                                                                                                                                                                                                                                            OrderShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                            OrderShippingStatusEnum: "not_shipped" | "part_shipped" | "shipped"
                                                                                                                                                                                                                                                                                                                                                                            @@ -1729,7 +2058,7 @@

                                                                                                                                                                                                                                                                                                                                                                            OrderStatusEnum

                                                                                                                                                                                                                                                                                                                                                                            OrderStatusEnum: "created" | "new" | "completed" | "cancelled" | "replaced" | "failed"
                                                                                                                                                                                                                                                                                                                                                                            @@ -1739,7 +2068,7 @@

                                                                                                                                                                                                                                                                                                                                                                            OrderTaxationEnum

                                                                                                                                                                                                                                                                                                                                                                            OrderTaxationEnum: "gross" | "net"
                                                                                                                                                                                                                                                                                                                                                                            @@ -1895,6 +2224,73 @@

                                                                                                                                                                                                                                                                                                                                                                            PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequest

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequest: { gateway?: PaymentReferenceRequestGatewayEnum; gatewayProperties?: PaymentReferenceRequestGatewayProperties; paymentMethodType?: string; zoneId?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          paymentMethodType: Payment Method Type

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 64
                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          zoneId: The unique identifier for a Payments zone.

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                                          • Pattern: /^[a-zA-Z0-9\-_]{1,100}$/
                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                          • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                          • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          gateway: The payment gateway used to process the payment.

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          gatewayProperties:

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayEnum

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayEnum: "stripe" | "paypal" | "adyen"
                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayProperties

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          PaymentReferenceRequestGatewayProperties: { adyen?: {}; paypal?: {}; stripe?: {} } & {}
                                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          stripe: # Stripe specific properties. - setupFutureUsage: Indicates that you intend to make future payments with this payment method. - on_session: The payment method is intended to be used for a future payment on the same website session. - off_session: The payment method is intended to be used for a future payment on a different website session. - null: The payment method is not intended to be used for a future payment.

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          paypal: # PayPal specific properties. - shippingPreference: Shipping preference for PayPal payment processing. Applicable only for basket payment instruments. - GET_FROM_FILE - NO_SHIPPING - SET_PROVIDED_ADDRESS

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          adyen: # Adyen specific properties.

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                          @@ -1978,10 +2374,10 @@

                                                                                                                                                                                                                                                                                                                                                                          ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                          ProductItem

                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                          ProductItem: { adjustedTax?: number; basePrice?: number; bonusDiscountLineItemId?: string; bonusProductLineItem?: boolean; bundledProductItems?: Array<ProductItem>; gift?: boolean; giftMessage?: string; inventoryId?: string; itemId?: string; itemText?: string; optionItems?: Array<OptionItem>; price?: number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: number; priceAfterOrderDiscount?: number; productId?: string; productListItem?: ProductListItemReference; productName?: string; qualifyingProductItemId?: string; quantity?: number; shipmentId?: string; shippingItemId?: string; tax?: number; taxBasis?: number; taxClassId?: string; taxRate?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          ProductItem: { adjustedTax?: number; basePrice?: number; bonusDiscountLineItemId?: string; bonusProductLineItem?: boolean; bundledProductItems?: Array<ProductItem>; gift?: boolean; giftMessage?: string; inventoryId?: string; itemId?: string; itemText?: string; omsData?: OmsProductData; optionItems?: Array<OptionItem>; price?: number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: number; priceAfterOrderDiscount?: number; productId?: string; productListItem?: ProductListItemReference; productName?: string; qualifyingProductItemId?: string; quantity?: number; shipmentId?: string; shippingItemId?: string; tax?: number; taxBasis?: number; taxClassId?: string; taxRate?: number } & {}
                                                                                                                                                                                                                                                                                                                                                                          @@ -2062,6 +2458,9 @@

                                                                                                                                                                                                                                                                                                                                                                          ProductItem

                                                                                                                                                                                                                                                                                                                                                                          shippingItemId: If the product line item has a related shipping item, this value is its ID. A related shipping item represents a surcharge applied to individual products using a particular shipping method. It is read only.

                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                                          omsData: Information retrieved from Order Management (OMS) for the product. Only available in context of an order.

                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          property

                                                                                                                                                                                                                                                                                                                                                                          tax: The tax for the product item, not including price adjustments. It is read only.

                                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                                          @@ -2501,24 +2900,12 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri CouponItemStatusCodeEnum

                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2537,6 +2924,24 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + FailOrderRequest +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + FailOrderRequest +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + FailOrderRequestReasonCodeEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + FailOrderRequestReasonCodeEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + GetOrderExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + GetOrderExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2556,10 +2961,34 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUriLocaleCode
                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsData +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsData
                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipmentItem +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                        • OptionItem @@ -2615,6 +3044,24 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2669,6 +3116,24 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri PaymentMethodResult +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                        • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2795,15 +3260,9 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri CouponItemStatusCodeEnum -
                                                                                                                                                                                                                                                                                                                                                                        • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                        • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                        • Discount
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2813,6 +3272,15 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri ErrorResponse +
                                                                                                                                                                                                                                                                                                                                                                        • + FailOrderRequest +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + FailOrderRequestReasonCodeEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + GetOrderExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                        • GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2823,7 +3291,19 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUriLocaleCode
                                                                                                                                                                                                                                                                                                                                                                        • - NoValue + OmsData +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductData +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsProductDataStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipment +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OmsShipmentItem
                                                                                                                                                                                                                                                                                                                                                                        • OptionItem @@ -2852,6 +3332,15 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReference +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + OrderPaymentInstrumentPaymentReferenceGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                        • OrderPaymentInstrumentRequest
                                                                                                                                                                                                                                                                                                                                                                        • @@ -2879,6 +3368,15 @@

                                                                                                                                                                                                                                                                                                                                                                          Const defaultBaseUri PaymentMethodResult +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequest +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayEnum +
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • + PaymentReferenceRequestGatewayProperties +
                                                                                                                                                                                                                                                                                                                                                                        • PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                        • diff --git a/docs/modules/shopperProducts.ShopperProductsTypes.html b/docs/modules/shopperProducts.ShopperProductsTypes.html index 4a0b1aec..5793b55d 100644 --- a/docs/modules/shopperProducts.ShopperProductsTypes.html +++ b/docs/modules/shopperProducts.ShopperProductsTypes.html @@ -79,8 +79,6 @@

                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                        • BundledProduct
                                                                                                                                                                                                                                                                                                                                                                        • Category
                                                                                                                                                                                                                                                                                                                                                                        • CategoryResult
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                        • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                        • GetCategoriesLevelsEnum
                                                                                                                                                                                                                                                                                                                                                                        • GetCategoryLevelsEnum
                                                                                                                                                                                                                                                                                                                                                                        • @@ -91,7 +89,6 @@

                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                        • Inventory
                                                                                                                                                                                                                                                                                                                                                                        • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                        • Master
                                                                                                                                                                                                                                                                                                                                                                        • -
                                                                                                                                                                                                                                                                                                                                                                        • NoValue
                                                                                                                                                                                                                                                                                                                                                                        • Option
                                                                                                                                                                                                                                                                                                                                                                        • OptionValue
                                                                                                                                                                                                                                                                                                                                                                        • PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                        • @@ -107,6 +104,8 @@

                                                                                                                                                                                                                                                                                                                                                                          Type aliases

                                                                                                                                                                                                                                                                                                                                                                        • Recommendation
                                                                                                                                                                                                                                                                                                                                                                        • RecommendationType
                                                                                                                                                                                                                                                                                                                                                                        • ResultBase
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                                                                                                                                                                        • ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                        • Variant
                                                                                                                                                                                                                                                                                                                                                                        • VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                        • VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                        • @@ -148,33 +147,13 @@

                                                                                                                                                                                                                                                                                                                                                                          CategoryResult

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode: ShopperProductsModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback: ShopperProductsModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse: ShopperProductsModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                        @@ -224,7 +203,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Image

                                                                                                                                                                                                                                                                                                                                                                        Image: ShopperProductsModelTypes.Image
                                                                                                                                                                                                                                                                                                                                                                        @@ -234,7 +213,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ImageGroup

                                                                                                                                                                                                                                                                                                                                                                        ImageGroup: ShopperProductsModelTypes.ImageGroup
                                                                                                                                                                                                                                                                                                                                                                        @@ -244,7 +223,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Inventory

                                                                                                                                                                                                                                                                                                                                                                        Inventory: ShopperProductsModelTypes.Inventory
                                                                                                                                                                                                                                                                                                                                                                        @@ -254,7 +233,7 @@

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode: ShopperProductsModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                        @@ -264,17 +243,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Master

                                                                                                                                                                                                                                                                                                                                                                        Master: ShopperProductsModelTypes.Master
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        NoValue

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        NoValue: ShopperProductsModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        @@ -284,7 +253,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Option

                                                                                                                                                                                                                                                                                                                                                                        Option: ShopperProductsModelTypes.Option
                                                                                                                                                                                                                                                                                                                                                                        @@ -294,7 +263,7 @@

                                                                                                                                                                                                                                                                                                                                                                        OptionValue

                                                                                                                                                                                                                                                                                                                                                                        OptionValue: ShopperProductsModelTypes.OptionValue
                                                                                                                                                                                                                                                                                                                                                                        @@ -304,7 +273,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PageMetaTag

                                                                                                                                                                                                                                                                                                                                                                        PageMetaTag: ShopperProductsModelTypes.PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                        @@ -314,7 +283,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PathRecord

                                                                                                                                                                                                                                                                                                                                                                        PathRecord: ShopperProductsModelTypes.PathRecord
                                                                                                                                                                                                                                                                                                                                                                        @@ -324,7 +293,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PriceRange

                                                                                                                                                                                                                                                                                                                                                                        PriceRange: ShopperProductsModelTypes.PriceRange
                                                                                                                                                                                                                                                                                                                                                                        @@ -334,7 +303,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Product

                                                                                                                                                                                                                                                                                                                                                                        Product: ShopperProductsModelTypes.Product
                                                                                                                                                                                                                                                                                                                                                                        @@ -344,7 +313,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductLink

                                                                                                                                                                                                                                                                                                                                                                        ProductLink: ShopperProductsModelTypes.ProductLink
                                                                                                                                                                                                                                                                                                                                                                        @@ -354,7 +323,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductLinkTypeEnum

                                                                                                                                                                                                                                                                                                                                                                        ProductLinkTypeEnum: ShopperProductsModelTypes.ProductLinkTypeEnum
                                                                                                                                                                                                                                                                                                                                                                        @@ -364,7 +333,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductPriceTable

                                                                                                                                                                                                                                                                                                                                                                        ProductPriceTable: ShopperProductsModelTypes.ProductPriceTable
                                                                                                                                                                                                                                                                                                                                                                        @@ -374,7 +343,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductPromotion

                                                                                                                                                                                                                                                                                                                                                                        ProductPromotion: ShopperProductsModelTypes.ProductPromotion
                                                                                                                                                                                                                                                                                                                                                                        @@ -384,7 +353,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductResult

                                                                                                                                                                                                                                                                                                                                                                        ProductResult: ShopperProductsModelTypes.ProductResult
                                                                                                                                                                                                                                                                                                                                                                        @@ -394,7 +363,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductType

                                                                                                                                                                                                                                                                                                                                                                        ProductType: ShopperProductsModelTypes.ProductType
                                                                                                                                                                                                                                                                                                                                                                        @@ -404,7 +373,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Recommendation

                                                                                                                                                                                                                                                                                                                                                                        Recommendation: ShopperProductsModelTypes.Recommendation
                                                                                                                                                                                                                                                                                                                                                                        @@ -414,7 +383,7 @@

                                                                                                                                                                                                                                                                                                                                                                        RecommendationType

                                                                                                                                                                                                                                                                                                                                                                        RecommendationType: ShopperProductsModelTypes.RecommendationType
                                                                                                                                                                                                                                                                                                                                                                        @@ -424,7 +393,27 @@

                                                                                                                                                                                                                                                                                                                                                                        ResultBase

                                                                                                                                                                                                                                                                                                                                                                        ResultBase: ShopperProductsModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                        ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        ShippingMethod: ShopperProductsModelTypes.ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                        ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        ShippingPromotion: ShopperProductsModelTypes.ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        @@ -434,7 +423,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Variant

                                                                                                                                                                                                                                                                                                                                                                        Variant: ShopperProductsModelTypes.Variant
                                                                                                                                                                                                                                                                                                                                                                        @@ -444,7 +433,7 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationAttribute

                                                                                                                                                                                                                                                                                                                                                                        VariationAttribute: ShopperProductsModelTypes.VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                        @@ -454,7 +443,7 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationAttributeValue

                                                                                                                                                                                                                                                                                                                                                                        VariationAttributeValue: ShopperProductsModelTypes.VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                        @@ -464,7 +453,7 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup: ShopperProductsModelTypes.VariationGroup
                                                                                                                                                                                                                                                                                                                                                                        @@ -497,12 +486,6 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                      • CategoryResult
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                      • @@ -533,9 +516,6 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                      • Master
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                      • Option
                                                                                                                                                                                                                                                                                                                                                                      • @@ -581,6 +561,12 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                      • ResultBase
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • + ShippingMethod +
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • + ShippingPromotion +
                                                                                                                                                                                                                                                                                                                                                                      • Variant
                                                                                                                                                                                                                                                                                                                                                                      • diff --git a/docs/modules/shopperProducts.html b/docs/modules/shopperProducts.html index 55c9dfd1..bffbf628 100644 --- a/docs/modules/shopperProducts.html +++ b/docs/modules/shopperProducts.html @@ -79,10 +79,6 @@

                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                      • Category
                                                                                                                                                                                                                                                                                                                                                                      • CategoryResult
                                                                                                                                                                                                                                                                                                                                                                      • CategoryResult
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                      • GetCategoriesLevelsEnum
                                                                                                                                                                                                                                                                                                                                                                      • @@ -103,8 +99,6 @@

                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                      • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                      • Master
                                                                                                                                                                                                                                                                                                                                                                      • Master
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • NoValue
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • NoValue
                                                                                                                                                                                                                                                                                                                                                                      • Option
                                                                                                                                                                                                                                                                                                                                                                      • Option
                                                                                                                                                                                                                                                                                                                                                                      • OptionValue
                                                                                                                                                                                                                                                                                                                                                                      • @@ -135,6 +129,10 @@

                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                      • RecommendationType
                                                                                                                                                                                                                                                                                                                                                                      • ResultBase
                                                                                                                                                                                                                                                                                                                                                                      • ResultBase
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                      • ShopperProducts
                                                                                                                                                                                                                                                                                                                                                                      • ShopperProducts
                                                                                                                                                                                                                                                                                                                                                                      • Variant
                                                                                                                                                                                                                                                                                                                                                                      • @@ -166,8 +164,6 @@

                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                      • BundledProduct
                                                                                                                                                                                                                                                                                                                                                                      • Category
                                                                                                                                                                                                                                                                                                                                                                      • CategoryResult
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                      • GetCategoriesLevelsEnum
                                                                                                                                                                                                                                                                                                                                                                      • GetCategoryLevelsEnum
                                                                                                                                                                                                                                                                                                                                                                      • @@ -178,7 +174,6 @@

                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                      • Inventory
                                                                                                                                                                                                                                                                                                                                                                      • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                      • Master
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • NoValue
                                                                                                                                                                                                                                                                                                                                                                      • Option
                                                                                                                                                                                                                                                                                                                                                                      • OptionValue
                                                                                                                                                                                                                                                                                                                                                                      • PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                      • @@ -194,6 +189,8 @@

                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                      • Recommendation
                                                                                                                                                                                                                                                                                                                                                                      • RecommendationType
                                                                                                                                                                                                                                                                                                                                                                      • ResultBase
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                                      • ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                      • Variant
                                                                                                                                                                                                                                                                                                                                                                      • VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                      • VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                      • @@ -241,26 +238,6 @@

                                                                                                                                                                                                                                                                                                                                                                        CategoryResult

                                                                                                                                                                                                                                                                                                                                                                        CategoryResult

                                                                                                                                                                                                                                                                                                                                                                        Re-exports CategoryResult -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                        - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                        - Re-exports CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                        - Re-exports DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                        - Re-exports DefaultFallback -

                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                        @@ -361,16 +338,6 @@

                                                                                                                                                                                                                                                                                                                                                                        Master

                                                                                                                                                                                                                                                                                                                                                                        Master

                                                                                                                                                                                                                                                                                                                                                                        Re-exports Master
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        NoValue

                                                                                                                                                                                                                                                                                                                                                                        - Re-exports NoValue -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        NoValue

                                                                                                                                                                                                                                                                                                                                                                        - Re-exports NoValue -

                                                                                                                                                                                                                                                                                                                                                                        Option

                                                                                                                                                                                                                                                                                                                                                                        @@ -521,6 +488,26 @@

                                                                                                                                                                                                                                                                                                                                                                        ResultBase

                                                                                                                                                                                                                                                                                                                                                                        ResultBase

                                                                                                                                                                                                                                                                                                                                                                        Re-exports ResultBase
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                        ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                        + Re-exports ShippingMethod +
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                        ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                        + Re-exports ShippingMethod +
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                        ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                        + Re-exports ShippingPromotion +
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                                        ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                        + Re-exports ShippingPromotion +

                                                                                                                                                                                                                                                                                                                                                                        ShopperProducts

                                                                                                                                                                                                                                                                                                                                                                        @@ -671,7 +658,7 @@

                                                                                                                                                                                                                                                                                                                                                                        CategoryResult

                                                                                                                                                                                                                                                                                                                                                                        data: The array of category documents.

                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                        @@ -679,33 +666,6 @@

                                                                                                                                                                                                                                                                                                                                                                        CategoryResult

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                        @@ -764,7 +724,7 @@

                                                                                                                                                                                                                                                                                                                                                                        GetCategoryLevelsEnum

                                                                                                                                                                                                                                                                                                                                                                        GetProductExpandEnum

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        GetProductExpandEnum: "none" | "availability" | "bundled_products" | "links" | "promotions" | "options" | "images" | "prices" | "variations" | "set_products" | "recommendations" | "page_meta_tags"
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        GetProductExpandEnum: "none" | "availability" | "bundled_products" | "links" | "promotions" | "options" | "images" | "prices" | "variations" | "set_products" | "recommendations" | "shipping_methods" | "page_meta_tags"
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode: ShopperSearchModelTypes.CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CustomSuggestions

                                                                                                                                                                                                                                                                                                                                                                        CustomSuggestions: ShopperSearchModelTypes.CustomSuggestions
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback: ShopperSearchModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        @@ -177,7 +154,7 @@

                                                                                                                                                                                                                                                                                                                                                                        EinsteinSuggestedPhrases

                                                                                                                                                                                                                                                                                                                                                                        EinsteinSuggestedPhrases: ShopperSearchModelTypes.EinsteinSuggestedPhrases
                                                                                                                                                                                                                                                                                                                                                                        @@ -187,7 +164,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                        ErrorResponse: ShopperSearchModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                        @@ -207,7 +184,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Image

                                                                                                                                                                                                                                                                                                                                                                        Image: ShopperSearchModelTypes.Image
                                                                                                                                                                                                                                                                                                                                                                        @@ -217,7 +194,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ImageGroup

                                                                                                                                                                                                                                                                                                                                                                        ImageGroup: ShopperSearchModelTypes.ImageGroup
                                                                                                                                                                                                                                                                                                                                                                        @@ -227,17 +204,7 @@

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode: ShopperSearchModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        NoValue

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        NoValue: ShopperSearchModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        @@ -247,7 +214,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PageMetaTag

                                                                                                                                                                                                                                                                                                                                                                        PageMetaTag: ShopperSearchModelTypes.PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                        @@ -257,7 +224,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                        PaginatedResultBase: ShopperSearchModelTypes.PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                        @@ -267,7 +234,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PriceRange

                                                                                                                                                                                                                                                                                                                                                                        PriceRange: ShopperSearchModelTypes.PriceRange
                                                                                                                                                                                                                                                                                                                                                                        @@ -277,7 +244,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductPriceTable

                                                                                                                                                                                                                                                                                                                                                                        ProductPriceTable: ShopperSearchModelTypes.ProductPriceTable
                                                                                                                                                                                                                                                                                                                                                                        @@ -287,7 +254,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductPromotion

                                                                                                                                                                                                                                                                                                                                                                        ProductPromotion: ShopperSearchModelTypes.ProductPromotion
                                                                                                                                                                                                                                                                                                                                                                        @@ -297,7 +264,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductRef

                                                                                                                                                                                                                                                                                                                                                                        ProductRef: ShopperSearchModelTypes.ProductRef
                                                                                                                                                                                                                                                                                                                                                                        @@ -317,7 +284,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchHit

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchHit: ShopperSearchModelTypes.ProductSearchHit
                                                                                                                                                                                                                                                                                                                                                                        @@ -327,7 +294,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchRefinement

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchRefinement: ShopperSearchModelTypes.ProductSearchRefinement
                                                                                                                                                                                                                                                                                                                                                                        @@ -337,7 +304,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchRefinementValue

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchRefinementValue: ShopperSearchModelTypes.ProductSearchRefinementValue
                                                                                                                                                                                                                                                                                                                                                                        @@ -347,7 +314,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchResult

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchResult: ShopperSearchModelTypes.ProductSearchResult
                                                                                                                                                                                                                                                                                                                                                                        @@ -357,7 +324,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchSortingOption

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchSortingOption: ShopperSearchModelTypes.ProductSearchSortingOption
                                                                                                                                                                                                                                                                                                                                                                        @@ -367,7 +334,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSuggestions

                                                                                                                                                                                                                                                                                                                                                                        ProductSuggestions: ShopperSearchModelTypes.ProductSuggestions
                                                                                                                                                                                                                                                                                                                                                                        @@ -377,7 +344,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductType

                                                                                                                                                                                                                                                                                                                                                                        ProductType: ShopperSearchModelTypes.ProductType
                                                                                                                                                                                                                                                                                                                                                                        @@ -387,7 +354,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ResultBase

                                                                                                                                                                                                                                                                                                                                                                        ResultBase: ShopperSearchModelTypes.ResultBase
                                                                                                                                                                                                                                                                                                                                                                        @@ -397,7 +364,7 @@

                                                                                                                                                                                                                                                                                                                                                                        SuggestedCategory

                                                                                                                                                                                                                                                                                                                                                                        SuggestedCategory: ShopperSearchModelTypes.SuggestedCategory
                                                                                                                                                                                                                                                                                                                                                                        @@ -407,7 +374,7 @@

                                                                                                                                                                                                                                                                                                                                                                        SuggestedPhrase

                                                                                                                                                                                                                                                                                                                                                                        SuggestedPhrase: ShopperSearchModelTypes.SuggestedPhrase
                                                                                                                                                                                                                                                                                                                                                                        @@ -417,7 +384,7 @@

                                                                                                                                                                                                                                                                                                                                                                        SuggestedProduct

                                                                                                                                                                                                                                                                                                                                                                        SuggestedProduct: ShopperSearchModelTypes.SuggestedProduct
                                                                                                                                                                                                                                                                                                                                                                        @@ -427,7 +394,7 @@

                                                                                                                                                                                                                                                                                                                                                                        SuggestedTerm

                                                                                                                                                                                                                                                                                                                                                                        SuggestedTerm: ShopperSearchModelTypes.SuggestedTerm
                                                                                                                                                                                                                                                                                                                                                                        @@ -437,7 +404,7 @@

                                                                                                                                                                                                                                                                                                                                                                        SuggestedTerms

                                                                                                                                                                                                                                                                                                                                                                        SuggestedTerms: ShopperSearchModelTypes.SuggestedTerms
                                                                                                                                                                                                                                                                                                                                                                        @@ -447,7 +414,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Suggestion

                                                                                                                                                                                                                                                                                                                                                                        Suggestion: ShopperSearchModelTypes.Suggestion
                                                                                                                                                                                                                                                                                                                                                                        @@ -457,7 +424,7 @@

                                                                                                                                                                                                                                                                                                                                                                        SuggestionResult

                                                                                                                                                                                                                                                                                                                                                                        SuggestionResult: ShopperSearchModelTypes.SuggestionResult
                                                                                                                                                                                                                                                                                                                                                                        @@ -467,7 +434,7 @@

                                                                                                                                                                                                                                                                                                                                                                        Variant

                                                                                                                                                                                                                                                                                                                                                                        Variant: ShopperSearchModelTypes.Variant
                                                                                                                                                                                                                                                                                                                                                                        @@ -477,7 +444,7 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationAttribute

                                                                                                                                                                                                                                                                                                                                                                        VariationAttribute: ShopperSearchModelTypes.VariationAttribute
                                                                                                                                                                                                                                                                                                                                                                        @@ -487,7 +454,7 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationAttributeValue

                                                                                                                                                                                                                                                                                                                                                                        VariationAttributeValue: ShopperSearchModelTypes.VariationAttributeValue
                                                                                                                                                                                                                                                                                                                                                                        @@ -497,7 +464,7 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup: ShopperSearchModelTypes.VariationGroup
                                                                                                                                                                                                                                                                                                                                                                        @@ -527,15 +494,9 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                      • CategorySuggestions
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                      • CustomSuggestions
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                      • EinsteinSuggestedPhrases
                                                                                                                                                                                                                                                                                                                                                                      • @@ -554,9 +515,6 @@

                                                                                                                                                                                                                                                                                                                                                                        VariationGroup

                                                                                                                                                                                                                                                                                                                                                                      • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                      • PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                      • diff --git a/docs/modules/shopperSearch.html b/docs/modules/shopperSearch.html index 049561ff..27a09e4d 100644 --- a/docs/modules/shopperSearch.html +++ b/docs/modules/shopperSearch.html @@ -77,12 +77,8 @@

                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                      • BrandSuggestions
                                                                                                                                                                                                                                                                                                                                                                      • CategorySuggestions
                                                                                                                                                                                                                                                                                                                                                                      • CategorySuggestions
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • CurrencyCode
                                                                                                                                                                                                                                                                                                                                                                      • CustomSuggestions
                                                                                                                                                                                                                                                                                                                                                                      • CustomSuggestions
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • DefaultFallback
                                                                                                                                                                                                                                                                                                                                                                      • EinsteinSuggestedPhrases
                                                                                                                                                                                                                                                                                                                                                                      • EinsteinSuggestedPhrases
                                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                      • @@ -95,8 +91,6 @@

                                                                                                                                                                                                                                                                                                                                                                        References

                                                                                                                                                                                                                                                                                                                                                                      • ImageGroup
                                                                                                                                                                                                                                                                                                                                                                      • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                      • LocaleCode
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • NoValue
                                                                                                                                                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                                                                                                                                                      • NoValue
                                                                                                                                                                                                                                                                                                                                                                      • PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                      • PageMetaTag
                                                                                                                                                                                                                                                                                                                                                                      • PaginatedResultBase
                                                                                                                                                                                                                                                                                                                                                                      • @@ -171,16 +165,13 @@

                                                                                                                                                                                                                                                                                                                                                                        Type aliases

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        CurrencyCode: NoValue | string
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        CustomSuggestions

                                                                                                                                                                                                                                                                                                                                                                        @@ -696,21 +645,6 @@

                                                                                                                                                                                                                                                                                                                                                                        CustomSuggestions

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        EinsteinSuggestedPhrases

                                                                                                                                                                                                                                                                                                                                                                        @@ -845,28 +779,13 @@

                                                                                                                                                                                                                                                                                                                                                                        ImageGroup

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                        - -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                                        NoValue

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        NoValue: "N/A"
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        A specialized value indicating the lack of definition of a currency, for example, if the value of the monetary value of the currency is an undefined number.

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        @@ -907,7 +826,7 @@

                                                                                                                                                                                                                                                                                                                                                                        PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                                        offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                                        @@ -1032,7 +951,7 @@

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchExpandEnum

                                                                                                                                                                                                                                                                                                                                                                        ProductSearchHit

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        ProductSearchHit: { currency?: CurrencyCode; hitType?: string; image?: Image; imageGroups?: Array<ImageGroup>; orderable?: boolean; price?: number; priceMax?: number; priceRanges?: Array<PriceRange>; productId: string; productName?: string; productPromotions?: Array<ProductPromotion>; productType?: ProductType; representedProduct?: ProductRef; representedProducts?: Array<ProductRef>; tieredPrices?: Array<ProductPriceTable>; variants?: Array<Variant>; variationAttributes?: Array<VariationAttribute>; variationGroups?: Array<VariationGroup> } & {}
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        ProductSearchHit: { currency?: string; hitType?: string; image?: Image; imageGroups?: Array<ImageGroup>; orderable?: boolean; price?: number; priceMax?: number; priceRanges?: Array<PriceRange>; productId: string; productName?: string; productPromotions?: Array<ProductPromotion>; productType?: ProductType; representedProduct?: ProductRef; representedProducts?: Array<ProductRef>; tieredPrices?: Array<ProductPriceTable>; variants?: Array<Variant>; variationAttributes?: Array<VariationAttribute>; variationGroups?: Array<VariationGroup> } & {}
                                                                                                                                                                                                                                                                                                                                                                        @@ -202,9 +191,6 @@

                                                                                                                                                                                                                                                                                                                                                                        Stores

                                                                                                                                                                                                                                                                                                                                                                        @@ -296,7 +273,7 @@

                                                                                                                                                                                                                                                                                                                                                                        GiftCertificateItem

                                                                                                                                                                                                                                                                                                                                                                        GiftCertificateItem: ShopperBasketsModelTypes.GiftCertificateItem
                                                                                                                                                                                                                                                                                                                                                                        @@ -306,7 +283,7 @@

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode

                                                                                                                                                                                                                                                                                                                                                                        LocaleCode: ShopperBasketsModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                                        @@ -320,23 +297,13 @@

                                                                                                                                                                                                                                                                                                                                                                        MergeBasketProductItemMergeModeEnum

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                      NoValue

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                      NoValue: ShopperBasketsModelTypes.NoValue
                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                      OptionItem

                                                                                                                                                                                                                                                                                                                                                                      OptionItem: ShopperBasketsModelTypes.OptionItem
                                                                                                                                                                                                                                                                                                                                                                      @@ -346,7 +313,7 @@

                                                                                                                                                                                                                                                                                                                                                                      OrderAddress

                                                                                                                                                                                                                                                                                                                                                                      OrderAddress: ShopperBasketsModelTypes.OrderAddress
                                                                                                                                                                                                                                                                                                                                                                      @@ -356,7 +323,7 @@

                                                                                                                                                                                                                                                                                                                                                                      OrderPaymentCardRequest

                                                                                                                                                                                                                                                                                                                                                                      OrderPaymentCardRequest: ShopperBasketsModelTypes.OrderPaymentCardRequest
                                                                                                                                                                                                                                                                                                                                                                      @@ -366,7 +333,7 @@

                                                                                                                                                                                                                                                                                                                                                                      OrderPaymentInstrument

                                                                                                                                                                                                                                                                                                                                                                      OrderPaymentInstrument: ShopperBasketsModelTypes.OrderPaymentInstrument
                                                                                                                                                                                                                                                                                                                                                                      @@ -376,7 +343,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PaymentCard

                                                                                                                                                                                                                                                                                                                                                                      PaymentCard: ShopperBasketsModelTypes.PaymentCard
                                                                                                                                                                                                                                                                                                                                                                      @@ -386,7 +353,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PaymentCardSpec

                                                                                                                                                                                                                                                                                                                                                                      PaymentCardSpec: ShopperBasketsModelTypes.PaymentCardSpec
                                                                                                                                                                                                                                                                                                                                                                      @@ -396,7 +363,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PaymentMethod

                                                                                                                                                                                                                                                                                                                                                                      PaymentMethod: ShopperBasketsModelTypes.PaymentMethod
                                                                                                                                                                                                                                                                                                                                                                      @@ -406,7 +373,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PaymentMethodResult

                                                                                                                                                                                                                                                                                                                                                                      PaymentMethodResult: ShopperBasketsModelTypes.PaymentMethodResult
                                                                                                                                                                                                                                                                                                                                                                      @@ -416,7 +383,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PriceAdjustment

                                                                                                                                                                                                                                                                                                                                                                      PriceAdjustment: ShopperBasketsModelTypes.PriceAdjustment
                                                                                                                                                                                                                                                                                                                                                                      @@ -426,7 +393,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PriceAdjustmentRequest

                                                                                                                                                                                                                                                                                                                                                                      PriceAdjustmentRequest: ShopperBasketsModelTypes.PriceAdjustmentRequest
                                                                                                                                                                                                                                                                                                                                                                      @@ -436,7 +403,7 @@

                                                                                                                                                                                                                                                                                                                                                                      PriceAdjustmentRequestLevelEnum

                                                                                                                                                                                                                                                                                                                                                                      PriceAdjustmentRequestLevelEnum: ShopperBasketsModelTypes.PriceAdjustmentRequestLevelEnum
                                                                                                                                                                                                                                                                                                                                                                      @@ -446,7 +413,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ProductDetailsLink

                                                                                                                                                                                                                                                                                                                                                                      ProductDetailsLink: ShopperBasketsModelTypes.ProductDetailsLink
                                                                                                                                                                                                                                                                                                                                                                      @@ -456,7 +423,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ProductItem

                                                                                                                                                                                                                                                                                                                                                                      ProductItem: ShopperBasketsModelTypes.ProductItem
                                                                                                                                                                                                                                                                                                                                                                      @@ -466,7 +433,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ProductListItemReference

                                                                                                                                                                                                                                                                                                                                                                      ProductListItemReference: ShopperBasketsModelTypes.ProductListItemReference
                                                                                                                                                                                                                                                                                                                                                                      @@ -476,7 +443,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ProductListItemReferenceTypeEnum

                                                                                                                                                                                                                                                                                                                                                                      ProductListItemReferenceTypeEnum: ShopperBasketsModelTypes.ProductListItemReferenceTypeEnum
                                                                                                                                                                                                                                                                                                                                                                      @@ -486,7 +453,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ProductListLink

                                                                                                                                                                                                                                                                                                                                                                      ProductListLink: ShopperBasketsModelTypes.ProductListLink
                                                                                                                                                                                                                                                                                                                                                                      @@ -496,7 +463,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ProductListLinkTypeEnum

                                                                                                                                                                                                                                                                                                                                                                      ProductListLinkTypeEnum: ShopperBasketsModelTypes.ProductListLinkTypeEnum
                                                                                                                                                                                                                                                                                                                                                                      @@ -506,7 +473,7 @@

                                                                                                                                                                                                                                                                                                                                                                      Shipment

                                                                                                                                                                                                                                                                                                                                                                      Shipment: ShopperBasketsModelTypes.Shipment
                                                                                                                                                                                                                                                                                                                                                                      @@ -516,7 +483,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ShipmentShippingStatusEnum

                                                                                                                                                                                                                                                                                                                                                                      ShipmentShippingStatusEnum: ShopperBasketsModelTypes.ShipmentShippingStatusEnum
                                                                                                                                                                                                                                                                                                                                                                      @@ -526,7 +493,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ShippingItem

                                                                                                                                                                                                                                                                                                                                                                      ShippingItem: ShopperBasketsModelTypes.ShippingItem
                                                                                                                                                                                                                                                                                                                                                                      @@ -536,7 +503,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ShippingMethod

                                                                                                                                                                                                                                                                                                                                                                      ShippingMethod: ShopperBasketsModelTypes.ShippingMethod
                                                                                                                                                                                                                                                                                                                                                                      @@ -546,7 +513,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ShippingMethodResult

                                                                                                                                                                                                                                                                                                                                                                      ShippingMethodResult: ShopperBasketsModelTypes.ShippingMethodResult
                                                                                                                                                                                                                                                                                                                                                                      @@ -556,7 +523,7 @@

                                                                                                                                                                                                                                                                                                                                                                      ShippingPromotion

                                                                                                                                                                                                                                                                                                                                                                      ShippingPromotion: ShopperBasketsModelTypes.ShippingPromotion
                                                                                                                                                                                                                                                                                                                                                                      @@ -566,7 +533,7 @@

                                                                                                                                                                                                                                                                                                                                                                      Status

                                                                                                                                                                                                                                                                                                                                                                      Status: ShopperBasketsModelTypes.Status
                                                                                                                                                                                                                                                                                                                                                                      @@ -576,7 +543,7 @@

                                                                                                                                                                                                                                                                                                                                                                      TaxItem

                                                                                                                                                                                                                                                                                                                                                                      TaxItem: ShopperBasketsModelTypes.TaxItem
                                                                                                                                                                                                                                                                                                                                                                      @@ -586,7 +553,7 @@

                                                                                                                                                                                                                                                                                                                                                                      TaxItems

                                                                                                                                                                                                                                                                                                                                                                      TaxItems: ShopperBasketsModelTypes.TaxItems
                                                                                                                                                                                                                                                                                                                                                                      @@ -596,7 +563,7 @@

                                                                                                                                                                                                                                                                                                                                                                      Taxes

                                                                                                                                                                                                                                                                                                                                                                      Taxes: ShopperBasketsModelTypes.Taxes
                                                                                                                                                                                                                                                                                                                                                                      @@ -644,15 +611,9 @@

                                                                                                                                                                                                                                                                                                                                                                      Taxes

                                                                                                                                                                                                                                                                                                                                                                    • CreateBasketTaxModeEnum
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • - CurrencyCode -
                                                                                                                                                                                                                                                                                                                                                                    • CustomerInfo
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • - DefaultFallback -
                                                                                                                                                                                                                                                                                                                                                                    • Discount
                                                                                                                                                                                                                                                                                                                                                                    • @@ -677,9 +638,6 @@

                                                                                                                                                                                                                                                                                                                                                                      Taxes

                                                                                                                                                                                                                                                                                                                                                                    • MergeBasketProductItemMergeModeEnum
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • - NoValue -
                                                                                                                                                                                                                                                                                                                                                                    • OptionItem
                                                                                                                                                                                                                                                                                                                                                                    • diff --git a/docs/modules/shopperconsents.html b/docs/modules/shopperconsents.html index ad4ba7ff..9d76706c 100644 --- a/docs/modules/shopperconsents.html +++ b/docs/modules/shopperconsents.html @@ -73,24 +73,40 @@

                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                      @@ -109,14 +125,22 @@

                                                                                                                                                                                                                                                                                                                                                                      Classes

                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                      @@ -130,6 +154,16 @@

                                                                                                                                                                                                                                                                                                                                                                      Variables

                                                                                                                                                                                                                                                                                                                                                                      References

                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ChannelType

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ChannelType +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ChannelType

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ChannelType +

                                                                                                                                                                                                                                                                                                                                                                      ConsentStatus

                                                                                                                                                                                                                                                                                                                                                                      @@ -150,6 +184,56 @@

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscription

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscription

                                                                                                                                                                                                                                                                                                                                                                      Re-exports ConsentSubscription
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionBulkRequest

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionBulkRequest +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionBulkRequest

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionBulkRequest +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionBulkResponse

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionBulkResponse +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionBulkResponse

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionBulkResponse +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionConsentTypeEnum

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionConsentTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionConsentTypeEnum

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionConsentTypeEnum +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionDefaultStatusEnum

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionDefaultStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionDefaultStatusEnum

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionDefaultStatusEnum +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionError

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionError +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionError

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionError +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionRequest

                                                                                                                                                                                                                                                                                                                                                                      @@ -171,14 +255,24 @@

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionResponse

                                                                                                                                                                                                                                                                                                                                                                      Re-exports ConsentSubscriptionResponse
                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                      - Re-exports DefaultFallback + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionResult

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionResult +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionResult

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionResult
                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                      DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                      - Re-exports DefaultFallback + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionUpdateResponse

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionUpdateResponse +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscriptionUpdateResponse

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports ConsentSubscriptionUpdateResponse
                                                                                                                                                                                                                                                                                                                                                                      @@ -190,6 +284,16 @@

                                                                                                                                                                                                                                                                                                                                                                      ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                      ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                      Re-exports ErrorResponse
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      GetSubscriptionsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports GetSubscriptionsExpandEnum +
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      GetSubscriptionsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports GetSubscriptionsExpandEnum +

                                                                                                                                                                                                                                                                                                                                                                      LocaleCode

                                                                                                                                                                                                                                                                                                                                                                      @@ -211,14 +315,14 @@

                                                                                                                                                                                                                                                                                                                                                                      ShopperConsents

                                                                                                                                                                                                                                                                                                                                                                      Re-exports ShopperConsents
                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                      SubscriptionChannel

                                                                                                                                                                                                                                                                                                                                                                      - Re-exports SubscriptionChannel + +

                                                                                                                                                                                                                                                                                                                                                                      SubscriptionStatusEntry

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports SubscriptionStatusEntry
                                                                                                                                                                                                                                                                                                                                                                      - -

                                                                                                                                                                                                                                                                                                                                                                      SubscriptionChannel

                                                                                                                                                                                                                                                                                                                                                                      - Re-exports SubscriptionChannel + +

                                                                                                                                                                                                                                                                                                                                                                      SubscriptionStatusEntry

                                                                                                                                                                                                                                                                                                                                                                      + Re-exports SubscriptionStatusEntry
                                                                                                                                                                                                                                                                                                                                                                      @@ -228,6 +332,16 @@

                                                                                                                                                                                                                                                                                                                                                                      defaultBaseUri

                                                                                                                                                                                                                                                                                                                                                                      Type aliases

                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ChannelType

                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      ChannelType: "email" | "sms" | "whatsapp"
                                                                                                                                                                                                                                                                                                                                                                      + +

                                                                                                                                                                                                                                                                                                                                                                      ConsentStatus

                                                                                                                                                                                                                                                                                                                                                                      @@ -246,10 +360,10 @@

                                                                                                                                                                                                                                                                                                                                                                      ConsentStatus

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscription

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscription: { channel: SubscriptionChannel; consentId?: string; contactPointValue?: string; status?: ConsentStatus; subscriptionId: string; subtitle?: string; tags?: Array<string>; title?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscription: { channels: Array<ChannelType>; consentRequired?: boolean; consentStatus?: Array<SubscriptionStatusEntry>; consentType?: ConsentSubscriptionConsentTypeEnum; defaultStatus?: ConsentSubscriptionDefaultStatusEnum; subscriptionId: string; subtitle?: string; tags?: Array<string>; title?: string } & {}
                                                                                                                                                                                                                                                                                                                                                                      @@ -263,41 +377,119 @@

                                                                                                                                                                                                                                                                                                                                                                      ConsentSubscription

                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    consentId: Identifier for the shopper communication subscription consent -- formatted as <contactPointValue>#<communicationSubscriptionChannelId>

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    channels:

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    consentStatus: Array of subscription status entries for different channels

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    title: The localized title of the subscription for shopper displays

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                    • Min Length: 19
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 339
                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                    • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 255
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    contactPointValue: The customer's contact point value, polymorphic based on the channel type as below: - sms - Subject's phone number in E.164 format, ex: +1 424 535 3546 - email - Subject's email address in RFC 5321 & RFC 5322 format, ex: jack.sparrow@salesforce.com

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    subtitle: The localized subtitle of the subscription for shopper displays, may contain HTML markup

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                    • Min Length: 3
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 320
                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                    • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 2000
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    channel:

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    tags:

                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    status:

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    consentType: Type of consent subscription

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    consentRequired: Whether this subscription is mandatory for the user

                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    title:

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    defaultStatus: Default consent status for this subscription

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionBulkRequest

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionBulkRequest: { subscriptions: Array<ConsentSubscriptionRequest> } & {}
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    subscriptions: Array of subscription consent updates to process

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionBulkResponse

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionBulkResponse: { results: Array<ConsentSubscriptionResult> } & {}
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    results: Results for each subscription update request

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionConsentTypeEnum

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionConsentTypeEnum: "marketing" | "legal"
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionDefaultStatusEnum

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionDefaultStatusEnum: "opt_in" | "opt_out"
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    + +

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionError

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionError: { code: string; details?: object; message: string } & {}
                                                                                                                                                                                                                                                                                                                                                                    + +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    code: Error code indicating the type of failure

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                    • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 255
                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 100
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    subtitle:

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    message: Human-readable error message

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                    • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                    • -
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 255
                                                                                                                                                                                                                                                                                                                                                                    • +
                                                                                                                                                                                                                                                                                                                                                                    • Max Length: 500
                                                                                                                                                                                                                                                                                                                                                                    property
                                                                                                                                                                                                                                                                                                                                                                    -

                                                                                                                                                                                                                                                                                                                                                                    tags:

                                                                                                                                                                                                                                                                                                                                                                    +

                                                                                                                                                                                                                                                                                                                                                                    details: Additional error details

                                                                                                                                                                                                                                                                                                                                                                    @@ -305,7 +497,7 @@

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscription

                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionRequest

                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionRequest: { channel: SubscriptionChannel; contactPointValue: string; status: ConsentStatus; subscriptionId: string } & {}
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    ConsentSubscriptionRequest: { channel: ChannelType; contactPointValue: string; status: ConsentStatus; subscriptionId: string } & {}

                                                                                                                                                                                                                                                                                                                                                                - -

                                                                                                                                                                                                                                                                                                                                                                DefaultFallback

                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                DefaultFallback: "default"
                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                ConsentSubscriptionResult

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                ConsentSubscriptionResult: { channel: ChannelType; contactPointValue: string; error?: ConsentSubscriptionError; status: ConsentStatus; subscriptionId: string; success: boolean } & {}
                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                -

                                                                                                                                                                                                                                                                                                                                                                A specialized value indicating the system default values for locales.

                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                subscriptionId: Identifier for the communication subscription

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                • Pattern: /^[a-z0-9]+(?:-[a-z0-9]+)*$/
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Max Length: 255
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                channel:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                contactPointValue: The customer's contact point value, polymorphic based on the channel type as below: - sms - Subject's phone number in E.164 format, ex: +1 424 535 3546 - email - Subject's email address in RFC 5321 & RFC 5322 format, ex: jack.sparrow@salesforce.com

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                • Min Length: 3
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Max Length: 320
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                status:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                success: Whether the subscription update was successful

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                error:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                ConsentSubscriptionUpdateResponse

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                ConsentSubscriptionUpdateResponse: { channel: ChannelType; contactPointValue: string; status: ConsentStatus; subscriptionId: string } & {}
                                                                                                                                                                                                                                                                                                                                                                + +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                subscriptionId: Identifier for the communication subscription

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                • Pattern: /^[a-z0-9]+(?:-[a-z0-9]+)*$/
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Min Length: 1
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Max Length: 255
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                channel:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                contactPointValue: The customer's contact point value, polymorphic based on the channel type as below: - sms - Subject's phone number in E.164 format, ex: +1 424 535 3546 - email - Subject's email address in RFC 5321 & RFC 5322 format, ex: jack.sparrow@salesforce.com

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                • Min Length: 3
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Max Length: 320
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                status:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                @@ -404,27 +657,54 @@

                                                                                                                                                                                                                                                                                                                                                                ErrorResponse

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                GetSubscriptionsExpandEnum

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                GetSubscriptionsExpandEnum: "consentStatus"
                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                LocaleCode

                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                LocaleCode: DefaultFallback | string
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                LocaleCode: string
                                                                                                                                                                                                                                                                                                                                                                - -

                                                                                                                                                                                                                                                                                                                                                                SubscriptionChannel

                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                SubscriptionChannel: "email" | "sms" | "push_notification" | "in_app" | "postal_mail" | "whatsapp"
                                                                                                                                                                                                                                                                                                                                                                + +

                                                                                                                                                                                                                                                                                                                                                                SubscriptionStatusEntry

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                SubscriptionStatusEntry: { channel: ChannelType; contactPointValue: string; status: ConsentStatus } & {}
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                channel:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                contactPointValue: The customer's contact point value, polymorphic based on the channel type as below: - sms - Subject's phone number in E.164 format, ex: +1 424 535 3546 - email - Subject's email address in RFC 5321 & RFC 5322 format, ex: jack.sparrow@salesforce.com

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                • Min Length: 3
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                • Max Length: 320
                                                                                                                                                                                                                                                                                                                                                                • +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                property
                                                                                                                                                                                                                                                                                                                                                                +

                                                                                                                                                                                                                                                                                                                                                                status:

                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                @@ -459,6 +739,12 @@

                                                                                                                                                                                                                                                                                                                                                                Const defaultBaseUri

                                                                                                                                                                                                                                                                                                                                                            @@ -91,13 +99,23 @@

                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ChannelType

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ChannelType: ShopperConsentsModelTypes.ChannelType
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentStatus

                                                                                                                                                                                                                                                                                                                                                            ConsentStatus: ShopperConsentsModelTypes.ConsentStatus
                                                                                                                                                                                                                                                                                                                                                            @@ -107,7 +125,57 @@

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscription

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscription: ShopperConsentsModelTypes.ConsentSubscription
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionBulkRequest

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionBulkRequest: ShopperConsentsModelTypes.ConsentSubscriptionBulkRequest
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionBulkResponse

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionBulkResponse: ShopperConsentsModelTypes.ConsentSubscriptionBulkResponse
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionConsentTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionConsentTypeEnum: ShopperConsentsModelTypes.ConsentSubscriptionConsentTypeEnum
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionDefaultStatusEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionDefaultStatusEnum: ShopperConsentsModelTypes.ConsentSubscriptionDefaultStatusEnum
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionError

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionError: ShopperConsentsModelTypes.ConsentSubscriptionError
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            @@ -117,7 +185,7 @@

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionRequest

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionRequest: ShopperConsentsModelTypes.ConsentSubscriptionRequest
                                                                                                                                                                                                                                                                                                                                                            @@ -127,17 +195,27 @@

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionResponse

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionResponse: ShopperConsentsModelTypes.ConsentSubscriptionResponse
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DefaultFallback

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            DefaultFallback: ShopperConsentsModelTypes.DefaultFallback
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionResult

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionResult: ShopperConsentsModelTypes.ConsentSubscriptionResult
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionUpdateResponse

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ConsentSubscriptionUpdateResponse: ShopperConsentsModelTypes.ConsentSubscriptionUpdateResponse
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            @@ -147,7 +225,17 @@

                                                                                                                                                                                                                                                                                                                                                            ErrorResponse

                                                                                                                                                                                                                                                                                                                                                            ErrorResponse: ShopperConsentsModelTypes.ErrorResponse
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            GetSubscriptionsExpandEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            GetSubscriptionsExpandEnum: ShopperConsentsApiTypes.GetSubscriptionsExpandEnum
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            @@ -157,17 +245,17 @@

                                                                                                                                                                                                                                                                                                                                                            LocaleCode

                                                                                                                                                                                                                                                                                                                                                            LocaleCode: ShopperConsentsModelTypes.LocaleCode
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            SubscriptionChannel

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            SubscriptionChannel: ShopperConsentsModelTypes.SubscriptionChannel
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            SubscriptionStatusEntry

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            SubscriptionStatusEntry: ShopperConsentsModelTypes.SubscriptionStatusEntry
                                                                                                                                                                                                                                                                                                                                                            @@ -191,12 +279,30 @@

                                                                                                                                                                                                                                                                                                                                                            SubscriptionChannel

                                                                                                                                                                                                                                                                                                                                                            diff --git a/docs/modules/slasAdmin.SlasAdminTypes.html b/docs/modules/slasAdmin.SlasAdminTypes.html index 47a04334..570b91d4 100644 --- a/docs/modules/slasAdmin.SlasAdminTypes.html +++ b/docs/modules/slasAdmin.SlasAdminTypes.html @@ -79,18 +79,20 @@

                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                          • Client
                                                                                                                                                                                                                                                                                                                                                          • ClientListResponse
                                                                                                                                                                                                                                                                                                                                                          • ClientRequest
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                          • IdentityProvider
                                                                                                                                                                                                                                                                                                                                                          • IdentityProviderNameEnum
                                                                                                                                                                                                                                                                                                                                                          • IdentityProviderResponse
                                                                                                                                                                                                                                                                                                                                                          • IdpListResponse
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyCredentialDto
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyUserDto
                                                                                                                                                                                                                                                                                                                                                          • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateActionType
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • Tenant
                                                                                                                                                                                                                                                                                                                                                          • TenantDto
                                                                                                                                                                                                                                                                                                                                                          • TenantTierEnum
                                                                                                                                                                                                                                                                                                                                                          • @@ -132,9 +134,9 @@

                                                                                                                                                                                                                                                                                                                                                            ClientRequest

                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateActionTypeEnum: SlasAdminApiTypes.DeletePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateActionTypeEnum: SlasAdminApiTypes.DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateTemplateTypeEnum: SlasAdminApiTypes.DeletePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateTemplateTypeEnum: SlasAdminApiTypes.DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasskeyCredentialDto

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            PasskeyCredentialDto: SlasAdminModelTypes.PasskeyCredentialDto
                                                                                                                                                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasskeyUserDto

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            PasskeyUserDto: SlasAdminModelTypes.PasskeyUserDto
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasswordActionTemplate

                                                                                                                                                                                                                                                                                                                                                            PasswordActionTemplate: SlasAdminModelTypes.PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                            @@ -217,7 +239,7 @@

                                                                                                                                                                                                                                                                                                                                                            PasswordTemplateActionType

                                                                                                                                                                                                                                                                                                                                                            PasswordTemplateActionType: SlasAdminModelTypes.PasswordTemplateActionType
                                                                                                                                                                                                                                                                                                                                                            @@ -227,14 +249,14 @@

                                                                                                                                                                                                                                                                                                                                                            PasswordTemplateType

                                                                                                                                                                                                                                                                                                                                                            PasswordTemplateType: SlasAdminModelTypes.PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateActionTypeEnum: SlasAdminApiTypes.RetrievePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateActionTypeEnum: SlasAdminApiTypes.RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateTemplateTypeEnum: SlasAdminApiTypes.RetrievePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateTemplateTypeEnum: SlasAdminApiTypes.RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            @@ -267,7 +289,7 @@

                                                                                                                                                                                                                                                                                                                                                            TenantDto

                                                                                                                                                                                                                                                                                                                                                            TenantDto: SlasAdminModelTypes.TenantDto
                                                                                                                                                                                                                                                                                                                                                            @@ -277,7 +299,7 @@

                                                                                                                                                                                                                                                                                                                                                            TenantTierEnum

                                                                                                                                                                                                                                                                                                                                                            TenantTierEnum: SlasAdminModelTypes.TenantTierEnum
                                                                                                                                                                                                                                                                                                                                                            @@ -311,10 +333,10 @@

                                                                                                                                                                                                                                                                                                                                                            TenantTierEnum

                                                                                                                                                                                                                                                                                                                                                            ClientRequest
                                                                                                                                                                                                                                                                                                                                                          • - DeletePwdlessTemplateActionTypeEnum + DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • - DeletePwdlessTemplateTemplateTypeEnum + DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse @@ -331,6 +353,12 @@

                                                                                                                                                                                                                                                                                                                                                            TenantTierEnum

                                                                                                                                                                                                                                                                                                                                                          • IdpListResponse
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • + PasskeyCredentialDto +
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • + PasskeyUserDto +
                                                                                                                                                                                                                                                                                                                                                          • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                          • @@ -341,10 +369,10 @@

                                                                                                                                                                                                                                                                                                                                                            TenantTierEnum

                                                                                                                                                                                                                                                                                                                                                            PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                          • - RetrievePwdlessTemplateActionTypeEnum + RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • - RetrievePwdlessTemplateTemplateTypeEnum + RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • Tenant diff --git a/docs/modules/slasAdmin.html b/docs/modules/slasAdmin.html index e4fb505b..1c8ff90f 100644 --- a/docs/modules/slasAdmin.html +++ b/docs/modules/slasAdmin.html @@ -79,10 +79,10 @@

                                                                                                                                                                                                                                                                                                                                                            References

                                                                                                                                                                                                                                                                                                                                                          • ClientListResponse
                                                                                                                                                                                                                                                                                                                                                          • ClientRequest
                                                                                                                                                                                                                                                                                                                                                          • ClientRequest
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                          • IdentityProvider
                                                                                                                                                                                                                                                                                                                                                          • @@ -93,16 +93,20 @@

                                                                                                                                                                                                                                                                                                                                                            References

                                                                                                                                                                                                                                                                                                                                                          • IdentityProviderResponse
                                                                                                                                                                                                                                                                                                                                                          • IdpListResponse
                                                                                                                                                                                                                                                                                                                                                          • IdpListResponse
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyCredentialDto
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyCredentialDto
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyUserDto
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyUserDto
                                                                                                                                                                                                                                                                                                                                                          • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                          • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateActionType
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateActionType
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • SlasAdmin
                                                                                                                                                                                                                                                                                                                                                          • SlasAdmin
                                                                                                                                                                                                                                                                                                                                                          • Tenant
                                                                                                                                                                                                                                                                                                                                                          • @@ -132,18 +136,20 @@

                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                          • Client
                                                                                                                                                                                                                                                                                                                                                          • ClientListResponse
                                                                                                                                                                                                                                                                                                                                                          • ClientRequest
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • ErrorResponse
                                                                                                                                                                                                                                                                                                                                                          • IdentityProvider
                                                                                                                                                                                                                                                                                                                                                          • IdentityProviderNameEnum
                                                                                                                                                                                                                                                                                                                                                          • IdentityProviderResponse
                                                                                                                                                                                                                                                                                                                                                          • IdpListResponse
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyCredentialDto
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • PasskeyUserDto
                                                                                                                                                                                                                                                                                                                                                          • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateActionType
                                                                                                                                                                                                                                                                                                                                                          • PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • -
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdlessTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          • RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                          • Tenant
                                                                                                                                                                                                                                                                                                                                                          • TenantDto
                                                                                                                                                                                                                                                                                                                                                          • TenantTierEnum
                                                                                                                                                                                                                                                                                                                                                          • @@ -191,24 +197,24 @@

                                                                                                                                                                                                                                                                                                                                                            ClientRequest

                                                                                                                                                                                                                                                                                                                                                            Re-exports ClientRequest
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports DeletePwdlessTemplateActionTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports DeletePwdlessTemplateActionTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports DeletePwdlessTemplateTemplateTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports DeletePwdlessTemplateTemplateTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            @@ -260,6 +266,26 @@

                                                                                                                                                                                                                                                                                                                                                            IdpListResponse

                                                                                                                                                                                                                                                                                                                                                            IdpListResponse

                                                                                                                                                                                                                                                                                                                                                            Re-exports IdpListResponse
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasskeyCredentialDto

                                                                                                                                                                                                                                                                                                                                                            + Re-exports PasskeyCredentialDto +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasskeyCredentialDto

                                                                                                                                                                                                                                                                                                                                                            + Re-exports PasskeyCredentialDto +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasskeyUserDto

                                                                                                                                                                                                                                                                                                                                                            + Re-exports PasskeyUserDto +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            PasskeyUserDto

                                                                                                                                                                                                                                                                                                                                                            + Re-exports PasskeyUserDto +

                                                                                                                                                                                                                                                                                                                                                            PasswordActionTemplate

                                                                                                                                                                                                                                                                                                                                                            @@ -291,24 +317,24 @@

                                                                                                                                                                                                                                                                                                                                                            PasswordTemplateType

                                                                                                                                                                                                                                                                                                                                                            Re-exports PasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports RetrievePwdlessTemplateActionTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports RetrievePwdlessTemplateActionTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports RetrievePwdlessTemplateTemplateTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            - Re-exports RetrievePwdlessTemplateTemplateTypeEnum + +

                                                                                                                                                                                                                                                                                                                                                            RetrievePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            + Re-exports RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                            @@ -361,10 +387,10 @@

                                                                                                                                                                                                                                                                                                                                                            Type aliases

                                                                                                                                                                                                                                                                                                                                                            Client

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            Client: { callbackUri: string; channels: Array<string>; clientId: string; isPrivateClient?: boolean; loginEpRestrict?: boolean; name: string; redirectUri: string; scopes: Array<string>; secret: string } & {}
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            Client: { callbackUri: string; channels: Array<string>; clientId: string; isPrivateClient?: boolean; isSixDigitOtp?: boolean; loginEpRestrict?: boolean; name: string; redirectUri: string; scopes: Array<string>; secret: string } & {}
                                                                                                                                                                                                                                                                                                                                                            @@ -411,6 +437,9 @@

                                                                                                                                                                                                                                                                                                                                                            Client

                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                            loginEpRestrict: When enabling (true) this will restrict all calls to the \\login endpoint for the Client Id. When calling the \\login endpoint and loginEpRestrict is enabled a HTTP Status code of 403 will be returned.

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            isSixDigitOtp: If this attribute is set to true in the request for the clientId, a 6-digit OTP is generated during PasswordlessLogin, PasswordReset, and WebAuthn Authorization. If set to false or unspecified, an 8-digit OTP is generated by default for the aforementioned calls.

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            @@ -434,10 +463,10 @@

                                                                                                                                                                                                                                                                                                                                                            ClientListResponse

                                                                                                                                                                                                                                                                                                                                                            ClientRequest

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            ClientRequest: { callbackUri?: Array<string>; channels: Array<string>; clientId: string; isPrivateClient: boolean; loginEpRestrict?: boolean; name: string; redirectUri: Array<string>; scopes: Array<string>; secret: string } & {}
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            ClientRequest: { callbackUri?: Array<string>; channels: Array<string>; clientId: string; isPrivateClient: boolean; isSixDigitOtp?: boolean; loginEpRestrict?: boolean; name: string; redirectUri: Array<string>; scopes: Array<string>; secret: string } & {}
                                                                                                                                                                                                                                                                                                                                                            @@ -478,26 +507,29 @@

                                                                                                                                                                                                                                                                                                                                                            ClientRequest

                                                                                                                                                                                                                                                                                                                                                            property

                                                                                                                                                                                                                                                                                                                                                            loginEpRestrict: When enabling (true) this will restrict all calls to the \\login endpoint for the Client Id. When calling the \\login endpoint and loginEpRestrict is enabled a HTTP Status code of 403 will be returned.

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            property
                                                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                                                            isSixDigitOtp: If this attribute is set to true in the request for the clientId, a 6-digit OTP is generated during PasswordlessLogin, PasswordReset, and WebAuthn Authorization. If set to false or unspecified, an 8-digit OTP is generated by default for the aforementioned calls.

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateActionTypeEnum: "PWDLESS_LOGIN" | "PWD_RESET_ACTION" | "PWD_FORGOT_ACTION"
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateActionTypeEnum: "PWDLESS_LOGIN" | "PWD_RESET_ACTION" | "PWD_RESET_CROSS_DEVICE_ACTION"
                                                                                                                                                                                                                                                                                                                                                            - -

                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            DeletePwdlessTemplateTemplateTypeEnum: "EMAIL" | "SMS"
                                                                                                                                                                                                                                                                                                                                                            + +

                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            DeletePwdActionTemplateTemplateTypeEnum: "EMAIL" | "SMS"
                                                                                                                                                                                                                                                                                                                                                            @@ -756,6 +788,97 @@

                                                                                                                                                                                                                                                                                                                                                            IdpListResponse

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                          PasskeyCredentialDto

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          PasskeyCredentialDto: { credentialId?: string; id?: number; nickName?: string; publicKey?: string; signatureCount?: string; userHandle?: string; userId?: number } & {}
                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          id: Unique identifier for the credential

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          userId: The ID of the user who owns this credential

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          credentialId: The WebAuthn credential ID

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 1024
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          nickName: User-friendly name for the credential

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 32
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          publicKey: The public key associated with this credential

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 1024
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          userHandle: The user handle associated with this credential

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          signatureCount: The signature counter for replay attack prevention

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 8
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          + +

                                                                                                                                                                                                                                                                                                                                                          PasskeyUserDto

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          PasskeyUserDto: { credentials?: Array<PasskeyCredentialDto>; displayName?: string; id?: number; slasUserId?: number; userHandle?: string; userName?: string } & {}
                                                                                                                                                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          id: Unique identifier for the passkey user

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          userName: The username of the passkey user

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          displayName: The display name of the passkey user

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 256
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          userHandle: The user handle (WebAuthn user ID)

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                          • Max Length: 128
                                                                                                                                                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          slasUserId: The associated SLAS user ID

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          property
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          credentials: Set of passkey credentials associated with this user

                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                                                          PasswordActionTemplate

                                                                                                                                                                                                                                                                                                                                                          @@ -815,7 +938,7 @@

                                                                                                                                                                                                                                                                                                                                                          PasswordActionTemplate

                                                                                                                                                                                                                                                                                                                                                          PasswordTemplateActionType

                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                          PasswordTemplateActionType: "PWDLESS_LOGIN" | "PWD_RESET_ACTION" | "PWD_FORGOT_ACTION"
                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                          PasswordTemplateActionType: "PWDLESS_LOGIN" | "PWD_RESET_ACTION" | "PWD_RESET_CROSS_DEVICE_ACTION"

                                                                                                                                                                                                                                                                                                                                                          @@ -849,22 +972,22 @@

                                                                                                                                                                                                                                                                                                                                                          PasswordTemplateType

                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                        RetrievePwdlessTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                        RetrievePwdlessTemplateActionTypeEnum: "PWDLESS_LOGIN" | "PWD_RESET_ACTION" | "PWD_FORGOT_ACTION"
                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                        RetrievePwdActionTemplateActionTypeEnum

                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        RetrievePwdActionTemplateActionTypeEnum: "PWDLESS_LOGIN" | "PWD_RESET_ACTION" | "PWD_RESET_CROSS_DEVICE_ACTION"
                                                                                                                                                                                                                                                                                                                                                        - -

                                                                                                                                                                                                                                                                                                                                                        RetrievePwdlessTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                        RetrievePwdlessTemplateTemplateTypeEnum: "EMAIL" | "SMS"
                                                                                                                                                                                                                                                                                                                                                        + +

                                                                                                                                                                                                                                                                                                                                                        RetrievePwdActionTemplateTemplateTypeEnum

                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        RetrievePwdActionTemplateTemplateTypeEnum: "EMAIL" | "SMS"
                                                                                                                                                                                                                                                                                                                                                        @@ -1042,16 +1165,16 @@

                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUriClientRequest

                                                                                                                                                                                                                                                                                                                                                      • - DeletePwdlessTemplateActionTypeEnum + DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - DeletePwdlessTemplateActionTypeEnum + DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - DeletePwdlessTemplateTemplateTypeEnum + DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - DeletePwdlessTemplateTemplateTypeEnum + DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse @@ -1083,6 +1206,18 @@

                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUri IdpListResponse

                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                      • + PasskeyCredentialDto +
                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                      • + PasskeyCredentialDto +
                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                      • + PasskeyUserDto +
                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                      • + PasskeyUserDto +
                                                                                                                                                                                                                                                                                                                                                      • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                      • @@ -1102,16 +1237,16 @@

                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUriPasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                      • - RetrievePwdlessTemplateActionTypeEnum + RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - RetrievePwdlessTemplateActionTypeEnum + RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - RetrievePwdlessTemplateTemplateTypeEnum + RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - RetrievePwdlessTemplateTemplateTypeEnum + RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • SlasAdmin @@ -1153,10 +1288,10 @@

                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUriClientRequest

                                                                                                                                                                                                                                                                                                                                                      • - DeletePwdlessTemplateActionTypeEnum + DeletePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - DeletePwdlessTemplateTemplateTypeEnum + DeletePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • ErrorResponse @@ -1173,6 +1308,12 @@

                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUri IdpListResponse

                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                      • + PasskeyCredentialDto +
                                                                                                                                                                                                                                                                                                                                                      • +
                                                                                                                                                                                                                                                                                                                                                      • + PasskeyUserDto +
                                                                                                                                                                                                                                                                                                                                                      • PasswordActionTemplate
                                                                                                                                                                                                                                                                                                                                                      • @@ -1183,10 +1324,10 @@

                                                                                                                                                                                                                                                                                                                                                        Const defaultBaseUriPasswordTemplateType
                                                                                                                                                                                                                                                                                                                                                      • - RetrievePwdlessTemplateActionTypeEnum + RetrievePwdActionTemplateActionTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • - RetrievePwdlessTemplateTemplateTypeEnum + RetrievePwdActionTemplateTemplateTypeEnum
                                                                                                                                                                                                                                                                                                                                                      • Tenant diff --git a/docs/modules/sourceCodeGroups.html b/docs/modules/sourceCodeGroups.html index 3d60d74b..dfe37109 100644 --- a/docs/modules/sourceCodeGroups.html +++ b/docs/modules/sourceCodeGroups.html @@ -728,7 +728,7 @@

                                                                                                                                                                                                                                                                                                                                                        PaginatedResultBase

                                                                                                                                                                                                                                                                                                                                                        offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                        @@ -760,7 +760,7 @@

                                                                                                                                                                                                                                                                                                                                                        PaginatedSearchResult

                                                                                                                                                                                                                                                                                                                                                        offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                        @@ -936,7 +936,7 @@

                                                                                                                                                                                                                                                                                                                                                        ResultBase

                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                        @@ -1081,7 +1081,7 @@

                                                                                                                                                                                                                                                                                                                                                        SourceCodeGroupSearchResult

                                                                                                                                                                                                                                                                                                                                                        offset: The zero-based index of the first hit/data to include in the result.

                                                                                                                                                                                                                                                                                                                                                        property
                                                                                                                                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request, not to exceed the maximum defined. A limit must be at least 1 so at least one record is returned (if any match the criteria).

                                                                                                                                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                                                                                                                                        limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.

                                                                                                                                                                                                                                                                                                                                                        property

                                                                                                                                                                                                                                                                                                                                                        total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.

                                                                                                                                                                                                                                                                                                                                                        diff --git a/docs/modules/types.html b/docs/modules/types.html index 87a0bcda..014c1fc6 100644 --- a/docs/modules/types.html +++ b/docs/modules/types.html @@ -82,6 +82,8 @@

                                                                                                                                                                                                                                                                                                                                                        Interfaces

                                                                                                                                                                                                                                                                                                                                                        Type aliases